diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-11-02 20:15:39 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-11-02 20:15:39 +0400 |
commit | b13154de3eca5ba28fbb4854d916cd0be5febeed (patch) | |
tree | 30f2e9e89ab71a2df837076ac68c3ba770230294 /README.licensing | |
download | util-linux-upstream/2.22.tar.gz |
Imported Upstream version 2.22upstream/2.22upstream
Diffstat (limited to 'README.licensing')
-rw-r--r-- | README.licensing | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.licensing b/README.licensing new file mode 100644 index 0000000..b29883c --- /dev/null +++ b/README.licensing @@ -0,0 +1,22 @@ + +The project util-linux doesn't use the same license for all of the code. +There is code under: + + * GPLv3+ (GNU General Public License version 3, or any later version) + + * GPLv2+ (GNU General Public License version 2, or any later version) + + * GPLv2 (GNU General Public License version 2) + + * LGPLv2+ (GNU Lesser General Public License v2 (or 2.1) or any later version) + + * BSD with advertising + + * Public Domain + +Please, check the source code for more details. A license is usually at the start +of each source file. + +The /COPYING file (GPLv2+) is the default license for code without an explicitly +defined license. + |