]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: add README.licensing
authorKarel Zak <kzak@redhat.com>
Tue, 14 Aug 2007 10:27:55 +0000 (12:27 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 14 Aug 2007 10:27:55 +0000 (12:27 +0200)
There is not only one unique license for all code in utl-linux-ng. We
have mix of utils with Public Domain, BSD, GPLv2 or GPLv2+. This thing
should be more transparent to avoid misunderstanding.

Signed-off-by: Karel Zak <kzak@redhat.com>
Makefile.am
README.licensing [new file with mode: 0644]

index 1cce174add4583a4618aef826538a219a9d44b2f..4073d709b4f616e9d88aee48b18e544769224e19 100644 (file)
@@ -21,6 +21,7 @@ ACLOCAL_AMFLAGS = -I m4
 EXTRA_DIST = \
                autogen.sh \
                README.devel \
+               README.licensing \
                licenses \
                example.files \
                po/update-potfiles \
diff --git a/README.licensing b/README.licensing
new file mode 100644 (file)
index 0000000..67eabdc
--- /dev/null
@@ -0,0 +1,18 @@
+
+The project utils-linux-ng doesn't use same license for all code. There are
+code with:
+
+   * GPLv2+ (GNU General Public License version 2, or any later version)
+
+   * GPLv2 (GNU General Public License version 2)
+
+   * BSD License
+
+   * Public Domain
+
+Please, check 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.
+