]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
tag license files according to Linux Kernel license identifier syntax
authorPetr Špaček <petr.spacek@nic.cz>
Mon, 17 Feb 2020 09:14:44 +0000 (10:14 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 25 Feb 2020 08:26:37 +0000 (09:26 +0100)
https://www.kernel.org/doc/html/latest/process/license-rules.html#license-identifier-syntax

COPYING
contrib/licenses/BSD-MIT
contrib/licenses/CC0
contrib/licenses/LGPL2
modules/http/static/LICENSE [deleted file]

diff --git a/COPYING b/COPYING
index b4b7c41fbf46726a077f4e8796561d5bdb78c93d..74f584b1183763c060484392c10f5cac2d39c08d 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,3 +1,7 @@
+SPDX-License-Identifier: GPL-3.0-or-later
+SPDX-URL: https://spdx.org/licenses/GPL-3.0-or-later.html
+License-Text:
+
                     GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
@@ -685,5 +689,3 @@ file(s), but you are not obligated to do so.  If you do not wish to do
 so, delete this exception statement from your version.  If you delete
 this exception statement from all source files in the program, then
 also delete it here.
-
-SPDX-License-Identifier: GPL-3.0-or-later
index 58c875148c138410f912241b9c1e6201f2ca7d06..6e50b004656211c2d1406c27cad86e4f38a5b328 100644 (file)
@@ -1,3 +1,7 @@
+SPDX-License-Identifier: MIT
+SPDX-URL: https://spdx.org/licenses/MIT.html
+License-Text:
+
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
@@ -15,5 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
-
-SPDX-License-Identifier: MIT
index c70b57691206fd71756ada190bde676778319f33..937f712f76894b9282daa9d81a10d1ccc9ece23b 100644 (file)
@@ -1,3 +1,7 @@
+SPDX-License-Identifier: CC0-1.0
+SPDX-URL: https://spdx.org/licenses/CC0-1.0.html
+License-Text:
+
 Statement of Purpose
 
 The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").
@@ -26,5 +30,3 @@ For these and/or other purposes and motivations, and without any expectation of
     Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.
     Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.
     Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.
-
-SPDX-License-Identifier: CC0-1.0
index 0f0d38b850e8092cdc59bd771fdc85c478dc9a1e..682170d0a8d7657cbb2a85a5cc99bcaef2afedff 100644 (file)
@@ -1,3 +1,7 @@
+SPDX-License-Identifier: LGPL-2.1-or-later
+SPDX-URL: http://spdx.org/licenses/LGPL-2.1
+License-Text:
+
                   GNU LESSER GENERAL PUBLIC LICENSE
                        Version 2.1, February 1999
 
@@ -500,5 +504,3 @@ necessary.  Here is a sample; alter the names:
   Ty Coon, President of Vice
 
 That's all there is to it!
-
-SPDX-License-Identifier: LGPL-2.1-or-later
diff --git a/modules/http/static/LICENSE b/modules/http/static/LICENSE
deleted file mode 100644 (file)
index 51f768f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-jQuery is provided under MIT license <https://jquery.org/license/>
-D3 under BSD license <https://github.com/mbostock/d3/blob/master/LICENSE>
-Epoch under MIT license <https://github.com/epochjs/epoch/blob/master/LICENSE>
-TopoJSON under BSD license <https://github.com/mbostock/topojson/blob/master/LICENSE>
-DataMaps under MIT license <https://github.com/markmarkoh/datamaps/blob/master/LICENSE>
-Bootstrap under MIT license <https://github.com/twbs/bootstrap/blob/master/LICENSE>
-Selectize.js under Apache 2.0 license <https://github.com/selectize/selectize.js/blob/master/LICENSE>