diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:10:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:10:49 +0000 |
commit | cfe5e3905201349e9cf3f95d52ff4bd100bde37d (patch) | |
tree | d0baf160cbee3195249d095f85e52d20c21acf02 /README.licensing | |
parent | Initial commit. (diff) | |
download | util-linux-cfe5e3905201349e9cf3f95d52ff4bd100bde37d.tar.xz util-linux-cfe5e3905201349e9cf3f95d52ff4bd100bde37d.zip |
Adding upstream version 2.39.3.upstream/2.39.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.licensing')
-rw-r--r-- | README.licensing | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/README.licensing b/README.licensing new file mode 100644 index 0000000..2af6462 --- /dev/null +++ b/README.licensing @@ -0,0 +1,28 @@ + +The project util-linux doesn't use the same license for all of the code. +There is code under: + + * GPL-1.0-or-later - GNU General Public License version 1, or any later version + + * GPL-2.0 - GNU General Public License version 2 + + * GPL-2.0-or-later - GNU General Public License version 2, or any later version + + * GPL-3.0-or-later - GNU General Public License version 3, or any later version + + * LGPL-2.1-or-later - GNU Lesser General Public License 2.1 or any later version + + * BSD-2-Clause - Simplified BSD License + + * BSD-3-Clause - BSD 3-Clause "New" or "Revised" License + + * BSD-4-Clause-UC - BSD 4-Clause University of California-Specific + + * Public Domain + +Please, check the source code for more details. A license is usually at the start +of each source file. + +The ./COPYING file (GPL-2.0-or-later) is the default license for code without +an explicitly defined license. + |