diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 13:00:26 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 13:00:26 +0000 |
| commit | bcb2ef2eb63031df54e4916b11063b1f22a57a84 (patch) | |
| tree | b54957403d7b4a1c4a96537e5e75f3e0322650c7 /LICENSE.txt | |
| parent | b02a6a48406efba8171931be93c424d4bfd81352 (diff) | |
| download | nixtaml-bcb2ef2eb63031df54e4916b11063b1f22a57a84.tar nixtaml-bcb2ef2eb63031df54e4916b11063b1f22a57a84.tar.gz nixtaml-bcb2ef2eb63031df54e4916b11063b1f22a57a84.tar.bz2 nixtaml-bcb2ef2eb63031df54e4916b11063b1f22a57a84.tar.lz nixtaml-bcb2ef2eb63031df54e4916b11063b1f22a57a84.tar.xz nixtaml-bcb2ef2eb63031df54e4916b11063b1f22a57a84.tar.zst nixtaml-bcb2ef2eb63031df54e4916b11063b1f22a57a84.zip | |
licensing
Diffstat (limited to 'LICENSE.txt')
| -rw-r--r-- | LICENSE.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..2a35ff0 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,15 @@ +Nixtamal is multi-licensed + +โข All executables produced & associated OCaml bin code are under the terms of + GNU General Public License, version 3.0 or later (GPL-3.0-or-later). +โข All other OCaml library & testing code is under the terms of the GNU Lesser + General Public License v2.1 or later (LGPL-2.1-or-later) with the OCaml LGPL + Linking Exception (OCaml-LGPL-linking-exception). +โข All Nix-related code is under the terms of the GNU Lesser General Public + License, version 2.1 or later (LGPL-2.1-or-later). +โข Generated code, configuration, & other files from the executable for use in + other projects are under the terms of the ISC License (ISC). +โข Schemas are under the terms of Creative Commons Attribution Share Alike 4.0 + International (CC-BY-SA-4.0). + +See `license/` for full texts. |
