From bcb2ef2eb63031df54e4916b11063b1f22a57a84 Mon Sep 17 00:00:00 2001 From: ยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค Date: Wed, 10 Dec 2025 13:00:26 +0000 Subject: licensing --- LICENSE.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 LICENSE.txt (limited to 'LICENSE.txt') 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. -- cgit v1.2.3