summaryrefslogtreecommitdiff
path: root/LICENSE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LICENSE.txt')
-rw-r--r--LICENSE.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index 6031cd7..9e6ff48 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -11,9 +11,12 @@ The software in this repository is under a number of licenses:
src/lukeshu.com/git/go/libnslcd.git/ LGPL v2.1+
src/lukeshu.com/git/go/libsystemd.git/ Apache v2.0
-The general notion is that the core application is GPL (v2+), while
-supporting libraries that might be useful outside of this specific
-application are LGPL (v2.1+), with the exceptions:
+ build-aux/ AGPL v3+
+
+The general notion is that the build system is AGPL (v3+), the core
+application is GPL (v2+), while supporting libraries that might be
+useful outside of this specific application are LGPL (v2.1+), with the
+exceptions:
- The systemd package is Apache licensed because of code taken from
CoreOS and Docker.
- The dl package is GPL v2+ licensed because of wording in comments