docs: add README.licensing

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>
This commit is contained in:
Karel Zak 2007-08-14 12:27:55 +02:00
parent cd5e23c56a
commit dcb219b313
2 changed files with 19 additions and 0 deletions

View File

@ -21,6 +21,7 @@ ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = \
autogen.sh \
README.devel \
README.licensing \
licenses \
example.files \
po/update-potfiles \

18
README.licensing Normal file
View File

@ -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.