summaryrefslogtreecommitdiff
path: root/LICENSE.txt
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-15 18:06:16 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-15 18:06:16 -0400
commit1fce74fb44c4e2795da78a788053878ce5fe31d1 (patch)
tree9d7df780e495988310efbaa04df20d8b58ed03cc /LICENSE.txt
parentcf50937034acc291b85980fb4a8b44c40d07092d (diff)
update LICENSE.txt
Diffstat (limited to 'LICENSE.txt')
-rw-r--r--LICENSE.txt27
1 files changed, 16 insertions, 11 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index cc96954..6031cd7 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,19 +1,24 @@
The software in this repository is under a number of licenses:
- src/getgr LGPL v2.1+
- src/inotify LGPL v2.1+
- src/nslcd LGPL v2.1+
- src/dl GPL v2+, with documentation output clarification
- src/nshd GPL v2+
- src/sd_daemon Apache v2.0
- test/ LGPL v2.1+
+ scripts/ GPL v2+
+ src/nshd/ GPL v2+
+ test/ LGPL v2.1+
-The general notion is that the core application is GPL, while
+ src/gopkg.in/yaml.v2 LGPL v3, with linking exception
+ src/lukeshu.com/git/go/libgnulinux.git/dl GPL v2+, with documentation output clarification
+ src/lukeshu.com/git/go/libgnulinux.git/inotify LGPL v2.1+
+ src/lukeshu.com/git/go/libgnulinux.git/getgr LGPL v2.1+
+ 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, with the 2 exceptions:
- - The sd_daemon package is Apache licensed because of code taken from
+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 GPLv2+ licensed because of wording in comments
+ - The dl package is GPL v2+ licensed because of wording in comments
taken from the Linux Programmer's Manual.
+ - The YAML library uses v3 of the LGPL because it's a 3rd-party
+ library, and that's how the authors licensed it.
For more details, see each individual file.