]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: use SPDX license names
authorKarel Zak <kzak@redhat.com>
Thu, 16 Aug 2018 12:47:21 +0000 (14:47 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 16 Aug 2018 12:47:21 +0000 (14:47 +0200)
Let's use standardized names for licenses. The names used by SPDX
makes things more obvious at first glance. For complete list see:
https://spdx.org/licenses/

Note, this commit does not change any license or so...

Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/licenses/COPYING.BSD-3-Clause [moved from Documentation/licenses/COPYING.BSD-3 with 100% similarity]
Documentation/licenses/COPYING.BSD-4-Clause-UC [moved from Documentation/licenses/COPYING.UCB with 100% similarity]
Documentation/licenses/COPYING.GPL-2.0-or-later [moved from Documentation/licenses/COPYING.GPLv2 with 100% similarity]
Documentation/licenses/COPYING.LGPL-2.1-or-later [moved from Documentation/licenses/COPYING.LGPLv2.1 with 100% similarity]
README.licensing
libblkid/COPYING
libfdisk/COPYING
libmount/COPYING
libsmartcols/COPYING
libuuid/COPYING

index 91e07871c610caa601c674df8dcf8109b06efa13..5752a9584076f3b0c97ad365e3029ff6f7edf23b 100644 (file)
@@ -2,19 +2,21 @@
 The project util-linux doesn't use the same license for all of the code.
 There is code under:
 
-   * GPLv2+ (GNU General Public License version 2, or any later version)
+   * GPL-2.0-or-later   - GNU General Public License version 2, or any later version
 
-   * GPLv2 (GNU General Public License version 2)
+   * GPL-2.0            - GNU General Public License version 2
 
-   * LGPLv2+ (GNU Lesser General Public License v2 (or 2.1) or any later version)
+   * LGPL-2.1-or-later  - GNU Lesser General Public License 2.1 or any later version
 
-   * BSD with advertising
+   * 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 (GPLv2+) is the default license for code without an explicitly
-defined license.
+The ./COPYING file (GPL-2.0-or-later) is the default license for code without
+an explicitly defined license.
 
index be1a5b3a18d16223af935e4ac7a767904e23f4dd..1c4252aec3afb9e36194a10664cb8bf17e30dc0b 100644 (file)
@@ -5,4 +5,4 @@ version 2.1 of the License, or (at your option) any later
 version.
 
 The complete text of the license is available in the
-../Documentation/licenses/COPYING.LGPLv2.1 file.
+../Documentation/licenses/COPYING.LGPL-2.1-or-later file.
index be1a5b3a18d16223af935e4ac7a767904e23f4dd..1c4252aec3afb9e36194a10664cb8bf17e30dc0b 100644 (file)
@@ -5,4 +5,4 @@ version 2.1 of the License, or (at your option) any later
 version.
 
 The complete text of the license is available in the
-../Documentation/licenses/COPYING.LGPLv2.1 file.
+../Documentation/licenses/COPYING.LGPL-2.1-or-later file.
index be1a5b3a18d16223af935e4ac7a767904e23f4dd..db5ec32eb7999dc2f31be3c766df3a620809e30e 100644 (file)
@@ -5,4 +5,4 @@ version 2.1 of the License, or (at your option) any later
 version.
 
 The complete text of the license is available in the
-../Documentation/licenses/COPYING.LGPLv2.1 file.
+../Documentation/licenses/COPYING.LGPL-2.1-or-later
index be1a5b3a18d16223af935e4ac7a767904e23f4dd..1c4252aec3afb9e36194a10664cb8bf17e30dc0b 100644 (file)
@@ -5,4 +5,4 @@ version 2.1 of the License, or (at your option) any later
 version.
 
 The complete text of the license is available in the
-../Documentation/licenses/COPYING.LGPLv2.1 file.
+../Documentation/licenses/COPYING.LGPL-2.1-or-later file.
index 0e902cf8cd9dfad6fe1235a88eb1c75a9d1ea046..8a409361fd5741cf68003f1821139528d8a87549 100644 (file)
@@ -2,4 +2,4 @@ This library is free software; you can redistribute it and/or
 modify it under the terms of the Modified BSD License.
 
 The complete text of the license is available in the
-../Documentation/licenses/COPYING.BSD-3 file.
+../Documentation/licenses/COPYING.BSD-3-Clause file.