summaryrefslogtreecommitdiff
path: root/LICENSE.txt
blob: cc96954f7e93c30c7cecb2a2a4ef2a2f2ae0bcaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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+

The general notion is that the core application is GPL, 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
   CoreOS and Docker.
 - The dl package is GPLv2+ licensed because of wording in comments
   taken from the Linux Programmer's Manual.

For more details, see each individual file.