summaryrefslogtreecommitdiff
path: root/LICENSE.txt
blob: b333bd799447deae0df1ceeecb7418d9c8f05dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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).
• A fork of the KDL lenses from ocaml-kdl is is under the terms of the
  Mozilla Public License Version 2.0 (MPL-2.0)

See `license/` for full texts.