From db4f3a883036c55bf21808935e57cd1e11fefa76 Mon Sep 17 00:00:00 2001 From: Ayan Sinha Mahapatra Date: Wed, 14 Feb 2024 21:20:49 +0530 Subject: [PATCH] Add license/rule modifications from SPDX 3.23 Reference: https://github.com/nexB/scancode-licensedb/issues/49 Signed-off-by: Ayan Sinha Mahapatra --- .../data/licenses/bison-exception-2.0.LICENSE | 6 +- .../data/licenses/brian-gladman.LICENSE | 7 +- .../licenses/bsd-simplified-darwin.LICENSE | 6 +- .../data/licenses/bsd-top.LICENSE | 6 +- .../data/licenses/caldera-no-preamble.LICENSE | 47 +++ .../data/licenses/drl-1.1.LICENSE | 57 +-- .../fsfap-no-warranty-disclaimer.LICENSE | 17 + .../data/licenses/gtkbook.LICENSE | 19 + src/licensedcode/data/licenses/hdparm.LICENSE | 16 +- .../data/licenses/hpnd-inria-imag.LICENSE | 21 + .../hpnd-sell-mit-disclaimer-xserver.LICENSE | 24 ++ .../data/licenses/intel-bsd.LICENSE | 6 +- .../data/licenses/kevlin-henney.LICENSE | 6 +- .../data/licenses/mailprio.LICENSE | 21 + .../data/licenses/nrl-permission.LICENSE | 7 +- .../data/licenses/nvidia-2002.LICENSE | 7 +- .../object-form-exception-to-mit.LICENSE | 7 +- .../data/licenses/openssl.LICENSE | 6 +- .../data/licenses/openvision.LICENSE | 47 +++ .../data/licenses/paul-mackerras-new.LICENSE | 6 +- .../licenses/peter-deutsch-document.LICENSE | 7 +- .../data/licenses/pnmstitch.LICENSE | 7 +- src/licensedcode/data/licenses/radvd.LICENSE | 7 +- .../data/licenses/sax-pd-2.0.LICENSE | 22 ++ .../data/licenses/softsurfer.LICENSE | 11 +- .../data/licenses/ssleay-windows.LICENSE | 5 +- .../data/licenses/sun-ppp.LICENSE | 25 ++ .../data/licenses/tgppl-1.0.LICENSE | 367 +++++++++--------- .../data/licenses/x11-adobe.LICENSE | 6 +- .../data/rules/bsd-original_46.RULE | 7 +- src/licensedcode/data/rules/fsf-ap_3.RULE | 4 + .../data/rules/other-permissive_102.RULE | 5 +- .../data/rules/other-permissive_242.RULE | 7 +- .../data/rules/other-permissive_426.RULE | 6 +- .../data/rules/other-permissive_43.RULE | 6 +- .../data/rules/other-permissive_44.RULE | 4 + .../data/rules/other-permissive_80.RULE | 12 +- src/licensedcode/data/rules/sax-pd_20.RULE | 5 +- src/licensedcode/models.py | 1 + 39 files changed, 591 insertions(+), 262 deletions(-) create mode 100644 src/licensedcode/data/licenses/caldera-no-preamble.LICENSE create mode 100644 src/licensedcode/data/licenses/fsfap-no-warranty-disclaimer.LICENSE create mode 100644 src/licensedcode/data/licenses/gtkbook.LICENSE create mode 100644 src/licensedcode/data/licenses/hpnd-inria-imag.LICENSE create mode 100644 src/licensedcode/data/licenses/hpnd-sell-mit-disclaimer-xserver.LICENSE create mode 100644 src/licensedcode/data/licenses/mailprio.LICENSE create mode 100644 src/licensedcode/data/licenses/openvision.LICENSE create mode 100644 src/licensedcode/data/licenses/sax-pd-2.0.LICENSE create mode 100644 src/licensedcode/data/licenses/sun-ppp.LICENSE diff --git a/src/licensedcode/data/licenses/bison-exception-2.0.LICENSE b/src/licensedcode/data/licenses/bison-exception-2.0.LICENSE index 36072ab7ffa..186b8fdc4a9 100644 --- a/src/licensedcode/data/licenses/bison-exception-2.0.LICENSE +++ b/src/licensedcode/data/licenses/bison-exception-2.0.LICENSE @@ -5,8 +5,12 @@ name: Bison exception to GPL 2.0 or later category: Copyleft Limited owner: Free Software Foundation (FSF) is_exception: yes -spdx_license_key: LicenseRef-scancode-bison-exception-2.0 +spdx_license_key: Bison-exception-1.24 +other_spdx_license_keys: + - LicenseRef-scancode-bison-exception-2.0 faq_url: http://www.gnu.org/software/bison/manual/bison.html#Conditions +other_urls: + - https://github.com/arineng/rwhoisd/blob/master/rwhoisd/mkdb/y.tab.c#L180 standard_notice: | This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/licensedcode/data/licenses/brian-gladman.LICENSE b/src/licensedcode/data/licenses/brian-gladman.LICENSE index 9d287c752bb..c8b15c2af3b 100644 --- a/src/licensedcode/data/licenses/brian-gladman.LICENSE +++ b/src/licensedcode/data/licenses/brian-gladman.LICENSE @@ -5,9 +5,14 @@ name: Brian Gladman License category: Permissive owner: Brian Gladman homepage_url: http://www.gladman.me.uk/AES -spdx_license_key: LicenseRef-scancode-brian-gladman +spdx_license_key: Brian-Gladman-2-Clause +other_spdx_license_keys: + - LicenseRef-scancode-brian-gladman text_urls: - http://gladman.plushost.co.uk/oldsite/AES/aes-src-12-09-11.zip +other_urls: + - https://web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html + - https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L140-L156 --- The redistribution and use of this software (with or without changes) diff --git a/src/licensedcode/data/licenses/bsd-simplified-darwin.LICENSE b/src/licensedcode/data/licenses/bsd-simplified-darwin.LICENSE index 6990ab96a9e..cbad460e054 100644 --- a/src/licensedcode/data/licenses/bsd-simplified-darwin.LICENSE +++ b/src/licensedcode/data/licenses/bsd-simplified-darwin.LICENSE @@ -4,7 +4,11 @@ short_name: BSD Simplified Darwin name: BSD Simplified Darwin category: Permissive owner: Ian Darwin -spdx_license_key: LicenseRef-scancode-bsd-simplified-darwin +spdx_license_key: BSD-2-Clause-Darwin +other_spdx_license_keys: + - LicenseRef-scancode-bsd-simplified-darwin +other_urls: + - https://github.com/file/file/blob/master/COPYING --- This software is not subject to any export provision of the United States diff --git a/src/licensedcode/data/licenses/bsd-top.LICENSE b/src/licensedcode/data/licenses/bsd-top.LICENSE index eb5f1868088..c61ae63671e 100644 --- a/src/licensedcode/data/licenses/bsd-top.LICENSE +++ b/src/licensedcode/data/licenses/bsd-top.LICENSE @@ -7,7 +7,11 @@ owner: nexB notes: | This is a variant composed of clause 1 and 3 of a BSD-Modified and some additional conditions on position and content of the notice -spdx_license_key: LicenseRef-scancode-bsd-top +spdx_license_key: BSD-Source-beginning-file +other_spdx_license_keys: + - LicenseRef-scancode-bsd-top +other_urls: + - https://github.com/lattera/freebsd/blob/master/sys/cam/cam.c#L4 minimum_coverage: 70 --- diff --git a/src/licensedcode/data/licenses/caldera-no-preamble.LICENSE b/src/licensedcode/data/licenses/caldera-no-preamble.LICENSE new file mode 100644 index 00000000000..825ec9237f6 --- /dev/null +++ b/src/licensedcode/data/licenses/caldera-no-preamble.LICENSE @@ -0,0 +1,47 @@ +--- +key: caldera-no-preamble +short_name: Caldera License (without preamble) +name: Caldera License (without preamble) +notes: | + Added in SPDX license list 3.23 + This was previously the license rule: bsd-original_46.RULE +spdx_license_key: Caldera-no-preamble +other_urls: + - https://github.com/apache/apr/blob/trunk/LICENSE#L298C6-L298C29 +--- + +Copyright(C) Caldera International Inc. 2001-2002. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +Redistributions of source code and documentation must retain the above +copyright notice, this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +All advertising materials mentioning features or use of this software +must display the following acknowledgement: + + This product includes software developed or owned by Caldera + International, Inc. + +Neither the name of Caldera International, Inc. nor the names of other +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +USE OF THE SOFTWARE PROVIDED FOR UNDER THIS LICENSE BY CALDERA +INTERNATIONAL, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN +NO EVENT SHALL CALDERA INTERNATIONAL, INC. BE LIABLE FOR ANY DIRECT, +INDIRECT INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/src/licensedcode/data/licenses/drl-1.1.LICENSE b/src/licensedcode/data/licenses/drl-1.1.LICENSE index b812484c0be..024d7a57661 100644 --- a/src/licensedcode/data/licenses/drl-1.1.LICENSE +++ b/src/licensedcode/data/licenses/drl-1.1.LICENSE @@ -5,44 +5,27 @@ name: Detection Rule License (DRL) 1.1 category: Permissive owner: Florian Roth homepage_url: https://github.com/Neo23x0/signature-base/blob/master/LICENSE -spdx_license_key: LicenseRef-scancode-drl-1.1 +spdx_license_key: DRL-1.1 +other_spdx_license_keys: + - LicenseRef-scancode-drl-1.1 +other_urls: + - https://github.com/SigmaHQ/Detection-Rule-License/blob/6ec7fbde6101d101b5b5d1fcb8f9b69fbc76c04a/LICENSE.Detection.Rules.md --- Detection Rule License (DRL) 1.1 -Permission is hereby granted, free of charge, to any person obtaining a copy -of this rule set and associated documentation files (the "Rules"), to deal -in the Rules without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Rules, and to permit persons to whom the Rules are furnished to do so, -subject to the following conditions: - -If you share the Rules (including in modified form), you must retain the -following if it is supplied within the Rules: - -1. identification of the authors(s) ("author" field) of the Rule and any - others designated to receive attribution, in any reasonable manner - requested by the Rule author (including by pseudonym if designated). - -2. a URI or hyperlink to the Rule set or explicit Rule to the extent - reasonably practicable - -3. indicate the Rules are licensed under this Detection Rule License, and - include the text of, or the URI or hyperlink to, this Detection Rule - License to the extent reasonably practicable - -If you use the Rules (including in modified form) on data, messages based on -matches with the Rules must retain the following if it is supplied within the -Rules: - -1. identification of the authors(s) ("author" field) of the Rule and any - others designated to receive attribution, in any reasonable manner - requested by the Rule author (including by pseudonym if designated). - -THE RULES ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -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 RULES OR THE USE OR OTHER DEALINGS IN THE -RULES. \ No newline at end of file +Permission is hereby granted, free of charge, to any person obtaining a copy of this rule set and associated documentation files (the "Rules"), to deal in the Rules without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Rules, and to permit persons to whom the Rules are furnished to do so, subject to the following conditions: + +If you share the Rules (including in modified form), you must retain the following if it is supplied within the Rules: + +identification of the authors(s) ("author" field) of the Rule and any others designated to receive attribution, in any reasonable manner requested by the Rule author (including by pseudonym if designated). + +a URI or hyperlink to the Rule set or explicit Rule to the extent reasonably practicable + +indicate the Rules are licensed under this Detection Rule License, and include the text of, or the URI or hyperlink to, this Detection Rule License to the extent reasonably practicable + +If you use the Rules (including in modified form) on data, messages based on matches with the Rules must retain the following if it is supplied within the Rules: + +identification of the authors(s) ("author" field) of the Rule and any others designated to receive attribution, in any reasonable manner requested by the Rule author (including by pseudonym if designated). + +THE RULES ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 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 RULES OR THE USE OR OTHER DEALINGS IN THE RULES. \ No newline at end of file diff --git a/src/licensedcode/data/licenses/fsfap-no-warranty-disclaimer.LICENSE b/src/licensedcode/data/licenses/fsfap-no-warranty-disclaimer.LICENSE new file mode 100644 index 00000000000..6b68afb43e2 --- /dev/null +++ b/src/licensedcode/data/licenses/fsfap-no-warranty-disclaimer.LICENSE @@ -0,0 +1,17 @@ +--- +key: fsfap-no-warranty-disclaimer +short_name: FSF All Permissive License (without Warranty) +name: FSF All Permissive License (without Warranty) +notes: | + Added in SPDX license list 3.23 + This was previously the license rule: fsf-ap_3.RULE +spdx_license_key: FSFAP-no-warranty-disclaimer +other_urls: + - https://git.savannah.gnu.org/cgit/wget.git/tree/util/trunc.c?h=v1.21.3&id=40747a11e44ced5a8ac628a41f879ced3e2ebce9#n6 +--- + +Copyright (C) 2008 Micah J. Cowan + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. \ No newline at end of file diff --git a/src/licensedcode/data/licenses/gtkbook.LICENSE b/src/licensedcode/data/licenses/gtkbook.LICENSE new file mode 100644 index 00000000000..2e05afa1ded --- /dev/null +++ b/src/licensedcode/data/licenses/gtkbook.LICENSE @@ -0,0 +1,19 @@ +--- +key: gtkbook +short_name: gtkbook License +name: gtkbook License +notes: | + Added in SPDX license list 3.23 + This was previously the license rule: other-permissive_102.RULE +spdx_license_key: gtkbook +other_urls: + - https://github.com/slogan621/gtkbook + - https://github.com/oetiker/rrdtool-1.x/blob/master/src/plbasename.c#L8-L11 +--- + +Copyright 2005 Syd Logan, All Rights Reserved + +This code is distributed without warranty. You are free to use +this code for any purpose, however, if this code is republished or +redistributed in its original form, as hardcopy or electronically, +then you must include this copyright notice along with the code. \ No newline at end of file diff --git a/src/licensedcode/data/licenses/hdparm.LICENSE b/src/licensedcode/data/licenses/hdparm.LICENSE index 573ce2e0d6e..ddd18299da7 100644 --- a/src/licensedcode/data/licenses/hdparm.LICENSE +++ b/src/licensedcode/data/licenses/hdparm.LICENSE @@ -4,16 +4,22 @@ short_name: HDPARM License name: HDPARM License category: Permissive owner: Unspecified -spdx_license_key: LicenseRef-scancode-hdparm +spdx_license_key: hdparm +other_spdx_license_keys: + - LicenseRef-scancode-hdparm +other_urls: + - https://github.com/Distrotech/hdparm/blob/4517550db29a91420fb2b020349523b1b4512df2/LICENSE.TXT minimum_coverage: 90 ignorable_emails: - mlord@pobox.com --- -You may freely use, modify, and redistribute the hdparm program, as either -binary or source, or both. +BSD-Style Open Source License: -The only condition is that my name and copyright notice remain in the source -code as-is. +You may freely use, modify, and redistribute the hdparm program, +as either binary or source, or both. + +The only condition is that my name and copyright notice +remain in the source code as-is. Mark Lord (mlord@pobox.com) \ No newline at end of file diff --git a/src/licensedcode/data/licenses/hpnd-inria-imag.LICENSE b/src/licensedcode/data/licenses/hpnd-inria-imag.LICENSE new file mode 100644 index 00000000000..406d2558f64 --- /dev/null +++ b/src/licensedcode/data/licenses/hpnd-inria-imag.LICENSE @@ -0,0 +1,21 @@ +--- +key: hpnd-inria-imag +short_name: Historical Permission Notice and Disclaimer - INRIA-IMAG variant +name: Historical Permission Notice and Disclaimer - INRIA-IMAG variant +notes: | + Added in SPDX license list 3.23 + This was previously the license rule: other-permissive_44.RULE +spdx_license_key: HPND-INRIA-IMAG +other_urls: + - https://github.com/ppp-project/ppp/blob/master/pppd/ipv6cp.c#L75-L83 +--- + +This software is available with usual "research" terms with +the aim of retain credits of the software. Permission to use, +copy, modify and distribute this software for any purpose and +without fee is hereby granted, provided that the above copyright +notice and this permission notice appear in all copies, and +the name of INRIA, IMAG, or any contributor not be used in +advertising or publicity pertaining to this material without +the prior explicit permission. The software is provided "as +is" without any warranties, support or liabilities of any kind. \ No newline at end of file diff --git a/src/licensedcode/data/licenses/hpnd-sell-mit-disclaimer-xserver.LICENSE b/src/licensedcode/data/licenses/hpnd-sell-mit-disclaimer-xserver.LICENSE new file mode 100644 index 00000000000..da1a12e28d4 --- /dev/null +++ b/src/licensedcode/data/licenses/hpnd-sell-mit-disclaimer-xserver.LICENSE @@ -0,0 +1,24 @@ +--- +key: hpnd-sell-mit-disclaimer-xserver +short_name: Historical Permission Notice and Disclaimer - sell xserver variant with MIT disclaimer +name: Historical Permission Notice and Disclaimer - sell xserver variant with MIT disclaimer +notes: | + Added in SPDX license list 3.23 + This was previously the license rule: other-permissive_426.RULE +spdx_license_key: HPND-sell-MIT-disclaimer-xserver +other_urls: + - https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type=heads#L1781 +--- + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +this permission notice appear in supporting documentation. This permission +notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHOR 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. \ No newline at end of file diff --git a/src/licensedcode/data/licenses/intel-bsd.LICENSE b/src/licensedcode/data/licenses/intel-bsd.LICENSE index 10e03a2bbaa..75065a9f0eb 100644 --- a/src/licensedcode/data/licenses/intel-bsd.LICENSE +++ b/src/licensedcode/data/licenses/intel-bsd.LICENSE @@ -7,10 +7,14 @@ owner: Intel Corporation notes: | this license is often used in conjunction with a choice of gpl-2.0 such as in the Linux Kernel -spdx_license_key: LicenseRef-scancode-intel-bsd +spdx_license_key: BSD-3-Clause-acpica +other_spdx_license_keys: + - LicenseRef-scancode-intel-bsd text_urls: - https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/tree/include/acpi/acoutput.h?h=v2.6.24&id=f9f4601f331aa1226d7a798a01950efbb388f07f - https://github.com/rwatson/mbufs/blob/748b87203d7219fd9fe2f73894359a6301ce5be1/sys/xen/xenstore/xenstore_internal.h +other_urls: + - https://github.com/acpica/acpica/blob/master/source/common/acfileio.c#L119 --- Redistribution and use in source and binary forms, with or without diff --git a/src/licensedcode/data/licenses/kevlin-henney.LICENSE b/src/licensedcode/data/licenses/kevlin-henney.LICENSE index 362dab5f86a..f54804fcacc 100644 --- a/src/licensedcode/data/licenses/kevlin-henney.LICENSE +++ b/src/licensedcode/data/licenses/kevlin-henney.LICENSE @@ -4,7 +4,11 @@ short_name: Kevlin Henney License name: Kevlin Henney License category: Permissive owner: Kevlin Henney -spdx_license_key: LicenseRef-scancode-kevlin-henney +spdx_license_key: HPND-Kevlin-Henney +other_spdx_license_keys: + - LicenseRef-scancode-kevlin-henney +other_urls: + - https://github.com/mruby/mruby/blob/83d12f8d52522cdb7c8cc46fad34821359f453e6/mrbgems/mruby-dir/src/Win/dirent.c#L127-L140 --- Permission to use, copy, modify, and distribute this software and its diff --git a/src/licensedcode/data/licenses/mailprio.LICENSE b/src/licensedcode/data/licenses/mailprio.LICENSE new file mode 100644 index 00000000000..f04405fd51b --- /dev/null +++ b/src/licensedcode/data/licenses/mailprio.LICENSE @@ -0,0 +1,21 @@ +--- +key: mailprio +short_name: mailprio License +name: mailprio License +notes: | + Added in SPDX license list 3.23 + This was previously the license rule: other-permissive_242.RULE +spdx_license_key: mailprio +other_urls: + - https://fossies.org/linux/sendmail/contrib/mailprio +--- + +Copyright 1994, 1996, Tony Sanders + +Rights are hereby granted to download, use, modify, sell, copy, and +redistribute this software so long as the original copyright notice +and this list of conditions remain intact and modified versions are +noted as such. + +I would also very much appreciate it if you could send me a copy of +any changes you make so I can possibly integrate them into my version. \ No newline at end of file diff --git a/src/licensedcode/data/licenses/nrl-permission.LICENSE b/src/licensedcode/data/licenses/nrl-permission.LICENSE index 654dc7728d8..4b61de77f65 100644 --- a/src/licensedcode/data/licenses/nrl-permission.LICENSE +++ b/src/licensedcode/data/licenses/nrl-permission.LICENSE @@ -5,7 +5,12 @@ name: NRL permission category: Permissive owner: NRL homepage_url: https://web.mit.edu/kerberos/krb5-1.14/doc/mitK5license.html -spdx_license_key: LicenseRef-scancode-nrl-permission +spdx_license_key: CMU-Mach-nodoc +other_spdx_license_keys: + - LicenseRef-scancode-nrl-permission +other_urls: + - https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L718-L728 + - https://web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html --- Permission to use, copy, modify and distribute this software and its diff --git a/src/licensedcode/data/licenses/nvidia-2002.LICENSE b/src/licensedcode/data/licenses/nvidia-2002.LICENSE index badc892d052..aa72ec45513 100644 --- a/src/licensedcode/data/licenses/nvidia-2002.LICENSE +++ b/src/licensedcode/data/licenses/nvidia-2002.LICENSE @@ -4,7 +4,12 @@ short_name: NVIDIA 2002 License name: NVIDIA 2002 License category: Permissive owner: NVIDIA -spdx_license_key: LicenseRef-scancode-nvidia-2002 +spdx_license_key: AML-glslang +other_spdx_license_keys: + - LicenseRef-scancode-nvidia-2002 +other_urls: + - https://github.com/KhronosGroup/glslang/blob/main/LICENSE.txt#L949 + - https://docs.omniverse.nvidia.com/install-guide/latest/common/licenses.html --- NVIDIA Corporation("NVIDIA") supplies this software to you in diff --git a/src/licensedcode/data/licenses/object-form-exception-to-mit.LICENSE b/src/licensedcode/data/licenses/object-form-exception-to-mit.LICENSE index 7251cb8f818..738f3069015 100644 --- a/src/licensedcode/data/licenses/object-form-exception-to-mit.LICENSE +++ b/src/licensedcode/data/licenses/object-form-exception-to-mit.LICENSE @@ -6,7 +6,12 @@ category: Permissive owner: Android Open Source Project homepage_url: https://android.googlesource.com/platform/external/fmtlib/+/refs/heads/master/LICENSE.rst is_exception: yes -spdx_license_key: LicenseRef-scancode-object-form-exception-to-mit +spdx_license_key: fmt-exception +other_spdx_license_keys: + - LicenseRef-scancode-object-form-exception-to-mit +other_urls: + - https://github.com/fmtlib/fmt/blob/2eb363297b24cd71a68ccfb20ff755430f17e60f/LICENSE#L22C1-L27C62 + - https://github.com/fmtlib/fmt/blob/master/LICENSE --- Optional exception to the license diff --git a/src/licensedcode/data/licenses/openssl.LICENSE b/src/licensedcode/data/licenses/openssl.LICENSE index 08f9aaa132e..37a0572b4b8 100644 --- a/src/licensedcode/data/licenses/openssl.LICENSE +++ b/src/licensedcode/data/licenses/openssl.LICENSE @@ -9,10 +9,14 @@ notes: | This is the OpenSSL license proper, without the SSLEay part. The SPDX OpenSSL identifier does not apply here. Instead it matches the openssl- ssleay license. -spdx_license_key: LicenseRef-scancode-openssl +spdx_license_key: OpenSSL-standalone +other_spdx_license_keys: + - LicenseRef-scancode-openssl faq_url: http://www.openssl.org/support/faq.html other_urls: - http://www.openssl.org/source/license.html + - https://library.netapp.com/ecm/ecm_download_file/ECMP1196395 + - https://hstechdocs.helpsystems.com/manuals/globalscape/archive/cuteftp6/open_ssl_license_agreement.htm minimum_coverage: 70 ignorable_authors: - the OpenSSL Project diff --git a/src/licensedcode/data/licenses/openvision.LICENSE b/src/licensedcode/data/licenses/openvision.LICENSE new file mode 100644 index 00000000000..2867e5965b9 --- /dev/null +++ b/src/licensedcode/data/licenses/openvision.LICENSE @@ -0,0 +1,47 @@ +--- +key: openvision +short_name: OpenVision License +name: OpenVision License +notes: | + Added in SPDX license list 3.23 + This was previously the license rule: other-permissive_80.RULE +spdx_license_key: OpenVision +other_urls: + - https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L66-L98 + - https://web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html + - https://fedoraproject.org/wiki/Licensing:MIT#OpenVision_Variant +--- + +Copyright, OpenVision Technologies, Inc., 1993-1996, All Rights +Reserved + +WARNING: Retrieving the OpenVision Kerberos Administration system +source code, as described below, indicates your acceptance of the +following terms. If you do not agree to the following terms, do +not retrieve the OpenVision Kerberos administration system. + +You may freely use and distribute the Source Code and Object Code +compiled from it, with or without modification, but this Source +Code is provided to you "AS IS" EXCLUSIVE OF ANY WARRANTY, +INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY OR +FITNESS FOR A PARTICULAR PURPOSE, OR ANY OTHER WARRANTY, WHETHER +EXPRESS OR IMPLIED. IN NO EVENT WILL OPENVISION HAVE ANY LIABILITY +FOR ANY LOST PROFITS, LOSS OF DATA OR COSTS OF PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES, OR FOR ANY SPECIAL, INDIRECT, OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, INCLUDING, +WITHOUT LIMITATION, THOSE RESULTING FROM THE USE OF THE SOURCE +CODE, OR THE FAILURE OF THE SOURCE CODE TO PERFORM, OR FOR ANY +OTHER REASON. + +OpenVision retains all copyrights in the donated Source Code. +OpenVision also retains copyright to derivative works of the Source +Code, whether created by OpenVision or by a third party. The +OpenVision copyright notice must be preserved if derivative works +are made based on the donated Source Code. + +OpenVision Technologies, Inc. has donated this Kerberos +Administration system to MIT for inclusion in the standard Kerberos +5 distribution. This donation underscores our commitment to +continuing Kerberos technology development and our gratitude for +the valuable work which has been performed by MIT and the Kerberos +community. \ No newline at end of file diff --git a/src/licensedcode/data/licenses/paul-mackerras-new.LICENSE b/src/licensedcode/data/licenses/paul-mackerras-new.LICENSE index 98d91e44f86..3f67828f5c1 100644 --- a/src/licensedcode/data/licenses/paul-mackerras-new.LICENSE +++ b/src/licensedcode/data/licenses/paul-mackerras-new.LICENSE @@ -5,7 +5,11 @@ name: Paul Mackerras New License category: Permissive owner: Paul Mackerras notes: this is a paul-mackerras without advert -spdx_license_key: LicenseRef-scancode-paul-mackerras-new +spdx_license_key: Mackerras-3-Clause +other_spdx_license_keys: + - LicenseRef-scancode-paul-mackerras-new +other_urls: + - https://github.com/ppp-project/ppp/blob/master/pppd/chap_ms.c#L6-L28 --- Redistribution and use in source and binary forms, with or without diff --git a/src/licensedcode/data/licenses/peter-deutsch-document.LICENSE b/src/licensedcode/data/licenses/peter-deutsch-document.LICENSE index 2c549bf2e79..c41409e33c7 100644 --- a/src/licensedcode/data/licenses/peter-deutsch-document.LICENSE +++ b/src/licensedcode/data/licenses/peter-deutsch-document.LICENSE @@ -5,9 +5,14 @@ name: Peter Deutsch Document License category: Permissive owner: Peter Deutsch homepage_url: http://www.ietf.org/rfc/rfc1952.txt -spdx_license_key: LicenseRef-scancode-peter-deutsch-document +spdx_license_key: LPD-document +other_spdx_license_keys: + - LicenseRef-scancode-peter-deutsch-document text_urls: - http://www.ietf.org/rfc/rfc1952.txt +other_urls: + - https://www.ietf.org/rfc/rfc1952.txt + - https://github.com/Cyan4973/xxHash/blob/dev/doc/xxhash_spec.md --- Permission is granted to copy and distribute this document for any diff --git a/src/licensedcode/data/licenses/pnmstitch.LICENSE b/src/licensedcode/data/licenses/pnmstitch.LICENSE index 59314f59f83..bf0e75a84d3 100644 --- a/src/licensedcode/data/licenses/pnmstitch.LICENSE +++ b/src/licensedcode/data/licenses/pnmstitch.LICENSE @@ -5,11 +5,16 @@ name: pnmstitch License category: Permissive owner: pnmstitch Project notes: This is the same as bsd-dpt.RULE with ` Mark Salyzyn` added. -spdx_license_key: pnmstitc +spdx_license_key: pnmstitch +other_spdx_license_keys: + - pnmstitc other_urls: - https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/editor/pnmstitch.c#l2 --- +Copyright (c) 2002 Mark Salyzyn +All rights reserved. + TERMS AND CONDITIONS OF USE Redistribution and use in source form, with or without modification, are diff --git a/src/licensedcode/data/licenses/radvd.LICENSE b/src/licensedcode/data/licenses/radvd.LICENSE index 9f2e3c6354e..73cd1902497 100644 --- a/src/licensedcode/data/licenses/radvd.LICENSE +++ b/src/licensedcode/data/licenses/radvd.LICENSE @@ -5,9 +5,12 @@ name: radvd License category: Permissive owner: Unspecified homepage_url: https://github.com/reubenhwk/radvd/blob/master/COPYRIGHT -spdx_license_key: LicenseRef-scancode-radvd +spdx_license_key: radvd +other_spdx_license_keys: + - LicenseRef-scancode-radvd other_urls: - http://www.litech.org/radvd/ + - https://github.com/radvd-project/radvd/blob/master/COPYRIGHT - https://github.com/radvd-project/radvd/blob/d3cc8882cb0a527d7abe986dff0228a0bc0b3f00/COPYRIGHT minimum_coverage: 60 --- @@ -32,7 +35,7 @@ provided that the following conditions are met: authors as specified in the copyright notice(s) substituted where indicated: - This product includes software developed by the authors which are + This product includes software developed by the authors which are mentioned at the start of the source files and other contributors. 5. Neither the name(s) of the author(s) nor the names of its contributors diff --git a/src/licensedcode/data/licenses/sax-pd-2.0.LICENSE b/src/licensedcode/data/licenses/sax-pd-2.0.LICENSE new file mode 100644 index 00000000000..9a3c311aba9 --- /dev/null +++ b/src/licensedcode/data/licenses/sax-pd-2.0.LICENSE @@ -0,0 +1,22 @@ +--- +key: sax-pd-2.0 +short_name: Sax Public Domain Notice 2.0 +name: Sax Public Domain Notice 2.0 +notes: | + Added in SPDX license list 3.23 + This was previously the license rule: sax-pd_20.RULE +spdx_license_key: SAX-PD-2.0 +other_urls: + - http://www.saxproject.org/copying.html +--- + +SAX2 is Free! + +I hereby abandon any property rights to SAX 2.0 (the Simple API for +XML), and release all of the SAX 2.0 source code, compiled code, and +documentation contained in this distribution into the Public Domain. +SAX comes with NO WARRANTY or guarantee of fitness for any +purpose. + +David Megginson, david@megginson.com +2000-05-05 \ No newline at end of file diff --git a/src/licensedcode/data/licenses/softsurfer.LICENSE b/src/licensedcode/data/licenses/softsurfer.LICENSE index db3b25fcd4a..2ba124129ec 100644 --- a/src/licensedcode/data/licenses/softsurfer.LICENSE +++ b/src/licensedcode/data/licenses/softsurfer.LICENSE @@ -5,13 +5,18 @@ name: softSurfer License category: Permissive owner: Dan Sunday homepage_url: http://geomalgorithms.com/a05-_intersect-1.html#Intersection%20of%202%20Planes -spdx_license_key: LicenseRef-scancode-softsurfer +spdx_license_key: softSurfer +other_spdx_license_keys: + - LicenseRef-scancode-softsurfer other_urls: - http://geomalgorithms.com/index.html + - https://fedoraproject.org/wiki/Licensing/softSurfer + - https://github.com/mm2/Little-CMS/blob/master/src/cmssm.c#L207 --- -This code may be freely used and modified for any purpose +Copyright 2001, softSurfer (www.softsurfer.com) +This code may be freely used and modified for any purpose providing that this copyright notice is included with it. -Copyright holder makes no warranty for this code, and cannot be held +SoftSurfer makes no warranty for this code, and cannot be held liable for any real or imagined damage resulting from its use. Users of this code must verify correctness for their application. \ No newline at end of file diff --git a/src/licensedcode/data/licenses/ssleay-windows.LICENSE b/src/licensedcode/data/licenses/ssleay-windows.LICENSE index 159bf85d26e..ed17d232d7c 100644 --- a/src/licensedcode/data/licenses/ssleay-windows.LICENSE +++ b/src/licensedcode/data/licenses/ssleay-windows.LICENSE @@ -5,10 +5,13 @@ name: Original SSLeay License with Windows Clause category: Permissive owner: OpenSSL homepage_url: https://www.openssl.org/source/license.html -spdx_license_key: LicenseRef-scancode-ssleay-windows +spdx_license_key: SSLeay-standalone +other_spdx_license_keys: + - LicenseRef-scancode-ssleay-windows text_urls: - http://www.openssl.org/source/license.html other_urls: + - https://www.tq-group.com/filedownloads/files/software-license-conditions/OriginalSSLeay/OriginalSSLeay.pdf - http://h71000.www7.hp.com/doc/83final/ba554_90007/apcs02.html ignorable_copyrights: - holder is Tim Hudson (tjh@cryptsoft.com) diff --git a/src/licensedcode/data/licenses/sun-ppp.LICENSE b/src/licensedcode/data/licenses/sun-ppp.LICENSE new file mode 100644 index 00000000000..4c824c2588f --- /dev/null +++ b/src/licensedcode/data/licenses/sun-ppp.LICENSE @@ -0,0 +1,25 @@ +--- +key: sun-ppp +short_name: Sun PPP License +name: Sun PPP License +notes: | + Added in SPDX license list 3.23 + This was previously the license rule: other-permissive_43.RULE +spdx_license_key: Sun-PPP +other_urls: + - https://github.com/ppp-project/ppp/blob/master/pppd/eap.c#L7-L16 +--- + +Copyright (c) 2001 by Sun Microsystems, Inc. +All rights reserved. + +Non-exclusive rights to redistribute, modify, translate, and use +this software in source and binary forms, in whole or in part, is +hereby granted, provided that the above copyright notice is +duplicated in any source form, and that neither the name of the +copyright holder nor the author is used to endorse or promote +products derived from this software. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. \ No newline at end of file diff --git a/src/licensedcode/data/licenses/tgppl-1.0.LICENSE b/src/licensedcode/data/licenses/tgppl-1.0.LICENSE index db066594ef9..0089f2807b8 100644 --- a/src/licensedcode/data/licenses/tgppl-1.0.LICENSE +++ b/src/licensedcode/data/licenses/tgppl-1.0.LICENSE @@ -5,202 +5,199 @@ name: Transitive Grace Period Public Licence 1.0 category: Copyleft owner: Tahoe-LAFS homepage_url: http://allmydata.org/source/tahoe/trunk/COPYING.TGPPL.html -spdx_license_key: LicenseRef-scancode-tgppl-1.0 +spdx_license_key: TGPPL-1.0 +other_spdx_license_keys: + - LicenseRef-scancode-tgppl-1.0 text_urls: - https://tahoe-lafs.org/source/tahoe/trunk/COPYING.TGPPL.rst - http://allmydata.org/source/tahoe/trunk/COPYING.TGPPL.html +other_urls: + - https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/COPYING.TGPPL.rst + - https://fedoraproject.org/wiki/Licensing/TGPPL ignorable_copyrights: - Copyright (c) 2007 Zooko ignorable_holders: - Zooko --- +======================================================= Transitive Grace Period Public Licence ("TGPPL") v. 1.0 +======================================================= -This Transitive Grace Period Public Licence (the "License") applies to -any original work of authorship (the "Original Work") whose owner (the +This Transitive Grace Period Public Licence (the "License") applies to any +original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following licensing notice adjacent to the copyright notice for the Original Work: -*Licensed under the Transitive Grace Period Public Licence version 1.0* - - 1. *Grant of Copyright License.* Licensor grants You a worldwide, - royalty-free, non-exclusive, sublicensable license, for the - duration of the copyright, to do the following: - - 1. to reproduce the Original Work in copies, either alone or as - part of a collective work; - - 2. to translate, adapt, alter, transform, modify, or arrange - the Original Work, thereby creating derivative works - ("Derivative Works") based upon the Original Work; - - 3. to distribute or communicate copies of the Original Work and - Derivative Works to the public, with the proviso that copies - of Original Work or Derivative Works that You distribute or - communicate shall be licensed under this Transitive Grace - Period Public Licence no later than 12 months after You - distributed or communicated said copies; - - 4. to perform the Original Work publicly; and - - 5. to display the Original Work publicly. - - 2. *Grant of Patent License.* Licensor grants You a worldwide, - royalty-free, non-exclusive, sublicensable license, under patent - claims owned or controlled by the Licensor that are embodied in - the Original Work as furnished by the Licensor, for the duration - of the patents, to make, use, sell, offer for sale, have made, and - import the Original Work and Derivative Works. - - 3. *Grant of Source Code License.* The term "Source Code" means the - preferred form of the Original Work for making modifications to it - and all available documentation describing how to modify the - Original Work. Licensor agrees to provide a machine-readable copy - of the Source Code of the Original Work along with each copy of - the Original Work that Licensor distributes. Licensor reserves the - right to satisfy this obligation by placing a machine-readable - copy of the Source Code in an information repository reasonably - calculated to permit inexpensive and convenient access by You for - as long as Licensor continues to distribute the Original Work. - - 4. *Exclusions From License Grant.* Neither the names of Licensor, - nor the names of any contributors to the Original Work, nor any of - their trademarks or service marks, may be used to endorse or - promote products derived from this Original Work without express - prior permission of the Licensor. Except as expressly stated - herein, nothing in this License grants any license to Licensor's - trademarks, copyrights, patents, trade secrets or any other - intellectual property. No patent license is granted to make, use, - sell, offer for sale, have made, or import embodiments of any - patent claims other than the licensed claims defined in Section 2. - No license is granted to the trademarks of Licensor even if such - marks are included in the Original Work. Nothing in this License - shall be interpreted to prohibit Licensor from licensing under - terms different from this License any Original Work that Licensor - otherwise would have a right to license. - - 5. *External Deployment.* The term "External Deployment" means the - use, distribution, or communication of the Original Work or - Derivative Works in any way such that the Original Work or - Derivative Works may be used by anyone other than You, whether - those works are distributed or communicated to those persons or - made available as an application intended for use over a network. - As an express condition for the grants of license hereunder, You - must treat any External Deployment by You of the Original Work or - a Derivative Work as a distribution under section 1(c). - - 6. *Attribution Rights.* You must retain, in the Source Code of any - Derivative Works that You create, all copyright, patent, or - trademark notices from the Source Code of the Original Work, as - well as any notices of licensing and any descriptive text - identified therein as an "Attribution Notice." You must cause the - Source Code for any Derivative Works that You create to carry a - prominent Attribution Notice reasonably calculated to inform - recipients that You have modified the Original Work. - - 7. *Warranty of Provenance and Disclaimer of Warranty.* Licensor - warrants that the copyright in and to the Original Work and the - patent rights granted herein by Licensor are owned by the Licensor - or are sublicensed to You under the terms of this License with the - permission of the contributor(s) of those copyrights and patent - rights. Except as expressly stated in the immediately preceding - sentence, the Original Work is provided under this License on an - "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, - including, without limitation, the warranties of non-infringement, - merchantability or fitness for a particular purpose. THE ENTIRE - RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This - DISCLAIMER OF WARRANTY constitutes an essential part of this - License. No license to the Original Work is granted by this - License except under this disclaimer. - - 8. *Limitation of Liability.* Under no circumstances and under no - legal theory, whether in tort (including negligence), contract, or - otherwise, shall the Licensor be liable to anyone for any - indirect, special, incidental, or consequential damages of any - character arising as a result of this License or the use of the - Original Work including, without limitation, damages for loss of - goodwill, work stoppage, computer failure or malfunction, or any - and all other commercial damages or losses. This limitation of - liability shall not apply to the extent applicable law prohibits - such limitation. - - 9. *Acceptance and Termination.* If, at any time, You expressly - assented to this License, that assent indicates your clear and - irrevocable acceptance of this License and all of its terms and - conditions. If You distribute or communicate copies of the - Original Work or a Derivative Work, You must make a reasonable - effort under the circumstances to obtain the express assent of - recipients to the terms of this License. This License conditions - your rights to undertake the activities listed in Section 1, - including your right to create Derivative Works based upon the - Original Work, and doing so without honoring these terms and - conditions is prohibited by copyright law and international - treaty. Nothing in this License is intended to affect copyright - exceptions and limitations (including 'fair use' or 'fair - dealing'). This License shall terminate immediately and You may no - longer exercise any of the rights granted to You by this License - upon your failure to honor the conditions in Section 1(c). - - 10. *Termination for Patent Action.* This License shall terminate - automatically and You may no longer exercise any of the rights - granted to You by this License as of the date You commence an - action, including a cross-claim or counterclaim, against Licensor - or any licensee alleging that the Original Work infringes a - patent. This termination provision shall not apply for an action - alleging patent infringement by combinations of the Original Work - with other software or hardware. - - 11. *Jurisdiction, Venue and Governing Law.* Any action or suit - relating to this License may be brought only in the courts of a - jurisdiction wherein the Licensor resides or in which Licensor - conducts its primary business, and under the laws of that - jurisdiction excluding its conflict-of-law provisions. The - application of the United Nations Convention on Contracts for the - International Sale of Goods is expressly excluded. Any use of the - Original Work outside the scope of this License or after its - termination shall be subject to the requirements and penalties of - copyright or patent law in the appropriate jurisdiction. This - section shall survive the termination of this License. - - 12. *Attorneys' Fees.* In any action to enforce the terms of this - License or seeking damages relating thereto, the prevailing party - shall be entitled to recover its costs and expenses, including, - without limitation, reasonable attorneys' fees and costs incurred - in connection with such action, including any appeal of such - action. This section shall survive the termination of this License. - - 13. *Miscellaneous.* If any provision of this License is held to be - unenforceable, such provision shall be reformed only to the extent - necessary to make it enforceable. - - 14. *Definition of "You" in This License.* "You" throughout this - License, whether in upper or lower case, means an individual or a - legal entity exercising rights under, and complying with all of - the terms of, this License. For legal entities, "You" includes any - entity that controls, is controlled by, or is under common control - with you. For purposes of this definition, "control" means (i) the - power, direct or indirect, to cause the direction or management of - such entity, whether by contract or otherwise, or (ii) ownership - of fifty percent (50%) or more of the outstanding shares, or (iii) - beneficial ownership of such entity. - - 15. *Right to Use.* You may use the Original Work in all ways not - otherwise restricted or conditioned by this License or by law, and - Licensor promises not to interfere with or be responsible for such - uses by You. - - 16. *Modification of This License.* This License is Copyright © 2007 - Zooko Wilcox-O'Hearn. Permission is granted to copy, distribute, - or communicate this License without modification. Nothing in this - License permits You to modify this License as applied to the - Original Work or to Derivative Works. However, You may modify the - text of this License and copy, distribute or communicate your - modified version (the "Modified License") and apply it to other - original works of authorship subject to the following conditions: - (i) You may not indicate in any way that your Modified License is - the "Transitive Grace Period Public Licence" or "TGPPL" and you - may not use those names in the name of your Modified License; and - (ii) You must replace the notice specified in the first paragraph - above with the notice "Licensed under " or with a notice of your - own that is not confusingly similar to the notice in this License. \ No newline at end of file + *Licensed under the Transitive Grace Period Public Licence version 1.0* + +1. **Grant of Copyright License.** Licensor grants You a worldwide, + royalty-free, non-exclusive, sublicensable license, for the duration of + the copyright, to do the following: + + a. to reproduce the Original Work in copies, either alone or as part of a + collective work; + + b. to translate, adapt, alter, transform, modify, or arrange the Original + Work, thereby creating derivative works ("Derivative Works") based upon + the Original Work; + + c. to distribute or communicate copies of the Original Work and Derivative + Works to the public, with the proviso that copies of Original Work or + Derivative Works that You distribute or communicate shall be licensed + under this Transitive Grace Period Public Licence no later than 12 + months after You distributed or communicated said copies; + + d. to perform the Original Work publicly; and + + e. to display the Original Work publicly. + +2. **Grant of Patent License.** Licensor grants You a worldwide, + royalty-free, non-exclusive, sublicensable license, under patent claims + owned or controlled by the Licensor that are embodied in the Original + Work as furnished by the Licensor, for the duration of the patents, to + make, use, sell, offer for sale, have made, and import the Original Work + and Derivative Works. + +3. **Grant of Source Code License.** The term "Source Code" means the + preferred form of the Original Work for making modifications to it and + all available documentation describing how to modify the Original + Work. Licensor agrees to provide a machine-readable copy of the Source + Code of the Original Work along with each copy of the Original Work that + Licensor distributes. Licensor reserves the right to satisfy this + obligation by placing a machine-readable copy of the Source Code in an + information repository reasonably calculated to permit inexpensive and + convenient access by You for as long as Licensor continues to distribute + the Original Work. + +4. **Exclusions From License Grant.** Neither the names of Licensor, nor the + names of any contributors to the Original Work, nor any of their + trademarks or service marks, may be used to endorse or promote products + derived from this Original Work without express prior permission of the + Licensor. Except as expressly stated herein, nothing in this License + grants any license to Licensor's trademarks, copyrights, patents, trade + secrets or any other intellectual property. No patent license is granted + to make, use, sell, offer for sale, have made, or import embodiments of + any patent claims other than the licensed claims defined in Section 2. No + license is granted to the trademarks of Licensor even if such marks are + included in the Original Work. Nothing in this License shall be + interpreted to prohibit Licensor from licensing under terms different + from this License any Original Work that Licensor otherwise would have a + right to license. + +5. **External Deployment.** The term "External Deployment" means the use, + distribution, or communication of the Original Work or Derivative Works + in any way such that the Original Work or Derivative Works may be used by + anyone other than You, whether those works are distributed or + communicated to those persons or made available as an application + intended for use over a network. As an express condition for the grants + of license hereunder, You must treat any External Deployment by You of + the Original Work or a Derivative Work as a distribution under section + 1(c). + +6. **Attribution Rights.** You must retain, in the Source Code of any + Derivative Works that You create, all copyright, patent, or trademark + notices from the Source Code of the Original Work, as well as any notices + of licensing and any descriptive text identified therein as an + "Attribution Notice." You must cause the Source Code for any Derivative + Works that You create to carry a prominent Attribution Notice reasonably + calculated to inform recipients that You have modified the Original Work. + +7. **Warranty of Provenance and Disclaimer of Warranty.** Licensor warrants + that the copyright in and to the Original Work and the patent rights + granted herein by Licensor are owned by the Licensor or are sublicensed + to You under the terms of this License with the permission of the + contributor(s) of those copyrights and patent rights. Except as expressly + stated in the immediately preceding sentence, the Original Work is + provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, + either express or implied, including, without limitation, the warranties + of non-infringement, merchantability or fitness for a particular + purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH + YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this + License. No license to the Original Work is granted by this License + except under this disclaimer. + +8. **Limitation of Liability.** Under no circumstances and under no legal + theory, whether in tort (including negligence), contract, or otherwise, + shall the Licensor be liable to anyone for any indirect, special, + incidental, or consequential damages of any character arising as a result + of this License or the use of the Original Work including, without + limitation, damages for loss of goodwill, work stoppage, computer failure + or malfunction, or any and all other commercial damages or losses. This + limitation of liability shall not apply to the extent applicable law + prohibits such limitation. + +9. **Acceptance and Termination.** If, at any time, You expressly assented + to this License, that assent indicates your clear and irrevocable + acceptance of this License and all of its terms and conditions. If You + distribute or communicate copies of the Original Work or a Derivative + Work, You must make a reasonable effort under the circumstances to obtain + the express assent of recipients to the terms of this License. This + License conditions your rights to undertake the activities listed in + Section 1, including your right to create Derivative Works based upon the + Original Work, and doing so without honoring these terms and conditions + is prohibited by copyright law and international treaty. Nothing in this + License is intended to affect copyright exceptions and limitations + (including 'fair use' or 'fair dealing'). This License shall terminate + immediately and You may no longer exercise any of the rights granted to + You by this License upon your failure to honor the conditions in Section + 1(c). + +10. **Termination for Patent Action.** This License shall terminate + automatically and You may no longer exercise any of the rights granted to + You by this License as of the date You commence an action, including a + cross-claim or counterclaim, against Licensor or any licensee alleging + that the Original Work infringes a patent. This termination provision + shall not apply for an action alleging patent infringement by + combinations of the Original Work with other software or hardware. + +11. **Jurisdiction, Venue and Governing Law.** Any action or suit relating to + this License may be brought only in the courts of a jurisdiction wherein + the Licensor resides or in which Licensor conducts its primary business, + and under the laws of that jurisdiction excluding its conflict-of-law + provisions. The application of the United Nations Convention on Contracts + for the International Sale of Goods is expressly excluded. Any use of the + Original Work outside the scope of this License or after its termination + shall be subject to the requirements and penalties of copyright or patent + law in the appropriate jurisdiction. This section shall survive the + termination of this License. + +12. **Attorneys' Fees.** In any action to enforce the terms of this License + or seeking damages relating thereto, the prevailing party shall be + entitled to recover its costs and expenses, including, without + limitation, reasonable attorneys' fees and costs incurred in connection + with such action, including any appeal of such action. This section shall + survive the termination of this License. + +13. **Miscellaneous.** If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. + +14. **Definition of "You" in This License.** "You" throughout this License, + whether in upper or lower case, means an individual or a legal entity + exercising rights under, and complying with all of the terms of, this + License. For legal entities, "You" includes any entity that controls, is + controlled by, or is under common control with you. For purposes of this + definition, "control" means (i) the power, direct or indirect, to cause + the direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + +15. **Right to Use.** You may use the Original Work in all ways not otherwise + restricted or conditioned by this License or by law, and Licensor + promises not to interfere with or be responsible for such uses by You. + +16. **Modification of This License.** This License is Copyright © 2007 Zooko + Wilcox-O'Hearn. Permission is granted to copy, distribute, or communicate + this License without modification. Nothing in this License permits You to + modify this License as applied to the Original Work or to Derivative + Works. However, You may modify the text of this License and copy, + distribute or communicate your modified version (the "Modified License") + and apply it to other original works of authorship subject to the + following conditions: (i) You may not indicate in any way that your + Modified License is the "Transitive Grace Period Public Licence" or + "TGPPL" and you may not use those names in the name of your Modified + License; and (ii) You must replace the notice specified in the first + paragraph above with the notice "Licensed under " or with a notice of your own that is not confusingly similar to + the notice in this License. \ No newline at end of file diff --git a/src/licensedcode/data/licenses/x11-adobe.LICENSE b/src/licensedcode/data/licenses/x11-adobe.LICENSE index 0bb3fbc6cb8..8fb902c63ed 100644 --- a/src/licensedcode/data/licenses/x11-adobe.LICENSE +++ b/src/licensedcode/data/licenses/x11-adobe.LICENSE @@ -5,9 +5,13 @@ name: X11-Style (Adobe) category: Permissive owner: Adobe Systems homepage_url: http://www.xfree86.org/current/LICENSE5.html -spdx_license_key: LicenseRef-scancode-x11-adobe +spdx_license_key: Adobe-Display-PostScript +other_spdx_license_keys: + - LicenseRef-scancode-x11-adobe text_urls: - http://www.xfree86.org/current/LICENSE5.html +other_urls: + - https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type=heads#L752 --- Permission to use, copy, modify, distribute, and sublicense this software and diff --git a/src/licensedcode/data/rules/bsd-original_46.RULE b/src/licensedcode/data/rules/bsd-original_46.RULE index 66041a56229..24c980a57f2 100644 --- a/src/licensedcode/data/rules/bsd-original_46.RULE +++ b/src/licensedcode/data/rules/bsd-original_46.RULE @@ -1,8 +1,11 @@ --- license_expression: bsd-original is_license_text: yes -relevance: 100 -notes: See in https://github.com/MirBSD/z-archive-cvs/blob/cf42464925efd09ffd028556dc89021aef74901c/src/share/doc/legal/lbsd-caldera.mdoc%2Cv +is_deprecated: yes +notes: | + See in https://github.com/MirBSD/z-archive-cvs/blob/cf42464925efd09ffd028556dc89021aef74901c/src/share/doc/legal/lbsd-caldera.mdoc%2Cv + Added in SPDX license list 3.23 + Replaced by license: caldera-no-preamble --- Redistribution and use in source and binary forms, with or without diff --git a/src/licensedcode/data/rules/fsf-ap_3.RULE b/src/licensedcode/data/rules/fsf-ap_3.RULE index bdbad4ee579..439169d07b7 100644 --- a/src/licensedcode/data/rules/fsf-ap_3.RULE +++ b/src/licensedcode/data/rules/fsf-ap_3.RULE @@ -1,6 +1,10 @@ --- license_expression: fsf-ap is_license_notice: yes +is_deprecated: yes +notes: | + Added in SPDX license list 3.23 + Replaced by license: fsfap-no-warranty-disclaimer --- Copying and distribution of this file, with or without modification, are diff --git a/src/licensedcode/data/rules/other-permissive_102.RULE b/src/licensedcode/data/rules/other-permissive_102.RULE index 91c76d10fd7..e43f251bc34 100644 --- a/src/licensedcode/data/rules/other-permissive_102.RULE +++ b/src/licensedcode/data/rules/other-permissive_102.RULE @@ -1,7 +1,10 @@ --- license_expression: other-permissive is_license_text: yes -relevance: 100 +is_deprecated: yes +notes: | + Added in SPDX license list 3.23 + Replaced by license: gtkbook --- * This code is distributed without warranty. You are free to use this diff --git a/src/licensedcode/data/rules/other-permissive_242.RULE b/src/licensedcode/data/rules/other-permissive_242.RULE index bd877492f2f..cc81292d3f4 100644 --- a/src/licensedcode/data/rules/other-permissive_242.RULE +++ b/src/licensedcode/data/rules/other-permissive_242.RULE @@ -1,8 +1,11 @@ --- license_expression: other-permissive is_license_text: yes -relevance: 100 -notes: Seen in mailprio +is_deprecated: yes +notes: | + Seen in mailprio + Added in SPDX license list 3.23 + Replaced by license: mailprio --- Rights are hereby granted to download, use, modify, sell, copy, and diff --git a/src/licensedcode/data/rules/other-permissive_426.RULE b/src/licensedcode/data/rules/other-permissive_426.RULE index f7ca2ebd709..88c3796c31d 100644 --- a/src/licensedcode/data/rules/other-permissive_426.RULE +++ b/src/licensedcode/data/rules/other-permissive_426.RULE @@ -1,7 +1,11 @@ --- license_expression: other-permissive is_license_text: yes -notes: Similar to hpnd-sell-variant-mit-disclaimer and seen in https://gitlab.freedesktop.org/xorg/xserver/-/blob/141e7dd8a373eafe28fb4f6433671979fb4c59a7/COPYING#L1781 +is_deprecated: yes +notes: | + Similar to hpnd-sell-variant-mit-disclaimer and seen in https://gitlab.freedesktop.org/xorg/xserver/-/blob/141e7dd8a373eafe28fb4f6433671979fb4c59a7/COPYING#L1781 + Added in SPDX license list 3.23 + Replaced by license: hpnd-sell-mit-disclaimer-xserver --- Permission to use, copy, modify, distribute, and sell this software and its diff --git a/src/licensedcode/data/rules/other-permissive_43.RULE b/src/licensedcode/data/rules/other-permissive_43.RULE index ab32746207f..c8024aebe79 100644 --- a/src/licensedcode/data/rules/other-permissive_43.RULE +++ b/src/licensedcode/data/rules/other-permissive_43.RULE @@ -1,7 +1,11 @@ --- license_expression: other-permissive is_license_text: yes -notes: seen in old Sun code +is_deprecated: yes +notes: | + seen in old Sun code + Added in SPDX license list 3.23 + Replaced by license: sun-ppp --- Non-exclusive rights to redistribute, modify, translate, and use diff --git a/src/licensedcode/data/rules/other-permissive_44.RULE b/src/licensedcode/data/rules/other-permissive_44.RULE index d078c759577..2fe3b47a259 100644 --- a/src/licensedcode/data/rules/other-permissive_44.RULE +++ b/src/licensedcode/data/rules/other-permissive_44.RULE @@ -1,6 +1,10 @@ --- license_expression: other-permissive is_license_text: yes +is_deprecated: yes +notes: | + Added in SPDX license list 3.23 + Replaced by license: hpnd-inria-imag --- This software is available with usual "research" terms diff --git a/src/licensedcode/data/rules/other-permissive_80.RULE b/src/licensedcode/data/rules/other-permissive_80.RULE index b0f35ba061a..2419c513095 100644 --- a/src/licensedcode/data/rules/other-permissive_80.RULE +++ b/src/licensedcode/data/rules/other-permissive_80.RULE @@ -1,13 +1,11 @@ --- license_expression: other-permissive is_license_text: yes -relevance: 100 -notes: Per Fedora "This license contains a title preservation clause, which can literally be - read as a purported requirement to assign copyright in derivative works upstream to OpenVision. - However, the use of the word "retained" suggests instead that it should be read as a mere - assertion of persistence of copyright in derivative works. Since this would automatically - occur, as long as code persists from the original OpenVision copyrighted code base, under - this interpretation, this becomes functionally equivalent to MIT. +is_deprecated: yes +notes: | + Per Fedora "This license contains a title preservation clause, which can literally be read as a purported requirement to assign copyright in derivative works upstream to OpenVision. However, the use of the word "retained" suggests instead that it should be read as a mere assertion of persistence of copyright in derivative works. Since this would automatically occur, as long as code persists from the original OpenVision copyrighted code base, under this interpretation, this becomes functionally equivalent to MIT. + Added in SPDX license list 3.23 + Replaced by license: openvision --- WARNING: Retrieving the OpenVision Kerberos Administration system diff --git a/src/licensedcode/data/rules/sax-pd_20.RULE b/src/licensedcode/data/rules/sax-pd_20.RULE index 2758f42d2bb..a4d3c109142 100644 --- a/src/licensedcode/data/rules/sax-pd_20.RULE +++ b/src/licensedcode/data/rules/sax-pd_20.RULE @@ -1,7 +1,10 @@ --- license_expression: sax-pd is_license_notice: yes -relevance: 100 +is_deprecated: yes +notes: | + Added in SPDX license list 3.23 + Replaced by license: sax-pd-2.0 --- I hereby abandon any property rights to SAX 2.0 (the Simple API for diff --git a/src/licensedcode/models.py b/src/licensedcode/models.py index 572c35a5821..dc0a4b9a7bf 100644 --- a/src/licensedcode/models.py +++ b/src/licensedcode/models.py @@ -2029,6 +2029,7 @@ def to_dict(self, include_text=False): 'is_license_intro', 'is_license_clue', 'is_continuous', + 'is_deprecated' ) # default to English which is implied