diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 0a3107bd121..d6e7d1f1825 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,19 +1,36 @@
Changelog
=========
+v33.0.0 (next next, roadmap)
+----------------------------
-v32.0.0 (next next, roadmap)
-----------------------------------
-
-Package detection:
-~~~~~~~~~~~~~~~~~~
- We now support new package manifest formats:
- OpenWRT packages.
- Yocto/BitBake .bb recipes.
+
+v32.0.0 (next, roadmap)
+-----------------------
+
+Important API changes:
+~~~~~~~~~~~~~~~~~~~~~~
+
+This is a major release with major API and output format changes and signicant
+feature updates.
+
+In particular changed to the output format for the licenses and packages, and
+we changed some of the command line options.
+
+The output format version is now 3.0.0
+
+
+
+Package detection:
+~~~~~~~~~~~~~~~~~~
+
- Update ``GemfileLockParser`` to track the gem which the Gemfile.lock is for,
which we assign to the new ``GemfileLockParser.primary_gem`` field. Update
``GemfileLockHandler.parse()`` to handle the case where there is a primary gem
@@ -39,48 +56,6 @@ Package detection:
https://github.com/nexB/scancode-toolkit/issues/3081
-License detection:
-~~~~~~~~~~~~~~~~~~~
-
-- There is a major update to license detection where we now combine one or
- matches in a larger license detecion. This remove a larger number of false
- positive or ambiguous license detections.
-
-- The data structure of the JSON output has changed for licenses. We now
- return match details once for each matched license expression rather than
- once for each license in a matched expression. There is a new top-level
- "license_references" attribute that contains the data details for each
- detected license only once. This data can contain the reference license text
- as an option.
-
-- There is a new "scancode-reindex-licenses" command that replace the
- "scancode --reindex-licenses" command line option which has been
- removed. This new command supports simpler reindexing using custom
- license texts and license rules contributed by plugins or stored in an
- additional directory. The "--reindex-licenses-for-all-languages" CLI option
- is also moved to the "scancode-reindex-licenses" command as an option
- "--all-languages".
-
-- We can now detect licenses using custom license texts and license rules.
- These can be provided as a one off in a directory or packaged as a plugin
- for consistent reuse and deployment. There is an option "--additional-directory"
- with the "scancode-reindex-licenses" command and also a new "--only-builtin"
- option to only use the builtin licenses to build the cache.
-
-- Scancode LICENSE and RULE files now also contain their data as YAML frontmatter,
- which previously used to be in their respective YAML files. This reduces number of
- files in those directories, 'rules' and 'licenses' to half. Git line history is
- preserved for the files.
-
-- A new command line option "--get-license-data" is added to dump license data in
- JSON, YAML and HTML formats, and also generates a local index and a static website
- to view the data. This will essentially be an API/way to get scancode license data
- as opposed to just reading the files.
-
-
-Package detection:
-~~~~~~~~~~~~~~~~~~~~~
-
- Code for parsing a Maven POM, npm package.json, freebsd manifest and haxelib
JSON have been separated into two functions: one that creates a PackageData
object from the parsed Resource, and another that calls the previous function
@@ -89,6 +64,105 @@ Package detection:
libraries.
+License detection:
+~~~~~~~~~~~~~~~~~~~
+
+- This is a major update to license detection where we now combine one or more
+ license matches in a larger license detection. This approach improves the
+ accuracy of license detection and removes a larger number of false positive
+ or ambiguous license detections. See for details
+ https://github.com/nexB/scancode-toolkit/issues/2878
+
+- The data structure of the JSON output has changed for licenses at file level:
+
+ - The``licenses`` attribute is deleted.
+
+ - A new ``license_detections`` attribute contains license detections in that file.
+ This object has three attributes: ``license_expression``, ``detection_log``
+ and ``matches``. ``matches`` is a list of license matches and is roughly
+ the same as ``licenses`` in the previous version with additional structure
+ changes detailed below.
+
+ - A new attribute ``license_clues`` contains license matches with the
+ same data structure as the ``matches`` attribute in ``license_detections``.
+ This contains license matches that are mere clues and where not considered
+ to be a proper conclusive license detection.
+
+ - The ``license_expressions`` list of license expressions is deleted and
+ replaced by a ``detected_license_expression`` single expression.
+ Similarly ``spdx_license_expressions`` was removed and replaced by
+ ``detected_license_expression_spdx``.
+
+ - See `license updates documentation
Designed and built by nexB. Licensed under the Creative Commons Attribution License 4.0 (CC-BY-4.0).
-Generated with ScanCode toolkit 31.2.2 on Nov 01, 2022.
+Generated with ScanCode toolkit 31.2.2 on Nov 06, 2022.
diff --git a/tests/licensedcode/data/license_db/license_dump/binary-linux-firmware.html b/tests/licensedcode/data/license_db/license_dump/binary-linux-firmware.html index a150491e829..1332f7d61c8 100644 --- a/tests/licensedcode/data/license_db/license_dump/binary-linux-firmware.html +++ b/tests/licensedcode/data/license_db/license_dump/binary-linux-firmware.html @@ -191,7 +191,7 @@ AboutCodeDesigned and built by nexB. Licensed under the Creative Commons Attribution License 4.0 (CC-BY-4.0).
-Generated with ScanCode toolkit 31.2.2 on Nov 01, 2022.
+Generated with ScanCode toolkit 31.2.2 on Nov 06, 2022.
diff --git a/tests/licensedcode/data/license_db/license_dump/bison-exception-2.0.html b/tests/licensedcode/data/license_db/license_dump/bison-exception-2.0.html index e43fa8389d6..7a68acfa204 100644 --- a/tests/licensedcode/data/license_db/license_dump/bison-exception-2.0.html +++ b/tests/licensedcode/data/license_db/license_dump/bison-exception-2.0.html @@ -170,7 +170,7 @@ AboutCodeDesigned and built by nexB. Licensed under the Creative Commons Attribution License 4.0 (CC-BY-4.0).
-Generated with ScanCode toolkit 31.2.2 on Nov 01, 2022.
+Generated with ScanCode toolkit 31.2.2 on Nov 06, 2022.
diff --git a/tests/licensedcode/data/license_db/license_dump/bison-exception-2.2.html b/tests/licensedcode/data/license_db/license_dump/bison-exception-2.2.html index 57044a8010a..9955cbc7aea 100644 --- a/tests/licensedcode/data/license_db/license_dump/bison-exception-2.2.html +++ b/tests/licensedcode/data/license_db/license_dump/bison-exception-2.2.html @@ -207,7 +207,7 @@ AboutCodeDesigned and built by nexB. Licensed under the Creative Commons Attribution License 4.0 (CC-BY-4.0).
-Generated with ScanCode toolkit 31.2.2 on Nov 01, 2022.
+Generated with ScanCode toolkit 31.2.2 on Nov 06, 2022.
diff --git a/tests/licensedcode/data/license_db/license_dump/bittorrent-1.0.html b/tests/licensedcode/data/license_db/license_dump/bittorrent-1.0.html index 3b9e559ddb6..b61efd94a44 100644 --- a/tests/licensedcode/data/license_db/license_dump/bittorrent-1.0.html +++ b/tests/licensedcode/data/license_db/license_dump/bittorrent-1.0.html @@ -826,7 +826,7 @@ AboutCodeDesigned and built by nexB. Licensed under the Creative Commons Attribution License 4.0 (CC-BY-4.0).
-Generated with ScanCode toolkit 31.2.2 on Nov 01, 2022.
+Generated with ScanCode toolkit 31.2.2 on Nov 06, 2022.
diff --git a/tests/licensedcode/data/license_db/license_dump/bittorrent-1.1.html b/tests/licensedcode/data/license_db/license_dump/bittorrent-1.1.html index 9cb46d363c4..75bb82850a2 100644 --- a/tests/licensedcode/data/license_db/license_dump/bittorrent-1.1.html +++ b/tests/licensedcode/data/license_db/license_dump/bittorrent-1.1.html @@ -454,7 +454,7 @@ AboutCodeDesigned and built by nexB. Licensed under the Creative Commons Attribution License 4.0 (CC-BY-4.0).
-Generated with ScanCode toolkit 31.2.2 on Nov 01, 2022.
+Generated with ScanCode toolkit 31.2.2 on Nov 06, 2022.
diff --git a/tests/licensedcode/data/license_db/license_dump/bittorrent-1.2.html b/tests/licensedcode/data/license_db/license_dump/bittorrent-1.2.html index dcfa4743cfd..2337bc093e7 100644 --- a/tests/licensedcode/data/license_db/license_dump/bittorrent-1.2.html +++ b/tests/licensedcode/data/license_db/license_dump/bittorrent-1.2.html @@ -318,7 +318,7 @@ AboutCodeDesigned and built by nexB. Licensed under the Creative Commons Attribution License 4.0 (CC-BY-4.0).
-Generated with ScanCode toolkit 31.2.2 on Nov 01, 2022.
+Generated with ScanCode toolkit 31.2.2 on Nov 06, 2022.
diff --git a/tests/licensedcode/data/license_db/license_dump/bittorrent-eula.html b/tests/licensedcode/data/license_db/license_dump/bittorrent-eula.html index 1ec5956d7cf..4239170b7f7 100644 --- a/tests/licensedcode/data/license_db/license_dump/bittorrent-eula.html +++ b/tests/licensedcode/data/license_db/license_dump/bittorrent-eula.html @@ -227,7 +227,7 @@ AboutCodeDesigned and built by nexB. Licensed under the Creative Commons Attribution License 4.0 (CC-BY-4.0).
-Generated with ScanCode toolkit 31.2.2 on Nov 01, 2022.
+Generated with ScanCode toolkit 31.2.2 on Nov 06, 2022.
diff --git a/tests/licensedcode/data/license_db/license_dump/boost-1.0.html b/tests/licensedcode/data/license_db/license_dump/boost-1.0.html index 497f966afcb..f3003f94572 100644 --- a/tests/licensedcode/data/license_db/license_dump/boost-1.0.html +++ b/tests/licensedcode/data/license_db/license_dump/boost-1.0.html @@ -219,7 +219,7 @@ AboutCodeDesigned and built by nexB. Licensed under the Creative Commons Attribution License 4.0 (CC-BY-4.0).
-Generated with ScanCode toolkit 31.2.2 on Nov 01, 2022.
+Generated with ScanCode toolkit 31.2.2 on Nov 06, 2022.
diff --git a/tests/licensedcode/data/license_db/license_dump/boost-original.html b/tests/licensedcode/data/license_db/license_dump/boost-original.html index 1aeb7ee685d..f080d4bb8bb 100644 --- a/tests/licensedcode/data/license_db/license_dump/boost-original.html +++ b/tests/licensedcode/data/license_db/license_dump/boost-original.html @@ -179,7 +179,7 @@ AboutCodeDesigned and built by nexB. Licensed under the Creative Commons Attribution License 4.0 (CC-BY-4.0).
-Generated with ScanCode toolkit 31.2.2 on Nov 01, 2022.
+Generated with ScanCode toolkit 31.2.2 on Nov 06, 2022.
diff --git a/tests/licensedcode/data/license_db/license_dump/bootloader-exception.html b/tests/licensedcode/data/license_db/license_dump/bootloader-exception.html index 451f455b4a9..ebd520cd27e 100644 --- a/tests/licensedcode/data/license_db/license_dump/bootloader-exception.html +++ b/tests/licensedcode/data/license_db/license_dump/bootloader-exception.html @@ -225,7 +225,7 @@ AboutCodeDesigned and built by nexB. Licensed under the Creative Commons Attribution License 4.0 (CC-BY-4.0).
-Generated with ScanCode toolkit 31.2.2 on Nov 01, 2022.
+Generated with ScanCode toolkit 31.2.2 on Nov 06, 2022.
diff --git a/tests/licensedcode/data/license_db/license_dump/bsla.html b/tests/licensedcode/data/license_db/license_dump/bsla.html index 96aa34849dd..10352bf6b40 100644 --- a/tests/licensedcode/data/license_db/license_dump/bsla.html +++ b/tests/licensedcode/data/license_db/license_dump/bsla.html @@ -163,7 +163,7 @@ AboutCodeDesigned and built by nexB. Licensed under the Creative Commons Attribution License 4.0 (CC-BY-4.0).
-Generated with ScanCode toolkit 31.2.2 on Nov 01, 2022.
+Generated with ScanCode toolkit 31.2.2 on Nov 06, 2022.
diff --git a/tests/licensedcode/data/license_db/license_dump/help.html b/tests/licensedcode/data/license_db/license_dump/help.html index 6ecc4bc74f6..a39446f3c57 100644 --- a/tests/licensedcode/data/license_db/license_dump/help.html +++ b/tests/licensedcode/data/license_db/license_dump/help.html @@ -244,7 +244,7 @@Designed and built by nexB. Licensed under the Creative Commons Attribution License 4.0 (CC-BY-4.0).
-Generated with ScanCode toolkit 31.2.2 on Nov 01, 2022.
+Generated with ScanCode toolkit 31.2.2 on Nov 06, 2022.
diff --git a/tests/licensedcode/data/license_db/license_dump/index.html b/tests/licensedcode/data/license_db/license_dump/index.html index 475849b845d..19e3a574b2f 100644 --- a/tests/licensedcode/data/license_db/license_dump/index.html +++ b/tests/licensedcode/data/license_db/license_dump/index.html @@ -370,7 +370,7 @@ AboutCodeDesigned and built by nexB. Licensed under the Creative Commons Attribution License 4.0 (CC-BY-4.0).
-Generated with ScanCode toolkit 31.2.2 on Nov 01, 2022.
+Generated with ScanCode toolkit 31.2.2 on Nov 06, 2022.
diff --git a/tests/licensedcode/data/plugin_license/license-expression/scan.expected.json b/tests/licensedcode/data/plugin_license/license-expression/scan.expected.json index 6e6e57ae752..9ed107259ab 100644 --- a/tests/licensedcode/data/plugin_license/license-expression/scan.expected.json +++ b/tests/licensedcode/data/plugin_license/license-expression/scan.expected.json @@ -3,180 +3,140 @@ { "path": "apache-1.0.txt", "type": "file", - "licenses": [ + "detected_license_expression": "apache-1.0", + "detected_license_expression_spdx": "Apache-1.0", + "license_detections": [ { - "key": "apache-1.0", - "score": 100.0, - "name": "Apache License 1.0", - "short_name": "Apache 1.0", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "Apache Software Foundation", - "homepage_url": "http://www.apache.org/licenses/", - "text_url": "http://www.apache.org/licenses/LICENSE-1.0", - "reference_url": "https://scancode-licensedb.aboutcode.org/apache-1.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-1.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-1.0.yml", - "spdx_license_key": "Apache-1.0", - "spdx_url": "https://spdx.org/licenses/Apache-1.0", - "start_line": 4, - "end_line": 54, - "matched_rule": { - "identifier": "apache-1.0.LICENSE", - "license_expression": "apache-1.0", - "licenses": [ - "apache-1.0" - ], - "referenced_filenames": [], - "is_license_text": true, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "2-aho", - "rule_length": 368, - "matched_length": 368, - "match_coverage": 100.0, - "rule_relevance": 100 - } + "license_expression": "apache-1.0", + "detection_log": [ + "not-combined" + ], + "matches": [ + { + "score": 100.0, + "start_line": 4, + "end_line": 54, + "matched_length": 368, + "match_coverage": 100.0, + "matcher": "2-aho", + "license_expression": "apache-1.0", + "rule_identifier": "apache-1.0.LICENSE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-1.0.LICENSE", + "referenced_filenames": [], + "is_license_text": true, + "is_license_notice": false, + "is_license_reference": false, + "is_license_tag": false, + "is_license_intro": false, + "rule_length": 368, + "rule_relevance": 100, + "licenses": [ + { + "key": "apache-1.0", + "name": "Apache License 1.0", + "short_name": "Apache 1.0", + "category": "Permissive", + "is_exception": false, + "is_unknown": false, + "owner": "Apache Software Foundation", + "homepage_url": "http://www.apache.org/licenses/", + "text_url": "http://www.apache.org/licenses/LICENSE-1.0", + "reference_url": "https://scancode-licensedb.aboutcode.org/apache-1.0", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-1.0.LICENSE", + "spdx_license_key": "Apache-1.0", + "spdx_url": "https://spdx.org/licenses/Apache-1.0" + } + ] + } + ] } ], - "license_expressions": [ - "apache-1.0" - ], + "license_clues": [], "percentage_of_license_text": 97.61, "scan_errors": [] }, { "path": "gpl-2.0_with_linux-syscall-note_or_linux-openib_SPDX.RULE", "type": "file", - "licenses": [ - { - "key": "gpl-2.0", - "score": 100.0, - "name": "GNU General Public License 2.0", - "short_name": "GPL 2.0", - "category": "Copyleft", - "is_exception": false, - "is_unknown": false, - "owner": "Free Software Foundation (FSF)", - "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html", - "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt", - "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.yml", - "spdx_license_key": "GPL-2.0-only", - "spdx_url": "https://spdx.org/licenses/GPL-2.0-only", - "start_line": 1, - "end_line": 1, - "matched_rule": { - "identifier": "spdx-license-identifier: gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib", - "license_expression": "gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib", - "licenses": [ - "gpl-2.0", - "linux-syscall-exception-gpl", - "linux-openib" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": true, - "is_license_intro": false, - "has_unknown": false, - "matcher": "1-spdx-id", - "rule_length": 13, - "matched_length": 13, - "match_coverage": 100.0, - "rule_relevance": 100 - } - }, + "detected_license_expression": "gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib", + "detected_license_expression_spdx": "GPL-2.0-only WITH Linux-syscall-note OR Linux-OpenIB", + "license_detections": [ { - "key": "linux-syscall-exception-gpl", - "score": 100.0, - "name": "Linux Syscall Exception to GPL", - "short_name": "Linux Syscall Exception to GPL", - "category": "Copyleft Limited", - "is_exception": true, - "is_unknown": false, - "owner": "Linux Foundation", - "homepage_url": null, - "text_url": null, - "reference_url": "https://scancode-licensedb.aboutcode.org/linux-syscall-exception-gpl", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/linux-syscall-exception-gpl.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/linux-syscall-exception-gpl.yml", - "spdx_license_key": "Linux-syscall-note", - "spdx_url": "https://spdx.org/licenses/Linux-syscall-note", - "start_line": 1, - "end_line": 1, - "matched_rule": { - "identifier": "spdx-license-identifier: gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib", - "license_expression": "gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib", - "licenses": [ - "gpl-2.0", - "linux-syscall-exception-gpl", - "linux-openib" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": true, - "is_license_intro": false, - "has_unknown": false, - "matcher": "1-spdx-id", - "rule_length": 13, - "matched_length": 13, - "match_coverage": 100.0, - "rule_relevance": 100 - } - }, - { - "key": "linux-openib", - "score": 100.0, - "name": "Linux-OpenIB", - "short_name": "Linux-OpenIB", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "Linux Foundation", - "homepage_url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/infiniband/core/sa.h", - "text_url": "https://github.com/ofiwg/libfabric/blob/master/contrib/buildrpm/README", - "reference_url": "https://scancode-licensedb.aboutcode.org/linux-openib", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/linux-openib.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/linux-openib.yml", - "spdx_license_key": "Linux-OpenIB", - "spdx_url": "https://spdx.org/licenses/Linux-OpenIB", - "start_line": 1, - "end_line": 1, - "matched_rule": { - "identifier": "spdx-license-identifier: gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib", - "license_expression": "gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib", - "licenses": [ - "gpl-2.0", - "linux-syscall-exception-gpl", - "linux-openib" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": true, - "is_license_intro": false, - "has_unknown": false, - "matcher": "1-spdx-id", - "rule_length": 13, - "matched_length": 13, - "match_coverage": 100.0, - "rule_relevance": 100 - } + "license_expression": "gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib", + "detection_log": [ + "not-combined" + ], + "matches": [ + { + "score": 100.0, + "start_line": 1, + "end_line": 1, + "matched_length": 13, + "match_coverage": 100.0, + "matcher": "1-spdx-id", + "license_expression": "gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib", + "rule_identifier": "spdx-license-identifier: gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib", + "rule_url": null, + "referenced_filenames": [], + "is_license_text": false, + "is_license_notice": false, + "is_license_reference": false, + "is_license_tag": true, + "is_license_intro": false, + "rule_length": 13, + "rule_relevance": 100, + "licenses": [ + { + "key": "gpl-2.0", + "name": "GNU General Public License 2.0", + "short_name": "GPL 2.0", + "category": "Copyleft", + "is_exception": false, + "is_unknown": false, + "owner": "Free Software Foundation (FSF)", + "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html", + "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt", + "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE", + "spdx_license_key": "GPL-2.0-only", + "spdx_url": "https://spdx.org/licenses/GPL-2.0-only" + }, + { + "key": "linux-syscall-exception-gpl", + "name": "Linux Syscall Exception to GPL", + "short_name": "Linux Syscall Exception to GPL", + "category": "Copyleft Limited", + "is_exception": true, + "is_unknown": false, + "owner": "Linux Foundation", + "homepage_url": null, + "text_url": "", + "reference_url": "https://scancode-licensedb.aboutcode.org/linux-syscall-exception-gpl", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/linux-syscall-exception-gpl.LICENSE", + "spdx_license_key": "Linux-syscall-note", + "spdx_url": "https://spdx.org/licenses/Linux-syscall-note" + }, + { + "key": "linux-openib", + "name": "Linux-OpenIB", + "short_name": "Linux-OpenIB", + "category": "Permissive", + "is_exception": false, + "is_unknown": false, + "owner": "Linux Foundation", + "homepage_url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/infiniband/core/sa.h", + "text_url": "https://github.com/ofiwg/libfabric/blob/master/contrib/buildrpm/README", + "reference_url": "https://scancode-licensedb.aboutcode.org/linux-openib", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/linux-openib.LICENSE", + "spdx_license_key": "Linux-OpenIB", + "spdx_url": "https://spdx.org/licenses/Linux-OpenIB" + } + ] + } + ] } ], - "license_expressions": [ - "gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib" - ], + "license_clues": [], "percentage_of_license_text": 100.0, "scan_errors": [] } diff --git a/tests/licensedcode/data/plugin_license/license-expression/spdx-expressions.expected.json b/tests/licensedcode/data/plugin_license/license-expression/spdx-expressions.expected.json new file mode 100644 index 00000000000..b8ea413eea1 --- /dev/null +++ b/tests/licensedcode/data/plugin_license/license-expression/spdx-expressions.expected.json @@ -0,0 +1,97 @@ +{ + "files": [ + { + "path": "spdx-expressions.txt", + "type": "file", + "detected_license_expression": "zlib AND apache-2.0", + "detected_license_expression_spdx": "Zlib AND Apache-2.0", + "license_detections": [ + { + "license_expression": "zlib AND apache-2.0", + "detection_log": [ + "not-combined" + ], + "matches": [ + { + "score": 100.0, + "start_line": 2, + "end_line": 2, + "matched_length": 4, + "match_coverage": 100.0, + "matcher": "1-spdx-id", + "license_expression": "zlib", + "rule_identifier": "spdx-license-identifier: zlib", + "rule_url": null, + "referenced_filenames": [], + "is_license_text": false, + "is_license_notice": false, + "is_license_reference": false, + "is_license_tag": true, + "is_license_intro": false, + "rule_length": 4, + "rule_relevance": 100, + "matched_text": "https://licenses.nuget.org/Zlib", + "licenses": [ + { + "key": "zlib", + "name": "ZLIB License", + "short_name": "ZLIB License", + "category": "Permissive", + "is_exception": false, + "is_unknown": false, + "owner": "zlib", + "homepage_url": "http://www.zlib.net/", + "text_url": "http://www.gzip.org/zlib/zlib_license.html", + "reference_url": "https://scancode-licensedb.aboutcode.org/zlib", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE", + "spdx_license_key": "Zlib", + "spdx_url": "https://spdx.org/licenses/Zlib" + } + ] + }, + { + "score": 100.0, + "start_line": 4, + "end_line": 4, + "matched_length": 6, + "match_coverage": 100.0, + "matcher": "1-spdx-id", + "license_expression": "apache-2.0", + "rule_identifier": "spdx-license-identifier: apache-2.0", + "rule_url": null, + "referenced_filenames": [], + "is_license_text": false, + "is_license_notice": false, + "is_license_reference": false, + "is_license_tag": true, + "is_license_intro": false, + "rule_length": 6, + "rule_relevance": 100, + "matched_text": "SPDX-License-Identifier: Apache-2.0", + "licenses": [ + { + "key": "apache-2.0", + "name": "Apache License 2.0", + "short_name": "Apache 2.0", + "category": "Permissive", + "is_exception": false, + "is_unknown": false, + "owner": "Apache Software Foundation", + "homepage_url": "http://www.apache.org/licenses/", + "text_url": "http://www.apache.org/licenses/LICENSE-2.0", + "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE", + "spdx_license_key": "Apache-2.0", + "spdx_url": "https://spdx.org/licenses/Apache-2.0" + } + ] + } + ] + } + ], + "license_clues": [], + "percentage_of_license_text": 90.91, + "scan_errors": [] + } + ] +} \ No newline at end of file diff --git a/tests/licensedcode/data/plugin_license/license-expression/spdx-expressions.txt b/tests/licensedcode/data/plugin_license/license-expression/spdx-expressions.txt new file mode 100644 index 00000000000..211622b12ef --- /dev/null +++ b/tests/licensedcode/data/plugin_license/license-expression/spdx-expressions.txt @@ -0,0 +1,4 @@ + +https://licenses.nuget.org/Zlib + +SPDX-License-Identifier: Apache-2.0 \ No newline at end of file diff --git a/tests/licensedcode/data/plugin_license/license_reference/license-ref-see-copying.expected.json b/tests/licensedcode/data/plugin_license/license_reference/license-ref-see-copying.expected.json index 4f559a976a3..0411fd8f318 100644 --- a/tests/licensedcode/data/plugin_license/license_reference/license-ref-see-copying.expected.json +++ b/tests/licensedcode/data/plugin_license/license_reference/license-ref-see-copying.expected.json @@ -3,142 +3,151 @@ { "path": "COPYING", "type": "file", - "licenses": [ + "detected_license_expression": "apache-2.0", + "detected_license_expression_spdx": "Apache-2.0", + "license_detections": [ { - "key": "apache-2.0", - "score": 100.0, - "name": "Apache License 2.0", - "short_name": "Apache 2.0", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "Apache Software Foundation", - "homepage_url": "http://www.apache.org/licenses/", - "text_url": "http://www.apache.org/licenses/LICENSE-2.0", - "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.yml", - "spdx_license_key": "Apache-2.0", - "spdx_url": "https://spdx.org/licenses/Apache-2.0", - "start_line": 1, - "end_line": 1, - "matched_rule": { - "identifier": "apache-2.0_65.RULE", - "license_expression": "apache-2.0", - "licenses": [ - "apache-2.0" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": true, - "is_license_intro": false, - "has_unknown": false, - "matcher": "1-hash", - "rule_length": 4, - "matched_length": 4, - "match_coverage": 100.0, - "rule_relevance": 100 - }, - "matched_text": "license: apache 2.0" + "license_expression": "apache-2.0", + "detection_log": [ + "not-combined" + ], + "matches": [ + { + "score": 100.0, + "start_line": 1, + "end_line": 1, + "matched_length": 4, + "match_coverage": 100.0, + "matcher": "1-hash", + "license_expression": "apache-2.0", + "rule_identifier": "apache-2.0_65.RULE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_65.RULE", + "referenced_filenames": [], + "is_license_text": false, + "is_license_notice": false, + "is_license_reference": false, + "is_license_tag": true, + "is_license_intro": false, + "rule_length": 4, + "rule_relevance": 100, + "matched_text": "license: apache 2.0", + "licenses": [ + { + "key": "apache-2.0", + "name": "Apache License 2.0", + "short_name": "Apache 2.0", + "category": "Permissive", + "is_exception": false, + "is_unknown": false, + "owner": "Apache Software Foundation", + "homepage_url": "http://www.apache.org/licenses/", + "text_url": "http://www.apache.org/licenses/LICENSE-2.0", + "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE", + "spdx_license_key": "Apache-2.0", + "spdx_url": "https://spdx.org/licenses/Apache-2.0" + } + ] + } + ] } ], - "license_expressions": [ - "apache-2.0" - ], + "license_clues": [], "percentage_of_license_text": 100.0, "scan_errors": [] }, { "path": "ref", "type": "file", - "licenses": [ - { - "key": "unknown-license-reference", - "score": 100.0, - "name": "Unknown License file reference", - "short_name": "Unknown License reference", - "category": "Unstated License", - "is_exception": false, - "is_unknown": true, - "owner": "Unspecified", - "homepage_url": null, - "text_url": null, - "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.yml", - "spdx_license_key": "LicenseRef-scancode-unknown-license-reference", - "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE", - "start_line": 1, - "end_line": 1, - "matched_rule": { - "identifier": "unknown-license-reference_91.RULE", - "license_expression": "unknown-license-reference", - "licenses": [ - "unknown-license-reference" - ], - "referenced_filenames": [ - "COPYING" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": true, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": true, - "matcher": "1-hash", - "rule_length": 8, - "matched_length": 8, - "match_coverage": 100.0, - "rule_relevance": 100 - }, - "matched_text": "This is free software. See COPYING for details." - }, + "detected_license_expression": "apache-2.0", + "detected_license_expression_spdx": "Apache-2.0", + "license_detections": [ { - "key": "apache-2.0", - "score": 100.0, - "name": "Apache License 2.0", - "short_name": "Apache 2.0", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "Apache Software Foundation", - "homepage_url": "http://www.apache.org/licenses/", - "text_url": "http://www.apache.org/licenses/LICENSE-2.0", - "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.yml", - "spdx_license_key": "Apache-2.0", - "spdx_url": "https://spdx.org/licenses/Apache-2.0", - "start_line": 1, - "end_line": 1, - "matched_rule": { - "identifier": "apache-2.0_65.RULE", - "license_expression": "apache-2.0", - "licenses": [ - "apache-2.0" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": true, - "is_license_intro": false, - "has_unknown": false, - "matcher": "1-hash", - "rule_length": 4, - "matched_length": 4, - "match_coverage": 100.0, - "rule_relevance": 100 - }, - "matched_text": "license: apache 2.0" + "license_expression": "apache-2.0", + "detection_log": [ + "unknown-reference-to-local-file" + ], + "matches": [ + { + "score": 100.0, + "start_line": 1, + "end_line": 1, + "matched_length": 8, + "match_coverage": 100.0, + "matcher": "1-hash", + "license_expression": "unknown-license-reference", + "rule_identifier": "unknown-license-reference_91.RULE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unknown-license-reference_91.RULE", + "referenced_filenames": [ + "COPYING" + ], + "is_license_text": false, + "is_license_notice": false, + "is_license_reference": true, + "is_license_tag": false, + "is_license_intro": false, + "rule_length": 8, + "rule_relevance": 100, + "matched_text": "This is free software. See COPYING for details.", + "licenses": [ + { + "key": "unknown-license-reference", + "name": "Unknown License file reference", + "short_name": "Unknown License reference", + "category": "Unstated License", + "is_exception": false, + "is_unknown": true, + "owner": "Unspecified", + "homepage_url": null, + "text_url": "", + "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE", + "spdx_license_key": "LicenseRef-scancode-unknown-license-reference", + "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE" + } + ] + }, + { + "score": 100.0, + "start_line": 1, + "end_line": 1, + "matched_length": 4, + "match_coverage": 100.0, + "matcher": "1-hash", + "license_expression": "apache-2.0", + "rule_identifier": "apache-2.0_65.RULE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_65.RULE", + "referenced_filenames": [], + "is_license_text": false, + "is_license_notice": false, + "is_license_reference": false, + "is_license_tag": true, + "is_license_intro": false, + "rule_length": 4, + "rule_relevance": 100, + "matched_text": "license: apache 2.0", + "licenses": [ + { + "key": "apache-2.0", + "name": "Apache License 2.0", + "short_name": "Apache 2.0", + "category": "Permissive", + "is_exception": false, + "is_unknown": false, + "owner": "Apache Software Foundation", + "homepage_url": "http://www.apache.org/licenses/", + "text_url": "http://www.apache.org/licenses/LICENSE-2.0", + "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE", + "spdx_license_key": "Apache-2.0", + "spdx_url": "https://spdx.org/licenses/Apache-2.0" + } + ] + } + ] } ], - "license_expressions": [ - "unknown-license-reference", - "apache-2.0" - ], + "license_clues": [], "percentage_of_license_text": 100.0, "scan_errors": [] } diff --git a/tests/licensedcode/data/plugin_license/license_reference/scan-ref.expected.json b/tests/licensedcode/data/plugin_license/license_reference/scan-ref.expected.json index 89de003f331..9ad19e9b490 100644 --- a/tests/licensedcode/data/plugin_license/license_reference/scan-ref.expected.json +++ b/tests/licensedcode/data/plugin_license/license_reference/scan-ref.expected.json @@ -3,142 +3,151 @@ { "path": "LICENSE", "type": "file", - "licenses": [ + "detected_license_expression": "mit", + "detected_license_expression_spdx": "MIT", + "license_detections": [ { - "key": "mit", - "score": 100.0, - "name": "MIT License", - "short_name": "MIT License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "MIT", - "homepage_url": "http://opensource.org/licenses/mit-license.php", - "text_url": "http://opensource.org/licenses/mit-license.php", - "reference_url": "https://scancode-licensedb.aboutcode.org/mit", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.yml", - "spdx_license_key": "MIT", - "spdx_url": "https://spdx.org/licenses/MIT", - "start_line": 1, - "end_line": 1, - "matched_rule": { - "identifier": "mit_66.RULE", - "license_expression": "mit", - "licenses": [ - "mit" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "1-hash", - "rule_length": 10, - "matched_length": 10, - "match_coverage": 100.0, - "rule_relevance": 100 - }, - "matched_text": "that is licensed under [MIT](http://opensource.org/licenses/MIT)." + "license_expression": "mit", + "detection_log": [ + "not-combined" + ], + "matches": [ + { + "score": 100.0, + "start_line": 1, + "end_line": 1, + "matched_length": 10, + "match_coverage": 100.0, + "matcher": "1-hash", + "license_expression": "mit", + "rule_identifier": "mit_66.RULE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_66.RULE", + "referenced_filenames": [], + "is_license_text": false, + "is_license_notice": true, + "is_license_reference": false, + "is_license_tag": false, + "is_license_intro": false, + "rule_length": 10, + "rule_relevance": 100, + "matched_text": "that is licensed under [MIT](http://opensource.org/licenses/MIT).", + "licenses": [ + { + "key": "mit", + "name": "MIT License", + "short_name": "MIT License", + "category": "Permissive", + "is_exception": false, + "is_unknown": false, + "owner": "MIT", + "homepage_url": "http://opensource.org/licenses/mit-license.php", + "text_url": "http://opensource.org/licenses/mit-license.php", + "reference_url": "https://scancode-licensedb.aboutcode.org/mit", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE", + "spdx_license_key": "MIT", + "spdx_url": "https://spdx.org/licenses/MIT" + } + ] + } + ] } ], - "license_expressions": [ - "mit" - ], + "license_clues": [], "percentage_of_license_text": 100.0, "scan_errors": [] }, { "path": "license-notice.txt", "type": "file", - "licenses": [ - { - "key": "unknown-license-reference", - "score": 100.0, - "name": "Unknown License file reference", - "short_name": "Unknown License reference", - "category": "Unstated License", - "is_exception": false, - "is_unknown": true, - "owner": "Unspecified", - "homepage_url": null, - "text_url": null, - "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.yml", - "spdx_license_key": "LicenseRef-scancode-unknown-license-reference", - "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE", - "start_line": 34, - "end_line": 34, - "matched_rule": { - "identifier": "unknown-license-reference_25.RULE", - "license_expression": "unknown-license-reference", - "licenses": [ - "unknown-license-reference" - ], - "referenced_filenames": [ - "LICENSE" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": true, - "is_license_intro": false, - "has_unknown": true, - "matcher": "2-aho", - "rule_length": 5, - "matched_length": 5, - "match_coverage": 100.0, - "rule_relevance": 100 - }, - "matched_text": "license\": \"SEE LICENSE IN LICENSE." - }, + "detected_license_expression": "mit", + "detected_license_expression_spdx": "MIT", + "license_detections": [ { - "key": "mit", - "score": 100.0, - "name": "MIT License", - "short_name": "MIT License", - "category": "Permissive", - "is_exception": false, - "is_unknown": false, - "owner": "MIT", - "homepage_url": "http://opensource.org/licenses/mit-license.php", - "text_url": "http://opensource.org/licenses/mit-license.php", - "reference_url": "https://scancode-licensedb.aboutcode.org/mit", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.yml", - "spdx_license_key": "MIT", - "spdx_url": "https://spdx.org/licenses/MIT", - "start_line": 1, - "end_line": 1, - "matched_rule": { - "identifier": "mit_66.RULE", - "license_expression": "mit", - "licenses": [ - "mit" - ], - "referenced_filenames": [], - "is_license_text": false, - "is_license_notice": true, - "is_license_reference": false, - "is_license_tag": false, - "is_license_intro": false, - "has_unknown": false, - "matcher": "1-hash", - "rule_length": 10, - "matched_length": 10, - "match_coverage": 100.0, - "rule_relevance": 100 - }, - "matched_text": "that is licensed under [MIT](http://opensource.org/licenses/MIT)." + "license_expression": "mit", + "detection_log": [ + "unknown-reference-to-local-file" + ], + "matches": [ + { + "score": 100.0, + "start_line": 34, + "end_line": 34, + "matched_length": 5, + "match_coverage": 100.0, + "matcher": "2-aho", + "license_expression": "unknown-license-reference", + "rule_identifier": "unknown-license-reference_25.RULE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unknown-license-reference_25.RULE", + "referenced_filenames": [ + "LICENSE" + ], + "is_license_text": false, + "is_license_notice": false, + "is_license_reference": false, + "is_license_tag": true, + "is_license_intro": false, + "rule_length": 5, + "rule_relevance": 100, + "matched_text": "license\": \"SEE LICENSE IN LICENSE.", + "licenses": [ + { + "key": "unknown-license-reference", + "name": "Unknown License file reference", + "short_name": "Unknown License reference", + "category": "Unstated License", + "is_exception": false, + "is_unknown": true, + "owner": "Unspecified", + "homepage_url": null, + "text_url": "", + "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE", + "spdx_license_key": "LicenseRef-scancode-unknown-license-reference", + "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE" + } + ] + }, + { + "score": 100.0, + "start_line": 1, + "end_line": 1, + "matched_length": 10, + "match_coverage": 100.0, + "matcher": "1-hash", + "license_expression": "mit", + "rule_identifier": "mit_66.RULE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_66.RULE", + "referenced_filenames": [], + "is_license_text": false, + "is_license_notice": true, + "is_license_reference": false, + "is_license_tag": false, + "is_license_intro": false, + "rule_length": 10, + "rule_relevance": 100, + "matched_text": "that is licensed under [MIT](http://opensource.org/licenses/MIT).", + "licenses": [ + { + "key": "mit", + "name": "MIT License", + "short_name": "MIT License", + "category": "Permissive", + "is_exception": false, + "is_unknown": false, + "owner": "MIT", + "homepage_url": "http://opensource.org/licenses/mit-license.php", + "text_url": "http://opensource.org/licenses/mit-license.php", + "reference_url": "https://scancode-licensedb.aboutcode.org/mit", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE", + "spdx_license_key": "MIT", + "spdx_url": "https://spdx.org/licenses/MIT" + } + ] + } + ] } ], - "license_expressions": [ - "unknown-license-reference", - "mit" - ], + "license_clues": [], "percentage_of_license_text": 0.2, "scan_errors": [] } diff --git a/tests/licensedcode/data/plugin_license/license_reference/scan-unknown-reference-copyright.expected.json b/tests/licensedcode/data/plugin_license/license_reference/scan-unknown-reference-copyright.expected.json new file mode 100644 index 00000000000..0d76f209c92 --- /dev/null +++ b/tests/licensedcode/data/plugin_license/license_reference/scan-unknown-reference-copyright.expected.json @@ -0,0 +1,365 @@ +{ + "files": [ + { + "path": "Copyright", + "type": "file", + "detected_license_expression": "x11-xconsortium-veillard", + "detected_license_expression_spdx": "LicenseRef-scancode-x11-xconsortium-veillard", + "license_detections": [ + { + "license_expression": "x11-xconsortium-veillard", + "detection_log": [ + "not-combined" + ], + "matches": [ + { + "score": 100.0, + "start_line": 7, + "end_line": 26, + "matched_length": 199, + "match_coverage": 100.0, + "matcher": "2-aho", + "license_expression": "x11-xconsortium-veillard", + "rule_identifier": "x11-xconsortium-veillard.LICENSE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium-veillard.LICENSE", + "referenced_filenames": [], + "is_license_text": true, + "is_license_notice": false, + "is_license_reference": false, + "is_license_tag": false, + "is_license_intro": false, + "rule_length": 199, + "rule_relevance": 100, + "matched_text": "Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is fur-\nnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nDANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-\nNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Daniel Veillard shall not\nbe used in advertising or otherwise to promote the sale, use or other deal-\nings in this Software without prior written authorization from him.", + "licenses": [ + { + "key": "x11-xconsortium-veillard", + "name": "X11-Style (X Consortium Veillard)", + "short_name": "X11-Style (X Consortium Veillard)", + "category": "Permissive", + "is_exception": false, + "is_unknown": false, + "owner": "Daniel Veillard", + "homepage_url": null, + "text_url": "", + "reference_url": "https://scancode-licensedb.aboutcode.org/x11-xconsortium-veillard", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium-veillard.LICENSE", + "spdx_license_key": "LicenseRef-scancode-x11-xconsortium-veillard", + "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium-veillard.LICENSE" + } + ] + } + ] + } + ], + "license_clues": [], + "percentage_of_license_text": 81.89, + "scan_errors": [] + }, + { + "path": "build_glob.py", + "type": "file", + "detected_license_expression": "x11-xconsortium-veillard", + "detected_license_expression_spdx": "LicenseRef-scancode-x11-xconsortium-veillard", + "license_detections": [ + { + "license_expression": "x11-xconsortium-veillard", + "detection_log": [ + "unknown-reference-to-local-file" + ], + "matches": [ + { + "score": 100.0, + "start_line": 9, + "end_line": 9, + "matched_length": 8, + "match_coverage": 100.0, + "matcher": "2-aho", + "license_expression": "unknown-license-reference", + "rule_identifier": "unknown-license-reference_30.RULE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unknown-license-reference_30.RULE", + "referenced_filenames": [ + "Copyright" + ], + "is_license_text": false, + "is_license_notice": false, + "is_license_reference": true, + "is_license_tag": false, + "is_license_intro": false, + "rule_length": 8, + "rule_relevance": 100, + "matched_text": "See Copyright for the status of this software.", + "licenses": [ + { + "key": "unknown-license-reference", + "name": "Unknown License file reference", + "short_name": "Unknown License reference", + "category": "Unstated License", + "is_exception": false, + "is_unknown": true, + "owner": "Unspecified", + "homepage_url": null, + "text_url": "", + "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE", + "spdx_license_key": "LicenseRef-scancode-unknown-license-reference", + "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE" + } + ] + }, + { + "score": 100.0, + "start_line": 7, + "end_line": 26, + "matched_length": 199, + "match_coverage": 100.0, + "matcher": "2-aho", + "license_expression": "x11-xconsortium-veillard", + "rule_identifier": "x11-xconsortium-veillard.LICENSE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium-veillard.LICENSE", + "referenced_filenames": [], + "is_license_text": true, + "is_license_notice": false, + "is_license_reference": false, + "is_license_tag": false, + "is_license_intro": false, + "rule_length": 199, + "rule_relevance": 100, + "matched_text": "Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is fur-\nnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nDANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-\nNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Daniel Veillard shall not\nbe used in advertising or otherwise to promote the sale, use or other deal-\nings in this Software without prior written authorization from him.", + "licenses": [ + { + "key": "x11-xconsortium-veillard", + "name": "X11-Style (X Consortium Veillard)", + "short_name": "X11-Style (X Consortium Veillard)", + "category": "Permissive", + "is_exception": false, + "is_unknown": false, + "owner": "Daniel Veillard", + "homepage_url": null, + "text_url": "", + "reference_url": "https://scancode-licensedb.aboutcode.org/x11-xconsortium-veillard", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium-veillard.LICENSE", + "spdx_license_key": "LicenseRef-scancode-x11-xconsortium-veillard", + "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium-veillard.LICENSE" + } + ] + } + ] + } + ], + "license_clues": [], + "percentage_of_license_text": 1.32, + "scan_errors": [] + }, + { + "path": "c14n.c", + "type": "file", + "detected_license_expression": "x11-xconsortium-veillard", + "detected_license_expression_spdx": "LicenseRef-scancode-x11-xconsortium-veillard", + "license_detections": [ + { + "license_expression": "x11-xconsortium-veillard", + "detection_log": [ + "unknown-reference-to-local-file" + ], + "matches": [ + { + "score": 100.0, + "start_line": 8, + "end_line": 8, + "matched_length": 8, + "match_coverage": 100.0, + "matcher": "2-aho", + "license_expression": "unknown-license-reference", + "rule_identifier": "unknown-license-reference_30.RULE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unknown-license-reference_30.RULE", + "referenced_filenames": [ + "Copyright" + ], + "is_license_text": false, + "is_license_notice": false, + "is_license_reference": true, + "is_license_tag": false, + "is_license_intro": false, + "rule_length": 8, + "rule_relevance": 100, + "matched_text": "See Copyright for the status of this software.", + "licenses": [ + { + "key": "unknown-license-reference", + "name": "Unknown License file reference", + "short_name": "Unknown License reference", + "category": "Unstated License", + "is_exception": false, + "is_unknown": true, + "owner": "Unspecified", + "homepage_url": null, + "text_url": "", + "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE", + "spdx_license_key": "LicenseRef-scancode-unknown-license-reference", + "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE" + } + ] + }, + { + "score": 100.0, + "start_line": 7, + "end_line": 26, + "matched_length": 199, + "match_coverage": 100.0, + "matcher": "2-aho", + "license_expression": "x11-xconsortium-veillard", + "rule_identifier": "x11-xconsortium-veillard.LICENSE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium-veillard.LICENSE", + "referenced_filenames": [], + "is_license_text": true, + "is_license_notice": false, + "is_license_reference": false, + "is_license_tag": false, + "is_license_intro": false, + "rule_length": 199, + "rule_relevance": 100, + "matched_text": "Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is fur-\nnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nDANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-\nNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Daniel Veillard shall not\nbe used in advertising or otherwise to promote the sale, use or other deal-\nings in this Software without prior written authorization from him.", + "licenses": [ + { + "key": "x11-xconsortium-veillard", + "name": "X11-Style (X Consortium Veillard)", + "short_name": "X11-Style (X Consortium Veillard)", + "category": "Permissive", + "is_exception": false, + "is_unknown": false, + "owner": "Daniel Veillard", + "homepage_url": null, + "text_url": "", + "reference_url": "https://scancode-licensedb.aboutcode.org/x11-xconsortium-veillard", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium-veillard.LICENSE", + "spdx_license_key": "LicenseRef-scancode-x11-xconsortium-veillard", + "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium-veillard.LICENSE" + } + ] + } + ] + } + ], + "license_clues": [], + "percentage_of_license_text": 0.1, + "scan_errors": [] + }, + { + "path": "include", + "type": "directory", + "detected_license_expression": null, + "detected_license_expression_spdx": null, + "license_detections": [], + "license_clues": [], + "percentage_of_license_text": 0, + "scan_errors": [] + }, + { + "path": "include/libxml", + "type": "directory", + "detected_license_expression": null, + "detected_license_expression_spdx": null, + "license_detections": [], + "license_clues": [], + "percentage_of_license_text": 0, + "scan_errors": [] + }, + { + "path": "include/libxml/c14n.h", + "type": "file", + "detected_license_expression": "x11-xconsortium-veillard", + "detected_license_expression_spdx": "LicenseRef-scancode-x11-xconsortium-veillard", + "license_detections": [ + { + "license_expression": "x11-xconsortium-veillard", + "detection_log": [ + "unknown-reference-to-local-file" + ], + "matches": [ + { + "score": 100.0, + "start_line": 13, + "end_line": 13, + "matched_length": 9, + "match_coverage": 100.0, + "matcher": "2-aho", + "license_expression": "unknown-license-reference", + "rule_identifier": "unknown-license-reference_108.RULE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unknown-license-reference_108.RULE", + "referenced_filenames": [ + "Copyright" + ], + "is_license_text": false, + "is_license_notice": false, + "is_license_reference": true, + "is_license_tag": false, + "is_license_intro": false, + "rule_length": 9, + "rule_relevance": 100, + "matched_text": "Copy: See Copyright for the status of this software.", + "licenses": [ + { + "key": "unknown-license-reference", + "name": "Unknown License file reference", + "short_name": "Unknown License reference", + "category": "Unstated License", + "is_exception": false, + "is_unknown": true, + "owner": "Unspecified", + "homepage_url": null, + "text_url": "", + "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE", + "spdx_license_key": "LicenseRef-scancode-unknown-license-reference", + "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE" + } + ] + }, + { + "score": 100.0, + "start_line": 7, + "end_line": 26, + "matched_length": 199, + "match_coverage": 100.0, + "matcher": "2-aho", + "license_expression": "x11-xconsortium-veillard", + "rule_identifier": "x11-xconsortium-veillard.LICENSE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium-veillard.LICENSE", + "referenced_filenames": [], + "is_license_text": true, + "is_license_notice": false, + "is_license_reference": false, + "is_license_tag": false, + "is_license_intro": false, + "rule_length": 199, + "rule_relevance": 100, + "matched_text": "Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is fur-\nnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-\nNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nDANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-\nNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of Daniel Veillard shall not\nbe used in advertising or otherwise to promote the sale, use or other deal-\nings in this Software without prior written authorization from him.", + "licenses": [ + { + "key": "x11-xconsortium-veillard", + "name": "X11-Style (X Consortium Veillard)", + "short_name": "X11-Style (X Consortium Veillard)", + "category": "Permissive", + "is_exception": false, + "is_unknown": false, + "owner": "Daniel Veillard", + "homepage_url": null, + "text_url": "", + "reference_url": "https://scancode-licensedb.aboutcode.org/x11-xconsortium-veillard", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium-veillard.LICENSE", + "spdx_license_key": "LicenseRef-scancode-x11-xconsortium-veillard", + "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium-veillard.LICENSE" + } + ] + } + ] + } + ], + "license_clues": [], + "percentage_of_license_text": 2.47, + "scan_errors": [] + } + ] +} \ No newline at end of file diff --git a/tests/licensedcode/data/plugin_license/license_reference/scan-wref.expected.json b/tests/licensedcode/data/plugin_license/license_reference/scan-wref.expected.json index 673f1c3e267..0a5dd1719a0 100644 --- a/tests/licensedcode/data/plugin_license/license_reference/scan-wref.expected.json +++ b/tests/licensedcode/data/plugin_license/license_reference/scan-wref.expected.json @@ -3,52 +3,58 @@ { "path": "license-notice.txt", "type": "file", - "licenses": [ + "detected_license_expression": "unknown-license-reference", + "detected_license_expression_spdx": "LicenseRef-scancode-unknown-license-reference", + "license_detections": [ { - "key": "unknown-license-reference", - "score": 100.0, - "name": "Unknown License file reference", - "short_name": "Unknown License reference", - "category": "Unstated License", - "is_exception": false, - "is_unknown": true, - "owner": "Unspecified", - "homepage_url": null, - "text_url": null, - "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference", - "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE", - "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.yml", - "spdx_license_key": "LicenseRef-scancode-unknown-license-reference", - "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE", - "start_line": 34, - "end_line": 34, - "matched_rule": { - "identifier": "unknown-license-reference_25.RULE", - "license_expression": "unknown-license-reference", - "licenses": [ - "unknown-license-reference" - ], - "referenced_filenames": [ - "LICENSE" - ], - "is_license_text": false, - "is_license_notice": false, - "is_license_reference": false, - "is_license_tag": true, - "is_license_intro": false, - "has_unknown": true, - "matcher": "2-aho", - "rule_length": 5, - "matched_length": 5, - "match_coverage": 100.0, - "rule_relevance": 100 - }, - "matched_text": "license\": \"SEE LICENSE IN LICENSE." + "license_expression": "unknown-license-reference", + "detection_log": [ + "not-combined" + ], + "matches": [ + { + "score": 100.0, + "start_line": 34, + "end_line": 34, + "matched_length": 5, + "match_coverage": 100.0, + "matcher": "2-aho", + "license_expression": "unknown-license-reference", + "rule_identifier": "unknown-license-reference_25.RULE", + "referenced_filenames": [ + "LICENSE" + ], + "is_license_text": false, + "is_license_notice": false, + "is_license_reference": false, + "is_license_tag": true, + "is_license_intro": false, + "rule_length": 5, + "rule_relevance": 100, + "matched_text": "license\": \"SEE LICENSE IN LICENSE.", + "licenses": [ + { + "key": "unknown-license-reference", + "name": "Unknown License file reference", + "short_name": "Unknown License reference", + "category": "Unstated License", + "is_exception": false, + "is_unknown": true, + "owner": "Unspecified", + "homepage_url": null, + "text_url": "", + "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference", + "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE", + "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.yml", + "spdx_license_key": "LicenseRef-scancode-unknown-license-reference", + "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE" + } + ] + } + ] } ], - "license_expressions": [ - "unknown-license-reference" - ], + "license_clues": [], "percentage_of_license_text": 0.2, "scan_errors": [] } diff --git a/tests/licensedcode/data/plugin_license/license_reference/scan/scan-unknown-reference-copyright/Copyright b/tests/licensedcode/data/plugin_license/license_reference/scan/scan-unknown-reference-copyright/Copyright new file mode 100644 index 00000000000..417e95531fd --- /dev/null +++ b/tests/licensedcode/data/plugin_license/license_reference/scan/scan-unknown-reference-copyright/Copyright @@ -0,0 +1,27 @@ +Except where otherwise noted in the source code (e.g. the files hash.c, +list.c and the trio files, which are covered by a similar licence but +with different Copyright notices) all the files are: + + Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved. + +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 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is fur- +nished to do so, subject to the following conditions: + +The above copyright notice and 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, FIT- +NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- +NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of Daniel Veillard shall not +be used in advertising or otherwise to promote the sale, use or other deal- +ings in this Software without prior written authorization from him. + diff --git a/tests/licensedcode/data/plugin_license/license_reference/scan/scan-unknown-reference-copyright/build_glob.py b/tests/licensedcode/data/plugin_license/license_reference/scan/scan-unknown-reference-copyright/build_glob.py new file mode 100755 index 00000000000..8855ec79872 --- /dev/null +++ b/tests/licensedcode/data/plugin_license/license_reference/scan/scan-unknown-reference-copyright/build_glob.py @@ -0,0 +1,122 @@ +#! /usr/bin/env python +### +# +# build_glob.py : Build the global_functions.h and global_functions.c +# files which are required to implement the user +# interface to global variables now that thread specific +# data (TSD) is used to emulate global state. +# +# See Copyright for the status of this software. +# Gary.Pennington@sun.com +### +import os, string + +class globvar: + def __init__(self, type, name): + self.type=type + self.name=name + +def striplinesep(line): + while line and line[-1] in ('\r','\n'): + line = line[:-1] + return line + +def writeline(file, line=None): + if line: + file.write(line) + file.write("\n") + +if __name__ == "__main__": + globals={} + global_data=open("global.data").readlines() + global_code=open("globals.c").readlines() + global_hdr=open("include/libxml/globals.h").readlines() + global_functions_hdr=open("include/libxml/globals.h", "w+") + global_functions_impl=open("globals.c", "w+") + + # + # Rebuild the beginning of the file up to the + # Automatically generated string + # + for line in global_hdr: + line = striplinesep(line) + if line == " * Automatically generated by build_glob.py.": + break + writeline(global_functions_hdr, line) + + writeline(global_functions_hdr, " * Automatically generated by build_glob.py.") + writeline(global_functions_hdr, " * Do not modify the previous line.") + writeline(global_functions_hdr, " */") + writeline(global_functions_hdr) + + for line in global_code: + line = striplinesep(line) + if line == " * Automatically generated by build_glob.py.": + break + writeline(global_functions_impl, line) + + writeline(global_functions_impl, " * Automatically generated by build_glob.py.") + writeline(global_functions_impl, " * Do not modify the previous line.") + writeline(global_functions_impl, " */") + writeline(global_functions_impl) + + # Now process the data and write it to the appropriate output file + for line in global_data: + if line[0]=='#': + continue + line = striplinesep(line) + fields = string.split(line, ",") + # Update the header file + writeline(global_functions_hdr) + global_functions_hdr.write("extern "+fields[0]+" *") + if fields[2]: + global_functions_hdr.write("(*") + global_functions_hdr.write("__"+fields[1]+"(void)") + if fields[2]: + global_functions_hdr.write(")"+fields[2]) + writeline(global_functions_hdr,";") + writeline(global_functions_hdr, "#ifdef LIBXML_THREAD_ENABLED") + writeline(global_functions_hdr,"#define "+fields[1]+" \\") + writeline(global_functions_hdr,"(*(__"+fields[1]+"()))") + writeline(global_functions_hdr,"#else") + if fields[2]: + writeline(global_functions_hdr,"LIBXML_DLL_IMPORT extern "+fields[0]+" "+fields[1]+fields[2]+";") + else: + writeline(global_functions_hdr,"LIBXML_DLL_IMPORT extern "+fields[0]+" "+fields[1]+";") + writeline(global_functions_hdr,"#endif") + # set/get for per-thread global defaults + if fields[3]: + writeline(global_functions_hdr,fields[0]+" "+fields[1][:3]+"ThrDef"+fields[1][3:]+"("+fields[0]+" v);") + # Update the implementation file + writeline(global_functions_impl) +# writeline(global_functions_impl, "extern "+fields[0]+" "+fields[1]+";") + writeline(global_functions_impl, "#undef\t"+fields[1]) + writeline(global_functions_impl, fields[0]+" *") + if fields[2]: + global_functions_impl.write("(*") + global_functions_impl.write("__"+fields[1]+"(void)") + if fields[2]: + writeline(global_functions_impl, ")[]") + writeline(global_functions_impl, " {") + writeline(global_functions_impl, " if (IS_MAIN_THREAD)") + writeline(global_functions_impl, "\treturn (&"+fields[1]+");") + writeline(global_functions_impl, " else") + writeline(global_functions_impl, "\treturn (&xmlGetGlobalState()->"+fields[1]+");") + writeline(global_functions_impl, "}") + # set/get for per-thread global defaults + if fields[3]: + writeline(global_functions_impl,fields[0]+" "+fields[1][:3]+"ThrDef"+fields[1][3:]+"("+fields[0]+" v) {") + writeline(global_functions_impl," "+fields[0]+" ret;"); + writeline(global_functions_impl," xmlMutexLock(xmlThrDefMutex);") + writeline(global_functions_impl," ret = "+fields[1][:3]+fields[1][3:]+"ThrDef;") + writeline(global_functions_impl," "+fields[1][:3]+fields[1][3:]+"ThrDef = v;") + writeline(global_functions_impl," xmlMutexUnlock(xmlThrDefMutex);") + writeline(global_functions_impl," return ret;") + writeline(global_functions_impl,"}") + # Terminate the header file with appropriate boilerplate + writeline(global_functions_hdr) + writeline(global_functions_hdr, "#ifdef __cplusplus") + writeline(global_functions_hdr, "}") + writeline(global_functions_hdr, "#endif") + writeline(global_functions_hdr) + writeline(global_functions_hdr, "#endif /* __XML_GLOBALS_H */") diff --git a/tests/licensedcode/data/plugin_license/license_reference/scan/scan-unknown-reference-copyright/c14n.c b/tests/licensedcode/data/plugin_license/license_reference/scan/scan-unknown-reference-copyright/c14n.c new file mode 100644 index 00000000000..9c3cad2a49f --- /dev/null +++ b/tests/licensedcode/data/plugin_license/license_reference/scan/scan-unknown-reference-copyright/c14n.c @@ -0,0 +1,2235 @@ +/* + * "Canonical XML" implementation + * http://www.w3.org/TR/xml-c14n + * + * "Exclusive XML Canonicalization" implementation + * http://www.w3.org/TR/xml-exc-c14n + * + * See Copyright for the status of this software. + * + * Author: Aleksey SaninThe Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise \nindicated below, the Content is provided to you under the terms and conditions of the\nEclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available \nat [https]://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.
\n\nIf you did not receive this Content directly from the Eclipse Foundation, the Content is \nbeing redistributed by another party ("Redistributor") and different terms and conditions may\napply to your use of any object code in the Content. Check the Redistributor's license that was \nprovided with the Content. If no such license exists, contact the Redistributor. Unless otherwise\nindicated below, the terms and conditions of the EPL still apply to any source code in the Content\nand such source code may be obtained at ", + "licenses": [ + { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "short_name": "EPL 1.0", + "category": "Copyleft Limited", + "is_exception": false, + "is_unknown": false, + "owner": "Eclipse Foundation", + "homepage_url": "http://www.eclipse.org/legal/epl-v10.html", + "text_url": "http://www.eclipse.org/legal/epl-v10.html", + "reference_url": "https://scancode-licensedb.aboutcode.org/epl-1.0", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/epl-1.0.LICENSE", + "spdx_license_key": "EPL-1.0", + "spdx_url": "https://spdx.org/licenses/EPL-1.0" + } + ] + }, + { + "score": 100.0, + "start_line": 17, + "end_line": 17, + "matched_length": 8, + "match_coverage": 100.0, + "matcher": "2-aho", + "license_expression": "epl-1.0", + "rule_identifier": "epl-1.0_7.RULE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/epl-1.0_7.RULE", + "referenced_filenames": [], + "is_license_text": false, + "is_license_notice": false, + "is_license_reference": true, + "is_license_tag": false, + "is_license_intro": false, + "rule_length": 8, + "rule_relevance": 100, + "matched_text": "https://www.eclipse.org/legal/epl-v10.html\">", + "licenses": [ + { + "key": "epl-1.0", + "name": "Eclipse Public License 1.0", + "short_name": "EPL 1.0", + "category": "Copyleft Limited", + "is_exception": false, + "is_unknown": false, + "owner": "Eclipse Foundation", + "homepage_url": "http://www.eclipse.org/legal/epl-v10.html", + "text_url": "http://www.eclipse.org/legal/epl-v10.html", + "reference_url": "https://scancode-licensedb.aboutcode.org/epl-1.0", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/epl-1.0.LICENSE", + "spdx_license_key": "EPL-1.0", + "spdx_url": "https://spdx.org/licenses/EPL-1.0" + } + ] + } + ] + }, + { + "license_expression": "apache-2.0", + "detection_log": [ + "not-combined" + ], + "matches": [ + { + "score": 95.0, + "start_line": 37, + "end_line": 37, + "matched_length": 14, + "match_coverage": 100.0, + "matcher": "2-aho", + "license_expression": "apache-2.0", + "rule_identifier": "apache_no-version_1.RULE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache_no-version_1.RULE", + "referenced_filenames": [], + "is_license_text": false, + "is_license_notice": false, + "is_license_reference": true, + "is_license_tag": false, + "is_license_intro": false, + "rule_length": 14, + "rule_relevance": 95, + "matched_text": "This product includes software developed by the Apache Software Foundation (", + "licenses": [ + { + "key": "apache-2.0", + "name": "Apache License 2.0", + "short_name": "Apache 2.0", + "category": "Permissive", + "is_exception": false, + "is_unknown": false, + "owner": "Apache Software Foundation", + "homepage_url": "http://www.apache.org/licenses/", + "text_url": "http://www.apache.org/licenses/LICENSE-2.0", + "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE", + "spdx_license_key": "Apache-2.0", + "spdx_url": "https://spdx.org/licenses/Apache-2.0" + } + ] + } + ] + }, + { + "license_expression": "apache-2.0", + "detection_log": [ + "unknown-intro-followed-by-match" + ], + "matches": [ + { + "score": 100.0, + "start_line": 44, + "end_line": 44, + "matched_length": 6, + "match_coverage": 100.0, + "matcher": "2-aho", + "license_expression": "unknown-license-reference", + "rule_identifier": "license-intro_35.RULE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/license-intro_35.RULE", + "referenced_filenames": [], + "is_license_text": false, + "is_license_notice": false, + "is_license_reference": false, + "is_license_tag": false, + "is_license_intro": true, + "rule_length": 6, + "rule_relevance": 100, + "matched_text": "subject to the terms and conditions", + "licenses": [ + { + "key": "unknown-license-reference", + "name": "Unknown License file reference", + "short_name": "Unknown License reference", + "category": "Unstated License", + "is_exception": false, + "is_unknown": true, + "owner": "Unspecified", + "homepage_url": null, + "text_url": "", + "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE", + "spdx_license_key": "LicenseRef-scancode-unknown-license-reference", + "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE" + } + ] + }, + { + "score": 100.0, + "start_line": 44, + "end_line": 44, + "matched_length": 5, + "match_coverage": 100.0, + "matcher": "2-aho", + "license_expression": "apache-2.0", + "rule_identifier": "apache-2.0_322.RULE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_322.RULE", + "referenced_filenames": [], + "is_license_text": false, + "is_license_notice": false, + "is_license_reference": false, + "is_license_tag": true, + "is_license_intro": false, + "rule_length": 5, + "rule_relevance": 100, + "matched_text": "Apache Software License 2.0.", + "licenses": [ + { + "key": "apache-2.0", + "name": "Apache License 2.0", + "short_name": "Apache 2.0", + "category": "Permissive", + "is_exception": false, + "is_unknown": false, + "owner": "Apache Software Foundation", + "homepage_url": "http://www.apache.org/licenses/", + "text_url": "http://www.apache.org/licenses/LICENSE-2.0", + "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE", + "spdx_license_key": "Apache-2.0", + "spdx_url": "https://spdx.org/licenses/Apache-2.0" + } + ] + }, + { + "score": 39.47, + "start_line": 45, + "end_line": 45, + "matched_length": 15, + "match_coverage": 39.47, + "matcher": "3-seq", + "license_expression": "apache-2.0", + "rule_identifier": "apache-2.0_1112.RULE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_1112.RULE", + "referenced_filenames": [], + "is_license_text": false, + "is_license_notice": true, + "is_license_reference": false, + "is_license_tag": false, + "is_license_intro": false, + "rule_length": 38, + "rule_relevance": 100, + "matched_text": "LICENSE and is also available at ", + "licenses": [ + { + "key": "apache-2.0", + "name": "Apache License 2.0", + "short_name": "Apache 2.0", + "category": "Permissive", + "is_exception": false, + "is_unknown": false, + "owner": "Apache Software Foundation", + "homepage_url": "http://www.apache.org/licenses/", + "text_url": "http://www.apache.org/licenses/LICENSE-2.0", + "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE", + "spdx_license_key": "Apache-2.0", + "spdx_url": "https://spdx.org/licenses/Apache-2.0" + } + ] + }, + { + "score": 40.0, + "start_line": 45, + "end_line": 45, + "matched_length": 14, + "match_coverage": 40.0, + "matcher": "3-seq", + "license_expression": "apache-2.0", + "rule_identifier": "apache-2.0_842.RULE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_842.RULE", + "referenced_filenames": [], + "is_license_text": false, + "is_license_notice": true, + "is_license_reference": false, + "is_license_tag": false, + "is_license_intro": false, + "rule_length": 35, + "rule_relevance": 100, + "matched_text": "www.apache.org/licenses/LICENSE-2.0.[html]\">[http]://www.apache.org/licenses/LICENSE-2.0.", + "licenses": [ + { + "key": "apache-2.0", + "name": "Apache License 2.0", + "short_name": "Apache 2.0", + "category": "Permissive", + "is_exception": false, + "is_unknown": false, + "owner": "Apache Software Foundation", + "homepage_url": "http://www.apache.org/licenses/", + "text_url": "http://www.apache.org/licenses/LICENSE-2.0", + "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE", + "spdx_license_key": "Apache-2.0", + "spdx_url": "https://spdx.org/licenses/Apache-2.0" + } + ] + }, + { + "score": 33.85, + "start_line": 45, + "end_line": 47, + "matched_length": 22, + "match_coverage": 33.85, + "matcher": "3-seq", + "license_expression": "apache-2.0", + "rule_identifier": "apache-2.0_689.RULE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_689.RULE", + "referenced_filenames": [ + "LICENSE-2.0.txt", + "NOTICE.TXT" + ], + "is_license_text": false, + "is_license_notice": true, + "is_license_reference": false, + "is_license_tag": false, + "is_license_intro": false, + "rule_length": 65, + "rule_relevance": 100, + "matched_text": "2.0.html.\n\n
The Apache attribution [NOTICE] [file] is included with the Content in accordance with 4d of the Apache License, Version 2.0.", + "licenses": [ + { + "key": "apache-2.0", + "name": "Apache License 2.0", + "short_name": "Apache 2.0", + "category": "Permissive", + "is_exception": false, + "is_unknown": false, + "owner": "Apache Software Foundation", + "homepage_url": "http://www.apache.org/licenses/", + "text_url": "http://www.apache.org/licenses/LICENSE-2.0", + "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0", + "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE", + "spdx_license_key": "Apache-2.0", + "spdx_url": "https://spdx.org/licenses/Apache-2.0" + } + ] + } + ] + } + ], + "license_clues": [], + "percentage_of_license_text": 52.82, + "scan_errors": [] + }, + { + "path": "about_2.html", + "type": "file", + "detected_license_expression": "epl-1.0 AND apache-2.0 AND ((epl-2.0 OR apache-2.0) AND apache-2.0 AND epl-2.0)", + "detected_license_expression_spdx": "EPL-1.0 AND Apache-2.0 AND ((EPL-2.0 OR Apache-2.0) AND Apache-2.0 AND EPL-2.0)", + "license_detections": [ + { + "license_expression": "epl-1.0", + "detection_log": [ + "not-combined" + ], + "matches": [ + { + "score": 99.34, + "start_line": 12, + "end_line": 25, + "matched_length": 150, + "match_coverage": 99.34, + "matcher": "3-seq", + "license_expression": "epl-1.0", + "rule_identifier": "epl-1.0_3.RULE", + "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/epl-1.0_3.RULE", + "referenced_filenames": [], + "is_license_text": false, + "is_license_notice": true, + "is_license_reference": false, + "is_license_tag": false, + "is_license_intro": false, + "rule_length": 151, + "rule_relevance": 100, + "matched_text": "License\n\n
The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise \nindicated below, the Content is provided to you under the terms and conditions of the\nEclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available \nat [https]://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.
\n\nIf you did not receive this Content directly from the Eclipse Foundation, the Content is \nbeing redistributed by another party ("Redistributor") and different terms and conditions may\napply to your use of any object code in the Content. Check the Redistributor's license that was \nprovided with the Content. If no such license exists, contact the Redistributor. Unless otherwise\nindicated below, the terms and conditions of the EPL still apply to any source code in the Content\nand such source code may be obtained at ",
+ "licenses": [
+ {
+ "key": "epl-1.0",
+ "name": "Eclipse Public License 1.0",
+ "short_name": "EPL 1.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Eclipse Foundation",
+ "homepage_url": "http://www.eclipse.org/legal/epl-v10.html",
+ "text_url": "http://www.eclipse.org/legal/epl-v10.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/epl-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/epl-1.0.LICENSE",
+ "spdx_license_key": "EPL-1.0",
+ "spdx_url": "https://spdx.org/licenses/EPL-1.0"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 17,
+ "end_line": 17,
+ "matched_length": 8,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "epl-1.0",
+ "rule_identifier": "epl-1.0_7.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/epl-1.0_7.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 8,
+ "rule_relevance": 100,
+ "matched_text": "https://www.eclipse.org/legal/epl-v10.html\">",
+ "licenses": [
+ {
+ "key": "epl-1.0",
+ "name": "Eclipse Public License 1.0",
+ "short_name": "EPL 1.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Eclipse Foundation",
+ "homepage_url": "http://www.eclipse.org/legal/epl-v10.html",
+ "text_url": "http://www.eclipse.org/legal/epl-v10.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/epl-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/epl-1.0.LICENSE",
+ "spdx_license_key": "EPL-1.0",
+ "spdx_url": "https://spdx.org/licenses/EPL-1.0"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 95.0,
+ "start_line": 37,
+ "end_line": 37,
+ "matched_length": 14,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache_no-version_1.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache_no-version_1.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 14,
+ "rule_relevance": 95,
+ "matched_text": "This product includes software developed by the Apache Software Foundation (",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "unknown-intro-followed-by-match"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 44,
+ "end_line": 44,
+ "matched_length": 6,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_35.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/license-intro_35.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": true,
+ "rule_length": 6,
+ "rule_relevance": 100,
+ "matched_text": "subject to the terms and conditions",
+ "licenses": [
+ {
+ "key": "unknown-license-reference",
+ "name": "Unknown License file reference",
+ "short_name": "Unknown License reference",
+ "category": "Unstated License",
+ "is_exception": false,
+ "is_unknown": true,
+ "owner": "Unspecified",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-unknown-license-reference",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 44,
+ "end_line": 44,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_322.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_322.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Apache Software License 2.0.",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ },
+ {
+ "score": 39.47,
+ "start_line": 45,
+ "end_line": 45,
+ "matched_length": 15,
+ "match_coverage": 39.47,
+ "matcher": "3-seq",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_1112.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_1112.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 38,
+ "rule_relevance": 100,
+ "matched_text": "LICENSE and is also available at ",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ },
+ {
+ "score": 40.0,
+ "start_line": 45,
+ "end_line": 45,
+ "matched_length": 14,
+ "match_coverage": 40.0,
+ "matcher": "3-seq",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_842.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_842.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 35,
+ "rule_relevance": 100,
+ "matched_text": "www.apache.org/licenses/LICENSE-2.0.[html]\">[http]://www.apache.org/licenses/LICENSE-2.0.",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 47,
+ "end_line": 47,
+ "matched_length": 6,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_182.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_182.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 6,
+ "rule_relevance": 100,
+ "matched_text": "the Apache License, Version 2.0.",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "unknown-intro-followed-by-match"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 53,
+ "end_line": 53,
+ "matched_length": 6,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_35.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/license-intro_35.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": true,
+ "rule_length": 6,
+ "rule_relevance": 100,
+ "matched_text": "subject to the terms and conditions",
+ "licenses": [
+ {
+ "key": "unknown-license-reference",
+ "name": "Unknown License file reference",
+ "short_name": "Unknown License reference",
+ "category": "Unstated License",
+ "is_exception": false,
+ "is_unknown": true,
+ "owner": "Unspecified",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-unknown-license-reference",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 53,
+ "end_line": 53,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_322.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_322.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Apache Software License 2.0.",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ },
+ {
+ "score": 42.11,
+ "start_line": 53,
+ "end_line": 54,
+ "matched_length": 16,
+ "match_coverage": 42.11,
+ "matcher": "3-seq",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_1112.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_1112.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 38,
+ "rule_relevance": 100,
+ "matched_text": "License [2].[0]. A [copy] [of] [the] [license] [is] [contained]\n[in] [the] [file] LICENSE and is also available at ",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 54,
+ "end_line": 54,
+ "matched_length": 9,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_20.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_20.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 9,
+ "rule_relevance": 100,
+ "matched_text": "http://www.apache.org/licenses/LICENSE-2.0.html",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 92.68,
+ "start_line": 59,
+ "end_line": 60,
+ "matched_length": 38,
+ "match_coverage": 100.0,
+ "matcher": "3-seq",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_1112.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_1112.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 38,
+ "rule_relevance": 100,
+ "matched_text": "is subject to the terms and conditions of the Apache Software License 2.0. A copy of the license is contained\nin the file LICENSE and is also available at ",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ },
+ {
+ "score": 48.57,
+ "start_line": 59,
+ "end_line": 60,
+ "matched_length": 17,
+ "match_coverage": 48.57,
+ "matcher": "3-seq",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_842.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_842.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 35,
+ "rule_relevance": 100,
+ "matched_text": "License [2].[0]. A [copy] [of] [the] license is [contained]\n[in] [the] [file] [LICENSE] [and] [is] [also] [available] [at] [http]://www.apache.org/licenses/LICENSE-2.0.",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 92.68,
+ "start_line": 65,
+ "end_line": 66,
+ "matched_length": 38,
+ "match_coverage": 100.0,
+ "matcher": "3-seq",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_1112.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_1112.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 38,
+ "rule_relevance": 100,
+ "matched_text": "is subject to the terms and conditions of the Apache Software License 2.0. A copy of the license is contained\nin the file LICENSE and is also available at ",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ },
+ {
+ "score": 48.57,
+ "start_line": 65,
+ "end_line": 66,
+ "matched_length": 17,
+ "match_coverage": 48.57,
+ "matcher": "3-seq",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_842.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_842.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 35,
+ "rule_relevance": 100,
+ "matched_text": "License [2].[0]. A [copy] [of] [the] license is [contained]\n[in] [the] [file] [LICENSE] [and] [is] [also] [available] [at] [http]://www.apache.org/licenses/LICENSE-2.0.",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "(epl-2.0 OR apache-2.0) AND apache-2.0 AND epl-2.0",
+ "detection_log": [
+ "unknown-intro-followed-by-match"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 71,
+ "end_line": 71,
+ "matched_length": 6,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_35.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/license-intro_35.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": true,
+ "rule_length": 6,
+ "rule_relevance": 100,
+ "matched_text": "subject to the terms and conditions",
+ "licenses": [
+ {
+ "key": "unknown-license-reference",
+ "name": "Unknown License file reference",
+ "short_name": "Unknown License reference",
+ "category": "Unstated License",
+ "is_exception": false,
+ "is_unknown": true,
+ "owner": "Unspecified",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-unknown-license-reference",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE"
+ }
+ ]
+ },
+ {
+ "score": 28.0,
+ "start_line": 71,
+ "end_line": 72,
+ "matched_length": 14,
+ "match_coverage": 28.0,
+ "matcher": "3-seq",
+ "license_expression": "epl-2.0 OR apache-2.0",
+ "rule_identifier": "epl-2.0_or_apache-2.0_2.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/epl-2.0_or_apache-2.0_2.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 50,
+ "rule_relevance": 100,
+ "matched_text": "of the Eclipse Public License 2.0. A [copy] [of] [the] [license] [is] [contained]\n[in] [the] [file] [LICENSE].[md] [and] [is] [also] [available] [at] ",
+ "licenses": [
+ {
+ "key": "epl-2.0",
+ "name": "Eclipse Public License 2.0",
+ "short_name": "EPL 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Eclipse Foundation",
+ "homepage_url": "https://www.eclipse.org/legal/epl-2.0/",
+ "text_url": "https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/epl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/epl-2.0.LICENSE",
+ "spdx_license_key": "EPL-2.0",
+ "spdx_url": "https://spdx.org/licenses/EPL-2.0"
+ },
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ },
+ {
+ "score": 36.84,
+ "start_line": 71,
+ "end_line": 72,
+ "matched_length": 14,
+ "match_coverage": 36.84,
+ "matcher": "3-seq",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_1112.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_1112.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 38,
+ "rule_relevance": 100,
+ "matched_text": "License 2.0. A copy of the license is contained\nin the file LICENSE.",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ },
+ {
+ "score": 30.43,
+ "start_line": 72,
+ "end_line": 72,
+ "matched_length": 21,
+ "match_coverage": 30.43,
+ "matcher": "3-seq",
+ "license_expression": "epl-2.0",
+ "rule_identifier": "epl-2.0_4.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/epl-2.0_4.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 69,
+ "rule_relevance": 100,
+ "matched_text": "and is also available at https://www.eclipse.org/legal/epl-2.0/",
+ "licenses": [
+ {
+ "key": "epl-2.0",
+ "name": "Eclipse Public License 2.0",
+ "short_name": "EPL 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Eclipse Foundation",
+ "homepage_url": "https://www.eclipse.org/legal/epl-2.0/",
+ "text_url": "https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/epl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/epl-2.0.LICENSE",
+ "spdx_license_key": "EPL-2.0",
+ "spdx_url": "https://spdx.org/licenses/EPL-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "license_clues": [],
+ "percentage_of_license_text": 42.91,
+ "scan_errors": []
+ },
+ {
+ "path": "about_3.html",
+ "type": "file",
+ "detected_license_expression": "epl-1.0 AND cpl-1.0 AND bsd-new",
+ "detected_license_expression_spdx": "EPL-1.0 AND CPL-1.0 AND BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "epl-1.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 96.69,
+ "start_line": 12,
+ "end_line": 25,
+ "matched_length": 146,
+ "match_coverage": 96.69,
+ "matcher": "3-seq",
+ "license_expression": "epl-1.0",
+ "rule_identifier": "epl-1.0_3.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/epl-1.0_3.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 151,
+ "rule_relevance": 100,
+ "matched_text": "License\n\n The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise \nindicated below, the Content is provided to you under the terms and conditions of the\nEclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available \nat [https]://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content. If you did not receive this Content directly from the Eclipse Foundation, the Content is \nbeing redistributed by another party ("Redistributor") and different terms and conditions may\napply to your use of any object code in the Content. Check the Redistributor's license that was \nprovided with the Content. If no such license exists, contact the Redistributor. Unless otherwise\nindicated below, the terms and conditions of the EPL still apply to any source code in the Content\nand such source code may be obtained at <",
+ "licenses": [
+ {
+ "key": "epl-1.0",
+ "name": "Eclipse Public License 1.0",
+ "short_name": "EPL 1.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Eclipse Foundation",
+ "homepage_url": "http://www.eclipse.org/legal/epl-v10.html",
+ "text_url": "http://www.eclipse.org/legal/epl-v10.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/epl-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/epl-1.0.LICENSE",
+ "spdx_license_key": "EPL-1.0",
+ "spdx_url": "https://spdx.org/licenses/EPL-1.0"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 17,
+ "end_line": 17,
+ "matched_length": 8,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "epl-1.0",
+ "rule_identifier": "epl-1.0_7.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/epl-1.0_7.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 8,
+ "rule_relevance": 100,
+ "matched_text": "https://www.eclipse.org/legal/epl-v10.html\">",
+ "licenses": [
+ {
+ "key": "epl-1.0",
+ "name": "Eclipse Public License 1.0",
+ "short_name": "EPL 1.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Eclipse Foundation",
+ "homepage_url": "http://www.eclipse.org/legal/epl-v10.html",
+ "text_url": "http://www.eclipse.org/legal/epl-v10.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/epl-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/epl-1.0.LICENSE",
+ "spdx_license_key": "EPL-1.0",
+ "spdx_url": "https://spdx.org/licenses/EPL-1.0"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "cpl-1.0",
+ "detection_log": [
+ "unknown-intro-followed-by-match"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 40,
+ "end_line": 40,
+ "matched_length": 6,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_35.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/license-intro_35.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": true,
+ "rule_length": 6,
+ "rule_relevance": 100,
+ "matched_text": "subject to the terms and conditions",
+ "licenses": [
+ {
+ "key": "unknown-license-reference",
+ "name": "Unknown License file reference",
+ "short_name": "Unknown License reference",
+ "category": "Unstated License",
+ "is_exception": false,
+ "is_unknown": true,
+ "owner": "Unspecified",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-unknown-license-reference",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 41,
+ "end_line": 41,
+ "matched_length": 6,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "cpl-1.0",
+ "rule_identifier": "cpl-1.0_5.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cpl-1.0_5.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 6,
+ "rule_relevance": 100,
+ "matched_text": "Common Public License Version 1.0 (&",
+ "licenses": [
+ {
+ "key": "cpl-1.0",
+ "name": "Common Public License 1.0",
+ "short_name": "CPL 1.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "IBM",
+ "homepage_url": "http://www.eclipse.org/legal/cpl-v10.html",
+ "text_url": "http://www.eclipse.org/legal/cpl-v10.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/cpl-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cpl-1.0.LICENSE",
+ "spdx_license_key": "CPL-1.0",
+ "spdx_url": "https://spdx.org/licenses/CPL-1.0"
+ }
+ ]
+ },
+ {
+ "score": 75.0,
+ "start_line": 41,
+ "end_line": 41,
+ "matched_length": 18,
+ "match_coverage": 75.0,
+ "matcher": "3-seq",
+ "license_expression": "cpl-1.0",
+ "rule_identifier": "cpl-1.0_14.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cpl-1.0_14.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 24,
+ "rule_relevance": 100,
+ "matched_text": "available at https://www.eclipse.org/legal/cpl-v10.html",
+ "licenses": [
+ {
+ "key": "cpl-1.0",
+ "name": "Common Public License 1.0",
+ "short_name": "CPL 1.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "IBM",
+ "homepage_url": "http://www.eclipse.org/legal/cpl-v10.html",
+ "text_url": "http://www.eclipse.org/legal/cpl-v10.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/cpl-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cpl-1.0.LICENSE",
+ "spdx_license_key": "CPL-1.0",
+ "spdx_url": "https://spdx.org/licenses/CPL-1.0"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "bsd-new",
+ "detection_log": [
+ "unknown-intro-followed-by-match"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 53,
+ "end_line": 53,
+ "matched_length": 6,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_35.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/license-intro_35.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": true,
+ "rule_length": 6,
+ "rule_relevance": 100,
+ "matched_text": "subject to the terms and conditions",
+ "licenses": [
+ {
+ "key": "unknown-license-reference",
+ "name": "Unknown License file reference",
+ "short_name": "Unknown License reference",
+ "category": "Unstated License",
+ "is_exception": false,
+ "is_unknown": true,
+ "owner": "Unspecified",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-unknown-license-reference",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 53,
+ "end_line": 54,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_119.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_119.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "the \nNew BSD License.",
+ "licenses": [
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 57,
+ "end_line": 59,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_103.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_103.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "New BSD License:\nBSD",
+ "licenses": [
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ },
+ {
+ "score": 99.0,
+ "start_line": 57,
+ "end_line": 59,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_172.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_172.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 99,
+ "matched_text": "License:
\nBSD License",
+ "licenses": [
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 64,
+ "end_line": 85,
+ "matched_length": 211,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_860.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_860.RULE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 211,
+ "rule_relevance": 100,
+ "matched_text": "Redistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\nRedistributions of source code must retain the above copyright notice, this list of\nconditions and the following disclaimer. Redistributions in binary form must reproduce\nthe above copyright notice, this list of conditions and the following disclaimer in\nthe documentation and/or other materials provided with the distribution.\n\nNeither the name of Hamcrest nor the names of its contributors may be used to endorse\nor promote products derived from this software without specific prior written\npermission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\nOF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT\nSHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,\nINCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\nBUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\nCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY\nWAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGE.",
+ "licenses": [
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "license_clues": [],
+ "percentage_of_license_text": 50.37,
+ "scan_errors": []
+ },
+ {
+ "path": "about_4.html",
+ "type": "file",
+ "detected_license_expression": "epl-1.0 AND cpl-1.0",
+ "detected_license_expression_spdx": "EPL-1.0 AND CPL-1.0",
+ "license_detections": [
+ {
+ "license_expression": "epl-1.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 96.69,
+ "start_line": 12,
+ "end_line": 25,
+ "matched_length": 146,
+ "match_coverage": 96.69,
+ "matcher": "3-seq",
+ "license_expression": "epl-1.0",
+ "rule_identifier": "epl-1.0_3.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/epl-1.0_3.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 151,
+ "rule_relevance": 100,
+ "matched_text": "License\n\nThe Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise \nindicated below, the Content is provided to you under the terms and conditions of the\nEclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available \nat [https]://www.eclipse.org/legal/epl-v10.html.\nFor purposes of the EPL, "Program" will mean the Content.
\n\nIf you did not receive this Content directly from the Eclipse Foundation, the Content is \nbeing redistributed by another party ("Redistributor") and different terms and conditions may\napply to your use of any object code in the Content. Check the Redistributor's license that was \nprovided with the Content. If no such license exists, contact the Redistributor. Unless otherwise\nindicated below, the terms and conditions of the EPL still apply to any source code in the Content\nand such source code may be obtained at <",
+ "licenses": [
+ {
+ "key": "epl-1.0",
+ "name": "Eclipse Public License 1.0",
+ "short_name": "EPL 1.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Eclipse Foundation",
+ "homepage_url": "http://www.eclipse.org/legal/epl-v10.html",
+ "text_url": "http://www.eclipse.org/legal/epl-v10.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/epl-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/epl-1.0.LICENSE",
+ "spdx_license_key": "EPL-1.0",
+ "spdx_url": "https://spdx.org/licenses/EPL-1.0"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 17,
+ "end_line": 17,
+ "matched_length": 8,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "epl-1.0",
+ "rule_identifier": "epl-1.0_7.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/epl-1.0_7.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 8,
+ "rule_relevance": 100,
+ "matched_text": "https://www.eclipse.org/legal/epl-v10.html\">",
+ "licenses": [
+ {
+ "key": "epl-1.0",
+ "name": "Eclipse Public License 1.0",
+ "short_name": "EPL 1.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Eclipse Foundation",
+ "homepage_url": "http://www.eclipse.org/legal/epl-v10.html",
+ "text_url": "http://www.eclipse.org/legal/epl-v10.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/epl-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/epl-1.0.LICENSE",
+ "spdx_license_key": "EPL-1.0",
+ "spdx_url": "https://spdx.org/licenses/EPL-1.0"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "cpl-1.0",
+ "detection_log": [
+ "unknown-intro-followed-by-match"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 39,
+ "end_line": 39,
+ "matched_length": 6,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_35.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/license-intro_35.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": true,
+ "rule_length": 6,
+ "rule_relevance": 100,
+ "matched_text": "subject to the terms and conditions",
+ "licenses": [
+ {
+ "key": "unknown-license-reference",
+ "name": "Unknown License file reference",
+ "short_name": "Unknown License reference",
+ "category": "Unstated License",
+ "is_exception": false,
+ "is_unknown": true,
+ "owner": "Unspecified",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-unknown-license-reference",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 40,
+ "end_line": 40,
+ "matched_length": 6,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "cpl-1.0",
+ "rule_identifier": "cpl-1.0_5.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cpl-1.0_5.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 6,
+ "rule_relevance": 100,
+ "matched_text": "Common Public License Version 1.0 (&",
+ "licenses": [
+ {
+ "key": "cpl-1.0",
+ "name": "Common Public License 1.0",
+ "short_name": "CPL 1.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "IBM",
+ "homepage_url": "http://www.eclipse.org/legal/cpl-v10.html",
+ "text_url": "http://www.eclipse.org/legal/cpl-v10.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/cpl-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cpl-1.0.LICENSE",
+ "spdx_license_key": "CPL-1.0",
+ "spdx_url": "https://spdx.org/licenses/CPL-1.0"
+ }
+ ]
+ },
+ {
+ "score": 75.0,
+ "start_line": 40,
+ "end_line": 40,
+ "matched_length": 18,
+ "match_coverage": 75.0,
+ "matcher": "3-seq",
+ "license_expression": "cpl-1.0",
+ "rule_identifier": "cpl-1.0_14.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cpl-1.0_14.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 24,
+ "rule_relevance": 100,
+ "matched_text": "available at https://www.eclipse.org/legal/cpl-v10.html",
+ "licenses": [
+ {
+ "key": "cpl-1.0",
+ "name": "Common Public License 1.0",
+ "short_name": "CPL 1.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "IBM",
+ "homepage_url": "http://www.eclipse.org/legal/cpl-v10.html",
+ "text_url": "http://www.eclipse.org/legal/cpl-v10.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/cpl-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cpl-1.0.LICENSE",
+ "spdx_license_key": "CPL-1.0",
+ "spdx_url": "https://spdx.org/licenses/CPL-1.0"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 41,
+ "end_line": 41,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "cpl-1.0",
+ "rule_identifier": "cpl-1.0_24.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cpl-1.0_24.RULE",
+ "referenced_filenames": [
+ "cpl-v10.html"
+ ],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "cpl-v10.html\">",
+ "licenses": [
+ {
+ "key": "cpl-1.0",
+ "name": "Common Public License 1.0",
+ "short_name": "CPL 1.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "IBM",
+ "homepage_url": "http://www.eclipse.org/legal/cpl-v10.html",
+ "text_url": "http://www.eclipse.org/legal/cpl-v10.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/cpl-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cpl-1.0.LICENSE",
+ "spdx_license_key": "CPL-1.0",
+ "spdx_url": "https://spdx.org/licenses/CPL-1.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "license_clues": [],
+ "percentage_of_license_text": 47.22,
+ "scan_errors": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation-tycho/about_1.html b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation-tycho/about_1.html
new file mode 100644
index 00000000000..bed809bf1c3
--- /dev/null
+++ b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation-tycho/about_1.html
@@ -0,0 +1,52 @@
+
+
+
+
+About
+
+
+About This Content
+
+June 25, 2012
+License
+
+The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at https://www.eclipse.org/legal/epl-v10.html.
+For purposes of the EPL, "Program" will mean the Content.
+
+If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at http://www.eclipse.org.
+
+Third Party Content
+The Content includes items that have been sourced from third parties as set out below. If you
+did not receive this Content directly from the Eclipse Foundation, the following is provided
+for informational purposes only, and you should look to the Redistributor’s license for
+terms and conditions of use.
+
+SureFire JUnit Runner
+The plug-in includes SureFire JUnit Runner ${surefire-version} developed by the Apache Software Foundation. Therefore:
+
+
+This product includes software developed by the Apache Software Foundation (http://www.apache.org/).
+
+
+SureFire JUnit Runner is:
+
+Copyright 2004-2015 The Apache Software Foundation.
+
+Your use of the SureFire JUnit Runner code is subject to the terms and conditions of the Apache Software License 2.0. A copy of the license is contained
+in the file LICENSE and is also available at http://www.apache.org/licenses/LICENSE-2.0.html.
+
+
The Apache attribution NOTICE file is included with the Content in accordance with 4d of the Apache License, Version 2.0.
+
+Examples and documentation as well as updated source code for SureFire JUnit Runner is available at http://maven.apache.org/surefire/.
+
+
+
\ No newline at end of file
diff --git a/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation-tycho/about_2.html b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation-tycho/about_2.html
new file mode 100644
index 00000000000..23f58338b36
--- /dev/null
+++ b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation-tycho/about_2.html
@@ -0,0 +1,76 @@
+
+
+
+
+About
+
+
+About This Content
+
+June 25, 2012
+License
+
+The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at https://www.eclipse.org/legal/epl-v10.html.
+For purposes of the EPL, "Program" will mean the Content.
+
+If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at http://www.eclipse.org.
+
+Third Party Content
+The Content includes items that have been sourced from third parties as set out below. If you
+did not receive this Content directly from the Eclipse Foundation, the following is provided
+for informational purposes only, and you should look to the Redistributor’s license for
+terms and conditions of use.
+
+Surefire Shared Java 5 Provider Base
+The plug-in includes Surefire Shared Java 5 Provider Base ${surefire-version} developed by the Apache Software Foundation. Therefore:
+
+
+This product includes software developed by the Apache Software Foundation (http://www.apache.org/).
+
+
+Surefire Shared Java 5 Provider Base is:
+
+Copyright 2004-2015 The Apache Software Foundation.
+
+Your use of the Surefire Shared Java 5 Provider Base code is subject to the terms and conditions of the Apache Software License 2.0. A copy of the license is contained
+in the file LICENSE and is also available at http://www.apache.org/licenses/LICENSE-2.0.html.
+
+
The Apache attribution NOTICE file is included with the Content in accordance with 4d of the Apache License, Version 2.0.
+
+Examples and documentation as well as updated source code for Surefire Shared Java 5 Provider Base is available at http://maven.apache.org/surefire/.
+
+opentest4j
+The plug-in includes opentest4j 1.0.0.
+
Your use of the opentest4j code is subject to the terms and conditions of the Apache Software License 2.0. A copy of the license is contained
+in the file LICENSE and is also available at http://www.apache.org/licenses/LICENSE-2.0.html.
+
Examples and documentation as well as updated source code for opentest4j is available at https://github.com/ota4j-team/opentest4j/.
+
+API Guardian
+The plug-in includes API Guardian 1.0.0.
+
Your use of the API Guardian code is subject to the terms and conditions of the Apache Software License 2.0. A copy of the license is contained
+in the file LICENSE and is also available at http://www.apache.org/licenses/LICENSE-2.0.html.
+
Examples and documentation as well as updated source code for opentest4j is available at https://github.com/apiguardian-team/apiguardian/.
+
+junit-platform-surefire-provider
+The plug-in includes junit-platform-surefire-provider ${junit-platform-version}.
+
Your use of the junit-platform-surefire-provider code is subject to the terms and conditions of the Apache Software License 2.0. A copy of the license is contained
+in the file LICENSE and is also available at http://www.apache.org/licenses/LICENSE-2.0.html.
+
Examples and documentation as well as updated source code for junit-platform-surefire-provider is available at https://github.com/junit-team/junit5/.
+
+junit-jupiter-engine, junit-vintage-engine, junit-platform-commons, junit-platform-engine, junit-platform-launcher
+The plug-in includes junit-jupiter-engine ${junit-jupiter-version}, junit-vintage-engine ${junit-jupiter-version}, junit-platform-commons ${junit-platform-version}, junit-platform-engine ${junit-platform-version}, junit-platform-launcher ${junit-platform-version}.
+
Your use of the junit-jupiter-engine, junit-vintage-engine, junit-platform-commons, junit-platform-engine, junit-platform-launcher code is subject to the terms and conditions of the Eclipse Public License 2.0. A copy of the license is contained
+in the file LICENSE.md and is also available at https://www.eclipse.org/legal/epl-2.0/.
+
Examples and documentation as well as updated source code for junit-jupiter-engine, junit-vintage-engine, junit-platform-commons, junit-platform-engine, junit-platform-launcher is available at https://github.com/junit-team/junit5/.
+
+
+
diff --git a/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation-tycho/about_3.html b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation-tycho/about_3.html
new file mode 100644
index 00000000000..ebf319091a4
--- /dev/null
+++ b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation-tycho/about_3.html
@@ -0,0 +1,90 @@
+
+
+
+
+About
+
+
+About This Content
+
+January 8, 2010
+License
+
+The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at https://www.eclipse.org/legal/epl-v10.html.
+For purposes of the EPL, "Program" will mean the Content.
+
+If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at https://www.eclipse.org.
+
+
+Third Party Content
+The Content includes items that have been sourced from third parties as set out below. If you
+did not receive this Content directly from the Eclipse Foundation, the following is provided
+for informational purposes only, and you should look to the Redistributor's license for
+terms and conditions of use.
+
+
+The Content includes items that have been sourced from third parties as follows:
+
+JUnit 4.8.1
+
+The plug-in is accompanied by software developed by JUnit.org. The JUnit 4.8.1 code included with the plug-in includes no modifications.
+Your use of JUnit 4.8.1 in both source and binary code form contained in the plug-in is subject to the terms and conditions of the
+Common Public License Version 1.0 ("CPL"). A copy of the CPL is available at https://www.eclipse.org/legal/cpl-v10.html.
+The binary code is located in junit.jar and the source code is located in source-bundle or in the org.junit.source bundle.
+
The original source and binaries are available from https://sourceforge.net/projects/junit/files/, namely:
+
https://sourceforge.net/projects/junit/files/junit/4.8.1/junit-4.8.1-src.jar/download
+
https://sourceforge.net/projects/junit/files/junit/4.8.1/junit-dep-4.8.1.jar/download
+
+
+
+Hamcrest Library 1.1
+
+The plug-in is accompanied by software developed by Hamcrest (https://code.google.com/p/hamcrest/).
+The hamcrest-library 1.1 code included within the JUnit 4.8.1 Jar includes no modifications.
+Your use of hamcrest-library 1.1 in both source and binary code form contained in the plug-in is subject to the terms and conditions of the
+New BSD License.
+The binary code is located in junit.jar/org/junit/internal/matchers and the source code is located in source-bundle/org/junit/internal/matchers.
+
+The Hamcrest New BSD License:
+
+BSD License
+
+Copyright (c) 2000-2006, www.hamcrest.org
+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 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.
+
+Neither the name of Hamcrest nor the names of its contributors may be used to endorse
+or promote products derived from this software without specific prior written
+permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT OWNER OR CONTRIBUTORS 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/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation-tycho/about_4.html b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation-tycho/about_4.html
new file mode 100644
index 00000000000..4a4c571fc7e
--- /dev/null
+++ b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation-tycho/about_4.html
@@ -0,0 +1,46 @@
+
+
+
+
+About
+
+
+About This Content
+
+June 2, 2008
+License
+
+The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at https://www.eclipse.org/legal/epl-v10.html.
+For purposes of the EPL, "Program" will mean the Content.
+
+If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at https://www.eclipse.org.
+
+Third Party Content
+
+The Content includes items that have been sourced from third parties as set out below. If you
+did not receive this Content directly from the Eclipse Foundation, the following is provided
+for informational purposes only, and you should look to the Redistributor’s license for
+terms and conditions of use.
+
+The Content includes items that have been sourced from third parties as follows:
+
+JUnit 3.8.2
+
+The plug-in is accompanied by software developed by JUnit.org. The JUnit 3.8.2 code included with the plug-in includes no modifications.
+Your use of JUnit 3.8.2 in both source and binary code form contained in the plug-in is subject to the terms and conditions of the
+Common Public License Version 1.0 ("CPL"). A copy of the CPL is available at https://www.eclipse.org/legal/cpl-v10.html.
+(a local copy can be found here)
+
+The original binaries and source are available at the JUnit web site.
+
+
+
\ No newline at end of file
diff --git a/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation.expected.json b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation.expected.json
new file mode 100644
index 00000000000..cea6266e154
--- /dev/null
+++ b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation.expected.json
@@ -0,0 +1,97 @@
+{
+ "files": [
+ {
+ "path": "README.md",
+ "type": "file",
+ "detected_license_expression": "epl-2.0",
+ "detected_license_expression_spdx": "EPL-2.0",
+ "license_detections": [
+ {
+ "license_expression": "epl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 4,
+ "end_line": 6,
+ "matched_length": 31,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "epl-2.0",
+ "rule_identifier": "epl-2.0_56.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/epl-2.0_56.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 31,
+ "rule_relevance": 100,
+ "matched_text": "This program and the accompanying materials are made\n * available under the terms of the Eclipse Public License 2.0\n * which is available at https://www.eclipse.org/legal/epl-2.0/",
+ "licenses": [
+ {
+ "key": "epl-2.0",
+ "name": "Eclipse Public License 2.0",
+ "short_name": "EPL 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Eclipse Foundation",
+ "homepage_url": "https://www.eclipse.org/legal/epl-2.0/",
+ "text_url": "https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/epl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/epl-2.0.LICENSE",
+ "spdx_license_key": "EPL-2.0",
+ "spdx_url": "https://spdx.org/licenses/EPL-2.0"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 8,
+ "end_line": 8,
+ "matched_length": 6,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "epl-2.0",
+ "rule_identifier": "spdx-license-identifier: epl-2.0",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 6,
+ "rule_relevance": 100,
+ "matched_text": "SPDX-License-Identifier: EPL-2.0",
+ "licenses": [
+ {
+ "key": "epl-2.0",
+ "name": "Eclipse Public License 2.0",
+ "short_name": "EPL 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Eclipse Foundation",
+ "homepage_url": "https://www.eclipse.org/legal/epl-2.0/",
+ "text_url": "https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/epl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/epl-2.0.LICENSE",
+ "spdx_license_key": "EPL-2.0",
+ "spdx_url": "https://spdx.org/licenses/EPL-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "license_clues": [],
+ "percentage_of_license_text": 86.05,
+ "scan_errors": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation/README.md b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation/README.md
new file mode 100644
index 00000000000..bd086d56efd
--- /dev/null
+++ b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation/README.md
@@ -0,0 +1,10 @@
+/*********************************************************************
+ * Copyright (c) 2019 Red Hat, Inc.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ **********************************************************************/
+
\ No newline at end of file
diff --git a/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-long-gaps-between.expected.json b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-long-gaps-between.expected.json
new file mode 100644
index 00000000000..8885dd1c59b
--- /dev/null
+++ b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-long-gaps-between.expected.json
@@ -0,0 +1,179 @@
+{
+ "files": [
+ {
+ "path": "LICENSE-dist.txt",
+ "type": "file",
+ "detected_license_expression": "x11-lucent AND bzip2-libbzip-2010",
+ "detected_license_expression_spdx": "LicenseRef-scancode-x11-lucent AND bzip2-1.0.6",
+ "license_detections": [
+ {
+ "license_expression": "x11-lucent",
+ "detection_log": [
+ "unknown-intro-followed-by-match"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_4.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/license-intro_4.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": true,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "licensed under the following terms:",
+ "licenses": [
+ {
+ "key": "unknown-license-reference",
+ "name": "Unknown License file reference",
+ "short_name": "Unknown License reference",
+ "category": "Unstated License",
+ "is_exception": false,
+ "is_unknown": true,
+ "owner": "Unspecified",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-unknown-license-reference",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 8,
+ "end_line": 14,
+ "matched_length": 93,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "x11-lucent",
+ "rule_identifier": "x11-lucent_1.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/x11-lucent_1.RULE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 93,
+ "rule_relevance": 100,
+ "matched_text": "Permission to use, copy, modify, and distribute this software for any purpose without\n fee is hereby granted, provided that this entire notice is included in all copies of any\n software which is or includes a copy or modification of this software and in all copies\n of the supporting documentation for such software. THIS SOFTWARE IS BEING PROVIDED \"AS\n IS\", WITHOUT ANY EXPRESS OR IMPLIED WARRANTY. IN PARTICULAR, NEITHER THE AUTHORS NOR\n LUCENT TECHNOLOGIES MAKE ANY REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE\n MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.",
+ "licenses": [
+ {
+ "key": "x11-lucent",
+ "name": "X11-Style (Lucent)",
+ "short_name": "X11-Style (Lucent)",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Alcatel-Lucent",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/x11-lucent",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-lucent.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-x11-lucent",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-lucent.LICENSE"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "bzip2-libbzip-2010",
+ "detection_log": [
+ "unknown-intro-followed-by-match"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 18,
+ "end_line": 18,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_4.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/license-intro_4.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": true,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "licensed under the following terms:",
+ "licenses": [
+ {
+ "key": "unknown-license-reference",
+ "name": "Unknown License file reference",
+ "short_name": "Unknown License reference",
+ "category": "Unstated License",
+ "is_exception": false,
+ "is_unknown": true,
+ "owner": "Unspecified",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-unknown-license-reference",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 25,
+ "end_line": 54,
+ "matched_length": 233,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "bzip2-libbzip-2010",
+ "rule_identifier": "bzip2-libbzip-2010.LICENSE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bzip2-libbzip-2010.LICENSE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 233,
+ "rule_relevance": 100,
+ "matched_text": "Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n\n 1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n 2. The origin of this software must not be misrepresented; you must\n not claim that you wrote the original software. If you use this\n software in a product, an acknowledgment in the product\n documentation would be appreciated but is not required.\n\n 3. Altered source versions must be plainly marked as such, and must\n not be misrepresented as being the original software.\n\n 4. The name of the author may not be used to endorse or promote\n products derived from this software without specific prior written\n permission.\n\n THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS\n OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY\n DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\n GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
+ "licenses": [
+ {
+ "key": "bzip2-libbzip-2010",
+ "name": "bzip2 License 2010",
+ "short_name": "bzip2 License 2010",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "bzip",
+ "homepage_url": "https://github.com/asimonov-im/bzip2/blob/master/LICENSE",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bzip2-libbzip-2010",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bzip2-libbzip-2010.LICENSE",
+ "spdx_license_key": "bzip2-1.0.6",
+ "spdx_url": "https://spdx.org/licenses/bzip2-1.0.6"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "license_clues": [],
+ "percentage_of_license_text": 87.73,
+ "scan_errors": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-long-gaps-between/LICENSE-dist.txt b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-long-gaps-between/LICENSE-dist.txt
new file mode 100644
index 00000000000..131c231b7b6
--- /dev/null
+++ b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-long-gaps-between/LICENSE-dist.txt
@@ -0,0 +1,54 @@
+be/src/gutil/utf/*: licensed under the following terms:
+
+ UTF-8 Library
+
+ The authors of this software are Rob Pike and Ken Thompson.
+ Copyright (c) 1998-2002 by Lucent Technologies.
+
+ Permission to use, copy, modify, and distribute this software for any purpose without
+ fee is hereby granted, provided that this entire notice is included in all copies of any
+ software which is or includes a copy or modification of this software and in all copies
+ of the supporting documentation for such software. THIS SOFTWARE IS BEING PROVIDED "AS
+ IS", WITHOUT ANY EXPRESS OR IMPLIED WARRANTY. IN PARTICULAR, NEITHER THE AUTHORS NOR
+ LUCENT TECHNOLOGIES MAKE ANY REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE
+ MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
+
+--------------------------------------------------------------------------------
+
+be/src/gutil/valgrind.h: licensed under the following terms:
+
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
+
+ Copyright (C) 2000-2008 Julian Seward. All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ 2. The origin of this software must not be misrepresented; you must
+ not claim that you wrote the original software. If you use this
+ software in a product, an acknowledgment in the product
+ documentation would be appreciated but is not required.
+
+ 3. Altered source versions must be plainly marked as such, and must
+ not be misrepresented as being the original software.
+
+ 4. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 THE AUTHOR 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.
diff --git a/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-with-imperfect-matches.expected.json b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-with-imperfect-matches.expected.json
new file mode 100644
index 00000000000..523fd89f5a2
--- /dev/null
+++ b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-with-imperfect-matches.expected.json
@@ -0,0 +1,171 @@
+{
+ "files": [
+ {
+ "path": "LICENSE.md",
+ "type": "file",
+ "detected_license_expression": "mit",
+ "detected_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "unknown-intro-followed-by-match"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 9,
+ "end_line": 9,
+ "matched_length": 2,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_2.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/license-intro_2.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": true,
+ "rule_length": 2,
+ "rule_relevance": 50,
+ "matched_text": "licensed under:",
+ "licenses": [
+ {
+ "key": "unknown-license-reference",
+ "name": "Unknown License file reference",
+ "short_name": "Unknown License reference",
+ "category": "Unstated License",
+ "is_exception": false,
+ "is_unknown": true,
+ "owner": "Unspecified",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-unknown-license-reference",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 11,
+ "end_line": 11,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "mit",
+ "rule_identifier": "mit_21.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_21.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "http://spdx.org/licenses/MIT.",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 11,
+ "end_line": 13,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "mit",
+ "rule_identifier": "mit_31.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_31.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "License
\n\n
MIT License",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 16,
+ "end_line": 20,
+ "matched_length": 161,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "mit",
+ "rule_identifier": "mit.LICENSE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 161,
+ "rule_relevance": 100,
+ "matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,\n subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE 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 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.",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "license_clues": [],
+ "percentage_of_license_text": 89.06,
+ "scan_errors": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-with-imperfect-matches/LICENSE.md b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-with-imperfect-matches/LICENSE.md
new file mode 100644
index 00000000000..08d8802abeb
--- /dev/null
+++ b/tests/licensedcode/data/plugin_license/unknown_intro/scan-unknown-intro-with-imperfect-matches/LICENSE.md
@@ -0,0 +1,23 @@
+
+
+License
+
+Unless stated otherwise all works are:
+
+- Copyright © 2013+ Bevry Pty Ltd
+
+and licensed under:
+
+
+
+MIT License
+
+
+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 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and 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 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.
+
+
+
diff --git a/tests/licensedcode/data/plugin_license_policy/policy-codebase.expected.json b/tests/licensedcode/data/plugin_license_policy/policy-codebase.expected.json
new file mode 100644
index 00000000000..d85fc4f565e
--- /dev/null
+++ b/tests/licensedcode/data/plugin_license_policy/policy-codebase.expected.json
@@ -0,0 +1,471 @@
+{
+ "files": [
+ {
+ "path": "policy-codebase.tgz",
+ "type": "directory",
+ "name": "policy-codebase.tgz",
+ "base_name": "policy-codebase.tgz",
+ "extension": "",
+ "size": 0,
+ "date": null,
+ "sha1": null,
+ "md5": null,
+ "sha256": null,
+ "mime_type": null,
+ "file_type": null,
+ "programming_language": null,
+ "is_binary": false,
+ "is_text": false,
+ "is_archive": false,
+ "is_media": false,
+ "is_source": false,
+ "is_script": false,
+ "detected_license_expression": null,
+ "detected_license_expression_spdx": null,
+ "license_detections": [],
+ "license_clues": [],
+ "percentage_of_license_text": 0,
+ "license_policy": {},
+ "files_count": 5,
+ "dirs_count": 1,
+ "size_count": 20834,
+ "scan_errors": []
+ },
+ {
+ "path": "policy-codebase.tgz/policy-codebase",
+ "type": "directory",
+ "name": "policy-codebase",
+ "base_name": "policy-codebase",
+ "extension": "",
+ "size": 0,
+ "date": null,
+ "sha1": null,
+ "md5": null,
+ "sha256": null,
+ "mime_type": null,
+ "file_type": null,
+ "programming_language": null,
+ "is_binary": false,
+ "is_text": false,
+ "is_archive": false,
+ "is_media": false,
+ "is_source": false,
+ "is_script": false,
+ "detected_license_expression": null,
+ "detected_license_expression_spdx": null,
+ "license_detections": [],
+ "license_clues": [],
+ "percentage_of_license_text": 0,
+ "license_policy": {},
+ "files_count": 5,
+ "dirs_count": 0,
+ "size_count": 20834,
+ "scan_errors": []
+ },
+ {
+ "path": "policy-codebase.tgz/policy-codebase/broadcom.txt",
+ "type": "file",
+ "name": "broadcom.txt",
+ "base_name": "broadcom",
+ "extension": ".txt",
+ "size": 360,
+ "date": "2018-03-11",
+ "sha1": "217ccbbd9f1fb74515d4876546331fcd89231960",
+ "md5": "24f77d5a5c926f8779feef39ba4b3c16",
+ "sha256": "9b5f0e72a72c5cdacf37e62e958155f02c75433ef60e0985f7ba471d8d25d2b0",
+ "mime_type": "text/plain",
+ "file_type": "ASCII text",
+ "programming_language": null,
+ "is_binary": false,
+ "is_text": true,
+ "is_archive": false,
+ "is_media": false,
+ "is_source": false,
+ "is_script": false,
+ "detected_license_expression": "broadcom-commercial",
+ "detected_license_expression_spdx": "LicenseRef-scancode-broadcom-commercial",
+ "license_detections": [
+ {
+ "license_expression": "broadcom-commercial",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 3,
+ "end_line": 7,
+ "matched_length": 42,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "broadcom-commercial",
+ "rule_identifier": "broadcom-commercial.LICENSE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/broadcom-commercial.LICENSE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 42,
+ "rule_relevance": 100,
+ "licenses": [
+ {
+ "key": "broadcom-commercial",
+ "name": "Broadcom Commercial Notice",
+ "short_name": "Broadcom Commercial Notice",
+ "category": "Commercial",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Broadcom",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/broadcom-commercial",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/broadcom-commercial.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-broadcom-commercial",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/broadcom-commercial.LICENSE"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "license_clues": [],
+ "percentage_of_license_text": 84.0,
+ "license_policy": {
+ "license_key": "broadcom-commercial",
+ "label": "Restricted License",
+ "color_code": "#FFcc33",
+ "icon": "icon-warning-sign"
+ },
+ "files_count": 0,
+ "dirs_count": 0,
+ "size_count": 0,
+ "scan_errors": []
+ },
+ {
+ "path": "policy-codebase.tgz/policy-codebase/bsd-1988.txt",
+ "type": "file",
+ "name": "bsd-1988.txt",
+ "base_name": "bsd-1988",
+ "extension": ".txt",
+ "size": 933,
+ "date": "2018-03-11",
+ "sha1": "02056333e1deb7deefcd9a43ce010ffa60f5dadf",
+ "md5": "b6a98b8fb9697411ff10f16cf5ab7bab",
+ "sha256": "daaf83d3795d98119d15139a03e57331cc462100c51b9ad278248172d6f3097a",
+ "mime_type": "text/plain",
+ "file_type": "ASCII text",
+ "programming_language": null,
+ "is_binary": false,
+ "is_text": true,
+ "is_archive": false,
+ "is_media": false,
+ "is_source": false,
+ "is_script": false,
+ "detected_license_expression": "bsd-1988",
+ "detected_license_expression_spdx": "LicenseRef-scancode-bsd-1988",
+ "license_detections": [
+ {
+ "license_expression": "bsd-1988",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 4,
+ "end_line": 14,
+ "matched_length": 120,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "bsd-1988",
+ "rule_identifier": "bsd-1988.LICENSE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-1988.LICENSE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 120,
+ "rule_relevance": 100,
+ "licenses": [
+ {
+ "key": "bsd-1988",
+ "name": "BSD 1988",
+ "short_name": "BSD 1988",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-1988",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-1988.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-bsd-1988",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-1988.LICENSE"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "license_clues": [],
+ "percentage_of_license_text": 93.75,
+ "license_policy": {
+ "license_key": "bsd-1988",
+ "label": "Approved License",
+ "color_code": "#008000",
+ "icon": "icon-ok-circle"
+ },
+ "files_count": 0,
+ "dirs_count": 0,
+ "size_count": 0,
+ "scan_errors": []
+ },
+ {
+ "path": "policy-codebase.tgz/policy-codebase/esri-devkit.txt",
+ "type": "file",
+ "name": "esri-devkit.txt",
+ "base_name": "esri-devkit",
+ "extension": ".txt",
+ "size": 397,
+ "date": "2018-03-11",
+ "sha1": "e5646193f4e52c43d549c5e8ed389a39fa988b49",
+ "md5": "629e535ed3b3d6a5e52b1fa96dcd9bfb",
+ "sha256": "05e84837a6b210ec4727ba362caf1946fc78550b7131ef25923af1593ea1e4f7",
+ "mime_type": "text/plain",
+ "file_type": "ASCII text",
+ "programming_language": null,
+ "is_binary": false,
+ "is_text": true,
+ "is_archive": false,
+ "is_media": false,
+ "is_source": false,
+ "is_script": false,
+ "detected_license_expression": "esri-devkit",
+ "detected_license_expression_spdx": "LicenseRef-scancode-esri-devkit",
+ "license_detections": [
+ {
+ "license_expression": "esri-devkit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 10,
+ "matched_length": 51,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "esri-devkit",
+ "rule_identifier": "esri-devkit.LICENSE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/esri-devkit.LICENSE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 51,
+ "rule_relevance": 100,
+ "licenses": [
+ {
+ "key": "esri-devkit",
+ "name": "Esri Developer Kit License",
+ "short_name": "Esri Developer Kit License",
+ "category": "Proprietary Free",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Esri",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/esri-devkit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/esri-devkit.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-esri-devkit",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/esri-devkit.LICENSE"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "license_clues": [],
+ "percentage_of_license_text": 100.0,
+ "license_policy": {
+ "license_key": "esri-devkit",
+ "label": "Restricted License",
+ "color_code": "#FFcc33",
+ "icon": "icon-warning-sign"
+ },
+ "files_count": 0,
+ "dirs_count": 0,
+ "size_count": 0,
+ "scan_errors": []
+ },
+ {
+ "path": "policy-codebase.tgz/policy-codebase/oracle-java-ee-sdk-2010.txt",
+ "type": "file",
+ "name": "oracle-java-ee-sdk-2010.txt",
+ "base_name": "oracle-java-ee-sdk-2010",
+ "extension": ".txt",
+ "size": 10702,
+ "date": "2018-03-11",
+ "sha1": "f891d3b96d0c01f1d754f494c65aba9231c1d7b5",
+ "md5": "040e0f985dcc6c2e8093f7dc5c4bf64d",
+ "sha256": "001aef30f8edbd2bd36ce13a8ea47bce4de99796ae74afba7ed97a0745bf53d1",
+ "mime_type": "text/plain",
+ "file_type": "UTF-8 Unicode text, with very long lines",
+ "programming_language": null,
+ "is_binary": false,
+ "is_text": true,
+ "is_archive": false,
+ "is_media": false,
+ "is_source": false,
+ "is_script": false,
+ "detected_license_expression": "oracle-java-ee-sdk-2010",
+ "detected_license_expression_spdx": "LicenseRef-scancode-oracle-java-ee-sdk-2010",
+ "license_detections": [
+ {
+ "license_expression": "oracle-java-ee-sdk-2010",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 89,
+ "matched_length": 1668,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "oracle-java-ee-sdk-2010",
+ "rule_identifier": "oracle-java-ee-sdk-2010.LICENSE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/oracle-java-ee-sdk-2010.LICENSE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 1668,
+ "rule_relevance": 100,
+ "licenses": [
+ {
+ "key": "oracle-java-ee-sdk-2010",
+ "name": "OTN Developer License for JAVA EE SDK",
+ "short_name": "OTN Developer License for JAVA EE SDK",
+ "category": "Proprietary Free",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Oracle Corporation",
+ "homepage_url": "http://www.oracle.com/technetwork/java/javase/downloads/366879",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/oracle-java-ee-sdk-2010",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/oracle-java-ee-sdk-2010.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-oracle-java-ee-sdk-2010",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/oracle-java-ee-sdk-2010.LICENSE"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "license_clues": [],
+ "percentage_of_license_text": 100.0,
+ "license_policy": {
+ "license_key": "oracle-java-ee-sdk-2010",
+ "label": "Restricted License",
+ "color_code": "#FFcc33",
+ "icon": "icon-warning-sign"
+ },
+ "files_count": 0,
+ "dirs_count": 0,
+ "size_count": 0,
+ "scan_errors": []
+ },
+ {
+ "path": "policy-codebase.tgz/policy-codebase/rh-eula.txt",
+ "type": "file",
+ "name": "rh-eula.txt",
+ "base_name": "rh-eula",
+ "extension": ".txt",
+ "size": 8442,
+ "date": "2018-03-11",
+ "sha1": "f371cde1d49624fb791e079a283be63db03d41bd",
+ "md5": "c9646421755f00aff62024dc72231f24",
+ "sha256": "1f11e800d2e0052b75539726a93dcd2ffb76b38d187a81ba44adc82c1cfeed8c",
+ "mime_type": "text/plain",
+ "file_type": "UTF-8 Unicode text",
+ "programming_language": null,
+ "is_binary": false,
+ "is_text": true,
+ "is_archive": false,
+ "is_media": false,
+ "is_source": false,
+ "is_script": false,
+ "detected_license_expression": "rh-eula",
+ "detected_license_expression_spdx": "LicenseRef-scancode-rh-eula",
+ "license_detections": [
+ {
+ "license_expression": "rh-eula",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 124,
+ "matched_length": 1283,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "rh-eula",
+ "rule_identifier": "rh-eula.LICENSE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/rh-eula.LICENSE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 1283,
+ "rule_relevance": 100,
+ "licenses": [
+ {
+ "key": "rh-eula",
+ "name": "Red Hat EULA for Enterprise Linux and Applications",
+ "short_name": "Red Hat EULA",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Red Hat",
+ "homepage_url": "http://www.redhat.com/en/about/red-hat-end-user-license-agreements",
+ "text_url": "http://www.redhat.com/f/pdf/licenses/GLOBAL_EULA_RHEL_English_20101110.pdf",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/rh-eula",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/rh-eula.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-rh-eula",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/rh-eula.LICENSE"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "license_clues": [],
+ "percentage_of_license_text": 100.0,
+ "license_policy": {
+ "license_key": "rh-eula",
+ "label": "Restricted License",
+ "color_code": "#FFcc33",
+ "icon": "icon-warning-sign"
+ },
+ "files_count": 0,
+ "dirs_count": 0,
+ "size_count": 0,
+ "scan_errors": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/tests/licensedcode/data/plugin_license_text/scan.expected.json b/tests/licensedcode/data/plugin_license_text/scan.expected.json
index 3bf1a7663b3..ad2ebcccf0c 100644
--- a/tests/licensedcode/data/plugin_license_text/scan.expected.json
+++ b/tests/licensedcode/data/plugin_license_text/scan.expected.json
@@ -19,8 +19,10 @@
"is_media": false,
"is_source": false,
"is_script": false,
- "licenses": [],
- "license_expressions": [],
+ "detected_license_expression": null,
+ "detected_license_expression_spdx": null,
+ "license_detections": [],
+ "license_clues": [],
"percentage_of_license_text": 0,
"is_license_text": false,
"files_count": 5,
@@ -47,50 +49,56 @@
"is_media": false,
"is_source": false,
"is_script": false,
- "licenses": [
+ "detected_license_expression": "apache-1.0",
+ "detected_license_expression_spdx": "Apache-1.0",
+ "license_detections": [
{
- "key": "apache-1.0",
- "score": 100.0,
- "name": "Apache License 1.0",
- "short_name": "Apache 1.0",
- "category": "Permissive",
- "is_exception": false,
- "is_unknown": false,
- "owner": "Apache Software Foundation",
- "homepage_url": "http://www.apache.org/licenses/",
- "text_url": "http://www.apache.org/licenses/LICENSE-1.0",
- "reference_url": "https://scancode-licensedb.aboutcode.org/apache-1.0",
- "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-1.0.LICENSE",
- "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-1.0.yml",
- "spdx_license_key": "Apache-1.0",
- "spdx_url": "https://spdx.org/licenses/Apache-1.0",
- "start_line": 8,
- "end_line": 58,
- "matched_rule": {
- "identifier": "apache-1.0.LICENSE",
- "license_expression": "apache-1.0",
- "licenses": [
- "apache-1.0"
- ],
- "referenced_filenames": [],
- "is_license_text": true,
- "is_license_notice": false,
- "is_license_reference": false,
- "is_license_tag": false,
- "is_license_intro": false,
- "has_unknown": false,
- "matcher": "2-aho",
- "rule_length": 368,
- "matched_length": 368,
- "match_coverage": 100.0,
- "rule_relevance": 100
- },
- "matched_text": "Redistribution and use in source and binary forms, with or without\r\nmodification, are permitted provided that the following conditions\r\nare met:\r\n\r\n 1. Redistributions of source code must retain the above copyright\r\n notice, this list of conditions and the following disclaimer. \r\n \r\n 2. Redistributions in binary form must reproduce the above copyright\r\n notice, this list of conditions and the following disclaimer in\r\n the documentation and/or other materials provided with the\r\n distribution.\r\n \r\n 3. All advertising materials mentioning features or use of this\r\n software must display the following acknowledgment:\r\n \"This product includes software developed by the Apache Group\r\n for use in the Apache HTTP server project (http://www.apache.org/).\"\r\n \r\n 4. The names \"Apache Server\" and \"Apache Group\" must not be used to\r\n endorse or promote products derived from this software without\r\n prior written permission. For written permission, please contact\r\n apache@apache.org.\r\n \r\n 5. Products derived from this software may not be called \"Apache\"\r\n nor may \"Apache\" appear in their names without prior written\r\n permission of the Apache Group.\r\n \r\n 6. Redistributions of any form whatsoever must retain the following\r\n acknowledgment:\r\n \"This product includes software developed by the Apache Group\r\n for use in the Apache HTTP server project (http://www.apache.org/).\"\r\n \r\n THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY\r\n EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\r\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR\r\n ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\r\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\r\n NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\r\n LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r\n HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r\n STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\r\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\r\n OF THE POSSIBILITY OF SUCH DAMAGE.\r\n====================================================================\r\n\r\n This software consists of voluntary contributions made by many\r\n individuals on behalf of the Apache Group and was originally based\r\n on public domain software written at the National Center for\r\n Supercomputing Applications, University of Illinois, Urbana-Champaign.\r\n For more information on the Apache Group and the Apache HTTP server\r\n project, please see ."
+ "license_expression": "apache-1.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 8,
+ "end_line": 58,
+ "matched_length": 368,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "apache-1.0",
+ "rule_identifier": "apache-1.0.LICENSE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-1.0.LICENSE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 368,
+ "rule_relevance": 100,
+ "matched_text": "Redistribution and use in source and binary forms, with or without\r\nmodification, are permitted provided that the following conditions\r\nare met:\r\n\r\n 1. Redistributions of source code must retain the above copyright\r\n notice, this list of conditions and the following disclaimer. \r\n \r\n 2. Redistributions in binary form must reproduce the above copyright\r\n notice, this list of conditions and the following disclaimer in\r\n the documentation and/or other materials provided with the\r\n distribution.\r\n \r\n 3. All advertising materials mentioning features or use of this\r\n software must display the following acknowledgment:\r\n \"This product includes software developed by the Apache Group\r\n for use in the Apache HTTP server project (http://www.apache.org/).\"\r\n \r\n 4. The names \"Apache Server\" and \"Apache Group\" must not be used to\r\n endorse or promote products derived from this software without\r\n prior written permission. For written permission, please contact\r\n apache@apache.org.\r\n \r\n 5. Products derived from this software may not be called \"Apache\"\r\n nor may \"Apache\" appear in their names without prior written\r\n permission of the Apache Group.\r\n \r\n 6. Redistributions of any form whatsoever must retain the following\r\n acknowledgment:\r\n \"This product includes software developed by the Apache Group\r\n for use in the Apache HTTP server project (http://www.apache.org/).\"\r\n \r\n THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY\r\n EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\r\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR\r\n ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\r\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\r\n NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\r\n LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r\n HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r\n STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\r\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\r\n OF THE POSSIBILITY OF SUCH DAMAGE.\r\n====================================================================\r\n\r\n This software consists of voluntary contributions made by many\r\n individuals on behalf of the Apache Group and was originally based\r\n on public domain software written at the National Center for\r\n Supercomputing Applications, University of Illinois, Urbana-Champaign.\r\n For more information on the Apache Group and the Apache HTTP server\r\n project, please see .",
+ "licenses": [
+ {
+ "key": "apache-1.0",
+ "name": "Apache License 1.0",
+ "short_name": "Apache 1.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-1.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-1.0.LICENSE",
+ "spdx_license_key": "Apache-1.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-1.0"
+ }
+ ]
+ }
+ ]
}
],
- "license_expressions": [
- "apache-1.0"
- ],
+ "license_clues": [],
"percentage_of_license_text": 96.08,
"is_license_text": true,
"files_count": 0,
@@ -117,50 +125,56 @@
"is_media": false,
"is_source": false,
"is_script": false,
- "licenses": [
+ "detected_license_expression": "apache-1.0",
+ "detected_license_expression_spdx": "Apache-1.0",
+ "license_detections": [
{
- "key": "apache-1.0",
- "score": 100.0,
- "name": "Apache License 1.0",
- "short_name": "Apache 1.0",
- "category": "Permissive",
- "is_exception": false,
- "is_unknown": false,
- "owner": "Apache Software Foundation",
- "homepage_url": "http://www.apache.org/licenses/",
- "text_url": "http://www.apache.org/licenses/LICENSE-1.0",
- "reference_url": "https://scancode-licensedb.aboutcode.org/apache-1.0",
- "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-1.0.LICENSE",
- "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-1.0.yml",
- "spdx_license_key": "Apache-1.0",
- "spdx_url": "https://spdx.org/licenses/Apache-1.0",
- "start_line": 40,
- "end_line": 90,
- "matched_rule": {
- "identifier": "apache-1.0.LICENSE",
- "license_expression": "apache-1.0",
- "licenses": [
- "apache-1.0"
- ],
- "referenced_filenames": [],
- "is_license_text": true,
- "is_license_notice": false,
- "is_license_reference": false,
- "is_license_tag": false,
- "is_license_intro": false,
- "has_unknown": false,
- "matcher": "2-aho",
- "rule_length": 368,
- "matched_length": 368,
- "match_coverage": 100.0,
- "rule_relevance": 100
- },
- "matched_text": "Redistribution and use in source and binary forms, with or without\r\nmodification, are permitted provided that the following conditions\r\nare met:\r\n\r\n 1. Redistributions of source code must retain the above copyright\r\n notice, this list of conditions and the following disclaimer. \r\n \r\n 2. Redistributions in binary form must reproduce the above copyright\r\n notice, this list of conditions and the following disclaimer in\r\n the documentation and/or other materials provided with the\r\n distribution.\r\n \r\n 3. All advertising materials mentioning features or use of this\r\n software must display the following acknowledgment:\r\n \"This product includes software developed by the Apache Group\r\n for use in the Apache HTTP server project (http://www.apache.org/).\"\r\n \r\n 4. The names \"Apache Server\" and \"Apache Group\" must not be used to\r\n endorse or promote products derived from this software without\r\n prior written permission. For written permission, please contact\r\n apache@apache.org.\r\n \r\n 5. Products derived from this software may not be called \"Apache\"\r\n nor may \"Apache\" appear in their names without prior written\r\n permission of the Apache Group.\r\n \r\n 6. Redistributions of any form whatsoever must retain the following\r\n acknowledgment:\r\n \"This product includes software developed by the Apache Group\r\n for use in the Apache HTTP server project (http://www.apache.org/).\"\r\n \r\n THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY\r\n EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\r\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR\r\n ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\r\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\r\n NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\r\n LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r\n HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r\n STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\r\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\r\n OF THE POSSIBILITY OF SUCH DAMAGE.\r\n====================================================================\r\n\r\n This software consists of voluntary contributions made by many\r\n individuals on behalf of the Apache Group and was originally based\r\n on public domain software written at the National Center for\r\n Supercomputing Applications, University of Illinois, Urbana-Champaign.\r\n For more information on the Apache Group and the Apache HTTP server\r\n project, please see ."
+ "license_expression": "apache-1.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 40,
+ "end_line": 90,
+ "matched_length": 368,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "apache-1.0",
+ "rule_identifier": "apache-1.0.LICENSE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-1.0.LICENSE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 368,
+ "rule_relevance": 100,
+ "matched_text": "Redistribution and use in source and binary forms, with or without\r\nmodification, are permitted provided that the following conditions\r\nare met:\r\n\r\n 1. Redistributions of source code must retain the above copyright\r\n notice, this list of conditions and the following disclaimer. \r\n \r\n 2. Redistributions in binary form must reproduce the above copyright\r\n notice, this list of conditions and the following disclaimer in\r\n the documentation and/or other materials provided with the\r\n distribution.\r\n \r\n 3. All advertising materials mentioning features or use of this\r\n software must display the following acknowledgment:\r\n \"This product includes software developed by the Apache Group\r\n for use in the Apache HTTP server project (http://www.apache.org/).\"\r\n \r\n 4. The names \"Apache Server\" and \"Apache Group\" must not be used to\r\n endorse or promote products derived from this software without\r\n prior written permission. For written permission, please contact\r\n apache@apache.org.\r\n \r\n 5. Products derived from this software may not be called \"Apache\"\r\n nor may \"Apache\" appear in their names without prior written\r\n permission of the Apache Group.\r\n \r\n 6. Redistributions of any form whatsoever must retain the following\r\n acknowledgment:\r\n \"This product includes software developed by the Apache Group\r\n for use in the Apache HTTP server project (http://www.apache.org/).\"\r\n \r\n THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY\r\n EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\r\n PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR\r\n ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\r\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\r\n NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\r\n LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r\n HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r\n STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\r\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\r\n OF THE POSSIBILITY OF SUCH DAMAGE.\r\n====================================================================\r\n\r\n This software consists of voluntary contributions made by many\r\n individuals on behalf of the Apache Group and was originally based\r\n on public domain software written at the National Center for\r\n Supercomputing Applications, University of Illinois, Urbana-Champaign.\r\n For more information on the Apache Group and the Apache HTTP server\r\n project, please see .",
+ "licenses": [
+ {
+ "key": "apache-1.0",
+ "name": "Apache License 1.0",
+ "short_name": "Apache 1.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-1.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-1.0.LICENSE",
+ "spdx_license_key": "Apache-1.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-1.0"
+ }
+ ]
+ }
+ ]
}
],
- "license_expressions": [
- "apache-1.0"
- ],
+ "license_clues": [],
"percentage_of_license_text": 40.98,
"is_license_text": false,
"files_count": 0,
@@ -187,92 +201,103 @@
"is_media": false,
"is_source": true,
"is_script": false,
- "licenses": [
+ "detected_license_expression": "ja-sig AND apache-2.0",
+ "detected_license_expression_spdx": "LicenseRef-scancode-ja-sig AND Apache-2.0",
+ "license_detections": [
{
- "key": "ja-sig",
- "score": 100.0,
- "name": "JA-SiG License",
- "short_name": "JA-SiG License",
- "category": "Permissive",
- "is_exception": false,
- "is_unknown": false,
- "owner": "JA-SIG Collaborative",
- "homepage_url": "http://web.archive.org/web/20040402030132/http://uportal.org/license.html",
- "text_url": null,
- "reference_url": "https://scancode-licensedb.aboutcode.org/ja-sig",
- "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ja-sig.LICENSE",
- "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ja-sig.yml",
- "spdx_license_key": "LicenseRef-scancode-ja-sig",
- "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ja-sig.LICENSE",
- "start_line": 4,
- "end_line": 13,
- "matched_rule": {
- "identifier": "ja-sig.LICENSE",
- "license_expression": "ja-sig",
- "licenses": [
- "ja-sig"
- ],
- "referenced_filenames": [],
- "is_license_text": true,
- "is_license_notice": false,
- "is_license_reference": false,
- "is_license_tag": false,
- "is_license_intro": false,
- "has_unknown": false,
- "matcher": "2-aho",
- "rule_length": 212,
- "matched_length": 212,
- "match_coverage": 100.0,
- "rule_relevance": 100
- },
- "matched_text": "Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. 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.\n\n3. Redistributions of any form whatsoever must retain the following acknowledgment:\n\"This product includes software developed by the JA-SIG Collaborative (http://www.ja-sig.org/).\"\n\nThis software is provided by the JA-SIG collaborative \"as is\" and any expressed 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 the JA-SIG collaborative or its contributors 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,\n 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."
+ "license_expression": "ja-sig",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 4,
+ "end_line": 13,
+ "matched_length": 212,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "ja-sig",
+ "rule_identifier": "ja-sig.LICENSE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ja-sig.LICENSE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 212,
+ "rule_relevance": 100,
+ "matched_text": "Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. 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.\n\n3. Redistributions of any form whatsoever must retain the following acknowledgment:\n\"This product includes software developed by the JA-SIG Collaborative (http://www.ja-sig.org/).\"\n\nThis software is provided by the JA-SIG collaborative \"as is\" and any expressed 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 the JA-SIG collaborative or its contributors 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,\n 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.",
+ "licenses": [
+ {
+ "key": "ja-sig",
+ "name": "JA-SiG License",
+ "short_name": "JA-SiG License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "JA-SIG Collaborative",
+ "homepage_url": "http://web.archive.org/web/20040402030132/http://uportal.org/license.html",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/ja-sig",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ja-sig.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-ja-sig",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ja-sig.LICENSE"
+ }
+ ]
+ }
+ ]
},
{
- "key": "apache-2.0",
- "score": 100.0,
- "name": "Apache License 2.0",
- "short_name": "Apache 2.0",
- "category": "Permissive",
- "is_exception": false,
- "is_unknown": false,
- "owner": "Apache Software Foundation",
- "homepage_url": "http://www.apache.org/licenses/",
- "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
- "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
- "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
- "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.yml",
- "spdx_license_key": "Apache-2.0",
- "spdx_url": "https://spdx.org/licenses/Apache-2.0",
- "start_line": 18,
- "end_line": 31,
- "matched_rule": {
- "identifier": "apache-2.0_2.RULE",
- "license_expression": "apache-2.0",
- "licenses": [
- "apache-2.0"
- ],
- "referenced_filenames": [
- "NOTICE"
- ],
- "is_license_text": false,
- "is_license_notice": true,
- "is_license_reference": false,
- "is_license_tag": false,
- "is_license_intro": false,
- "has_unknown": false,
- "matcher": "2-aho",
- "rule_length": 119,
- "matched_length": 119,
- "match_coverage": 100.0,
- "rule_relevance": 100
- },
- "matched_text": "Licensed to the Apache Software Foundation (ASF) under one or more\n * contributor license agreements. See the NOTICE file distributed with\n * this work for additional information regarding copyright ownership.\n * The ASF licenses this file to You under the Apache License, Version 2.0\n * (the \"License\"); you may not use this file except in compliance with\n * the License. You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License."
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 18,
+ "end_line": 31,
+ "matched_length": 119,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_2.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_2.RULE",
+ "referenced_filenames": [
+ "NOTICE"
+ ],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 119,
+ "rule_relevance": 100,
+ "matched_text": "Licensed to the Apache Software Foundation (ASF) under one or more\n * contributor license agreements. See the NOTICE file distributed with\n * this work for additional information regarding copyright ownership.\n * The ASF licenses this file to You under the Apache License, Version 2.0\n * (the \"License\"); you may not use this file except in compliance with\n * the License. You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
}
],
- "license_expressions": [
- "ja-sig",
- "apache-2.0"
- ],
+ "license_clues": [],
"percentage_of_license_text": 91.69,
"is_license_text": true,
"files_count": 0,
@@ -299,134 +324,86 @@
"is_media": false,
"is_source": false,
"is_script": false,
- "licenses": [
- {
- "key": "gpl-2.0",
- "score": 100.0,
- "name": "GNU General Public License 2.0",
- "short_name": "GPL 2.0",
- "category": "Copyleft",
- "is_exception": false,
- "is_unknown": false,
- "owner": "Free Software Foundation (FSF)",
- "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
- "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
- "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
- "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
- "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.yml",
- "spdx_license_key": "GPL-2.0-only",
- "spdx_url": "https://spdx.org/licenses/GPL-2.0-only",
- "start_line": 1,
- "end_line": 1,
- "matched_rule": {
- "identifier": "spdx-license-identifier: gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib",
- "license_expression": "gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib",
- "licenses": [
- "gpl-2.0",
- "linux-syscall-exception-gpl",
- "linux-openib"
- ],
- "referenced_filenames": [],
- "is_license_text": false,
- "is_license_notice": false,
- "is_license_reference": false,
- "is_license_tag": true,
- "is_license_intro": false,
- "has_unknown": false,
- "matcher": "1-spdx-id",
- "rule_length": 13,
- "matched_length": 13,
- "match_coverage": 100.0,
- "rule_relevance": 100
- },
- "matched_text": "SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR Linux-Openib) */"
- },
+ "detected_license_expression": "gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib",
+ "detected_license_expression_spdx": "GPL-2.0-only WITH Linux-syscall-note OR Linux-OpenIB",
+ "license_detections": [
{
- "key": "linux-syscall-exception-gpl",
- "score": 100.0,
- "name": "Linux Syscall Exception to GPL",
- "short_name": "Linux Syscall Exception to GPL",
- "category": "Copyleft Limited",
- "is_exception": true,
- "is_unknown": false,
- "owner": "Linux Foundation",
- "homepage_url": null,
- "text_url": null,
- "reference_url": "https://scancode-licensedb.aboutcode.org/linux-syscall-exception-gpl",
- "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/linux-syscall-exception-gpl.LICENSE",
- "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/linux-syscall-exception-gpl.yml",
- "spdx_license_key": "Linux-syscall-note",
- "spdx_url": "https://spdx.org/licenses/Linux-syscall-note",
- "start_line": 1,
- "end_line": 1,
- "matched_rule": {
- "identifier": "spdx-license-identifier: gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib",
- "license_expression": "gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib",
- "licenses": [
- "gpl-2.0",
- "linux-syscall-exception-gpl",
- "linux-openib"
- ],
- "referenced_filenames": [],
- "is_license_text": false,
- "is_license_notice": false,
- "is_license_reference": false,
- "is_license_tag": true,
- "is_license_intro": false,
- "has_unknown": false,
- "matcher": "1-spdx-id",
- "rule_length": 13,
- "matched_length": 13,
- "match_coverage": 100.0,
- "rule_relevance": 100
- },
- "matched_text": "SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR Linux-Openib) */"
- },
- {
- "key": "linux-openib",
- "score": 100.0,
- "name": "Linux-OpenIB",
- "short_name": "Linux-OpenIB",
- "category": "Permissive",
- "is_exception": false,
- "is_unknown": false,
- "owner": "Linux Foundation",
- "homepage_url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/infiniband/core/sa.h",
- "text_url": "https://github.com/ofiwg/libfabric/blob/master/contrib/buildrpm/README",
- "reference_url": "https://scancode-licensedb.aboutcode.org/linux-openib",
- "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/linux-openib.LICENSE",
- "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/linux-openib.yml",
- "spdx_license_key": "Linux-OpenIB",
- "spdx_url": "https://spdx.org/licenses/Linux-OpenIB",
- "start_line": 1,
- "end_line": 1,
- "matched_rule": {
- "identifier": "spdx-license-identifier: gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib",
- "license_expression": "gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib",
- "licenses": [
- "gpl-2.0",
- "linux-syscall-exception-gpl",
- "linux-openib"
- ],
- "referenced_filenames": [],
- "is_license_text": false,
- "is_license_notice": false,
- "is_license_reference": false,
- "is_license_tag": true,
- "is_license_intro": false,
- "has_unknown": false,
- "matcher": "1-spdx-id",
- "rule_length": 13,
- "matched_length": 13,
- "match_coverage": 100.0,
- "rule_relevance": 100
- },
- "matched_text": "SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR Linux-Openib) */"
+ "license_expression": "gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 13,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib",
+ "rule_identifier": "spdx-license-identifier: gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 13,
+ "rule_relevance": 100,
+ "matched_text": "SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR Linux-Openib) */",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "linux-syscall-exception-gpl",
+ "name": "Linux Syscall Exception to GPL",
+ "short_name": "Linux Syscall Exception to GPL",
+ "category": "Copyleft Limited",
+ "is_exception": true,
+ "is_unknown": false,
+ "owner": "Linux Foundation",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/linux-syscall-exception-gpl",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/linux-syscall-exception-gpl.LICENSE",
+ "spdx_license_key": "Linux-syscall-note",
+ "spdx_url": "https://spdx.org/licenses/Linux-syscall-note"
+ },
+ {
+ "key": "linux-openib",
+ "name": "Linux-OpenIB",
+ "short_name": "Linux-OpenIB",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Linux Foundation",
+ "homepage_url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/infiniband/core/sa.h",
+ "text_url": "https://github.com/ofiwg/libfabric/blob/master/contrib/buildrpm/README",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/linux-openib",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/linux-openib.LICENSE",
+ "spdx_license_key": "Linux-OpenIB",
+ "spdx_url": "https://spdx.org/licenses/Linux-OpenIB"
+ }
+ ]
+ }
+ ]
}
],
- "license_expressions": [
- "gpl-2.0 WITH linux-syscall-exception-gpl OR linux-openib"
- ],
+ "license_clues": [],
"percentage_of_license_text": 100.0,
"is_license_text": true,
"files_count": 0,
@@ -453,92 +430,103 @@
"is_media": false,
"is_source": true,
"is_script": false,
- "licenses": [
+ "detected_license_expression": "ja-sig AND apache-2.0",
+ "detected_license_expression_spdx": "LicenseRef-scancode-ja-sig AND Apache-2.0",
+ "license_detections": [
{
- "key": "ja-sig",
- "score": 100.0,
- "name": "JA-SiG License",
- "short_name": "JA-SiG License",
- "category": "Permissive",
- "is_exception": false,
- "is_unknown": false,
- "owner": "JA-SIG Collaborative",
- "homepage_url": "http://web.archive.org/web/20040402030132/http://uportal.org/license.html",
- "text_url": null,
- "reference_url": "https://scancode-licensedb.aboutcode.org/ja-sig",
- "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ja-sig.LICENSE",
- "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ja-sig.yml",
- "spdx_license_key": "LicenseRef-scancode-ja-sig",
- "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ja-sig.LICENSE",
- "start_line": 4,
- "end_line": 13,
- "matched_rule": {
- "identifier": "ja-sig.LICENSE",
- "license_expression": "ja-sig",
- "licenses": [
- "ja-sig"
- ],
- "referenced_filenames": [],
- "is_license_text": true,
- "is_license_notice": false,
- "is_license_reference": false,
- "is_license_tag": false,
- "is_license_intro": false,
- "has_unknown": false,
- "matcher": "2-aho",
- "rule_length": 212,
- "matched_length": 212,
- "match_coverage": 100.0,
- "rule_relevance": 100
- },
- "matched_text": "Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. 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.\n\n3. Redistributions of any form whatsoever must retain the following acknowledgment:\n\"This product includes software developed by the JA-SIG Collaborative (http://www.ja-sig.org/).\"\n\nThis software is provided by the JA-SIG collaborative \"as is\" and any expressed 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 the JA-SIG collaborative or its contributors 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,\n 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."
+ "license_expression": "ja-sig",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 4,
+ "end_line": 13,
+ "matched_length": 212,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "ja-sig",
+ "rule_identifier": "ja-sig.LICENSE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ja-sig.LICENSE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 212,
+ "rule_relevance": 100,
+ "matched_text": "Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. 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.\n\n3. Redistributions of any form whatsoever must retain the following acknowledgment:\n\"This product includes software developed by the JA-SIG Collaborative (http://www.ja-sig.org/).\"\n\nThis software is provided by the JA-SIG collaborative \"as is\" and any expressed 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 the JA-SIG collaborative or its contributors 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,\n 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.",
+ "licenses": [
+ {
+ "key": "ja-sig",
+ "name": "JA-SiG License",
+ "short_name": "JA-SiG License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "JA-SIG Collaborative",
+ "homepage_url": "http://web.archive.org/web/20040402030132/http://uportal.org/license.html",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/ja-sig",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ja-sig.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-ja-sig",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ja-sig.LICENSE"
+ }
+ ]
+ }
+ ]
},
{
- "key": "apache-2.0",
- "score": 100.0,
- "name": "Apache License 2.0",
- "short_name": "Apache 2.0",
- "category": "Permissive",
- "is_exception": false,
- "is_unknown": false,
- "owner": "Apache Software Foundation",
- "homepage_url": "http://www.apache.org/licenses/",
- "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
- "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
- "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
- "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.yml",
- "spdx_license_key": "Apache-2.0",
- "spdx_url": "https://spdx.org/licenses/Apache-2.0",
- "start_line": 18,
- "end_line": 31,
- "matched_rule": {
- "identifier": "apache-2.0_2.RULE",
- "license_expression": "apache-2.0",
- "licenses": [
- "apache-2.0"
- ],
- "referenced_filenames": [
- "NOTICE"
- ],
- "is_license_text": false,
- "is_license_notice": true,
- "is_license_reference": false,
- "is_license_tag": false,
- "is_license_intro": false,
- "has_unknown": false,
- "matcher": "2-aho",
- "rule_length": 119,
- "matched_length": 119,
- "match_coverage": 100.0,
- "rule_relevance": 100
- },
- "matched_text": "Licensed to the Apache Software Foundation (ASF) under one or more\n * contributor license agreements. See the NOTICE file distributed with\n * this work for additional information regarding copyright ownership.\n * The ASF licenses this file to You under the Apache License, Version 2.0\n * (the \"License\"); you may not use this file except in compliance with\n * the License. You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License."
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 18,
+ "end_line": 31,
+ "matched_length": 119,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_2.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_2.RULE",
+ "referenced_filenames": [
+ "NOTICE"
+ ],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 119,
+ "rule_relevance": 100,
+ "matched_text": "Licensed to the Apache Software Foundation (ASF) under one or more\n * contributor license agreements. See the NOTICE file distributed with\n * this work for additional information regarding copyright ownership.\n * The ASF licenses this file to You under the Apache License, Version 2.0\n * (the \"License\"); you may not use this file except in compliance with\n * the License. You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
}
],
- "license_expressions": [
- "ja-sig",
- "apache-2.0"
- ],
+ "license_clues": [],
"percentage_of_license_text": 30.71,
"is_license_text": false,
"files_count": 0,
diff --git a/tests/licensedcode/data/plugin_licenses_reference/license-reference-works-with-clues.expected.json b/tests/licensedcode/data/plugin_licenses_reference/license-reference-works-with-clues.expected.json
new file mode 100644
index 00000000000..938936b2908
--- /dev/null
+++ b/tests/licensedcode/data/plugin_licenses_reference/license-reference-works-with-clues.expected.json
@@ -0,0 +1,1000 @@
+{
+ "license_references": [
+ {
+ "key": "bsd-new",
+ "short_name": "BSD-3-Clause",
+ "name": "BSD-3-Clause",
+ "category": "Permissive",
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "notes": "Per SPDX.org, this license is OSI certified.",
+ "is_builtin": true,
+ "spdx_license_key": "BSD-3-Clause",
+ "other_spdx_license_keys": [
+ "LicenseRef-scancode-libzip"
+ ],
+ "osi_license_key": "BSD-3-Clause",
+ "text_urls": [
+ "http://www.opensource.org/licenses/BSD-3-Clause"
+ ],
+ "osi_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "other_urls": [
+ "http://framework.zend.com/license/new-bsd",
+ "https://opensource.org/licenses/BSD-3-Clause"
+ ],
+ "text": "Redistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\nRedistributions of source code must retain the above copyright notice, this list\nof conditions and the following disclaimer.\n\nRedistributions in binary form must reproduce the above copyright notice, this\nlist of conditions and the following disclaimer in the documentation and/or\nother materials provided with the distribution.\n\nNeither the name of the ORGANIZATION nor the names of its contributors may be\nused to endorse or promote products derived from this software without specific\nprior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS\nBE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\nCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\nGOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\nLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF\nTHE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+ },
+ {
+ "key": "bsd-simplified",
+ "short_name": "BSD-2-Clause",
+ "name": "BSD-2-Clause",
+ "category": "Permissive",
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-2-Clause",
+ "notes": "Per SPDX.org, this license is OSI certified.",
+ "is_builtin": true,
+ "spdx_license_key": "BSD-2-Clause",
+ "other_spdx_license_keys": [
+ "BSD-2-Clause-NetBSD",
+ "BSD-2"
+ ],
+ "text_urls": [
+ "http://opensource.org/licenses/bsd-license.php"
+ ],
+ "osi_url": "http://opensource.org/licenses/bsd-license.php",
+ "other_urls": [
+ "http://spdx.org/licenses/BSD-2-Clause",
+ "http://www.freebsd.org/copyright/copyright.html",
+ "https://opensource.org/licenses/BSD-2-Clause"
+ ],
+ "text": "Redistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\nRedistributions of source code must retain the above copyright notice, this list\nof conditions and the following disclaimer.\n\nRedistributions in binary form must reproduce the above copyright notice, this\nlist of conditions and the following disclaimer in the documentation and/or\nother materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+ },
+ {
+ "key": "bzip2-libbzip-2010",
+ "short_name": "bzip2 License 2010",
+ "name": "bzip2 License 2010",
+ "category": "Permissive",
+ "owner": "bzip",
+ "homepage_url": "https://github.com/asimonov-im/bzip2/blob/master/LICENSE",
+ "notes": "until bzip2 1.0.6 there is only one license and not two as listed in SPDX. Therefore we only track one such license.",
+ "is_builtin": true,
+ "spdx_license_key": "bzip2-1.0.6",
+ "other_spdx_license_keys": [
+ "bzip2-1.0.5"
+ ],
+ "other_urls": [
+ "http://bzip.org/1.0.5/bzip2-manual-1.0.5.html",
+ "http://www.bzip.org/",
+ "https://sourceware.org/git/?p=bzip2.git;a=blob;f=LICENSE;hb=bzip2-1.0.6"
+ ],
+ "text": "Redistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n1. Redistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\n2. The origin of this software must not be misrepresented; you must\nnot claim that you wrote the original software. If you use this\nsoftware in a product, an acknowledgment in the product\ndocumentation would be appreciated but is not required.\n\n3. Altered source versions must be plainly marked as such, and must\nnot be misrepresented as being the original software.\n\n4. The name of the author may not be used to endorse or promote\nproducts derived from this software without specific prior written\npermission.\n\nTHIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS\nOR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\nGOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\nINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\nWHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+ },
+ {
+ "key": "gpl-1.0-plus",
+ "short_name": "GPL 1.0 or later",
+ "name": "GNU General Public License 1.0 or later",
+ "category": "Copyleft",
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
+ "notes": "Per SPDX.org, this license was released February 1989.",
+ "is_builtin": true,
+ "spdx_license_key": "GPL-1.0-or-later",
+ "other_spdx_license_keys": [
+ "GPL-1.0+",
+ "LicenseRef-GPL"
+ ],
+ "text_urls": [
+ "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html"
+ ],
+ "other_urls": [
+ "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html"
+ ],
+ "minimum_coverage": 99,
+ "text": "This program is free software; you can redistribute it and/or modify it under\nthe terms of the GNU General Public License as published by the Free Software\nFoundation; either version 1, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with\nthis program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave,\nCambridge, MA 02139, USA.\n\n\nGNU GENERAL PUBLIC LICENSE\nVersion 1, February 1989\n\nCopyright (C) 1989 Free Software Foundation, Inc.\n51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n\nEveryone is permitted to copy and distribute verbatim copies\nof this license document, but changing it is not allowed.\n\nPreamble\n\nThe license agreements of most software companies try to keep users\nat the mercy of those companies. By contrast, our General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users. The\nGeneral Public License applies to the Free Software Foundation's\nsoftware and to any other program whose authors commit to using it.\nYou can use it for your programs, too.\n\nWhen we speak of free software, we are referring to freedom, not\nprice. Specifically, the General Public License is designed to make\nsure that you have the freedom to give away or sell copies of free\nsoftware, that you receive source code or can get it if you want it,\nthat you can change the software or use pieces of it in new free\nprograms; and that you know you can do these things.\n\nTo protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\nFor example, if you distribute copies of a such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have. You must make sure that they, too, receive or can get the\nsource code. And you must tell them their rights.\n\nWe protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\nAlso, for each author's protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware. If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors' reputations.\n\nThe precise terms and conditions for copying, distribution and\nmodification follow.\n\n\nGNU GENERAL PUBLIC LICENSE\nTERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n0. This License Agreement applies to any program or other work which\ncontains a notice placed by the copyright holder saying it may be\ndistributed under the terms of this General Public License. The\n\"Program\", below, refers to any such program or work, and a \"work based\non the Program\" means either the Program or any work containing the\nProgram or a portion of it, either verbatim or with modifications. Each\nlicensee is addressed as \"you\".\n\n1. You may copy and distribute verbatim copies of the Program's source\ncode as you receive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice and\ndisclaimer of warranty; keep intact all the notices that refer to this\nGeneral Public License and to the absence of any warranty; and give any\nother recipients of the Program a copy of this General Public License\nalong with the Program. You may charge a fee for the physical act of\ntransferring a copy.\n\n2. You may modify your copy or copies of the Program or any portion of\nit, and copy and distribute such modifications under the terms of Paragraph\n1 above, provided that you also do the following:\n\na) cause the modified files to carry prominent notices stating that\nyou changed the files and the date of any change; and\n\nb) cause the whole of any work that you distribute or publish, that\nin whole or in part contains the Program or any part thereof, either\nwith or without modifications, to be licensed at no charge to all\nthird parties under the terms of this General Public License (except\nthat you may choose to grant warranty protection to some or all\nthird parties, at your option).\n\nc) If the modified program normally reads commands interactively when\nrun, you must cause it, when started running for such interactive use\nin the simplest and most usual way, to print or display an\nannouncement including an appropriate copyright notice and a notice\nthat there is no warranty (or else, saying that you provide a\nwarranty) and that users may redistribute the program under these\nconditions, and telling the user how to view a copy of this General\nPublic License.\n\nd) You may charge a fee for the physical act of transferring a\ncopy, and you may at your option offer warranty protection in\nexchange for a fee.\n\nMere aggregation of another independent work with the Program (or its\nderivative) on a volume of a storage or distribution medium does not bring\nthe other work under the scope of these terms.\n\n\n3. You may copy and distribute the Program (or a portion or derivative of\nit, under Paragraph 2) in object code or executable form under the terms of\nParagraphs 1 and 2 above provided that you also do one of the following:\n\na) accompany it with the complete corresponding machine-readable\nsource code, which must be distributed under the terms of\nParagraphs 1 and 2 above; or,\n\nb) accompany it with a written offer, valid for at least three\nyears, to give any third party free (except for a nominal charge\nfor the cost of distribution) a complete machine-readable copy of the\ncorresponding source code, to be distributed under the terms of\nParagraphs 1 and 2 above; or,\n\nc) accompany it with the information you received as to where the\ncorresponding source code may be obtained. (This alternative is\nallowed only for noncommercial distribution and only if you\nreceived the program in object code or executable form alone.)\n\nSource code for a work means the preferred form of the work for making\nmodifications to it. For an executable file, complete source code means\nall the source code for all modules it contains; but, as a special\nexception, it need not include source code for modules which are standard\nlibraries that accompany the operating system on which the executable\nfile runs, or for standard header files or definitions files that\naccompany that operating system.\n\n4. You may not copy, modify, sublicense, distribute or transfer the\nProgram except as expressly provided under this General Public License.\nAny attempt otherwise to copy, modify, sublicense, distribute or transfer\nthe Program is void, and will automatically terminate your rights to use\nthe Program under this License. However, parties who have received\ncopies, or rights to use copies, from you under this General Public\nLicense will not have their licenses terminated so long as such parties\nremain in full compliance.\n\n5. By copying, distributing or modifying the Program (or any work based\non the Program) you indicate your acceptance of this license to do so,\nand all its terms and conditions.\n\n6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the original\nlicensor to copy, distribute or modify the Program subject to these\nterms and conditions. You may not impose any further restrictions on the\nrecipients' exercise of the rights granted herein.\n\n\n7. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number. If the Program\nspecifies a version number of the license which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation. If the Program does not specify a version number of\nthe license, you may choose any version ever published by the Free Software\nFoundation.\n\n8. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission. For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this. Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\nNO WARRANTY\n\n9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\nEND OF TERMS AND CONDITIONS\n\n\nAppendix: How to Apply These Terms to Your New Programs\n\nIf you develop a new program, and you want it to be of the greatest\npossible use to humanity, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these\nterms.\n\nTo do so, attach the following notices to the program. It is safest to\nattach them to the start of each source file to most effectively convey\nthe exclusion of warranty; and each file should have at least the\n\"copyright\" line and a pointer to where the full notice is found.\n\n\nCopyright (C) 19yy \n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 1, or (at your option)\nany later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA\n\n\nAlso add information on how to contact you by electronic and paper mail.\n\nIf the program is interactive, make it output a short notice like this\nwhen it starts in an interactive mode:\n\nGnomovision version 69, Copyright (C) 19xx name of author\nGnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\nThis is free software, and you are welcome to redistribute it\nunder certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the\nappropriate parts of the General Public License. Of course, the\ncommands you use may be called something other than `show w' and `show\nc'; they could even be mouse-clicks or menu items--whatever suits your\nprogram.\n\nYou should also get your employer (if you work as a programmer) or your\nschool, if any, to sign a \"copyright disclaimer\" for the program, if\nnecessary. Here a sample; alter the names:\n\nYoyodyne, Inc., hereby disclaims all copyright interest in the\nprogram `Gnomovision' (a program to direct compilers to make passes\nat assemblers) written by James Hacker.\n\n, 1 April 1989\nTy Coon, President of Vice\n\nThat's all there is to it!"
+ },
+ {
+ "key": "openssl",
+ "short_name": "OpenSSL License",
+ "name": "OpenSSL License",
+ "category": "Permissive",
+ "owner": "OpenSSL",
+ "homepage_url": "http://openssl.org/source/license.html",
+ "notes": "This is the OpenSSL license proper, without the SSLEay part. The SPDX\nOpenSSL identifier does not apply here. Instead it matches the openssl-\nssleay license.\n",
+ "is_builtin": true,
+ "spdx_license_key": "LicenseRef-scancode-openssl",
+ "faq_url": "http://www.openssl.org/support/faq.html",
+ "other_urls": [
+ "http://www.openssl.org/source/license.html"
+ ],
+ "minimum_coverage": 70,
+ "text": "Redistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n1. Redistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in\nthe documentation and/or other materials provided with the\ndistribution.\n\n3. All advertising materials mentioning features or use of this\nsoftware must display the following acknowledgment:\n\"This product includes software developed by the OpenSSL Project\nfor use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)\"\n\n4. The names \"OpenSSL Toolkit\" and \"OpenSSL Project\" must not be used to\nendorse or promote products derived from this software without\nprior written permission. For written permission, please contact\nlicensing@OpenSSL.org.\n\n5. Products derived from this software may not be called \"OpenSSL\"\nnor may \"OpenSSL\" appear in their names without prior written\npermission of the OpenSSL Project.\n\n6. Redistributions of any form whatsoever must retain the following\nacknowledgment:\n\"This product includes software developed by the OpenSSL Project\nfor use in the OpenSSL Toolkit (http://www.OpenSSL.org/)\"\n\nTHIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY\nEXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR\nITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\nNOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\nSTRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\nARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE."
+ },
+ {
+ "key": "openssl-ssleay",
+ "short_name": "OpenSSL/SSLeay License",
+ "name": "OpenSSL/SSLeay License",
+ "category": "Permissive",
+ "owner": "OpenSSL",
+ "homepage_url": "http://www.openssl.org/source/license.html",
+ "notes": "Per SPDX.org, the OpenSSL toolkit stays under a dual license, i.e. both the\nconditions of the OpenSSL License and the original SSLeay license apply to\nthe toolkit.\n",
+ "is_builtin": true,
+ "spdx_license_key": "OpenSSL",
+ "text_urls": [
+ "http://www.openssl.org/source/license.html",
+ "https://www.openssl.org/source/license-openssl-ssleay.txt"
+ ],
+ "faq_url": "http://www.openssl.org/support/faq.html",
+ "minimum_coverage": 70,
+ "text": "LICENSE ISSUES\n==============\n\nThe OpenSSL toolkit stays under a dual license, i.e. both the conditions of\nthe OpenSSL License and the original SSLeay license apply to the toolkit.\nSee below for the actual license texts. Actually both licenses are BSD-style\nOpen Source licenses. In case of any license issues related to OpenSSL\nplease contact openssl-core@openssl.org.\n\nOpenSSL License\n---------------\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n1. Redistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in\nthe documentation and/or other materials provided with the\ndistribution.\n\n3. All advertising materials mentioning features or use of this\nsoftware must display the following acknowledgment:\n\"This product includes software developed by the OpenSSL Project\nfor use in the OpenSSL Toolkit. (http://www.openssl.org/)\"\n\n4. The names \"OpenSSL Toolkit\" and \"OpenSSL Project\" must not be used to\nendorse or promote products derived from this software without\nprior written permission. For written permission, please contact\nopenssl-core@openssl.org.\n\n5. Products derived from this software may not be called \"OpenSSL\"\nnor may \"OpenSSL\" appear in their names without prior written\npermission of the OpenSSL Project.\n\n6. Redistributions of any form whatsoever must retain the following\nacknowledgment:\n\"This product includes software developed by the OpenSSL Project\nfor use in the OpenSSL Toolkit (http://www.openssl.org/)\"\n\nTHIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY\nEXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR\nITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\nNOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\nSTRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\nARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE.\n\n\nThis product includes cryptographic software written by Eric Young\n(eay@cryptsoft.com). This product includes software written by Tim\nHudson (tjh@cryptsoft.com).\n\n\nOriginal SSLeay License\n-----------------------\n\nCopyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)\nAll rights reserved.\n\nThis package is an SSL implementation written\nby Eric Young (eay@cryptsoft.com).\nThe implementation was written so as to conform with Netscapes SSL.\n\nThis library is free for commercial and non-commercial use as long as\nthe following conditions are aheared to. The following conditions\napply to all code found in this distribution, be it the RC4, RSA,\nlhash, DES, etc., code; not just the SSL code. The SSL documentation\nincluded with this distribution is covered by the same copyright terms\nexcept that the holder is Tim Hudson (tjh@cryptsoft.com).\n\nCopyright remains Eric Young's, and as such any Copyright notices in\nthe code are not to be removed.\nIf this package is used in a product, Eric Young should be given attribution\nas the author of the parts of the library used.\nThis can be in the form of a textual message at program startup or\nin documentation (online or textual) provided with the package.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n1. Redistributions of source code must retain the copyright\nnotice, this list of conditions and the following disclaimer.\n2. Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\n3. All advertising materials mentioning features or use of this software\nmust display the following acknowledgement:\n\"This product includes cryptographic software written by\nEric Young (eay@cryptsoft.com)\"\nThe word 'cryptographic' can be left out if the rouines from the library\nbeing used are not cryptographic related :-).\n4. If you include any Windows specific code (or a derivative thereof) from\nthe apps directory (application code) you must include an acknowledgement:\n\"This product includes software written by Tim Hudson (tjh@cryptsoft.com)\"\n\nTHIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\nOR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\nLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\nOUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGE.\n\nThe licence and distribution terms for any publically available version or\nderivative of this code cannot be changed. i.e. this code cannot simply be\ncopied and put under another distribution licence\n[including the GNU Public Licence.]"
+ },
+ {
+ "key": "other-copyleft",
+ "short_name": "Other Copyleft Licenses",
+ "name": "Other Copyleft Licenses",
+ "category": "Copyleft",
+ "owner": "nexB",
+ "notes": "this is a catch all and ellipsis to deal with some cases when a large\nnumber of ancillary yet similar licenses may be reported as one.\n",
+ "is_builtin": true,
+ "is_generic": true,
+ "spdx_license_key": "LicenseRef-scancode-other-copyleft",
+ "text": "This component contains third-party subcomponents licensed under\none or more copyleft licenses in the style of GPL, LGPL, MPL or EPL.\nThe license obligations of these subcomponents may apply when a subcomponent\ndepending on how the subcomponent is used and/or redistributed."
+ },
+ {
+ "key": "python",
+ "short_name": "Python License 2.0",
+ "name": "Python Software Foundation License v2",
+ "category": "Permissive",
+ "owner": "Python Software Foundation (PSF)",
+ "homepage_url": "http://docs.python.org/license.html",
+ "is_builtin": true,
+ "spdx_license_key": "Python-2.0",
+ "text_urls": [
+ "http://spdx.org/licenses/Python-2.0"
+ ],
+ "osi_url": "http://www.opensource.org/licenses/Python-2.0",
+ "other_urls": [
+ "http://opensource.org/licenses/PythonSoftFoundation.php",
+ "http://www.gnu.org/licenses/license-list.html#PythonOld",
+ "https://opensource.org/licenses/Python-2.0"
+ ],
+ "text": "PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2\n--------------------------------------------\n\n1. This LICENSE AGREEMENT is between the Python Software Foundation\n(\"PSF\"), and the Individual or Organization (\"Licensee\") accessing and\notherwise using this software (\"Python\") in source or binary form and\nits associated documentation.\n\n2. Subject to the terms and conditions of this License Agreement, PSF hereby\ngrants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,\nanalyze, test, perform and/or display publicly, prepare derivative works,\ndistribute, and otherwise use Python alone or in any derivative version,\nprovided, however, that PSF's License Agreement and PSF's notice of copyright,\ni.e., \"Copyright (c) Python Software Foundation;\nAll Rights Reserved\" are retained in Python alone or in any derivative version\nprepared by Licensee.\n\n3. In the event Licensee prepares a derivative work that is based on\nor incorporates Python or any part thereof, and wants to make\nthe derivative work available to others as provided herein, then\nLicensee hereby agrees to include in any such work a brief summary of\nthe changes made to Python.\n\n4. PSF is making Python available to Licensee on an \"AS IS\"\nbasis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON\nFOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS\nA RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,\nOR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n6. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n7. Nothing in this License Agreement shall be deemed to create any\nrelationship of agency, partnership, or joint venture between PSF and\nLicensee. This License Agreement does not grant permission to use PSF\ntrademarks or trade name in a trademark sense to endorse or promote\nproducts or services of Licensee, or any third party.\n\n8. By copying, installing or otherwise using Python, Licensee\nagrees to be bound by the terms and conditions of this License\nAgreement.\n\n\nBEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0\n-------------------------------------------\n\nBEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1\n\n1. This LICENSE AGREEMENT is between BeOpen.com (\"BeOpen\"), having an\noffice at 160 Saratoga Avenue, Santa Clara, CA 95051, and the\nIndividual or Organization (\"Licensee\") accessing and otherwise using\nthis software in source or binary form and its associated\ndocumentation (\"the Software\").\n\n2. Subject to the terms and conditions of this BeOpen Python License\nAgreement, BeOpen hereby grants Licensee a non-exclusive,\nroyalty-free, world-wide license to reproduce, analyze, test, perform\nand/or display publicly, prepare derivative works, distribute, and\notherwise use the Software alone or in any derivative version,\nprovided, however, that the BeOpen Python License is retained in the\nSoftware, alone or in any derivative version prepared by Licensee.\n\n3. BeOpen is making the Software available to Licensee on an \"AS IS\"\nbasis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE\nSOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS\nAS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY\nDERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n5. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n6. This License Agreement shall be governed by and interpreted in all\nrespects by the law of the State of California, excluding conflict of\nlaw provisions. Nothing in this License Agreement shall be deemed to\ncreate any relationship of agency, partnership, or joint venture\nbetween BeOpen and Licensee. This License Agreement does not grant\npermission to use BeOpen trademarks or trade names in a trademark\nsense to endorse or promote products or services of Licensee, or any\nthird party. As an exception, the \"BeOpen Python\" logos available at\nhttp://www.pythonlabs.com/logos.html may be used according to the\npermissions granted on that web page.\n\n7. By copying, installing or otherwise using the software, Licensee\nagrees to be bound by the terms and conditions of this License\nAgreement.\n\n\nCNRI LICENSE AGREEMENT FOR PYTHON 1.6.1\n---------------------------------------\n\n1. This LICENSE AGREEMENT is between the Corporation for National\nResearch Initiatives, having an office at 1895 Preston White Drive,\nReston, VA 20191 (\"CNRI\"), and the Individual or Organization\n(\"Licensee\") accessing and otherwise using Python 1.6.1 software in\nsource or binary form and its associated documentation.\n\n2. Subject to the terms and conditions of this License Agreement, CNRI\nhereby grants Licensee a nonexclusive, royalty-free, world-wide\nlicense to reproduce, analyze, test, perform and/or display publicly,\nprepare derivative works, distribute, and otherwise use Python 1.6.1\nalone or in any derivative version, provided, however, that CNRI's\nLicense Agreement and CNRI's notice of copyright, i.e., \"Copyright (c)\n1995-2001 Corporation for National Research Initiatives; All Rights\nReserved\" are retained in Python 1.6.1 alone or in any derivative\nversion prepared by Licensee. Alternately, in lieu of CNRI's License\nAgreement, Licensee may substitute the following text (omitting the\nquotes): \"Python 1.6.1 is made available subject to the terms and\nconditions in CNRI's License Agreement. This Agreement together with\nPython 1.6.1 may be located on the Internet using the following\nunique, persistent identifier (known as a handle): 1895.22/1013. This\nAgreement may also be obtained from a proxy server on the Internet\nusing the following URL: http://hdl.handle.net/1895.22/1013\".\n\n3. In the event Licensee prepares a derivative work that is based on\nor incorporates Python 1.6.1 or any part thereof, and wants to make\nthe derivative work available to others as provided herein, then\nLicensee hereby agrees to include in any such work a brief summary of\nthe changes made to Python 1.6.1.\n\n4. CNRI is making Python 1.6.1 available to Licensee on an \"AS IS\"\nbasis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON\n1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS\nA RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,\nOR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n6. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n7. This License Agreement shall be governed by the federal\nintellectual property law of the United States, including without\nlimitation the federal copyright law, and, to the extent such\nU.S. federal law does not apply, by the law of the Commonwealth of\nVirginia, excluding Virginia's conflict of law provisions.\nNotwithstanding the foregoing, with regard to derivative works based\non Python 1.6.1 that incorporate non-separable material that was\npreviously distributed under the GNU General Public License (GPL), the\nlaw of the Commonwealth of Virginia shall govern this License\nAgreement only as to issues arising under or with respect to\nParagraphs 4, 5, and 7 of this License Agreement. Nothing in this\nLicense Agreement shall be deemed to create any relationship of\nagency, partnership, or joint venture between CNRI and Licensee. This\nLicense Agreement does not grant permission to use CNRI trademarks or\ntrade name in a trademark sense to endorse or promote products or\nservices of Licensee, or any third party.\n\n8. By clicking on the \"ACCEPT\" button where indicated, or by copying,\ninstalling or otherwise using Python 1.6.1, Licensee agrees to be\nbound by the terms and conditions of this License Agreement.\n\nACCEPT\n\n\nCWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2\n--------------------------------------------------\n\nCopyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,\nThe Netherlands. All rights reserved.\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Stichting Mathematisch\nCentrum or CWI not be used in advertising or publicity pertaining to\ndistribution of the software without specific, written prior\npermission.\n\nSTICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO\nTHIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE\nFOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\nOF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE."
+ },
+ {
+ "key": "python-cwi",
+ "short_name": "Python CWI License",
+ "name": "Python CWI License Agreement",
+ "category": "Permissive",
+ "owner": "Python Software Foundation (PSF)",
+ "homepage_url": "http://docs.python.org/license.html",
+ "notes": "This is the old license of Python as used from inception from 0.9.0 thru\n1.2 versions. This is a MIT/BSD-style license that is rather rare these\ndays but also unique. It is also found at the bottom of the current Python\nlicense text.\n",
+ "is_builtin": true,
+ "spdx_license_key": "LicenseRef-scancode-python-cwi",
+ "text": "Permission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Stichting Mathematisch\nCentrum or CWI not be used in advertising or publicity pertaining to\ndistribution of the software without specific, written prior\npermission.\n\nSTICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO\nTHIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE\nFOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\nOF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE."
+ },
+ {
+ "key": "sleepycat",
+ "short_name": "Sleepycat License",
+ "name": "Sleepycat License (Berkeley Database License)",
+ "category": "Copyleft",
+ "owner": "Oracle Corporation",
+ "homepage_url": "http://opensource.org/licenses/sleepycat.html",
+ "notes": "Per SPDX.org, this license is OSI certified",
+ "is_builtin": true,
+ "spdx_license_key": "Sleepycat",
+ "text_urls": [
+ "http://www.oracle.com/technology/software/products/berkeley-db/htdocs/oslicense.html"
+ ],
+ "osi_url": "http://opensource.org/licenses/sleepycat.html",
+ "faq_url": "https://docs.oracle.com/cd/E17076_05/html/license/license_db.html",
+ "other_urls": [
+ "http://www.opensource.org/licenses/Sleepycat",
+ "http://www.opensource.org/licenses/sleepycat.php",
+ "https://opensource.org/licenses/Sleepycat"
+ ],
+ "text": "Redistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n1. Redistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n2. Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\n3. Redistributions in any form must be accompanied by information on\nhow to obtain complete source code for the DB software and any\naccompanying software that uses the DB software. The source code\nmust either be included in the distribution or be available for no\nmore than the cost of distribution plus a nominal fee, and must be\nfreely redistributable under reasonable conditions. For an\nexecutable file, complete source code means the source code for all\nmodules it contains. It does not include source code for modules or\nfiles that typically accompany the major components of the operating\nsystem on which the executable file runs.\n\nTHIS SOFTWARE IS PROVIDED BY ORACLE CORPORATION ``AS IS'' AND ANY EXPRESS\nOR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR\nNON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL ORACLE CORPORATION\nBE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\nCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\nSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\nINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\nCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\nARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF\nTHE POSSIBILITY OF SUCH DAMAGE."
+ },
+ {
+ "key": "ssleay-windows",
+ "short_name": "Original SSLeay License with Windows Clause",
+ "name": "Original SSLeay License with Windows Clause",
+ "category": "Permissive",
+ "owner": "OpenSSL",
+ "homepage_url": "https://www.openssl.org/source/license.html",
+ "is_builtin": true,
+ "spdx_license_key": "LicenseRef-scancode-ssleay-windows",
+ "text_urls": [
+ "http://www.openssl.org/source/license.html"
+ ],
+ "other_urls": [
+ "http://h71000.www7.hp.com/doc/83final/ba554_90007/apcs02.html"
+ ],
+ "text": "This package is an SSL implementation written by Eric Young (eay@cryptsoft.com).\nThe implementation was written so as to conform with Netscapes SSL.\n\nThis library is free for commercial and non-commercial use as long as\nthe following conditions are aheared to. The following conditions\napply to all code found in this distribution, be it the RC4, RSA,\nlhash, DES, etc., code; not just the SSL code. The SSL documentation\nincluded with this distribution is covered by the same copyright terms\nexcept that the holder is Tim Hudson (tjh@cryptsoft.com).\n\nCopyright remains Eric Young's, and as such any Copyright notices in\nthe code are not to be removed.\nIf this package is used in a product, Eric Young should be given attribution\nas the author of the parts of the library used.\nThis can be in the form of a textual message at program startup or\nin documentation (online or textual) provided with the package.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n1. Redistributions of source code must retain the copyright\nnotice, this list of conditions and the following disclaimer.\n2. Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\n3. All advertising materials mentioning features or use of this software\nmust display the following acknowledgement:\n\"This product includes cryptographic software written by\nEric Young (eay@cryptsoft.com)\"\nThe word 'cryptographic' can be left out if the rouines from the library\nbeing used are not cryptographic related :-).\n4. If you include any Windows specific code (or a derivative thereof) from\nthe apps directory (application code) you must include an acknowledgement:\n\"This product includes software written by Tim Hudson (tjh@cryptsoft.com)\"\n\nTHIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\nOR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\nLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\nOUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGE.\n\nThe licence and distribution terms for any publically available version or\nderivative of this code cannot be changed. i.e. this code cannot simply be\ncopied and put under another distribution licence\n[including the GNU Public Licence.]"
+ },
+ {
+ "key": "tcl",
+ "short_name": "TCL/TK License",
+ "name": "TCL/TK License",
+ "category": "Permissive",
+ "owner": "Tcl Developer Xchange",
+ "homepage_url": "http://www.tcl.tk/software/tcltk/license.html",
+ "is_builtin": true,
+ "spdx_license_key": "TCL",
+ "text_urls": [
+ "http://www.tcl.tk/software/tcltk/license.html"
+ ],
+ "other_urls": [
+ "http://fedoraproject.org/wiki/Licensing/TCL",
+ "https://fedoraproject.org/wiki/Licensing/TCL"
+ ],
+ "text": "This software is copyrighted by the Regents of the University of\nCalifornia, Sun Microsystems, Inc., Scriptics Corporation, ActiveState\nCorporation and other parties. The following terms apply to all files\nassociated with the software unless explicitly disclaimed in\nindividual files.\n\nThe authors hereby grant permission to use, copy, modify, distribute,\nand license this software and its documentation for any purpose, provided\nthat existing copyright notices are retained in all copies and that this\nnotice is included verbatim in any distributions. No written agreement,\nlicense, or royalty fee is required for any of the authorized uses.\nModifications to this software may be copyrighted by their authors\nand need not follow the licensing terms described here, provided that\nthe new terms are clearly indicated on the first page of each file where\nthey apply.\n\nIN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY\nFOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES\nARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY\nDERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGE.\n\nTHE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,\nINCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\nTHIS SOFTWARE IS PROVIDED ON AN \"AS IS\" BASIS, AND THE AUTHORS AND\nDISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT,\nUPDATES, ENHANCEMENTS, OR MODIFICATIONS.\n\nGOVERNMENT USE: If you are acquiring this software on behalf of the\nU.S. government, the Government shall have only \"Restricted Rights\"\nin the software and related documentation as defined in the Federal\nAcquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you\nare acquiring the software on behalf of the Department of Defense, the\nsoftware shall be classified as \"Commercial Computer Software\" and the\nGovernment shall have only \"Restricted Rights\" as defined in Clause\n252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the\nauthors grant the U.S. Government and others acting in its behalf\npermission to use and distribute the software in accordance with the\nterms specified in this license."
+ }
+ ],
+ "rule_references": [
+ {
+ "license_expression": "python",
+ "rule_identifier": "python_not_not-a-license_269.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 35,
+ "rule_relevance": 100,
+ "matched_text": "All Python releases are Open Source (see http://www.opensource.org for\nthe Open Source Definition). Historically, most, but not all, Python\nreleases have also been GPL-compatible; the table below summarizes\nthe various releases."
+ },
+ {
+ "license_expression": "other-copyleft",
+ "rule_identifier": "other-copyleft_24.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 2,
+ "rule_relevance": 80,
+ "matched_text": "(1) GPL-compatible doesn't mean that we're distributing Python under"
+ },
+ {
+ "license_expression": "gpl-1.0-plus",
+ "rule_identifier": "gpl-1.0-plus_200.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "(1) GPL-compatible doesn't mean that we're distributing Python under\n the GPL. All Python licenses, unlike the GPL, let you distribute"
+ },
+ {
+ "license_expression": "gpl-1.0-plus",
+ "rule_identifier": "gpl-1.0-plus_351.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 2,
+ "rule_relevance": 85,
+ "matched_text": " the GPL. All Python licenses, unlike the GPL, let you distribute"
+ },
+ {
+ "license_expression": "gpl-1.0-plus",
+ "rule_identifier": "gpl-1.0-plus_351.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 2,
+ "rule_relevance": 85,
+ "matched_text": " a modified version without making your changes open source. The\n GPL-compatible licenses make it possible to combine Python with"
+ },
+ {
+ "license_expression": "other-copyleft",
+ "rule_identifier": "other-copyleft_24.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 2,
+ "rule_relevance": 80,
+ "matched_text": " GPL-compatible licenses make it possible to combine Python with"
+ },
+ {
+ "license_expression": "gpl-1.0-plus",
+ "rule_identifier": "gpl_194.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": " other software that is released under the GPL; the others don't."
+ },
+ {
+ "license_expression": "other-copyleft",
+ "rule_identifier": "other-copyleft_24.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 2,
+ "rule_relevance": 80,
+ "matched_text": "(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,"
+ },
+ {
+ "license_expression": "gpl-1.0-plus",
+ "rule_identifier": "gpl-1.0-plus_351.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 2,
+ "rule_relevance": 85,
+ "matched_text": " is \"not incompatible\" with the GPL."
+ },
+ {
+ "license_expression": "python",
+ "rule_identifier": "python_2019.RULE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 1530,
+ "rule_relevance": 100,
+ "matched_text": "B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON\n===============================================================\n\nPYTHON SOFTWARE FOUNDATION LICENSE VERSION 2\n--------------------------------------------\n\n1. This LICENSE AGREEMENT is between the Python Software Foundation\n(\"PSF\"), and the Individual or Organization (\"Licensee\") accessing and\notherwise using this software (\"Python\") in source or binary form and\nits associated documentation.\n\n2. Subject to the terms and conditions of this License Agreement, PSF\nhereby grants Licensee a nonexclusive, royalty-free, world-wide\nlicense to reproduce, analyze, test, perform and/or display publicly,\nprepare derivative works, distribute, and otherwise use Python\nalone or in any derivative version, provided, however, that PSF's\nLicense Agreement and PSF's notice of copyright, i.e., \"Copyright (c)\n2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation; \nAll Rights Reserved\" are retained in Python alone or in any derivative \nversion prepared by Licensee.\n\n3. In the event Licensee prepares a derivative work that is based on\nor incorporates Python or any part thereof, and wants to make\nthe derivative work available to others as provided herein, then\nLicensee hereby agrees to include in any such work a brief summary of\nthe changes made to Python.\n\n4. PSF is making Python available to Licensee on an \"AS IS\"\nbasis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON\nFOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS\nA RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,\nOR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n6. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n7. Nothing in this License Agreement shall be deemed to create any\nrelationship of agency, partnership, or joint venture between PSF and\nLicensee. This License Agreement does not grant permission to use PSF\ntrademarks or trade name in a trademark sense to endorse or promote\nproducts or services of Licensee, or any third party.\n\n8. By copying, installing or otherwise using Python, Licensee\nagrees to be bound by the terms and conditions of this License\nAgreement.\n\n\nBEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0\n-------------------------------------------\n\nBEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1\n\n1. This LICENSE AGREEMENT is between BeOpen.com (\"BeOpen\"), having an\noffice at 160 Saratoga Avenue, Santa Clara, CA 95051, and the\nIndividual or Organization (\"Licensee\") accessing and otherwise using\nthis software in source or binary form and its associated\ndocumentation (\"the Software\").\n\n2. Subject to the terms and conditions of this BeOpen Python License\nAgreement, BeOpen hereby grants Licensee a non-exclusive,\nroyalty-free, world-wide license to reproduce, analyze, test, perform\nand/or display publicly, prepare derivative works, distribute, and\notherwise use the Software alone or in any derivative version,\nprovided, however, that the BeOpen Python License is retained in the\nSoftware, alone or in any derivative version prepared by Licensee.\n\n3. BeOpen is making the Software available to Licensee on an \"AS IS\"\nbasis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE\nSOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS\nAS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY\nDERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n5. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n6. This License Agreement shall be governed by and interpreted in all\nrespects by the law of the State of California, excluding conflict of\nlaw provisions. Nothing in this License Agreement shall be deemed to\ncreate any relationship of agency, partnership, or joint venture\nbetween BeOpen and Licensee. This License Agreement does not grant\npermission to use BeOpen trademarks or trade names in a trademark\nsense to endorse or promote products or services of Licensee, or any\nthird party. As an exception, the \"BeOpen Python\" logos available at\nhttp://www.pythonlabs.com/logos.html may be used according to the\npermissions granted on that web page.\n\n7. By copying, installing or otherwise using the software, Licensee\nagrees to be bound by the terms and conditions of this License\nAgreement.\n\n\nCNRI LICENSE AGREEMENT FOR PYTHON 1.6.1\n---------------------------------------\n\n1. This LICENSE AGREEMENT is between the Corporation for National\nResearch Initiatives, having an office at 1895 Preston White Drive,\nReston, VA 20191 (\"CNRI\"), and the Individual or Organization\n(\"Licensee\") accessing and otherwise using Python 1.6.1 software in\nsource or binary form and its associated documentation.\n\n2. Subject to the terms and conditions of this License Agreement, CNRI\nhereby grants Licensee a nonexclusive, royalty-free, world-wide\nlicense to reproduce, analyze, test, perform and/or display publicly,\nprepare derivative works, distribute, and otherwise use Python 1.6.1\nalone or in any derivative version, provided, however, that CNRI's\nLicense Agreement and CNRI's notice of copyright, i.e., \"Copyright (c)\n1995-2001 Corporation for National Research Initiatives; All Rights\nReserved\" are retained in Python 1.6.1 alone or in any derivative\nversion prepared by Licensee. Alternately, in lieu of CNRI's License\nAgreement, Licensee may substitute the following text (omitting the\nquotes): \"Python 1.6.1 is made available subject to the terms and\nconditions in CNRI's License Agreement. This Agreement together with\nPython 1.6.1 may be located on the Internet using the following\nunique, persistent identifier (known as a handle): 1895.22/1013. This\nAgreement may also be obtained from a proxy server on the Internet\nusing the following URL: http://hdl.handle.net/1895.22/1013\".\n\n3. In the event Licensee prepares a derivative work that is based on\nor incorporates Python 1.6.1 or any part thereof, and wants to make\nthe derivative work available to others as provided herein, then\nLicensee hereby agrees to include in any such work a brief summary of\nthe changes made to Python 1.6.1.\n\n4. CNRI is making Python 1.6.1 available to Licensee on an \"AS IS\"\nbasis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON\n1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS\nA RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,\nOR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n6. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n7. This License Agreement shall be governed by the federal\nintellectual property law of the United States, including without\nlimitation the federal copyright law, and, to the extent such\nU.S. federal law does not apply, by the law of the Commonwealth of\nVirginia, excluding Virginia's conflict of law provisions.\nNotwithstanding the foregoing, with regard to derivative works based\non Python 1.6.1 that incorporate non-separable material that was\npreviously distributed under the GNU General Public License (GPL), the\nlaw of the Commonwealth of Virginia shall govern this License\nAgreement only as to issues arising under or with respect to\nParagraphs 4, 5, and 7 of this License Agreement. Nothing in this\nLicense Agreement shall be deemed to create any relationship of\nagency, partnership, or joint venture between CNRI and Licensee. This\nLicense Agreement does not grant permission to use CNRI trademarks or\ntrade name in a trademark sense to endorse or promote products or\nservices of Licensee, or any third party.\n\n8. By clicking on the \"ACCEPT\" button where indicated, or by copying,\ninstalling or otherwise using Python 1.6.1, Licensee agrees to be\nbound by the terms and conditions of this License Agreement.\n\n ACCEPT\n\n\nCWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2\n--------------------------------------------------\n\nCopyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,\nThe Netherlands. All rights reserved."
+ },
+ {
+ "license_expression": "python-cwi",
+ "rule_identifier": "python-cwi.LICENSE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 145,
+ "rule_relevance": 100,
+ "matched_text": "Permission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Stichting Mathematisch\nCentrum or CWI not be used in advertising or publicity pertaining to\ndistribution of the software without specific, written prior\npermission.\n\nSTICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO\nTHIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE\nFOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\nOF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE."
+ },
+ {
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_50.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": true,
+ "rule_length": 6,
+ "rule_relevance": 100,
+ "matched_text": "This copy of Python includes a copy of bzip2, which is licensed under the following terms:"
+ },
+ {
+ "license_expression": "bzip2-libbzip-2010",
+ "rule_identifier": "bzip2-libbzip-2010.LICENSE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 233,
+ "rule_relevance": 100,
+ "matched_text": "Redistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. The origin of this software must not be misrepresented; you must \n not claim that you wrote the original software. If you use this \n software in a product, an acknowledgment in the product \n documentation would be appreciated but is not required.\n\n3. Altered source versions must be plainly marked as such, and must\n not be misrepresented as being the original software.\n\n4. The name of the author may not be used to endorse or promote \n products derived from this software without specific prior written \n permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS\nOR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\nGOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\nINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\nWHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+ },
+ {
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_50.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": true,
+ "rule_length": 6,
+ "rule_relevance": 100,
+ "matched_text": "This copy of Python includes a copy of db, which is licensed under the following terms:"
+ },
+ {
+ "license_expression": "sleepycat",
+ "rule_identifier": "sleepycat_5.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 174,
+ "rule_relevance": 100,
+ "matched_text": " * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. Redistributions in any form must be accompanied by information on\n * how to obtain complete source code for the DB software and any\n * accompanying software that uses the DB software. The source code\n * must either be included in the distribution or be available for no\n * more than the cost of distribution plus a nominal fee, and must be\n * freely redistributable under reasonable conditions. For an\n * executable file, complete source code means the source code for all\n * modules it contains. It does not include source code for modules or\n * files that typically accompany the major components of the operating\n * system on which the executable file runs."
+ },
+ {
+ "license_expression": "bsd-simplified",
+ "rule_identifier": "bsd-simplified_242.RULE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 175,
+ "rule_relevance": 100,
+ "matched_text": " * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\n * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF\n * THE POSSIBILITY OF SUCH DAMAGE."
+ },
+ {
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_19.RULE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 213,
+ "rule_relevance": 100,
+ "matched_text": " * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. Neither the name of the University nor the names of its contributors\n * may be used to endorse or promote products derived from this software\n * without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE."
+ },
+ {
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_943.RULE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 213,
+ "rule_relevance": 100,
+ "matched_text": " * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. Neither the name of the University nor the names of its contributors\n * may be used to endorse or promote products derived from this software\n * without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE."
+ },
+ {
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_50.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": true,
+ "rule_length": 6,
+ "rule_relevance": 100,
+ "matched_text": "This copy of Python includes a copy of openssl, which is licensed under the following terms:"
+ },
+ {
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "openssl-ssleay_43.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 56,
+ "rule_relevance": 100,
+ "matched_text": " The OpenSSL toolkit stays under a dual license, i.e. both the conditions of\n the OpenSSL License and the original SSLeay license apply to the toolkit.\n See below for the actual license texts. Actually both licenses are BSD-style\n Open Source licenses. In case of any license issues related to OpenSSL\n please contact openssl-core@openssl.org."
+ },
+ {
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "openssl-ssleay_2.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 2,
+ "rule_relevance": 100,
+ "matched_text": " OpenSSL License"
+ },
+ {
+ "license_expression": "openssl",
+ "rule_identifier": "openssl_1.RULE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 332,
+ "rule_relevance": 100,
+ "matched_text": " * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n *\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer. \n *\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in\n * the documentation and/or other materials provided with the\n * distribution.\n *\n * 3. All advertising materials mentioning features or use of this\n * software must display the following acknowledgment:\n * \"This product includes software developed by the OpenSSL Project\n * for use in the OpenSSL Toolkit. (http://www.openssl.org/)\"\n *\n * 4. The names \"OpenSSL Toolkit\" and \"OpenSSL Project\" must not be used to\n * endorse or promote products derived from this software without\n * prior written permission. For written permission, please contact\n * openssl-core@openssl.org.\n *\n * 5. Products derived from this software may not be called \"OpenSSL\"\n * nor may \"OpenSSL\" appear in their names without prior written\n * permission of the OpenSSL Project.\n *\n * 6. Redistributions of any form whatsoever must retain the following\n * acknowledgment:\n * \"This product includes software developed by the OpenSSL Project\n * for use in the OpenSSL Toolkit (http://www.openssl.org/)\"\n *\n * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY\n * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR\n * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\n * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\n * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\n * OF THE POSSIBILITY OF SUCH DAMAGE.\n * ====================================================================\n *\n * This product includes cryptographic software written by Eric Young\n * (eay@cryptsoft.com). This product includes software written by Tim\n * Hudson (tjh@cryptsoft.com)."
+ },
+ {
+ "license_expression": "ssleay-windows",
+ "rule_identifier": "ssleay-windows.LICENSE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 453,
+ "rule_relevance": 100,
+ "matched_text": " * This package is an SSL implementation written\n * by Eric Young (eay@cryptsoft.com).\n * The implementation was written so as to conform with Netscapes SSL.\n * \n * This library is free for commercial and non-commercial use as long as\n * the following conditions are aheared to. The following conditions\n * apply to all code found in this distribution, be it the RC4, RSA,\n * lhash, DES, etc., code; not just the SSL code. The SSL documentation\n * included with this distribution is covered by the same copyright terms\n * except that the holder is Tim Hudson (tjh@cryptsoft.com).\n * \n * Copyright remains Eric Young's, and as such any Copyright notices in\n * the code are not to be removed.\n * If this package is used in a product, Eric Young should be given attribution\n * as the author of the parts of the library used.\n * This can be in the form of a textual message at program startup or\n * in documentation (online or textual) provided with the package.\n * \n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n * 1. Redistributions of source code must retain the copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. All advertising materials mentioning features or use of this software\n * must display the following acknowledgement:\n * \"This product includes cryptographic software written by\n * Eric Young (eay@cryptsoft.com)\"\n * The word 'cryptographic' can be left out if the rouines from the library\n * being used are not cryptographic related :-).\n * 4. If you include any Windows specific code (or a derivative thereof) from \n * the apps directory (application code) you must include an acknowledgement:\n * \"This product includes software written by Tim Hudson (tjh@cryptsoft.com)\"\n * \n * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\n * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n * SUCH DAMAGE.\n * \n * The licence and distribution terms for any publically available version or\n * derivative of this code cannot be changed. i.e. this code cannot simply be\n * copied and put under another distribution licence\n * [including the GNU Public Licence.]"
+ },
+ {
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_50.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": true,
+ "rule_length": 6,
+ "rule_relevance": 100,
+ "matched_text": "This copy of Python includes a copy of tcl, which is licensed under the following terms:"
+ },
+ {
+ "license_expression": "tcl",
+ "rule_identifier": "tcl.LICENSE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 345,
+ "rule_relevance": 100,
+ "matched_text": "This software is copyrighted by the Regents of the University of\nCalifornia, Sun Microsystems, Inc., Scriptics Corporation, ActiveState\nCorporation and other parties. The following terms apply to all files\nassociated with the software unless explicitly disclaimed in\nindividual files.\n\nThe authors hereby grant permission to use, copy, modify, distribute,\nand license this software and its documentation for any purpose, provided\nthat existing copyright notices are retained in all copies and that this\nnotice is included verbatim in any distributions. No written agreement,\nlicense, or royalty fee is required for any of the authorized uses.\nModifications to this software may be copyrighted by their authors\nand need not follow the licensing terms described here, provided that\nthe new terms are clearly indicated on the first page of each file where\nthey apply.\n\nIN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY\nFOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES\nARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY\nDERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGE.\n\nTHE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,\nINCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE\nIS PROVIDED ON AN \"AS IS\" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE\nNO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR\nMODIFICATIONS.\n\nGOVERNMENT USE: If you are acquiring this software on behalf of the\nU.S. government, the Government shall have only \"Restricted Rights\"\nin the software and related documentation as defined in the Federal \nAcquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you\nare acquiring the software on behalf of the Department of Defense, the\nsoftware shall be classified as \"Commercial Computer Software\" and the\nGovernment shall have only \"Restricted Rights\" as defined in Clause\n252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the\nauthors grant the U.S. Government and others acting in its behalf\npermission to use and distribute the software in accordance with the\nterms specified in this license."
+ },
+ {
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_50.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": true,
+ "rule_length": 6,
+ "rule_relevance": 100,
+ "matched_text": "This copy of Python includes a copy of tk, which is licensed under the following terms:"
+ },
+ {
+ "license_expression": "tcl",
+ "rule_identifier": "tcl_14.RULE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 341,
+ "rule_relevance": 100,
+ "matched_text": "This software is copyrighted by the Regents of the University of\nCalifornia, Sun Microsystems, Inc., and other parties. The following\nterms apply to all files associated with the software unless explicitly\ndisclaimed in individual files.\n\nThe authors hereby grant permission to use, copy, modify, distribute,\nand license this software and its documentation for any purpose, provided\nthat existing copyright notices are retained in all copies and that this\nnotice is included verbatim in any distributions. No written agreement,\nlicense, or royalty fee is required for any of the authorized uses.\nModifications to this software may be copyrighted by their authors\nand need not follow the licensing terms described here, provided that\nthe new terms are clearly indicated on the first page of each file where\nthey apply.\n\nIN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY\nFOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES\nARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY\nDERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGE.\n\nTHE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,\nINCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE\nIS PROVIDED ON AN \"AS IS\" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE\nNO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR\nMODIFICATIONS.\n\nGOVERNMENT USE: If you are acquiring this software on behalf of the\nU.S. government, the Government shall have only \"Restricted Rights\"\nin the software and related documentation as defined in the Federal \nAcquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you\nare acquiring the software on behalf of the Department of Defense, the\nsoftware shall be classified as \"Commercial Computer Software\" and the\nGovernment shall have only \"Restricted Rights\" as defined in Clause\n252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the\nauthors grant the U.S. Government and others acting in its behalf\npermission to use and distribute the software in accordance with the\nterms specified in this license."
+ }
+ ],
+ "files": [
+ {
+ "path": "python.LICENSE",
+ "type": "file",
+ "detected_license_expression": "python AND (other-copyleft AND gpl-1.0-plus) AND (python AND python-cwi) AND bzip2-libbzip-2010 AND sleepycat AND bsd-simplified AND bsd-new AND openssl-ssleay AND openssl AND ssleay-windows AND tcl",
+ "detected_license_expression_spdx": "Python-2.0 AND (LicenseRef-scancode-other-copyleft AND GPL-1.0-or-later) AND (Python-2.0 AND LicenseRef-scancode-python-cwi) AND bzip2-1.0.6 AND Sleepycat AND BSD-2-Clause AND BSD-3-Clause AND OpenSSL AND LicenseRef-scancode-openssl AND LicenseRef-scancode-ssleay-windows AND TCL",
+ "license_detections": [
+ {
+ "license_expression": "python",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 23,
+ "end_line": 26,
+ "matched_length": 35,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "python",
+ "rule_identifier": "python_not_not-a-license_269.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/python_not_not-a-license_269.RULE"
+ }
+ ]
+ },
+ {
+ "license_expression": "other-copyleft AND gpl-1.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 80.0,
+ "start_line": 62,
+ "end_line": 62,
+ "matched_length": 2,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "other-copyleft",
+ "rule_identifier": "other-copyleft_24.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-copyleft_24.RULE"
+ },
+ {
+ "score": 100.0,
+ "start_line": 62,
+ "end_line": 63,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "gpl-1.0-plus",
+ "rule_identifier": "gpl-1.0-plus_200.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_200.RULE"
+ },
+ {
+ "score": 85.0,
+ "start_line": 63,
+ "end_line": 63,
+ "matched_length": 2,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "gpl-1.0-plus",
+ "rule_identifier": "gpl-1.0-plus_351.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_351.RULE"
+ },
+ {
+ "score": 85.0,
+ "start_line": 64,
+ "end_line": 65,
+ "matched_length": 2,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "gpl-1.0-plus",
+ "rule_identifier": "gpl-1.0-plus_351.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_351.RULE"
+ },
+ {
+ "score": 80.0,
+ "start_line": 65,
+ "end_line": 65,
+ "matched_length": 2,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "other-copyleft",
+ "rule_identifier": "other-copyleft_24.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-copyleft_24.RULE"
+ },
+ {
+ "score": 100.0,
+ "start_line": 66,
+ "end_line": 66,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "gpl-1.0-plus",
+ "rule_identifier": "gpl_194.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl_194.RULE"
+ },
+ {
+ "score": 80.0,
+ "start_line": 68,
+ "end_line": 68,
+ "matched_length": 2,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "other-copyleft",
+ "rule_identifier": "other-copyleft_24.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-copyleft_24.RULE"
+ },
+ {
+ "score": 85.0,
+ "start_line": 71,
+ "end_line": 71,
+ "matched_length": 2,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "gpl-1.0-plus",
+ "rule_identifier": "gpl-1.0-plus_351.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_351.RULE"
+ }
+ ]
+ },
+ {
+ "license_expression": "python AND python-cwi",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 90.52,
+ "start_line": 77,
+ "end_line": 255,
+ "matched_length": 1385,
+ "match_coverage": 90.52,
+ "matcher": "3-seq",
+ "license_expression": "python",
+ "rule_identifier": "python_2019.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/python_2019.RULE"
+ },
+ {
+ "score": 100.0,
+ "start_line": 257,
+ "end_line": 272,
+ "matched_length": 145,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "python-cwi",
+ "rule_identifier": "python-cwi.LICENSE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/python-cwi.LICENSE"
+ }
+ ]
+ },
+ {
+ "license_expression": "bzip2-libbzip-2010",
+ "detection_log": [
+ "unknown-intro-followed-by-match"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 274,
+ "end_line": 274,
+ "matched_length": 6,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_50.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/license-intro_50.RULE"
+ },
+ {
+ "score": 100.0,
+ "start_line": 281,
+ "end_line": 310,
+ "matched_length": 233,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "bzip2-libbzip-2010",
+ "rule_identifier": "bzip2-libbzip-2010.LICENSE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bzip2-libbzip-2010.LICENSE"
+ }
+ ]
+ },
+ {
+ "license_expression": "sleepycat",
+ "detection_log": [
+ "unknown-intro-followed-by-match"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 317,
+ "end_line": 317,
+ "matched_length": 6,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_50.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/license-intro_50.RULE"
+ },
+ {
+ "score": 100.0,
+ "start_line": 334,
+ "end_line": 351,
+ "matched_length": 174,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "sleepycat",
+ "rule_identifier": "sleepycat_5.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/sleepycat_5.RULE"
+ }
+ ]
+ },
+ {
+ "license_expression": "bsd-simplified",
+ "detection_log": [
+ "license-clues",
+ "not-license-clues-as-more-detections-present"
+ ],
+ "matches": [
+ {
+ "score": 33.71,
+ "start_line": 358,
+ "end_line": 363,
+ "matched_length": 59,
+ "match_coverage": 33.71,
+ "matcher": "3-seq",
+ "license_expression": "bsd-simplified",
+ "rule_identifier": "bsd-simplified_242.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-simplified_242.RULE"
+ }
+ ]
+ },
+ {
+ "license_expression": "bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 369,
+ "end_line": 391,
+ "matched_length": 213,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_19.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_19.RULE"
+ }
+ ]
+ },
+ {
+ "license_expression": "bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 397,
+ "end_line": 419,
+ "matched_length": 213,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_943.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_943.RULE"
+ }
+ ]
+ },
+ {
+ "license_expression": "openssl-ssleay",
+ "detection_log": [
+ "unknown-intro-followed-by-match"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 422,
+ "end_line": 422,
+ "matched_length": 6,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_50.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/license-intro_50.RULE"
+ },
+ {
+ "score": 100.0,
+ "start_line": 428,
+ "end_line": 432,
+ "matched_length": 56,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "openssl-ssleay_43.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/openssl-ssleay_43.RULE"
+ },
+ {
+ "score": 100.0,
+ "start_line": 434,
+ "end_line": 434,
+ "matched_length": 2,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "openssl-ssleay_2.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/openssl-ssleay_2.RULE"
+ }
+ ]
+ },
+ {
+ "license_expression": "openssl",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 440,
+ "end_line": 487,
+ "matched_length": 332,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "openssl",
+ "rule_identifier": "openssl_1.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/openssl_1.RULE"
+ }
+ ]
+ },
+ {
+ "license_expression": "ssleay-windows",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 497,
+ "end_line": 548,
+ "matched_length": 453,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "ssleay-windows",
+ "rule_identifier": "ssleay-windows.LICENSE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ssleay-windows.LICENSE"
+ }
+ ]
+ },
+ {
+ "license_expression": "tcl",
+ "detection_log": [
+ "unknown-intro-followed-by-match"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 552,
+ "end_line": 552,
+ "matched_length": 6,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_50.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/license-intro_50.RULE"
+ },
+ {
+ "score": 100.0,
+ "start_line": 554,
+ "end_line": 593,
+ "matched_length": 345,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "tcl",
+ "rule_identifier": "tcl.LICENSE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/tcl.LICENSE"
+ }
+ ]
+ },
+ {
+ "license_expression": "tcl",
+ "detection_log": [
+ "unknown-intro-followed-by-match"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 595,
+ "end_line": 595,
+ "matched_length": 6,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "license-intro_50.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/license-intro_50.RULE"
+ },
+ {
+ "score": 100.0,
+ "start_line": 597,
+ "end_line": 635,
+ "matched_length": 341,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "tcl",
+ "rule_identifier": "tcl_14.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/tcl_14.RULE"
+ }
+ ]
+ }
+ ],
+ "license_clues": [],
+ "percentage_of_license_text": 83.64,
+ "scan_errors": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/tests/licensedcode/data/plugin_licenses_reference/python.LICENSE b/tests/licensedcode/data/plugin_licenses_reference/python.LICENSE
new file mode 100644
index 00000000000..5db3415f990
--- /dev/null
+++ b/tests/licensedcode/data/plugin_licenses_reference/python.LICENSE
@@ -0,0 +1,635 @@
+A. HISTORY OF THE SOFTWARE
+==========================
+
+Python was created in the early 1990s by Guido van Rossum at Stichting
+Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
+as a successor of a language called ABC. Guido remains Python's
+principal author, although it includes many contributions from others.
+
+In 1995, Guido continued his work on Python at the Corporation for
+National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
+in Reston, Virginia where he released several versions of the
+software.
+
+In May 2000, Guido and the Python core development team moved to
+BeOpen.com to form the BeOpen PythonLabs team. In October of the same
+year, the PythonLabs team moved to Digital Creations (now Zope
+Corporation, see http://www.zope.com). In 2001, the Python Software
+Foundation (PSF, see http://www.python.org/psf/) was formed, a
+non-profit organization created specifically to own Python-related
+Intellectual Property. Zope Corporation is a sponsoring member of
+the PSF.
+
+All Python releases are Open Source (see http://www.opensource.org for
+the Open Source Definition). Historically, most, but not all, Python
+releases have also been GPL-compatible; the table below summarizes
+the various releases.
+
+ Release Derived Year Owner GPL-
+ from compatible? (1)
+
+ 0.9.0 thru 1.2 1991-1995 CWI yes
+ 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
+ 1.6 1.5.2 2000 CNRI no
+ 2.0 1.6 2000 BeOpen.com no
+ 1.6.1 1.6 2001 CNRI yes (2)
+ 2.1 2.0+1.6.1 2001 PSF no
+ 2.0.1 2.0+1.6.1 2001 PSF yes
+ 2.1.1 2.1+2.0.1 2001 PSF yes
+ 2.2 2.1.1 2001 PSF yes
+ 2.1.2 2.1.1 2002 PSF yes
+ 2.1.3 2.1.2 2002 PSF yes
+ 2.2.1 2.2 2002 PSF yes
+ 2.2.2 2.2.1 2002 PSF yes
+ 2.2.3 2.2.2 2003 PSF yes
+ 2.3 2.2.2 2002-2003 PSF yes
+ 2.3.1 2.3 2002-2003 PSF yes
+ 2.3.2 2.3.1 2002-2003 PSF yes
+ 2.3.3 2.3.2 2002-2003 PSF yes
+ 2.3.4 2.3.3 2004 PSF yes
+ 2.3.5 2.3.4 2005 PSF yes
+ 2.4 2.3 2004 PSF yes
+ 2.4.1 2.4 2005 PSF yes
+ 2.4.2 2.4.1 2005 PSF yes
+ 2.4.3 2.4.2 2006 PSF yes
+ 2.4.4 2.4.3 2006 PSF yes
+ 2.5 2.4 2006 PSF yes
+ 2.5.1 2.5 2007 PSF yes
+ 2.5.2 2.5.2 2008 PSF yes
+
+Footnotes:
+
+(1) GPL-compatible doesn't mean that we're distributing Python under
+ the GPL. All Python licenses, unlike the GPL, let you distribute
+ a modified version without making your changes open source. The
+ GPL-compatible licenses make it possible to combine Python with
+ other software that is released under the GPL; the others don't.
+
+(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
+ because its license has a choice of law clause. According to
+ CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
+ is "not incompatible" with the GPL.
+
+Thanks to the many outside volunteers who have worked under Guido's
+direction to make these releases possible.
+
+
+B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
+===============================================================
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+--------------------------------------------
+
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+("PSF"), and the Individual or Organization ("Licensee") accessing and
+otherwise using this software ("Python") in source or binary form and
+its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, PSF
+hereby grants Licensee a nonexclusive, royalty-free, world-wide
+license to reproduce, analyze, test, perform and/or display publicly,
+prepare derivative works, distribute, and otherwise use Python
+alone or in any derivative version, provided, however, that PSF's
+License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation;
+All Rights Reserved" are retained in Python alone or in any derivative
+version prepared by Licensee.
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python or any part thereof, and wants to make
+the derivative work available to others as provided herein, then
+Licensee hereby agrees to include in any such work a brief summary of
+the changes made to Python.
+
+4. PSF is making Python available to Licensee on an "AS IS"
+basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
+DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
+INFRINGE ANY THIRD PARTY RIGHTS.
+
+5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
+OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+6. This License Agreement will automatically terminate upon a material
+breach of its terms and conditions.
+
+7. Nothing in this License Agreement shall be deemed to create any
+relationship of agency, partnership, or joint venture between PSF and
+Licensee. This License Agreement does not grant permission to use PSF
+trademarks or trade name in a trademark sense to endorse or promote
+products or services of Licensee, or any third party.
+
+8. By copying, installing or otherwise using Python, Licensee
+agrees to be bound by the terms and conditions of this License
+Agreement.
+
+
+BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
+-------------------------------------------
+
+BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
+
+1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
+office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
+Individual or Organization ("Licensee") accessing and otherwise using
+this software in source or binary form and its associated
+documentation ("the Software").
+
+2. Subject to the terms and conditions of this BeOpen Python License
+Agreement, BeOpen hereby grants Licensee a non-exclusive,
+royalty-free, world-wide license to reproduce, analyze, test, perform
+and/or display publicly, prepare derivative works, distribute, and
+otherwise use the Software alone or in any derivative version,
+provided, however, that the BeOpen Python License is retained in the
+Software, alone or in any derivative version prepared by Licensee.
+
+3. BeOpen is making the Software available to Licensee on an "AS IS"
+basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
+DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
+INFRINGE ANY THIRD PARTY RIGHTS.
+
+4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
+SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
+AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
+DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+5. This License Agreement will automatically terminate upon a material
+breach of its terms and conditions.
+
+6. This License Agreement shall be governed by and interpreted in all
+respects by the law of the State of California, excluding conflict of
+law provisions. Nothing in this License Agreement shall be deemed to
+create any relationship of agency, partnership, or joint venture
+between BeOpen and Licensee. This License Agreement does not grant
+permission to use BeOpen trademarks or trade names in a trademark
+sense to endorse or promote products or services of Licensee, or any
+third party. As an exception, the "BeOpen Python" logos available at
+http://www.pythonlabs.com/logos.html may be used according to the
+permissions granted on that web page.
+
+7. By copying, installing or otherwise using the software, Licensee
+agrees to be bound by the terms and conditions of this License
+Agreement.
+
+
+CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
+---------------------------------------
+
+1. This LICENSE AGREEMENT is between the Corporation for National
+Research Initiatives, having an office at 1895 Preston White Drive,
+Reston, VA 20191 ("CNRI"), and the Individual or Organization
+("Licensee") accessing and otherwise using Python 1.6.1 software in
+source or binary form and its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, CNRI
+hereby grants Licensee a nonexclusive, royalty-free, world-wide
+license to reproduce, analyze, test, perform and/or display publicly,
+prepare derivative works, distribute, and otherwise use Python 1.6.1
+alone or in any derivative version, provided, however, that CNRI's
+License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
+1995-2001 Corporation for National Research Initiatives; All Rights
+Reserved" are retained in Python 1.6.1 alone or in any derivative
+version prepared by Licensee. Alternately, in lieu of CNRI's License
+Agreement, Licensee may substitute the following text (omitting the
+quotes): "Python 1.6.1 is made available subject to the terms and
+conditions in CNRI's License Agreement. This Agreement together with
+Python 1.6.1 may be located on the Internet using the following
+unique, persistent identifier (known as a handle): 1895.22/1013. This
+Agreement may also be obtained from a proxy server on the Internet
+using the following URL: http://hdl.handle.net/1895.22/1013".
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python 1.6.1 or any part thereof, and wants to make
+the derivative work available to others as provided herein, then
+Licensee hereby agrees to include in any such work a brief summary of
+the changes made to Python 1.6.1.
+
+4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
+basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
+DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
+INFRINGE ANY THIRD PARTY RIGHTS.
+
+5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
+OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+6. This License Agreement will automatically terminate upon a material
+breach of its terms and conditions.
+
+7. This License Agreement shall be governed by the federal
+intellectual property law of the United States, including without
+limitation the federal copyright law, and, to the extent such
+U.S. federal law does not apply, by the law of the Commonwealth of
+Virginia, excluding Virginia's conflict of law provisions.
+Notwithstanding the foregoing, with regard to derivative works based
+on Python 1.6.1 that incorporate non-separable material that was
+previously distributed under the GNU General Public License (GPL), the
+law of the Commonwealth of Virginia shall govern this License
+Agreement only as to issues arising under or with respect to
+Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
+License Agreement shall be deemed to create any relationship of
+agency, partnership, or joint venture between CNRI and Licensee. This
+License Agreement does not grant permission to use CNRI trademarks or
+trade name in a trademark sense to endorse or promote products or
+services of Licensee, or any third party.
+
+8. By clicking on the "ACCEPT" button where indicated, or by copying,
+installing or otherwise using Python 1.6.1, Licensee agrees to be
+bound by the terms and conditions of this License Agreement.
+
+ ACCEPT
+
+
+CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
+--------------------------------------------------
+
+Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
+The Netherlands. All rights reserved.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the name of Stichting Mathematisch
+Centrum or CWI not be used in advertising or publicity pertaining to
+distribution of the software without specific, written prior
+permission.
+
+STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
+THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
+FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+This copy of Python includes a copy of bzip2, which is licensed under the following terms:
+
+
+This program, "bzip2", the associated library "libbzip2", and all
+documentation, are copyright (C) 1996-2005 Julian R Seward. All
+rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+2. The origin of this software must not be misrepresented; you must
+ not claim that you wrote the original software. If you use this
+ software in a product, an acknowledgment in the product
+ documentation would be appreciated but is not required.
+
+3. Altered source versions must be plainly marked as such, and must
+ not be misrepresented as being the original software.
+
+4. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 THE AUTHOR 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.
+
+Julian Seward, Cambridge, UK.
+jseward@acm.org
+bzip2/libbzip2 version 1.0.3 of 15 February 2005
+
+
+This copy of Python includes a copy of db, which is licensed under the following terms:
+
+/*-
+ * $Id: LICENSE,v 12.1 2005/06/16 20:20:10 bostic Exp $
+ */
+
+The following is the license that applies to this copy of the Berkeley DB
+software. For a license to use the Berkeley DB software under conditions
+other than those described here, or to purchase support for this software,
+please contact Sleepycat Software by email at info@sleepycat.com, or on
+the Web at http://www.sleepycat.com.
+
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+/*
+ * Copyright (c) 1990-2005
+ * Sleepycat Software. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. 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.
+ * 3. Redistributions in any form must be accompanied by information on
+ * how to obtain complete source code for the DB software and any
+ * accompanying software that uses the DB software. The source code
+ * must either be included in the distribution or be available for no
+ * more than the cost of distribution plus a nominal fee, and must be
+ * freely redistributable under reasonable conditions. For an
+ * executable file, complete source code means the source code for all
+ * modules it contains. It does not include source code for modules or
+ * files that typically accompany the major components of the operating
+ * system on which the executable file runs.
+ *
+ * THIS SOFTWARE IS PROVIDED BY SLEEPYCAT SOFTWARE ``AS IS'' AND ANY EXPRESS
+ * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
+ * NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL SLEEPYCAT SOFTWARE
+ * 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.
+ */
+/*
+ * Copyright (c) 1990, 1993, 1994, 1995
+ * The Regents of the University of California. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. 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.
+ * 3. Neither the name of the University nor the names of its contributors
+ * may be used to endorse or promote products derived from this software
+ * without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
+ */
+/*
+ * Copyright (c) 1995, 1996
+ * The President and Fellows of Harvard University. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. 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.
+ * 3. Neither the name of the University nor the names of its contributors
+ * may be used to endorse or promote products derived from this software
+ * without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS 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 HARVARD OR ITS CONTRIBUTORS 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.
+ */
+
+This copy of Python includes a copy of openssl, which is licensed under the following terms:
+
+
+ LICENSE ISSUES
+ ==============
+
+ The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
+ the OpenSSL License and the original SSLeay license apply to the toolkit.
+ See below for the actual license texts. Actually both licenses are BSD-style
+ Open Source licenses. In case of any license issues related to OpenSSL
+ please contact openssl-core@openssl.org.
+
+ OpenSSL License
+ ---------------
+
+/* ====================================================================
+ * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ *
+ * 2. 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.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ * software must display the following acknowledgment:
+ * "This product includes software developed by the OpenSSL Project
+ * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+ *
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+ * endorse or promote products derived from this software without
+ * prior written permission. For written permission, please contact
+ * openssl-core@openssl.org.
+ *
+ * 5. Products derived from this software may not be called "OpenSSL"
+ * nor may "OpenSSL" appear in their names without prior written
+ * permission of the OpenSSL Project.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ * acknowledgment:
+ * "This product includes software developed by the OpenSSL Project
+ * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+ * EXPRESSED 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 THE OpenSSL PROJECT OR
+ * ITS CONTRIBUTORS 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.
+ * ====================================================================
+ *
+ * This product includes cryptographic software written by Eric Young
+ * (eay@cryptsoft.com). This product includes software written by Tim
+ * Hudson (tjh@cryptsoft.com).
+ *
+ */
+
+ Original SSLeay License
+ -----------------------
+
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay@cryptsoft.com).
+ * The implementation was written so as to conform with Netscapes SSL.
+ *
+ * This library is free for commercial and non-commercial use as long as
+ * the following conditions are aheared to. The following conditions
+ * apply to all code found in this distribution, be it the RC4, RSA,
+ * lhash, DES, etc., code; not just the SSL code. The SSL documentation
+ * included with this distribution is covered by the same copyright terms
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ *
+ * Copyright remains Eric Young's, and as such any Copyright notices in
+ * the code are not to be removed.
+ * If this package is used in a product, Eric Young should be given attribution
+ * as the author of the parts of the library used.
+ * This can be in the form of a textual message at program startup or
+ * in documentation (online or textual) provided with the package.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. 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.
+ * 3. All advertising materials mentioning features or use of this software
+ * must display the following acknowledgement:
+ * "This product includes cryptographic software written by
+ * Eric Young (eay@cryptsoft.com)"
+ * The word 'cryptographic' can be left out if the rouines from the library
+ * being used are not cryptographic related :-).
+ * 4. If you include any Windows specific code (or a derivative thereof) from
+ * the apps directory (application code) you must include an acknowledgement:
+ * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ *
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``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 THE AUTHOR OR CONTRIBUTORS 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.
+ *
+ * The licence and distribution terms for any publically available version or
+ * derivative of this code cannot be changed. i.e. this code cannot simply be
+ * copied and put under another distribution licence
+ * [including the GNU Public Licence.]
+ */
+
+
+This copy of Python includes a copy of tcl, which is licensed under the following terms:
+
+This software is copyrighted by the Regents of the University of
+California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState
+Corporation and other parties. The following terms apply to all files
+associated with the software unless explicitly disclaimed in
+individual files.
+
+The authors hereby grant permission to use, copy, modify, distribute,
+and license this software and its documentation for any purpose, provided
+that existing copyright notices are retained in all copies and that this
+notice is included verbatim in any distributions. No written agreement,
+license, or royalty fee is required for any of the authorized uses.
+Modifications to this software may be copyrighted by their authors
+and need not follow the licensing terms described here, provided that
+the new terms are clearly indicated on the first page of each file where
+they apply.
+
+IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
+FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
+DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
+IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
+NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
+MODIFICATIONS.
+
+GOVERNMENT USE: If you are acquiring this software on behalf of the
+U.S. government, the Government shall have only "Restricted Rights"
+in the software and related documentation as defined in the Federal
+Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you
+are acquiring the software on behalf of the Department of Defense, the
+software shall be classified as "Commercial Computer Software" and the
+Government shall have only "Restricted Rights" as defined in Clause
+252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the
+authors grant the U.S. Government and others acting in its behalf
+permission to use and distribute the software in accordance with the
+terms specified in this license.
+
+This copy of Python includes a copy of tk, which is licensed under the following terms:
+
+This software is copyrighted by the Regents of the University of
+California, Sun Microsystems, Inc., and other parties. The following
+terms apply to all files associated with the software unless explicitly
+disclaimed in individual files.
+
+The authors hereby grant permission to use, copy, modify, distribute,
+and license this software and its documentation for any purpose, provided
+that existing copyright notices are retained in all copies and that this
+notice is included verbatim in any distributions. No written agreement,
+license, or royalty fee is required for any of the authorized uses.
+Modifications to this software may be copyrighted by their authors
+and need not follow the licensing terms described here, provided that
+the new terms are clearly indicated on the first page of each file where
+they apply.
+
+IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
+FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
+DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
+IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
+NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
+MODIFICATIONS.
+
+GOVERNMENT USE: If you are acquiring this software on behalf of the
+U.S. government, the Government shall have only "Restricted Rights"
+in the software and related documentation as defined in the Federal
+Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you
+are acquiring the software on behalf of the Department of Defense, the
+software shall be classified as "Commercial Computer Software" and the
+Government shall have only "Restricted Rights" as defined in Clause
+252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the
+authors grant the U.S. Government and others acting in its behalf
+permission to use and distribute the software in accordance with the
+terms specified in this license.
diff --git a/tests/licensedcode/data/plugin_licenses_reference/scan-matched-text-with-reference.expected.json b/tests/licensedcode/data/plugin_licenses_reference/scan-matched-text-with-reference.expected.json
new file mode 100644
index 00000000000..8cb77449306
--- /dev/null
+++ b/tests/licensedcode/data/plugin_licenses_reference/scan-matched-text-with-reference.expected.json
@@ -0,0 +1,421 @@
+{
+ "dependencies": [],
+ "packages": [
+ {
+ "type": "npm",
+ "namespace": null,
+ "name": "npm",
+ "version": "2.13.5",
+ "qualifiers": {},
+ "subpath": null,
+ "primary_language": "JavaScript",
+ "description": "a package manager for JavaScript",
+ "release_date": null,
+ "parties": [
+ {
+ "type": "person",
+ "role": "author",
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
+ "url": "http://blog.izs.me"
+ }
+ ],
+ "keywords": [
+ "package manager",
+ "modules",
+ "install",
+ "package.json"
+ ],
+ "homepage_url": "https://docs.npmjs.com/",
+ "download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz",
+ "size": null,
+ "sha1": "a124386bce4a90506f28ad4b1d1a804a17baaf32",
+ "md5": null,
+ "sha256": null,
+ "sha512": null,
+ "bug_tracking_url": "http://github.com/npm/npm/issues",
+ "code_view_url": null,
+ "vcs_url": "git+https://github.com/npm/npm.git",
+ "copyright": null,
+ "declared_license_expression": "artistic-2.0 OR mit",
+ "declared_license_expression_spdx": "Artistic-2.0 OR MIT",
+ "license_detections": [
+ {
+ "license_expression": "artistic-2.0 OR mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "artistic-2.0 OR mit",
+ "rule_identifier": "spdx-license-identifier: artistic-2.0 OR mit",
+ "rule_url": null
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "['Artistic-2.0 OR MIT']",
+ "notice_text": null,
+ "source_packages": [],
+ "extra_data": {},
+ "repository_homepage_url": "https://www.npmjs.com/package/npm",
+ "repository_download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz",
+ "api_data_url": "https://registry.npmjs.org/npm/2.13.5",
+ "package_uid": "pkg:npm/npm@2.13.5?uuid=fixed-uid-done-for-testing-5642512d1758",
+ "datafile_paths": [
+ "scan/package.json"
+ ],
+ "datasource_ids": [
+ "npm_package_json"
+ ],
+ "purl": "pkg:npm/npm@2.13.5"
+ }
+ ],
+ "license_references": [
+ {
+ "key": "apache-2.0",
+ "short_name": "Apache 2.0",
+ "name": "Apache License 2.0",
+ "category": "Permissive",
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "notes": "Per SPDX.org, this version was released January 2004 This license is OSI\ncertified\n",
+ "is_builtin": true,
+ "spdx_license_key": "Apache-2.0",
+ "other_spdx_license_keys": [
+ "LicenseRef-Apache",
+ "LicenseRef-Apache-2.0"
+ ],
+ "osi_license_key": "Apache-2.0",
+ "text_urls": [
+ "http://www.apache.org/licenses/LICENSE-2.0"
+ ],
+ "osi_url": "http://opensource.org/licenses/apache2.0.php",
+ "faq_url": "http://www.apache.org/foundation/licence-FAQ.html",
+ "other_urls": [
+ "http://www.opensource.org/licenses/Apache-2.0",
+ "https://opensource.org/licenses/Apache-2.0",
+ "https://www.apache.org/licenses/LICENSE-2.0"
+ ],
+ "text": "Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n\"License\" shall mean the terms and conditions for use, reproduction,\nand distribution as defined by Sections 1 through 9 of this document.\n\n\"Licensor\" shall mean the copyright owner or entity authorized by\nthe copyright owner that is granting the License.\n\n\"Legal Entity\" shall mean the union of the acting entity and all\nother entities that control, are controlled by, or are under common\ncontrol with that entity. For the purposes of this definition,\n\"control\" means (i) the power, direct or indirect, to cause the\ndirection or management of such entity, whether by contract or\notherwise, or (ii) ownership of fifty percent (50%) or more of the\noutstanding shares, or (iii) beneficial ownership of such entity.\n\n\"You\" (or \"Your\") shall mean an individual or Legal Entity\nexercising permissions granted by this License.\n\n\"Source\" form shall mean the preferred form for making modifications,\nincluding but not limited to software source code, documentation\nsource, and configuration files.\n\n\"Object\" form shall mean any form resulting from mechanical\ntransformation or translation of a Source form, including but\nnot limited to compiled object code, generated documentation,\nand conversions to other media types.\n\n\"Work\" shall mean the work of authorship, whether in Source or\nObject form, made available under the License, as indicated by a\ncopyright notice that is included in or attached to the work\n(an example is provided in the Appendix below).\n\n\"Derivative Works\" shall mean any work, whether in Source or Object\nform, that is based on (or derived from) the Work and for which the\neditorial revisions, annotations, elaborations, or other modifications\nrepresent, as a whole, an original work of authorship. For the purposes\nof this License, Derivative Works shall not include works that remain\nseparable from, or merely link (or bind by name) to the interfaces of,\nthe Work and Derivative Works thereof.\n\n\"Contribution\" shall mean any work of authorship, including\nthe original version of the Work and any modifications or additions\nto that Work or Derivative Works thereof, that is intentionally\nsubmitted to Licensor for inclusion in the Work by the copyright owner\nor by an individual or Legal Entity authorized to submit on behalf of\nthe copyright owner. For the purposes of this definition, \"submitted\"\nmeans any form of electronic, verbal, or written communication sent\nto the Licensor or its representatives, including but not limited to\ncommunication on electronic mailing lists, source code control systems,\nand issue tracking systems that are managed by, or on behalf of, the\nLicensor for the purpose of discussing and improving the Work, but\nexcluding communication that is conspicuously marked or otherwise\ndesignated in writing by the copyright owner as \"Not a Contribution.\"\n\n\"Contributor\" shall mean Licensor and any individual or Legal Entity\non behalf of whom a Contribution has been received by Licensor and\nsubsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\nthis License, each Contributor hereby grants to You a perpetual,\nworldwide, non-exclusive, no-charge, royalty-free, irrevocable\ncopyright license to reproduce, prepare Derivative Works of,\npublicly display, publicly perform, sublicense, and distribute the\nWork and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\nthis License, each Contributor hereby grants to You a perpetual,\nworldwide, non-exclusive, no-charge, royalty-free, irrevocable\n(except as stated in this section) patent license to make, have made,\nuse, offer to sell, sell, import, and otherwise transfer the Work,\nwhere such license applies only to those patent claims licensable\nby such Contributor that are necessarily infringed by their\nContribution(s) alone or by combination of their Contribution(s)\nwith the Work to which such Contribution(s) was submitted. If You\ninstitute patent litigation against any entity (including a\ncross-claim or counterclaim in a lawsuit) alleging that the Work\nor a Contribution incorporated within the Work constitutes direct\nor contributory patent infringement, then any patent licenses\ngranted to You under this License for that Work shall terminate\nas of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\nWork or Derivative Works thereof in any medium, with or without\nmodifications, and in Source or Object form, provided that You\nmeet the following conditions:\n\n(a) You must give any other recipients of the Work or\nDerivative Works a copy of this License; and\n\n(b) You must cause any modified files to carry prominent notices\nstating that You changed the files; and\n\n(c) You must retain, in the Source form of any Derivative Works\nthat You distribute, all copyright, patent, trademark, and\nattribution notices from the Source form of the Work,\nexcluding those notices that do not pertain to any part of\nthe Derivative Works; and\n\n(d) If the Work includes a \"NOTICE\" text file as part of its\ndistribution, then any Derivative Works that You distribute must\ninclude a readable copy of the attribution notices contained\nwithin such NOTICE file, excluding those notices that do not\npertain to any part of the Derivative Works, in at least one\nof the following places: within a NOTICE text file distributed\nas part of the Derivative Works; within the Source form or\ndocumentation, if provided along with the Derivative Works; or,\nwithin a display generated by the Derivative Works, if and\nwherever such third-party notices normally appear. The contents\nof the NOTICE file are for informational purposes only and\ndo not modify the License. You may add Your own attribution\nnotices within Derivative Works that You distribute, alongside\nor as an addendum to the NOTICE text from the Work, provided\nthat such additional attribution notices cannot be construed\nas modifying the License.\n\nYou may add Your own copyright statement to Your modifications and\nmay provide additional or different license terms and conditions\nfor use, reproduction, or distribution of Your modifications, or\nfor any such Derivative Works as a whole, provided Your use,\nreproduction, and distribution of the Work otherwise complies with\nthe conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\nany Contribution intentionally submitted for inclusion in the Work\nby You to the Licensor shall be under the terms and conditions of\nthis License, without any additional terms or conditions.\nNotwithstanding the above, nothing herein shall supersede or modify\nthe terms of any separate license agreement you may have executed\nwith Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\nnames, trademarks, service marks, or product names of the Licensor,\nexcept as required for reasonable and customary use in describing the\norigin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\nagreed to in writing, Licensor provides the Work (and each\nContributor provides its Contributions) on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\nimplied, including, without limitation, any warranties or conditions\nof TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\nPARTICULAR PURPOSE. You are solely responsible for determining the\nappropriateness of using or redistributing the Work and assume any\nrisks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\nwhether in tort (including negligence), contract, or otherwise,\nunless required by applicable law (such as deliberate and grossly\nnegligent acts) or agreed to in writing, shall any Contributor be\nliable to You for damages, including any direct, indirect, special,\nincidental, or consequential damages of any character arising as a\nresult of this License or out of the use or inability to use the\nWork (including but not limited to damages for loss of goodwill,\nwork stoppage, computer failure or malfunction, or any and all\nother commercial damages or losses), even if such Contributor\nhas been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\nthe Work or Derivative Works thereof, You may choose to offer,\nand charge a fee for, acceptance of support, warranty, indemnity,\nor other liability obligations and/or rights consistent with this\nLicense. However, in accepting such obligations, You may act only\non Your own behalf and on Your sole responsibility, not on behalf\nof any other Contributor, and only if You agree to indemnify,\ndefend, and hold each Contributor harmless for any liability\nincurred by, or claims asserted against, such Contributor by reason\nof your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\nTo apply the Apache License to your work, attach the following\nboilerplate notice, with the fields enclosed by brackets \"[]\"\nreplaced with your own identifying information. (Don't include\nthe brackets!) The text should be enclosed in the appropriate\ncomment syntax for the file format. We also recommend that a\nfile or class name and description of purpose be included on the\nsame \"printed page\" as the copyright notice for easier\nidentification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License."
+ },
+ {
+ "key": "artistic-2.0",
+ "short_name": "Artistic 2.0",
+ "name": "Artistic License 2.0",
+ "category": "Copyleft Limited",
+ "owner": "Perl Foundation",
+ "homepage_url": "http://www.perlfoundation.org/",
+ "notes": "Per SPDX.org, this version was released 2006 This license is OSI\ncertifified.\n",
+ "is_builtin": true,
+ "spdx_license_key": "Artistic-2.0",
+ "osi_license_key": "Artistic-2.0",
+ "text_urls": [
+ "https://www.perlfoundation.org/artistic_license_2_0",
+ "https://www.perlfoundation.org/attachment/legal/artistic-2_0.txt"
+ ],
+ "osi_url": "https://www.opensource.org/licenses/artistic-license-2.0.php",
+ "faq_url": "https://www.perlfoundation.org/artistic-2-0-notes",
+ "other_urls": [
+ "http://www.perlfoundation.org/artistic_license_2_0",
+ "https://opensource.org/licenses/artistic-license-2.0",
+ "https://www.opensource.org/licenses/artistic-license-2.0",
+ "https://www.perlfoundation.org/artistic-license-20.html"
+ ],
+ "text": "The Artistic License 2.0\n\nCopyright (c) 2000-2006, The Perl Foundation.\n\nEveryone is permitted to copy and distribute verbatim copies\nof this license document, but changing it is not allowed.\n\nPreamble\n\nThis license establishes the terms under which a given free software\nPackage may be copied, modified, distributed, and/or redistributed.\nThe intent is that the Copyright Holder maintains some artistic\ncontrol over the development of that Package while still keeping the\nPackage available as open source and free software.\n\nYou are always permitted to make arrangements wholly outside of this\nlicense directly with the Copyright Holder of a given Package. If the\nterms of this license do not permit the full use that you propose to\nmake of the Package, you should contact the Copyright Holder and seek\na different licensing arrangement.\n\nDefinitions\n\n\"Copyright Holder\" means the individual(s) or organization(s)\nnamed in the copyright notice for the entire Package.\n\n\"Contributor\" means any party that has contributed code or other\nmaterial to the Package, in accordance with the Copyright Holder's\nprocedures.\n\n\"You\" and \"your\" means any person who would like to copy,\ndistribute, or modify the Package.\n\n\"Package\" means the collection of files distributed by the\nCopyright Holder, and derivatives of that collection and/or of\nthose files. A given Package may consist of either the Standard\nVersion, or a Modified Version.\n\n\"Distribute\" means providing a copy of the Package or making it\naccessible to anyone else, or in the case of a company or\norganization, to others outside of your company or organization.\n\n\"Distributor Fee\" means any fee that you charge for Distributing\nthis Package or providing support for this Package to another\nparty. It does not mean licensing fees.\n\n\"Standard Version\" refers to the Package if it has not been\nmodified, or has been modified only in ways explicitly requested\nby the Copyright Holder.\n\n\"Modified Version\" means the Package, if it has been changed, and\nsuch changes were not explicitly requested by the Copyright\nHolder.\n\n\"Original License\" means this Artistic License as Distributed with\nthe Standard Version of the Package, in its current version or as\nit may be modified by The Perl Foundation in the future.\n\n\"Source\" form means the source code, documentation source, and\nconfiguration files for the Package.\n\n\"Compiled\" form means the compiled bytecode, object code, binary,\nor any other form resulting from mechanical transformation or\ntranslation of the Source form.\n\n\nPermission for Use and Modification Without Distribution\n\n(1) You are permitted to use the Standard Version and create and use\nModified Versions for any purpose without restriction, provided that\nyou do not Distribute the Modified Version.\n\n\nPermissions for Redistribution of the Standard Version\n\n(2) You may Distribute verbatim copies of the Source form of the\nStandard Version of this Package in any medium without restriction,\neither gratis or for a Distributor Fee, provided that you duplicate\nall of the original copyright notices and associated disclaimers. At\nyour discretion, such verbatim copies may or may not include a\nCompiled form of the Package.\n\n(3) You may apply any bug fixes, portability changes, and other\nmodifications made available from the Copyright Holder. The resulting\nPackage will still be considered the Standard Version, and as such\nwill be subject to the Original License.\n\n\nDistribution of Modified Versions of the Package as Source\n\n(4) You may Distribute your Modified Version as Source (either gratis\nor for a Distributor Fee, and with or without a Compiled form of the\nModified Version) provided that you clearly document how it differs\nfrom the Standard Version, including, but not limited to, documenting\nany non-standard features, executables, or modules, and provided that\nyou do at least ONE of the following:\n\n(a) make the Modified Version available to the Copyright Holder\nof the Standard Version, under the Original License, so that the\nCopyright Holder may include your modifications in the Standard\nVersion.\n\n(b) ensure that installation of your Modified Version does not\nprevent the user installing or running the Standard Version. In\naddition, the Modified Version must bear a name that is different\nfrom the name of the Standard Version.\n\n(c) allow anyone who receives a copy of the Modified Version to\nmake the Source form of the Modified Version available to others\nunder\n\n(i) the Original License or\n\n(ii) a license that permits the licensee to freely copy,\nmodify and redistribute the Modified Version using the same\nlicensing terms that apply to the copy that the licensee\nreceived, and requires that the Source form of the Modified\nVersion, and of any works derived from it, be made freely\navailable in that license fees are prohibited but Distributor\nFees are allowed.\n\n\nDistribution of Compiled Forms of the Standard Version\nor Modified Versions without the Source\n\n(5) You may Distribute Compiled forms of the Standard Version without\nthe Source, provided that you include complete instructions on how to\nget the Source of the Standard Version. Such instructions must be\nvalid at the time of your distribution. If these instructions, at any\ntime while you are carrying out such distribution, become invalid, you\nmust provide new instructions on demand or cease further distribution.\nIf you provide valid instructions or cease distribution within thirty\ndays after you become aware that the instructions are invalid, then\nyou do not forfeit any of your rights under this license.\n\n(6) You may Distribute a Modified Version in Compiled form without\nthe Source, provided that you comply with Section 4 with respect to\nthe Source of the Modified Version.\n\n\nAggregating or Linking the Package\n\n(7) You may aggregate the Package (either the Standard Version or\nModified Version) with other packages and Distribute the resulting\naggregation provided that you do not charge a licensing fee for the\nPackage. Distributor Fees are permitted, and licensing fees for other\ncomponents in the aggregation are permitted. The terms of this license\napply to the use and Distribution of the Standard or Modified Versions\nas included in the aggregation.\n\n(8) You are permitted to link Modified and Standard Versions with\nother works, to embed the Package in a larger work of your own, or to\nbuild stand-alone binary or bytecode versions of applications that\ninclude the Package, and Distribute the result without restriction,\nprovided the result does not expose a direct interface to the Package.\n\n\nItems That are Not Considered Part of a Modified Version\n\n(9) Works (including, but not limited to, modules and scripts) that\nmerely extend or make use of the Package, do not, by themselves, cause\nthe Package to be a Modified Version. In addition, such works are not\nconsidered parts of the Package itself, and are not subject to the\nterms of this license.\n\n\nGeneral Provisions\n\n(10) Any use, modification, and distribution of the Standard or\nModified Versions is governed by this Artistic License. By using,\nmodifying or distributing the Package, you accept this license. Do not\nuse, modify, or distribute the Package, if you do not accept this\nlicense.\n\n(11) If your Modified Version has been derived from a Modified\nVersion made by someone other than you, you are nevertheless required\nto ensure that your Modified Version complies with the requirements of\nthis license.\n\n(12) This license does not grant you the right to use any trademark,\nservice mark, tradename, or logo of the Copyright Holder.\n\n(13) This license includes the non-exclusive, worldwide,\nfree-of-charge patent license to make, have made, use, offer to sell,\nsell, import and otherwise transfer the Package with respect to any\npatent claims licensable by the Copyright Holder that are necessarily\ninfringed by the Package. If you institute patent litigation\n(including a cross-claim or counterclaim) against any party alleging\nthat the Package constitutes direct or contributory patent\ninfringement, then this Artistic License to you shall terminate on the\ndate that such litigation is filed.\n\n(14) Disclaimer of Warranty:\nTHE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS \"AS\nIS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR\nNON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL\nLAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL\nBE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL\nDAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF\nADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+ },
+ {
+ "key": "bsd-simplified",
+ "short_name": "BSD-2-Clause",
+ "name": "BSD-2-Clause",
+ "category": "Permissive",
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-2-Clause",
+ "notes": "Per SPDX.org, this license is OSI certified.",
+ "is_builtin": true,
+ "spdx_license_key": "BSD-2-Clause",
+ "other_spdx_license_keys": [
+ "BSD-2-Clause-NetBSD",
+ "BSD-2"
+ ],
+ "text_urls": [
+ "http://opensource.org/licenses/bsd-license.php"
+ ],
+ "osi_url": "http://opensource.org/licenses/bsd-license.php",
+ "other_urls": [
+ "http://spdx.org/licenses/BSD-2-Clause",
+ "http://www.freebsd.org/copyright/copyright.html",
+ "https://opensource.org/licenses/BSD-2-Clause"
+ ],
+ "text": "Redistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\nRedistributions of source code must retain the above copyright notice, this list\nof conditions and the following disclaimer.\n\nRedistributions in binary form must reproduce the above copyright notice, this\nlist of conditions and the following disclaimer in the documentation and/or\nother materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+ },
+ {
+ "key": "mit",
+ "short_name": "MIT License",
+ "name": "MIT License",
+ "category": "Permissive",
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "notes": "Per SPDX.org, this license is OSI certified.",
+ "is_builtin": true,
+ "spdx_license_key": "MIT",
+ "text_urls": [
+ "http://opensource.org/licenses/mit-license.php"
+ ],
+ "osi_url": "http://www.opensource.org/licenses/MIT",
+ "faq_url": "https://ieeexplore.ieee.org/document/9263265",
+ "other_urls": [
+ "https://opensource.com/article/18/3/patent-grant-mit-license",
+ "https://opensource.com/article/19/4/history-mit-license",
+ "https://opensource.org/licenses/MIT"
+ ],
+ "text": "Permission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
+ }
+ ],
+ "rule_references": [
+ {
+ "license_expression": "artistic-2.0 OR mit",
+ "rule_identifier": "spdx-license-identifier: artistic-2.0 OR mit",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Artistic-2.0 OR MIT"
+ },
+ {
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_2.RULE",
+ "referenced_filenames": [
+ "NOTICE"
+ ],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 119,
+ "rule_relevance": 100,
+ "matched_text": " * Licensed to the Apache Software Foundation (ASF) under one or more\n * contributor license agreements. See the NOTICE file distributed with\n * this work for additional information regarding copyright ownership.\n * The ASF licenses this file to You under the Apache License, Version 2.0\n * (the \"License\"); you may not use this file except in compliance with\n * the License. You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License."
+ },
+ {
+ "license_expression": "mit OR bsd-simplified",
+ "rule_identifier": "spdx-license-identifier: mit OR bsd-simplified",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 8,
+ "rule_relevance": 100,
+ "matched_text": "SPDX-License-Identifier: MIT or BSD-2-Clause"
+ },
+ {
+ "license_expression": "artistic-2.0 OR mit",
+ "rule_identifier": "spdx-license-identifier: artistic-2.0 OR mit",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Artistic-2.0 OR MIT"
+ },
+ {
+ "license_expression": "artistic-2.0",
+ "rule_identifier": "artistic-2.0_46.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": " \"license\": \"Artistic-2.0 OR MIT\","
+ }
+ ],
+ "files": [
+ {
+ "path": "scan",
+ "type": "directory",
+ "detected_license_expression": null,
+ "detected_license_expression_spdx": null,
+ "license_detections": [],
+ "license_clues": [],
+ "percentage_of_license_text": 0,
+ "package_data": [],
+ "for_packages": [],
+ "scan_errors": []
+ },
+ {
+ "path": "scan/copyr.java",
+ "type": "file",
+ "detected_license_expression": "apache-2.0 AND (mit OR bsd-simplified)",
+ "detected_license_expression_spdx": "Apache-2.0 AND (MIT OR BSD-2-Clause)",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0 AND (mit OR bsd-simplified)",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 3,
+ "end_line": 16,
+ "matched_length": 119,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_2.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_2.RULE"
+ },
+ {
+ "score": 100.0,
+ "start_line": 19,
+ "end_line": 19,
+ "matched_length": 8,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit OR bsd-simplified",
+ "rule_identifier": "spdx-license-identifier: mit OR bsd-simplified",
+ "rule_url": null
+ }
+ ]
+ }
+ ],
+ "license_clues": [],
+ "percentage_of_license_text": 100.0,
+ "package_data": [],
+ "for_packages": [
+ "pkg:npm/npm@2.13.5?uuid=fixed-uid-done-for-testing-5642512d1758"
+ ],
+ "scan_errors": []
+ },
+ {
+ "path": "scan/package.json",
+ "type": "file",
+ "detected_license_expression": "artistic-2.0",
+ "detected_license_expression_spdx": "Artistic-2.0",
+ "license_detections": [
+ {
+ "license_expression": "artistic-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 28,
+ "end_line": 28,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "artistic-2.0",
+ "rule_identifier": "artistic-2.0_46.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-2.0_46.RULE"
+ }
+ ]
+ }
+ ],
+ "license_clues": [],
+ "percentage_of_license_text": 5.0,
+ "package_data": [
+ {
+ "type": "npm",
+ "namespace": null,
+ "name": "npm",
+ "version": "2.13.5",
+ "qualifiers": {},
+ "subpath": null,
+ "primary_language": "JavaScript",
+ "description": "a package manager for JavaScript",
+ "release_date": null,
+ "parties": [
+ {
+ "type": "person",
+ "role": "author",
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
+ "url": "http://blog.izs.me"
+ }
+ ],
+ "keywords": [
+ "package manager",
+ "modules",
+ "install",
+ "package.json"
+ ],
+ "homepage_url": "https://docs.npmjs.com/",
+ "download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz",
+ "size": null,
+ "sha1": "a124386bce4a90506f28ad4b1d1a804a17baaf32",
+ "md5": null,
+ "sha256": null,
+ "sha512": null,
+ "bug_tracking_url": "http://github.com/npm/npm/issues",
+ "code_view_url": null,
+ "vcs_url": "git+https://github.com/npm/npm.git",
+ "copyright": null,
+ "declared_license_expression": "artistic-2.0 OR mit",
+ "declared_license_expression_spdx": "Artistic-2.0 OR MIT",
+ "license_detections": [
+ {
+ "license_expression": "artistic-2.0 OR mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "artistic-2.0 OR mit",
+ "rule_identifier": "spdx-license-identifier: artistic-2.0 OR mit",
+ "rule_url": null
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "['Artistic-2.0 OR MIT']",
+ "notice_text": null,
+ "source_packages": [],
+ "file_references": [],
+ "extra_data": {},
+ "dependencies": [],
+ "repository_homepage_url": "https://www.npmjs.com/package/npm",
+ "repository_download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz",
+ "api_data_url": "https://registry.npmjs.org/npm/2.13.5",
+ "datasource_id": "npm_package_json",
+ "purl": "pkg:npm/npm@2.13.5"
+ }
+ ],
+ "for_packages": [
+ "pkg:npm/npm@2.13.5?uuid=fixed-uid-done-for-testing-5642512d1758"
+ ],
+ "scan_errors": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/tests/licensedcode/data/plugin_licenses_reference/scan.expected.json b/tests/licensedcode/data/plugin_licenses_reference/scan-with-reference.expected.json
similarity index 81%
rename from tests/licensedcode/data/plugin_licenses_reference/scan.expected.json
rename to tests/licensedcode/data/plugin_licenses_reference/scan-with-reference.expected.json
index 62ae0ddba79..c99d563b8b5 100644
--- a/tests/licensedcode/data/plugin_licenses_reference/scan.expected.json
+++ b/tests/licensedcode/data/plugin_licenses_reference/scan-with-reference.expected.json
@@ -37,10 +37,33 @@
"code_view_url": null,
"vcs_url": "git+https://github.com/npm/npm.git",
"copyright": null,
- "license_expression": "artistic-2.0 OR mit",
- "declared_license": [
- "Artistic-2.0 OR MIT"
+ "declared_license_expression": "artistic-2.0 OR mit",
+ "declared_license_expression_spdx": "Artistic-2.0 OR MIT",
+ "license_detections": [
+ {
+ "license_expression": "artistic-2.0 OR mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "artistic-2.0 OR mit",
+ "rule_identifier": "spdx-license-identifier: artistic-2.0 OR mit",
+ "rule_url": null
+ }
+ ]
+ }
],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "['Artistic-2.0 OR MIT']",
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -57,7 +80,7 @@
"purl": "pkg:npm/npm@2.13.5"
}
],
- "licenses_reference": [
+ "license_references": [
{
"key": "apache-2.0",
"short_name": "Apache 2.0",
@@ -158,12 +181,80 @@
"text": "Permission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
}
],
+ "rule_references": [
+ {
+ "license_expression": "artistic-2.0 OR mit",
+ "rule_identifier": "spdx-license-identifier: artistic-2.0 OR mit",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Artistic-2.0 OR MIT"
+ },
+ {
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_2.RULE",
+ "referenced_filenames": [
+ "NOTICE"
+ ],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 119,
+ "rule_relevance": 100
+ },
+ {
+ "license_expression": "mit OR bsd-simplified",
+ "rule_identifier": "spdx-license-identifier: mit OR bsd-simplified",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 8,
+ "rule_relevance": 100
+ },
+ {
+ "license_expression": "artistic-2.0 OR mit",
+ "rule_identifier": "spdx-license-identifier: artistic-2.0 OR mit",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Artistic-2.0 OR MIT"
+ },
+ {
+ "license_expression": "artistic-2.0",
+ "rule_identifier": "artistic-2.0_46.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100
+ }
+ ],
"files": [
{
"path": "scan",
"type": "directory",
- "licenses": [],
- "license_expressions": [],
+ "detected_license_expression": null,
+ "detected_license_expression_spdx": null,
+ "license_detections": [],
+ "license_clues": [],
"percentage_of_license_text": 0,
"package_data": [],
"for_packages": [],
@@ -172,130 +263,41 @@
{
"path": "scan/copyr.java",
"type": "file",
- "licenses": [
- {
- "key": "apache-2.0",
- "score": 100.0,
- "name": "Apache License 2.0",
- "short_name": "Apache 2.0",
- "category": "Permissive",
- "is_exception": false,
- "is_unknown": false,
- "owner": "Apache Software Foundation",
- "homepage_url": "http://www.apache.org/licenses/",
- "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
- "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
- "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
- "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.yml",
- "spdx_license_key": "Apache-2.0",
- "spdx_url": "https://spdx.org/licenses/Apache-2.0",
- "start_line": 3,
- "end_line": 16,
- "matched_rule": {
- "identifier": "apache-2.0_2.RULE",
- "license_expression": "apache-2.0",
- "licenses": [
- "apache-2.0"
- ],
- "referenced_filenames": [
- "NOTICE"
- ],
- "is_license_text": false,
- "is_license_notice": true,
- "is_license_reference": false,
- "is_license_tag": false,
- "is_license_intro": false,
- "has_unknown": false,
- "matcher": "2-aho",
- "rule_length": 119,
- "matched_length": 119,
- "match_coverage": 100.0,
- "rule_relevance": 100
- }
- },
- {
- "key": "mit",
- "score": 100.0,
- "name": "MIT License",
- "short_name": "MIT License",
- "category": "Permissive",
- "is_exception": false,
- "is_unknown": false,
- "owner": "MIT",
- "homepage_url": "http://opensource.org/licenses/mit-license.php",
- "text_url": "http://opensource.org/licenses/mit-license.php",
- "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
- "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
- "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.yml",
- "spdx_license_key": "MIT",
- "spdx_url": "https://spdx.org/licenses/MIT",
- "start_line": 19,
- "end_line": 19,
- "matched_rule": {
- "identifier": "spdx-license-identifier: mit OR bsd-simplified",
- "license_expression": "mit OR bsd-simplified",
- "licenses": [
- "mit",
- "bsd-simplified"
- ],
- "referenced_filenames": [],
- "is_license_text": false,
- "is_license_notice": false,
- "is_license_reference": false,
- "is_license_tag": true,
- "is_license_intro": false,
- "has_unknown": false,
- "matcher": "1-spdx-id",
- "rule_length": 8,
- "matched_length": 8,
- "match_coverage": 100.0,
- "rule_relevance": 100
- }
- },
+ "detected_license_expression": "apache-2.0 AND (mit OR bsd-simplified)",
+ "detected_license_expression_spdx": "Apache-2.0 AND (MIT OR BSD-2-Clause)",
+ "license_detections": [
{
- "key": "bsd-simplified",
- "score": 100.0,
- "name": "BSD-2-Clause",
- "short_name": "BSD-2-Clause",
- "category": "Permissive",
- "is_exception": false,
- "is_unknown": false,
- "owner": "Regents of the University of California",
- "homepage_url": "http://www.opensource.org/licenses/BSD-2-Clause",
- "text_url": "http://opensource.org/licenses/bsd-license.php",
- "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-simplified",
- "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE",
- "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.yml",
- "spdx_license_key": "BSD-2-Clause",
- "spdx_url": "https://spdx.org/licenses/BSD-2-Clause",
- "start_line": 19,
- "end_line": 19,
- "matched_rule": {
- "identifier": "spdx-license-identifier: mit OR bsd-simplified",
- "license_expression": "mit OR bsd-simplified",
- "licenses": [
- "mit",
- "bsd-simplified"
- ],
- "referenced_filenames": [],
- "is_license_text": false,
- "is_license_notice": false,
- "is_license_reference": false,
- "is_license_tag": true,
- "is_license_intro": false,
- "has_unknown": false,
- "matcher": "1-spdx-id",
- "rule_length": 8,
- "matched_length": 8,
- "match_coverage": 100.0,
- "rule_relevance": 100
- }
+ "license_expression": "apache-2.0 AND (mit OR bsd-simplified)",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 3,
+ "end_line": 16,
+ "matched_length": 119,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_2.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_2.RULE"
+ },
+ {
+ "score": 100.0,
+ "start_line": 19,
+ "end_line": 19,
+ "matched_length": 8,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit OR bsd-simplified",
+ "rule_identifier": "spdx-license-identifier: mit OR bsd-simplified",
+ "rule_url": null
+ }
+ ]
}
],
- "license_expressions": [
- "apache-2.0",
- "mit OR bsd-simplified"
- ],
+ "license_clues": [],
"percentage_of_license_text": 100.0,
"package_data": [],
"for_packages": [
@@ -306,49 +308,30 @@
{
"path": "scan/package.json",
"type": "file",
- "licenses": [
+ "detected_license_expression": "artistic-2.0",
+ "detected_license_expression_spdx": "Artistic-2.0",
+ "license_detections": [
{
- "key": "artistic-2.0",
- "score": 100.0,
- "name": "Artistic License 2.0",
- "short_name": "Artistic 2.0",
- "category": "Copyleft Limited",
- "is_exception": false,
- "is_unknown": false,
- "owner": "Perl Foundation",
- "homepage_url": "http://www.perlfoundation.org/",
- "text_url": "https://www.perlfoundation.org/artistic_license_2_0",
- "reference_url": "https://scancode-licensedb.aboutcode.org/artistic-2.0",
- "scancode_text_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.LICENSE",
- "scancode_data_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.yml",
- "spdx_license_key": "Artistic-2.0",
- "spdx_url": "https://spdx.org/licenses/Artistic-2.0",
- "start_line": 28,
- "end_line": 28,
- "matched_rule": {
- "identifier": "artistic-2.0_46.RULE",
- "license_expression": "artistic-2.0",
- "licenses": [
- "artistic-2.0"
- ],
- "referenced_filenames": [],
- "is_license_text": false,
- "is_license_notice": false,
- "is_license_reference": false,
- "is_license_tag": true,
- "is_license_intro": false,
- "has_unknown": false,
- "matcher": "2-aho",
- "rule_length": 4,
- "matched_length": 4,
- "match_coverage": 100.0,
- "rule_relevance": 100
- }
+ "license_expression": "artistic-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 28,
+ "end_line": 28,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "artistic-2.0",
+ "rule_identifier": "artistic-2.0_46.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-2.0_46.RULE"
+ }
+ ]
}
],
- "license_expressions": [
- "artistic-2.0"
- ],
+ "license_clues": [],
"percentage_of_license_text": 5.0,
"package_data": [
{
@@ -387,10 +370,33 @@
"code_view_url": null,
"vcs_url": "git+https://github.com/npm/npm.git",
"copyright": null,
- "license_expression": "artistic-2.0 OR mit",
- "declared_license": [
- "Artistic-2.0 OR MIT"
+ "declared_license_expression": "artistic-2.0 OR mit",
+ "declared_license_expression_spdx": "Artistic-2.0 OR MIT",
+ "license_detections": [
+ {
+ "license_expression": "artistic-2.0 OR mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "artistic-2.0 OR mit",
+ "rule_identifier": "spdx-license-identifier: artistic-2.0 OR mit",
+ "rule_url": null
+ }
+ ]
+ }
],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "['Artistic-2.0 OR MIT']",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/licensedcode/data/plugin_licenses_reference/scan-without-reference.expected.json b/tests/licensedcode/data/plugin_licenses_reference/scan-without-reference.expected.json
new file mode 100644
index 00000000000..19962965c4b
--- /dev/null
+++ b/tests/licensedcode/data/plugin_licenses_reference/scan-without-reference.expected.json
@@ -0,0 +1,425 @@
+{
+ "dependencies": [],
+ "packages": [
+ {
+ "type": "npm",
+ "namespace": null,
+ "name": "npm",
+ "version": "2.13.5",
+ "qualifiers": {},
+ "subpath": null,
+ "primary_language": "JavaScript",
+ "description": "a package manager for JavaScript",
+ "release_date": null,
+ "parties": [
+ {
+ "type": "person",
+ "role": "author",
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
+ "url": "http://blog.izs.me"
+ }
+ ],
+ "keywords": [
+ "package manager",
+ "modules",
+ "install",
+ "package.json"
+ ],
+ "homepage_url": "https://docs.npmjs.com/",
+ "download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz",
+ "size": null,
+ "sha1": "a124386bce4a90506f28ad4b1d1a804a17baaf32",
+ "md5": null,
+ "sha256": null,
+ "sha512": null,
+ "bug_tracking_url": "http://github.com/npm/npm/issues",
+ "code_view_url": null,
+ "vcs_url": "git+https://github.com/npm/npm.git",
+ "copyright": null,
+ "declared_license_expression": "artistic-2.0 OR mit",
+ "declared_license_expression_spdx": "Artistic-2.0 OR MIT",
+ "license_detections": [
+ {
+ "license_expression": "artistic-2.0 OR mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "artistic-2.0 OR mit",
+ "rule_identifier": "spdx-license-identifier: artistic-2.0 OR mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Artistic-2.0 OR MIT",
+ "licenses": [
+ {
+ "key": "artistic-2.0",
+ "name": "Artistic License 2.0",
+ "short_name": "Artistic 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Perl Foundation",
+ "homepage_url": "http://www.perlfoundation.org/",
+ "text_url": "https://www.perlfoundation.org/artistic_license_2_0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/artistic-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.LICENSE",
+ "spdx_license_key": "Artistic-2.0",
+ "spdx_url": "https://spdx.org/licenses/Artistic-2.0"
+ },
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "['Artistic-2.0 OR MIT']",
+ "notice_text": null,
+ "source_packages": [],
+ "extra_data": {},
+ "repository_homepage_url": "https://www.npmjs.com/package/npm",
+ "repository_download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz",
+ "api_data_url": "https://registry.npmjs.org/npm/2.13.5",
+ "package_uid": "pkg:npm/npm@2.13.5?uuid=fixed-uid-done-for-testing-5642512d1758",
+ "datafile_paths": [
+ "scan/package.json"
+ ],
+ "datasource_ids": [
+ "npm_package_json"
+ ],
+ "purl": "pkg:npm/npm@2.13.5"
+ }
+ ],
+ "files": [
+ {
+ "path": "scan",
+ "type": "directory",
+ "detected_license_expression": null,
+ "detected_license_expression_spdx": null,
+ "license_detections": [],
+ "license_clues": [],
+ "percentage_of_license_text": 0,
+ "package_data": [],
+ "for_packages": [],
+ "scan_errors": []
+ },
+ {
+ "path": "scan/copyr.java",
+ "type": "file",
+ "detected_license_expression": "apache-2.0 AND (mit OR bsd-simplified)",
+ "detected_license_expression_spdx": "Apache-2.0 AND (MIT OR BSD-2-Clause)",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0 AND (mit OR bsd-simplified)",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 3,
+ "end_line": 16,
+ "matched_length": 119,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_2.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_2.RULE",
+ "referenced_filenames": [
+ "NOTICE"
+ ],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 119,
+ "rule_relevance": 100,
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 19,
+ "end_line": 19,
+ "matched_length": 8,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit OR bsd-simplified",
+ "rule_identifier": "spdx-license-identifier: mit OR bsd-simplified",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 8,
+ "rule_relevance": 100,
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ },
+ {
+ "key": "bsd-simplified",
+ "name": "BSD-2-Clause",
+ "short_name": "BSD-2-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-2-Clause",
+ "text_url": "http://opensource.org/licenses/bsd-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-simplified",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE",
+ "spdx_license_key": "BSD-2-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-2-Clause"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "license_clues": [],
+ "percentage_of_license_text": 100.0,
+ "package_data": [],
+ "for_packages": [
+ "pkg:npm/npm@2.13.5?uuid=fixed-uid-done-for-testing-5642512d1758"
+ ],
+ "scan_errors": []
+ },
+ {
+ "path": "scan/package.json",
+ "type": "file",
+ "detected_license_expression": "artistic-2.0",
+ "detected_license_expression_spdx": "Artistic-2.0",
+ "license_detections": [
+ {
+ "license_expression": "artistic-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 28,
+ "end_line": 28,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "artistic-2.0",
+ "rule_identifier": "artistic-2.0_46.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-2.0_46.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "licenses": [
+ {
+ "key": "artistic-2.0",
+ "name": "Artistic License 2.0",
+ "short_name": "Artistic 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Perl Foundation",
+ "homepage_url": "http://www.perlfoundation.org/",
+ "text_url": "https://www.perlfoundation.org/artistic_license_2_0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/artistic-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.LICENSE",
+ "spdx_license_key": "Artistic-2.0",
+ "spdx_url": "https://spdx.org/licenses/Artistic-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "license_clues": [],
+ "percentage_of_license_text": 5.0,
+ "package_data": [
+ {
+ "type": "npm",
+ "namespace": null,
+ "name": "npm",
+ "version": "2.13.5",
+ "qualifiers": {},
+ "subpath": null,
+ "primary_language": "JavaScript",
+ "description": "a package manager for JavaScript",
+ "release_date": null,
+ "parties": [
+ {
+ "type": "person",
+ "role": "author",
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
+ "url": "http://blog.izs.me"
+ }
+ ],
+ "keywords": [
+ "package manager",
+ "modules",
+ "install",
+ "package.json"
+ ],
+ "homepage_url": "https://docs.npmjs.com/",
+ "download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz",
+ "size": null,
+ "sha1": "a124386bce4a90506f28ad4b1d1a804a17baaf32",
+ "md5": null,
+ "sha256": null,
+ "sha512": null,
+ "bug_tracking_url": "http://github.com/npm/npm/issues",
+ "code_view_url": null,
+ "vcs_url": "git+https://github.com/npm/npm.git",
+ "copyright": null,
+ "declared_license_expression": "artistic-2.0 OR mit",
+ "declared_license_expression_spdx": "Artistic-2.0 OR MIT",
+ "license_detections": [
+ {
+ "license_expression": "artistic-2.0 OR mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "artistic-2.0 OR mit",
+ "rule_identifier": "spdx-license-identifier: artistic-2.0 OR mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Artistic-2.0 OR MIT",
+ "licenses": [
+ {
+ "key": "artistic-2.0",
+ "name": "Artistic License 2.0",
+ "short_name": "Artistic 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Perl Foundation",
+ "homepage_url": "http://www.perlfoundation.org/",
+ "text_url": "https://www.perlfoundation.org/artistic_license_2_0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/artistic-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.LICENSE",
+ "spdx_license_key": "Artistic-2.0",
+ "spdx_url": "https://spdx.org/licenses/Artistic-2.0"
+ },
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "['Artistic-2.0 OR MIT']",
+ "notice_text": null,
+ "source_packages": [],
+ "file_references": [],
+ "extra_data": {},
+ "dependencies": [],
+ "repository_homepage_url": "https://www.npmjs.com/package/npm",
+ "repository_download_url": "https://registry.npmjs.org/npm/-/npm-2.13.5.tgz",
+ "api_data_url": "https://registry.npmjs.org/npm/2.13.5",
+ "datasource_id": "npm_package_json",
+ "purl": "pkg:npm/npm@2.13.5"
+ }
+ ],
+ "for_packages": [
+ "pkg:npm/npm@2.13.5?uuid=fixed-uid-done-for-testing-5642512d1758"
+ ],
+ "scan_errors": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/tests/licensedcode/test_license_detection_mock_index.py b/tests/licensedcode/test_license_detection_mock_index.py
new file mode 100644
index 00000000000..4c215ce1923
--- /dev/null
+++ b/tests/licensedcode/test_license_detection_mock_index.py
@@ -0,0 +1,106 @@
+#
+# Copyright (c) nexB Inc. and others. All rights reserved.
+# ScanCode is a trademark of nexB Inc.
+# SPDX-License-Identifier: Apache-2.0
+# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
+# See https://github.com/nexB/scancode-toolkit for support or download.
+# See https://aboutcode.org for more information about nexB OSS projects.
+#
+
+import os
+import shutil
+
+from commoncode.testcase import FileBasedTesting
+from licensedcode.cache import LicenseCache
+from licensedcode.cache import build_index
+from licensedcode.cache import build_spdx_symbols
+from licensedcode.cache import build_unknown_spdx_symbol
+from licensedcode.cache import build_licensing
+from licensedcode.index import LicenseIndex
+from licensedcode.models import load_rules
+from packagedcode.licensing import get_license_detection_mappings
+from scancode.cli_test_utils import check_json
+from scancode_config import REGEN_TEST_FIXTURES
+
+
+class TestLicenseMatchBasic(FileBasedTesting):
+ test_data_dir = os.path.join(os.path.dirname(__file__), 'data/plugin_license/mock_index/')
+
+ def test_detection_with_mock_index_with_rule_folder(self):
+ rule_dir = self.get_test_loc('scan-unknown-intro-eclipse-foundation-rules')
+ index = LicenseIndex(load_rules(rule_dir))
+
+ test_loc = self.get_test_loc('scan-unknown-intro-eclipse-foundation/README.md')
+ results = get_license_detection_mappings(index=index, location=test_loc)
+
+ expected = self.get_test_loc('scan-unknown-intro-eclipse-foundation.expected.json')
+ check_json(expected, results, regen=REGEN_TEST_FIXTURES)
+
+
+ def test_detection_with_mock_index_with_rule_name_list(self):
+ rule_names = [
+ "license-intro_29.RULE",
+ "epl-2.0_30.RULE",
+ "epl-2.0_2.RULE"
+ ]
+ temp_dir = self.get_temp_dir('mock_rules')
+ index = LicenseIndex(get_rules_from_rule_names(rule_names, temp_dir))
+
+ test_loc = self.get_test_loc('scan-unknown-intro-eclipse-foundation/README.md')
+ results = get_license_detection_mappings(index=index, location=test_loc)
+
+ expected = self.get_test_loc('scan-unknown-intro-eclipse-foundation.expected.json')
+ check_json(expected, results, regen=REGEN_TEST_FIXTURES)
+
+
+def get_rules_from_rule_names(rule_names, temp_dir):
+
+ from licensedcode.models import rules_data_dir
+
+ for rule_name in rule_names:
+ rule_path = rules_data_dir + '/' + rule_name
+ shutil.copy(rule_path, temp_dir)
+
+ return load_rules(temp_dir)
+
+
+def get_index_with_test_rules(test_rules_dir):
+ """
+ Return and eventually build and cache a LicenseIndex from a directory with
+ a few test rules for a specific test.
+ """
+ return MockCacheFromTestRules.build_from_test_rules(test_rules_dir).index
+
+
+class MockCacheFromTestRules(LicenseCache):
+
+ @staticmethod
+ def build_from_test_rules(test_rules_dir):
+
+ from licensedcode.models import licenses_data_dir as ldd
+ from licensedcode.models import load_licenses
+
+ licenses_data_dir = licenses_data_dir or ldd
+ rules_data_dir = test_rules_dir
+
+ licenses_db = load_licenses(licenses_data_dir=licenses_data_dir)
+
+ index = build_index(
+ licenses_db=licenses_db,
+ licenses_data_dir=licenses_data_dir,
+ rules_data_dir=rules_data_dir,
+ )
+
+ spdx_symbols = build_spdx_symbols(licenses_db=licenses_db)
+ unknown_spdx_symbol = build_unknown_spdx_symbol(licenses_db=licenses_db)
+ licensing = build_licensing(licenses_db=licenses_db)
+
+ license_cache = LicenseCache(
+ db=licenses_db,
+ index=index,
+ licensing=licensing,
+ spdx_symbols=spdx_symbols,
+ unknown_spdx_symbol=unknown_spdx_symbol,
+ )
+
+ return license_cache
diff --git a/tests/licensedcode/test_match_spdx_lid.py b/tests/licensedcode/test_match_spdx_lid.py
index 186e39ac8be..32321ff032d 100644
--- a/tests/licensedcode/test_match_spdx_lid.py
+++ b/tests/licensedcode/test_match_spdx_lid.py
@@ -58,6 +58,32 @@ def test_Query_with_spdx_basic(self):
assert qry.spdx_lines == expected
+class TestNuGetSpdxQueryLines(FileBasedTesting):
+ test_data_dir = TEST_DATA_DIR
+
+ def test_Query_with_spdx_basic(self):
+ idx = cache.get_index()
+ querys = '''
+ * https://licenses.nuget.org/(LGPL-2.0-only WITH FLTK-exception OR Apache-2.0)
+ * SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
+ Always
+
+From uboot: the first two lines are patch-like:
+ * https://licenses.nuget.org/MIT
+ * https://licenses.nuget.org/(MIT)
+ '''
+
+ qry = Query(query_string=querys, idx=idx)
+ expected = [
+ ('licenses.nuget.org /(LGPL-2.0-only WITH FLTK-exception OR Apache-2.0)', 1, 14),
+ ('SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0',15, 33),
+ ('licenses.nuget.org /MIT', 45, 48),
+ ('licenses.nuget.org /(MIT)', 50, 53)
+ ]
+
+ assert qry.spdx_lines == expected
+
+
def get_query_spdx_lines_test_method(test_loc , expected_loc, regen=REGEN_TEST_FIXTURES):
"""
Collect a list of tuples (original line text, start known pos, end known
@@ -155,6 +181,22 @@ def test_clean_line(self):
]
results = [clean_text(test) for test in tests]
assert results == expected
+
+
+ def test_clean_line_nuget(self):
+ tests = [
+ '* https://licenses.nuget.org/(LGPL-2.0-only WITH FLTK-exception OR Apache-2.0)',
+ '* https://licenses.nuget.org/MIT',
+ '* https://licenses.nuget.org/(MIT)'
+ ]
+
+ expected = [
+ 'https://licenses.nuget.org/(LGPL-2.0-only WITH FLTK-exception OR Apache-2.0)',
+ 'https://licenses.nuget.org/MIT',
+ 'https://licenses.nuget.org/(MIT)'
+ ]
+ results = [clean_text(test) for test in tests]
+ assert results == expected
def test_prepare_text(self):
tests = [
@@ -201,6 +243,21 @@ def test_prepare_text(self):
results = [prepare_text(test) for test in tests]
assert results == expected
+ def test_prepare_text_nuget(self):
+ tests = [
+ '* https://licenses.nuget.org/(LGPL-2.0-only WITH FLTK-exception OR Apache-2.0)',
+ '* https://licenses.nuget.org/MIT',
+ '* https://licenses.nuget.org/(MIT)'
+ ]
+
+ expected = [
+ ('licenses.nuget.org', '(LGPL-2.0-only WITH FLTK-exception OR Apache-2.0)'),
+ ('licenses.nuget.org', 'MIT'),
+ ('licenses.nuget.org', '(MIT)'),
+ ]
+ results = [prepare_text(test) for test in tests]
+ assert results == expected
+
def test_prepare_text_with_rem(self):
assert prepare_text('') == (None, '')
assert prepare_text('@REM # SPDX-License-Identifier: BSD-2-Clause-Patent') == ('SPDX-License-Identifier:', 'BSD-2-Clause-Patent')
@@ -227,6 +284,30 @@ def test_split_spdx_lid(self):
]
assert results == expected
+ def test_split_spdx_lid_nuget(self):
+ test = [
+ 'https://licenses.nuget.org/(LGPL-2.0-only WITH FLTK-exception OR Apache-2.0)',
+ '* https://licenses.nuget.org/(MIT)',
+ 'https://licenses.nuget.org/MIT',
+ 'http://licenses.nuget.org/MIT',
+ 'licenses.nuget.org/MIT',
+ 'Licenses NuGet ORG MIT',
+ 'licenses nuget org MIT',
+ 'licenses MIT',
+ ]
+ results = [split_spdx_lid(l) for l in test]
+ expected = [
+ ('licenses.nuget.org', '/(LGPL-2.0-only WITH FLTK-exception OR Apache-2.0)'),
+ ('licenses.nuget.org', '/(MIT)'),
+ ('licenses.nuget.org', '/MIT'),
+ ('licenses.nuget.org', '/MIT'),
+ ('licenses.nuget.org', '/MIT'),
+ ('Licenses NuGet ORG ', 'MIT'),
+ ('licenses nuget org ', 'MIT'),
+ (None, 'licenses MIT'),
+ ]
+ assert results == expected
+
def test__split_spdx_lid(self):
test = [
'REM DNL SPDX License Identifier : BSD-3-Clause',
@@ -256,6 +337,14 @@ def test_get_expression_quoted(self):
line_text = '''LIST "SPDX-License-Identifier: GPL-2.0"'''
expression = get_expression(line_text, licensing, spdx_symbols, unknown_symbol)
assert expression.render() == 'gpl-2.0'
+
+ def test_get_expression_nuget(self):
+ licensing = Licensing()
+ spdx_symbols = get_spdx_symbols()
+ unknown_symbol = get_unknown_spdx_symbol()
+ line_text = 'https://licenses.nuget.org/MIT'
+ expression = get_expression(line_text, licensing, spdx_symbols, unknown_symbol)
+ assert expression.render() == 'mit'
def test_get_expression_multiple_or(self):
licensing = Licensing()
@@ -265,6 +354,14 @@ def test_get_expression_multiple_or(self):
expression = get_expression(line_text, licensing, spdx_symbols, unknown_symbol)
assert expression.render() == 'bsd-new OR epl-1.0 OR apache-2.0 OR mit'
+ def test_get_expression_multiple_or_nuget(self):
+ licensing = Licensing()
+ spdx_symbols = get_spdx_symbols()
+ unknown_symbol = get_unknown_spdx_symbol()
+ line_text = 'https://licenses.nuget.org/(LGPL-2.0-only WITH FLTK-exception OR Apache-2.0)'
+ expression = get_expression(line_text, licensing, spdx_symbols, unknown_symbol)
+ assert expression.render() == 'lgpl-2.0 WITH fltk-exception-lgpl-2.0 OR apache-2.0'
+
def test_get_expression_simple(self):
licensing = Licensing()
spdx_symbols = get_spdx_symbols()
@@ -297,6 +394,14 @@ def test_get_expression_with_extra_parens(self):
expression = get_expression(line_text, licensing, spdx_symbols, unknown_symbol)
assert expression.render() == 'gpl-2.0-plus OR mit'
+ def test_get_expression_with_extra_parens(self):
+ licensing = Licensing()
+ spdx_symbols = get_spdx_symbols()
+ unknown_symbol = get_unknown_spdx_symbol()
+ line_text = 'https://licenses.nuget.org/(GPL-2.0+ OR MIT)'
+ expression = get_expression(line_text, licensing, spdx_symbols, unknown_symbol)
+ assert expression.render() == 'gpl-2.0-plus OR mit'
+
def test_get_expression_extra_parens_2(self):
licensing = Licensing()
spdx_symbols = get_spdx_symbols()
@@ -449,6 +554,14 @@ def test_get_expression_with_empty_expression_should_return_unknown(self):
expression = get_expression(line_text, licensing, spdx_symbols, unknown_symbol)
assert expression == None
+ def test_get_expression_with_empty_expression_should_return_unknown_nuget(self):
+ licensing = Licensing()
+ spdx_symbols = get_spdx_symbols()
+ unknown_symbol = get_unknown_spdx_symbol()
+ line_text = 'https://licenses.nuget.org/'
+ expression = get_expression(line_text, licensing, spdx_symbols, unknown_symbol)
+ assert expression == None
+
def test__parse_expression_with_empty_expression2_should_return_None(self):
licensing = Licensing()
spdx_symbols = get_spdx_symbols()
diff --git a/tests/licensedcode/test_plugin_license.py b/tests/licensedcode/test_plugin_license.py
index d34e20c8cee..2c79c374e43 100644
--- a/tests/licensedcode/test_plugin_license.py
+++ b/tests/licensedcode/test_plugin_license.py
@@ -12,9 +12,7 @@
import pytest
from commoncode.testcase import FileDrivenTesting
-from licensedcode.plugin_license import add_referenced_filenames_license_matches
-from licensedcode.plugin_license import find_referenced_resource
-from licensedcode.plugin_license import get_referenced_filenames
+from scancode.api import get_licenses
from scancode.cli_test_utils import check_json_scan
from scancode.cli_test_utils import run_scan_click
from scancode_config import REGEN_TEST_FIXTURES
@@ -27,57 +25,44 @@
"""
-def test_license_option_reports_license_expressions():
- test_dir = test_env.get_test_loc('plugin_license/license-expression/scan', copy=True)
- result_file = test_env.get_temp_file('json')
- args = [
- '--license',
- '--strip-root',
- '--verbose',
- '--json', result_file,
- test_dir,
- ]
- run_scan_click(args)
- test_loc = test_env.get_test_loc('plugin_license/license-expression/scan.expected.json')
- check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
+def test_license_detection_api_works():
+ test_loc = test_env.get_test_loc('plugin_license/scan/e2fsprogs/e2fsprogs-copyright')
+ detections = list(get_licenses(location=test_loc))
+ assert detections
-def test_license_option_reports_license_texts():
- test_dir = test_env.get_test_loc('plugin_license/text/scan', copy=True)
+def test_license_detection_plugin_works():
+ test_dir = test_env.get_test_loc('plugin_license/scan/e2fsprogs/', copy=True)
result_file = test_env.get_temp_file('json')
args = [
'--license',
- '--license-text',
'--strip-root',
'--verbose',
'--json', result_file,
test_dir,
]
-
run_scan_click(args)
- test_loc = test_env.get_test_loc('plugin_license/text/scan.expected.json')
+ test_loc = test_env.get_test_loc('plugin_license/scan/e2fsprogs-expected.json')
check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
-def test_license_option_reports_license_texts_diag():
- test_dir = test_env.get_test_loc('plugin_license/text/scan', copy=True)
+def test_license_option_reports_license_expressions():
+ test_dir = test_env.get_test_loc('plugin_license/license-expression/scan', copy=True)
result_file = test_env.get_temp_file('json')
args = [
'--license',
- '--license-text',
- '--license-text-diagnostics',
'--strip-root',
'--verbose',
'--json', result_file,
test_dir,
]
run_scan_click(args)
- test_loc = test_env.get_test_loc('plugin_license/text/scan-diag.expected.json')
+ test_loc = test_env.get_test_loc('plugin_license/license-expression/scan.expected.json')
check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
-def test_license_option_reports_license_texts_long_lines():
- test_dir = test_env.get_test_loc('plugin_license/text_long_lines/scan', copy=True)
+def test_license_option_reports_license_expressions_spdx_nuget():
+ test_dir = test_env.get_test_loc('plugin_license/license-expression/spdx-expressions.txt', copy=True)
result_file = test_env.get_temp_file('json')
args = [
'--license',
@@ -88,29 +73,30 @@ def test_license_option_reports_license_texts_long_lines():
test_dir,
]
run_scan_click(args)
- test_loc = test_env.get_test_loc('plugin_license/text_long_lines/scan.expected.json')
+ test_loc = test_env.get_test_loc('plugin_license/license-expression/spdx-expressions.expected.json')
check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
-def test_license_option_reports_license_texts_diag_long_lines():
- test_dir = test_env.get_test_loc('plugin_license/text_long_lines/scan', copy=True)
+
+def test_license_option_reports_license_texts():
+ test_dir = test_env.get_test_loc('plugin_license/text/scan', copy=True)
result_file = test_env.get_temp_file('json')
args = [
'--license',
'--license-text',
- '--license-text-diagnostics',
'--strip-root',
'--verbose',
'--json', result_file,
test_dir,
]
+
run_scan_click(args)
- test_loc = test_env.get_test_loc('plugin_license/text_long_lines/scan-diag.expected.json')
+ test_loc = test_env.get_test_loc('plugin_license/text/scan.expected.json')
check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
-def test_license_match_unknown_license_with_license_reference():
- test_dir = test_env.get_test_loc('plugin_license/license_reference/scan/scan-ref', copy=True)
+def test_license_option_reports_license_texts_diag():
+ test_dir = test_env.get_test_loc('plugin_license/text/scan', copy=True)
result_file = test_env.get_temp_file('json')
args = [
'--license',
@@ -118,36 +104,32 @@ def test_license_match_unknown_license_with_license_reference():
'--license-text-diagnostics',
'--strip-root',
'--verbose',
- '--unknown-licenses',
'--json', result_file,
test_dir,
]
run_scan_click(args)
- test_loc = test_env.get_test_loc('plugin_license/license_reference/scan-ref.expected.json')
+ test_loc = test_env.get_test_loc('plugin_license/text/scan-diag.expected.json')
check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
-@pytest.mark.xfail(reason="Set as failing until we have proper LicenseDetection support")
-def test_license_match_unknown_license_without_license_reference():
- test_dir = test_env.get_test_loc('plugin_license/license_reference/scan/license-ref-see-copying', copy=True)
+def test_license_option_reports_license_texts_long_lines():
+ test_dir = test_env.get_test_loc('plugin_license/text_long_lines/scan', copy=True)
result_file = test_env.get_temp_file('json')
args = [
'--license',
'--license-text',
- '--license-text-diagnostics',
'--strip-root',
'--verbose',
- '--unknown-licenses',
'--json', result_file,
test_dir,
]
run_scan_click(args)
- test_loc = test_env.get_test_loc('plugin_license/license_reference/license-ref-see-copying.expected.json')
+ test_loc = test_env.get_test_loc('plugin_license/text_long_lines/scan.expected.json')
check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
-def test_license_match_referenced_filename():
- test_dir = test_env.get_test_loc('plugin_license/license_reference/scan/scan-without-ref', copy=True)
+def test_license_option_reports_license_texts_diag_long_lines():
+ test_dir = test_env.get_test_loc('plugin_license/text_long_lines/scan', copy=True)
result_file = test_env.get_temp_file('json')
args = [
'--license',
@@ -155,88 +137,15 @@ def test_license_match_referenced_filename():
'--license-text-diagnostics',
'--strip-root',
'--verbose',
- '--unknown-licenses',
'--json', result_file,
test_dir,
]
run_scan_click(args)
- test_loc = test_env.get_test_loc('plugin_license/license_reference/scan-wref.expected.json')
+ test_loc = test_env.get_test_loc('plugin_license/text_long_lines/scan-diag.expected.json')
check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
-def test_get_referenced_filenames():
- license_matches = [
- {'matched_rule': {'referenced_filenames' : ['LICENSE.txt', 'COPYING']}},
- {'matched_rule': {'referenced_filenames' : ['COPYING', 'LICENSE.txt']}},
- {'matched_rule': {'referenced_filenames' : ['copying']}},
- {'matched_rule': {'referenced_filenames' : []}},
- ]
- expected = ['LICENSE.txt', 'COPYING', 'copying']
- assert get_referenced_filenames(license_matches) == expected
-
-
-def test_find_referenced_resource():
- # Setup: Create a new scan to use for a virtual codebase
- test_dir = test_env.get_test_loc('plugin_license/license_reference/scan/scan-ref', copy=True)
- scan_loc = test_env.get_temp_file('json')
- args = [
- '--license',
- '--license-text',
- '--license-text-diagnostics',
- '--unknown-licenses',
- '--json', scan_loc,
- test_dir,
- ]
- run_scan_click(args)
-
- # test proper
- from commoncode.resource import VirtualCodebase
- codebase = VirtualCodebase(scan_loc)
- resource = codebase.get_resource('scan-ref/license-notice.txt')
- result = find_referenced_resource(referenced_filename='LICENSE', resource=resource, codebase=codebase)
- assert result.path == 'scan-ref/LICENSE'
-
-
-def test_find_referenced_resource_does_not_find_based_file_name_suffix():
- # Setup: Create a new scan to use for a virtual codebase. This directory has
- # two test file with the same name suffix which is also a referenced
- # filename
- test_dir = test_env.get_test_loc('plugin_license/license_reference/scan/scan-ref-dupe-name-suffix', copy=True)
- scan_loc = test_env.get_temp_file('json')
- args = ['--license', '--license-text', '--license-text-diagnostics', test_dir, '--json', scan_loc]
- run_scan_click(args)
-
- # test proper
- from commoncode.resource import VirtualCodebase
- codebase = VirtualCodebase(scan_loc)
- resource = codebase.get_resource('scan-ref-dupe-name-suffix/license-notice.txt')
- result = find_referenced_resource(referenced_filename='LICENSE', resource=resource, codebase=codebase)
- assert result.path == 'scan-ref-dupe-name-suffix/LICENSE'
-
-
-def test_match_reference_license():
- # Setup: Create a new scan to use for a virtual codebase
- test_dir = test_env.get_test_loc('plugin_license/license_reference/scan/scan-ref', copy=True)
- scan_loc = test_env.get_temp_file('json')
- args = [
- '--license',
- '--license-text',
- '--license-text-diagnostics',
- '--unknown-licenses',
- '--json', scan_loc,
- test_dir,
- ]
- run_scan_click(args)
-
- # test proper
- from commoncode.resource import VirtualCodebase
- codebase = VirtualCodebase(scan_loc)
- resource = codebase.get_resource('scan-ref/license-notice.txt')
- assert len(resource.licenses) == 2
- result = add_referenced_filenames_license_matches(resource=resource, codebase=codebase)
- assert len(result.licenses) == 3
-
-
+@pytest.mark.scanslow
def test_reindex_licenses_works():
from licensedcode.cache import get_index
get_index(force=True)
@@ -250,7 +159,6 @@ def test_scan_license_with_url_template():
args = [
'--license',
'--license-url-template', 'https://example.com/urn:{}',
- '--unknown-licenses',
'--json-pp', result_file,
test_dir,
]
diff --git a/tests/licensedcode/test_plugin_license_detection.py b/tests/licensedcode/test_plugin_license_detection.py
new file mode 100644
index 00000000000..77938d6fcfe
--- /dev/null
+++ b/tests/licensedcode/test_plugin_license_detection.py
@@ -0,0 +1,276 @@
+#
+# Copyright (c) nexB Inc. and others. All rights reserved.
+# ScanCode is a trademark of nexB Inc.
+# SPDX-License-Identifier: Apache-2.0
+# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
+# See https://github.com/nexB/scancode-toolkit for support or download.
+# See https://aboutcode.org for more information about nexB OSS projects.
+#
+
+import os
+
+from commoncode.testcase import FileDrivenTesting
+
+from licensedcode.plugin_license import find_referenced_resource
+from licensedcode.plugin_license import get_referenced_filenames
+from scancode.cli_test_utils import check_json_scan
+from scancode.cli_test_utils import run_scan_click
+from scancode_config import REGEN_TEST_FIXTURES
+
+test_env = FileDrivenTesting()
+test_env.test_data_dir = os.path.join(os.path.dirname(__file__), 'data')
+
+
+def test_complicated_license_text_from_ffmpeg():
+ test_dir = test_env.get_test_loc('plugin_license/scan/ffmpeg-LICENSE.md', copy=True)
+ result_file = test_env.get_temp_file('json')
+ args = [
+ '--license',
+ '--license-text',
+ '--strip-root',
+ '--verbose',
+ '--json', result_file,
+ test_dir,
+ ]
+ run_scan_click(args)
+ test_loc = test_env.get_test_loc('plugin_license/scan/ffmpeg-license.expected.json')
+ check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
+
+
+def test_license_match_unknown_license_intro_with_imperfect_matches():
+ test_dir = test_env.get_test_loc('plugin_license/unknown_intro/scan-unknown-intro-with-imperfect-matches/', copy=True)
+ result_file = test_env.get_temp_file('json')
+ args = [
+ '--license',
+ '--license-text',
+ '--license-text-diagnostics',
+ '--strip-root',
+ '--verbose',
+ '--json', result_file,
+ test_dir,
+ ]
+ run_scan_click(args)
+ test_loc = test_env.get_test_loc('plugin_license/unknown_intro/scan-unknown-intro-with-imperfect-matches.expected.json')
+ check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
+
+
+def test_license_match_unknown_license_intro_with_dual_license():
+ test_dir = test_env.get_test_loc('plugin_license/unknown_intro/scan-unknown-intro-dual-license/', copy=True)
+ result_file = test_env.get_temp_file('json')
+ args = [
+ '--license',
+ '--license-text',
+ '--license-text-diagnostics',
+ '--strip-root',
+ '--verbose',
+ '--json', result_file,
+ test_dir,
+ ]
+ run_scan_click(args)
+ test_loc = test_env.get_test_loc('plugin_license/unknown_intro/scan-unknown-intro-dual-license.expected.json')
+ check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
+
+
+def test_license_match_unknown_license_intro_eclipse_foundation():
+ test_dir = test_env.get_test_loc('plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation/', copy=True)
+ result_file = test_env.get_temp_file('json')
+ args = [
+ '--license',
+ '--license-text',
+ '--license-text-diagnostics',
+ '--strip-root',
+ '--verbose',
+ '--json', result_file,
+ test_dir,
+ ]
+ run_scan_click(args)
+ test_loc = test_env.get_test_loc('plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation.expected.json')
+ check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
+
+
+def test_license_match_unknown_license_intro_eclipse_foundation_tycho():
+ test_dir = test_env.get_test_loc('plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation-tycho/', copy=True)
+ result_file = test_env.get_temp_file('json')
+ args = [
+ '--license',
+ '--license-text',
+ '--license-text-diagnostics',
+ '--strip-root',
+ '--verbose',
+ '--json', result_file,
+ test_dir,
+ ]
+ run_scan_click(args)
+ test_loc = test_env.get_test_loc('plugin_license/unknown_intro/scan-unknown-intro-eclipse-foundation-tycho.expected.json')
+ check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
+
+
+def test_license_match_unknown_license_intro_with_long_gaps_between():
+ test_dir = test_env.get_test_loc('plugin_license/unknown_intro/scan-unknown-intro-long-gaps-between/', copy=True)
+ result_file = test_env.get_temp_file('json')
+ args = [
+ '--license',
+ '--license-text',
+ '--license-text-diagnostics',
+ '--strip-root',
+ '--verbose',
+ '--json', result_file,
+ test_dir,
+ ]
+ run_scan_click(args)
+ test_loc = test_env.get_test_loc('plugin_license/unknown_intro/scan-unknown-intro-long-gaps-between.expected.json')
+ check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
+
+
+def test_license_match_unknown_license_with_license_ref_to_key_file_at_root():
+ test_dir = test_env.get_test_loc('plugin_license/license_reference/scan/unknown-ref-to-key-file-root', copy=True)
+ result_file = test_env.get_temp_file('json')
+ args = [
+ '--license',
+ '--license-text',
+ '--license-text-diagnostics',
+ '--strip-root',
+ '--verbose',
+ '--json', result_file,
+ test_dir,
+ ]
+ run_scan_click(args)
+ test_loc = test_env.get_test_loc('plugin_license/license_reference/unknown-ref-to-key-file-root.expected.json')
+ check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
+
+
+def test_license_match_unknown_license_with_license_reference():
+ test_dir = test_env.get_test_loc('plugin_license/license_reference/scan/scan-ref', copy=True)
+ result_file = test_env.get_temp_file('json')
+ args = [
+ '--license',
+ '--license-text',
+ '--license-text-diagnostics',
+ '--strip-root',
+ '--verbose',
+ '--json', result_file,
+ test_dir,
+ ]
+ run_scan_click(args)
+ test_loc = test_env.get_test_loc('plugin_license/license_reference/scan-ref.expected.json')
+ check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
+
+
+def test_license_match_unknown_license_without_license_reference():
+ test_dir = test_env.get_test_loc('plugin_license/license_reference/scan/license-ref-see-copying', copy=True)
+ result_file = test_env.get_temp_file('json')
+ args = [
+ '--license',
+ '--license-text',
+ '--license-text-diagnostics',
+ '--strip-root',
+ '--verbose',
+ '--json', result_file,
+ test_dir,
+ ]
+ run_scan_click(args)
+ test_loc = test_env.get_test_loc('plugin_license/license_reference/license-ref-see-copying.expected.json')
+ check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
+
+
+def test_license_match_referenced_filename():
+ test_dir = test_env.get_test_loc('plugin_license/license_reference/scan/scan-without-ref', copy=True)
+ result_file = test_env.get_temp_file('json')
+ args = [
+ '--license',
+ '--license-text',
+ '--license-text-diagnostics',
+ '--strip-root',
+ '--verbose',
+ '--json', result_file,
+ test_dir,
+ ]
+ run_scan_click(args)
+ test_loc = test_env.get_test_loc('plugin_license/license_reference/scan-wref.expected.json')
+ check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
+
+
+def test_license_match_referenced_filename():
+ test_dir = test_env.get_test_loc('plugin_license/license_reference/scan/scan-unknown-reference-copyright', copy=True)
+ result_file = test_env.get_temp_file('json')
+ args = [
+ '--license',
+ '--license-text',
+ '--license-text-diagnostics',
+ '--strip-root',
+ '--verbose',
+ '--json', result_file,
+ test_dir,
+ ]
+ run_scan_click(args)
+ test_loc = test_env.get_test_loc('plugin_license/license_reference/scan-unknown-reference-copyright.expected.json')
+ check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
+
+
+def test_get_referenced_filenames():
+ license_matches = [
+ {'referenced_filenames' : ['LICENSE.txt', 'COPYING']},
+ {'referenced_filenames' : ['COPYING', 'LICENSE.txt']},
+ {'referenced_filenames' : ['copying']},
+ {'referenced_filenames' : []},
+ ]
+ expected = ['LICENSE.txt', 'COPYING', 'copying']
+ assert get_referenced_filenames(license_matches) == expected
+
+
+def test_find_referenced_resource():
+ # Setup: Create a new scan to use for a virtual codebase
+ test_dir = test_env.get_test_loc('plugin_license/license_reference/scan/scan-ref', copy=True)
+ scan_loc = test_env.get_temp_file('json')
+ args = [
+ '--license',
+ '--license-text',
+ '--license-text-diagnostics',
+ '--json', scan_loc,
+ test_dir,
+ ]
+ run_scan_click(args)
+
+ # test proper
+ from commoncode.resource import VirtualCodebase
+ codebase = VirtualCodebase(scan_loc)
+ resource = codebase.get_resource(path='scan-ref/license-notice.txt')
+ result = find_referenced_resource(referenced_filename='LICENSE', resource=resource, codebase=codebase)
+ assert result.path == 'scan-ref/LICENSE'
+
+
+def test_find_referenced_resource_does_not_find_based_file_name_suffix():
+ # Setup: Create a new scan to use for a virtual codebase. This directory has
+ # two test file with the same name suffix which is also a referenced
+ # filename
+ test_dir = test_env.get_test_loc('plugin_license/license_reference/scan/scan-ref-dupe-name-suffix', copy=True)
+ scan_loc = test_env.get_temp_file('json')
+ args = ['--license', '--license-text', '--license-text-diagnostics', test_dir, '--json', scan_loc]
+ run_scan_click(args)
+
+ # test proper
+ from commoncode.resource import VirtualCodebase
+ codebase = VirtualCodebase(scan_loc)
+ resource = codebase.get_resource(path='scan-ref-dupe-name-suffix/license-notice.txt')
+ result = find_referenced_resource(referenced_filename='LICENSE', resource=resource, codebase=codebase)
+ assert result.path == 'scan-ref-dupe-name-suffix/LICENSE'
+
+
+def test_match_reference_license():
+ # Setup: Create a new scan to use for a virtual codebase
+ test_dir = test_env.get_test_loc('plugin_license/license_reference/scan/scan-ref', copy=True)
+ scan_loc = test_env.get_temp_file('json')
+ args = [
+ '--license',
+ '--license-text',
+ '--license-text-diagnostics',
+ '--json', scan_loc,
+ test_dir,
+ ]
+ run_scan_click(args)
+
+ # test proper
+ from commoncode.resource import VirtualCodebase
+ codebase = VirtualCodebase(scan_loc)
+ resource = codebase.get_resource(path='scan-ref/license-notice.txt')
+ assert len(resource.license_detections[0]["matches"]) == 2
diff --git a/tests/licensedcode/test_plugin_license_policy.py b/tests/licensedcode/test_plugin_license_policy.py
index 2168612cc7e..e04fcb57ba1 100644
--- a/tests/licensedcode/test_plugin_license_policy.py
+++ b/tests/licensedcode/test_plugin_license_policy.py
@@ -15,12 +15,31 @@
from licensedcode.plugin_license_policy import load_license_policy
from scancode.cli_test_utils import load_json_result
from scancode.cli_test_utils import run_scan_click
-
+from scancode.cli_test_utils import check_json_scan
+from scancode_config import REGEN_TEST_FIXTURES
class TestLicensePolicy(FileDrivenTesting):
test_data_dir = join(dirname(__file__), 'data')
+ def test_end_to_end_scan_with_license_policy(self):
+ test_dir = self.extract_test_tar('plugin_license_policy/policy-codebase.tgz')
+ policy_file = self.get_test_loc('plugin_license_policy/process_codebase_info_license_valid_policy_file.yml')
+ result_file = self.get_temp_file('json')
+ args = [
+ '--info',
+ '--license',
+ '--license-policy',
+ policy_file,
+ test_dir,
+ '--json-pp',
+ result_file
+ ]
+ run_scan_click(args)
+ test_loc = self.get_test_loc('plugin_license_policy/policy-codebase.expected.json')
+ check_json_scan(test_loc, result_file, regen=REGEN_TEST_FIXTURES)
+
+
def test_process_codebase_info_license_duplicate_key_policy_file(self):
test_dir = self.extract_test_tar('plugin_license_policy/policy-codebase.tgz')
policy_file = self.get_test_loc('plugin_license_policy/process_codebase_info_license_duplicate_key_policy_file.yml')
diff --git a/tests/licensedcode/test_plugin_licenses_reference.py b/tests/licensedcode/test_plugin_licenses_reference.py
index bbe0d1b1cb5..267de959b3d 100644
--- a/tests/licensedcode/test_plugin_licenses_reference.py
+++ b/tests/licensedcode/test_plugin_licenses_reference.py
@@ -20,14 +20,52 @@
test_env.test_data_dir = os.path.join(os.path.dirname(__file__), 'data')
+def test_license_scans_without_reference():
+ test_dir = test_env.get_test_loc('plugin_licenses_reference/scan', copy=True)
+ result_file = test_env.get_temp_file('json')
+ args = ['--license', '--package', test_dir, '--json-pp', result_file, '--verbose']
+ run_scan_click(args)
+ check_json_scan(
+ test_env.get_test_loc('plugin_licenses_reference/scan-without-reference.expected.json'),
+ result_file, remove_file_date=True, remove_uuid=True, regen=REGEN_TEST_FIXTURES,
+ )
+
+
def test_licenses_reference_works():
test_dir = test_env.get_test_loc('plugin_licenses_reference/scan', copy=True)
result_file = test_env.get_temp_file('json')
args = [
'--license', '--package', '--licenses-reference',
- test_dir, '--json-pp', result_file, '--verbose']
+ test_dir, '--json-pp', result_file, '--verbose'
+ ]
+ run_scan_click(args)
+ check_json_scan(
+ test_env.get_test_loc('plugin_licenses_reference/scan-with-reference.expected.json'),
+ result_file, remove_file_date=True, remove_uuid=True, regen=REGEN_TEST_FIXTURES,
+ )
+
+def test_licenses_reference_works_with_matched_text():
+ test_dir = test_env.get_test_loc('plugin_licenses_reference/scan', copy=True)
+ result_file = test_env.get_temp_file('json')
+ args = [
+ '--license', '--package', '--licenses-reference', '--license-text',
+ test_dir, '--json-pp', result_file, '--verbose'
+ ]
+ run_scan_click(args)
+ check_json_scan(
+ test_env.get_test_loc('plugin_licenses_reference/scan-matched-text-with-reference.expected.json'),
+ result_file, remove_file_date=True, remove_uuid=True, regen=REGEN_TEST_FIXTURES,
+ )
+
+def test_licenses_reference_works_with_license_clues():
+ test_dir = test_env.get_test_loc('plugin_licenses_reference/python.LICENSE', copy=True)
+ result_file = test_env.get_temp_file('json')
+ args = [
+ '--license', '--licenses-reference', '--license-text',
+ test_dir, '--json-pp', result_file, '--verbose'
+ ]
run_scan_click(args)
check_json_scan(
- test_env.get_test_loc('plugin_licenses_reference/scan.expected.json'),
+ test_env.get_test_loc('plugin_licenses_reference/license-reference-works-with-clues.expected.json'),
result_file, remove_file_date=True, remove_uuid=True, regen=REGEN_TEST_FIXTURES,
)
diff --git a/tests/packagedcode/data/about/aboutfiles.expected.json b/tests/packagedcode/data/about/aboutfiles.expected.json
index 044a93f76cc..d14d78c5104 100644
--- a/tests/packagedcode/data/about/aboutfiles.expected.json
+++ b/tests/packagedcode/data/about/aboutfiles.expected.json
@@ -32,8 +32,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": "Copyright (c) 2009 holger krekel",
- "license_expression": "mit",
- "declared_license": "mit",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "mit",
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -80,8 +131,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": "Copyright (c) 2010 ActiveState Software Inc.",
- "license_expression": "mit",
- "declared_license": "mit",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "mit",
"notice_text": null,
"source_packages": [],
"extra_data": {
@@ -162,8 +264,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": "Copyright (c) 2009 holger krekel",
- "license_expression": "mit",
- "declared_license": "mit",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "mit",
"notice_text": null,
"source_packages": [],
"file_references": [
@@ -226,8 +379,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": "Copyright (c) 2010 ActiveState Software Inc.",
- "license_expression": "mit",
- "declared_license": "mit",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "mit",
"notice_text": null,
"source_packages": [],
"file_references": [
diff --git a/tests/packagedcode/data/about/apipkg.ABOUT-expected b/tests/packagedcode/data/about/apipkg.ABOUT-expected
index 08812f564fb..c57e629bb32 100644
--- a/tests/packagedcode/data/about/apipkg.ABOUT-expected
+++ b/tests/packagedcode/data/about/apipkg.ABOUT-expected
@@ -30,8 +30,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": "Copyright (c) 2009 holger krekel",
- "license_expression": "mit",
- "declared_license": "mit",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "mit",
"notice_text": null,
"source_packages": [],
"file_references": [
diff --git a/tests/packagedcode/data/about/appdirs.ABOUT-expected b/tests/packagedcode/data/about/appdirs.ABOUT-expected
index aac38fa21bd..0e1877bd2f2 100644
--- a/tests/packagedcode/data/about/appdirs.ABOUT-expected
+++ b/tests/packagedcode/data/about/appdirs.ABOUT-expected
@@ -30,8 +30,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": "Copyright (c) 2010 ActiveState Software Inc.",
- "license_expression": "mit",
- "declared_license": "mit",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "mit",
"notice_text": null,
"source_packages": [],
"file_references": [
diff --git a/tests/packagedcode/data/alpine/alpine-container-layer.tar.xz-get-installed-expected.json b/tests/packagedcode/data/alpine/alpine-container-layer.tar.xz-get-installed-expected.json
index 96d7b13a829..0539c6c6cfe 100644
--- a/tests/packagedcode/data/alpine/alpine-container-layer.tar.xz-get-installed-expected.json
+++ b/tests/packagedcode/data/alpine/alpine-container-layer.tar.xz-get-installed-expected.json
@@ -32,8 +32,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=cb70ca5c6d6db0399d2dd09189c5d57827bce5cd",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/alpine-baselayout@3.2.0-r22"
@@ -215,8 +266,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=ee13d43a53938d8a04ba787b9423f3270a3c14a7",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/musl@1.2.3-r0"
@@ -290,8 +392,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=e58f0e341603e9facc1e675722367174b45e0d0c",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/busybox@1.35.0-r15"
@@ -410,8 +563,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=cb70ca5c6d6db0399d2dd09189c5d57827bce5cd",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/alpine-baselayout@3.2.0-r22"
@@ -593,8 +797,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=aab68f8c9ab434a46710de8e12fb3206e2930a59",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/alpine-keys@2.4-r1"
@@ -1019,8 +1274,74 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=16988f3c77f035072956655194770e15cbc61257",
"copyright": null,
- "license_expression": "mpl-2.0 AND mit",
- "declared_license": "MPL-2.0 AND MIT",
+ "declared_license_expression": "mpl-2.0 AND mit",
+ "declared_license_expression_spdx": "MPL-2.0 AND MIT",
+ "license_detections": [
+ {
+ "license_expression": "mpl-2.0 AND mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mpl-2.0 AND mit",
+ "rule_identifier": "spdx-license-identifier: mpl-2.0 AND mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "mpl-2.0 AND mit",
+ "licenses": [
+ {
+ "key": "mpl-2.0",
+ "name": "Mozilla Public License 2.0",
+ "short_name": "MPL 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Mozilla",
+ "homepage_url": "http://mpl.mozilla.org/2012/01/03/announcing-mpl-2-0/",
+ "text_url": "http://www.mozilla.com/MPL/2.0/",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpl-2.0.LICENSE",
+ "spdx_license_key": "MPL-2.0",
+ "spdx_url": "https://spdx.org/licenses/MPL-2.0"
+ },
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MPL-2.0 AND MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/ca-certificates@20211220-r0"
@@ -1094,8 +1415,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=26153b65138c876d57e81750f6de6baab6d5bd5b",
"copyright": null,
- "license_expression": "openssl-ssleay",
- "declared_license": "OpenSSL",
+ "declared_license_expression": "openssl-ssleay",
+ "declared_license_expression_spdx": "OpenSSL",
+ "license_detections": [
+ {
+ "license_expression": "openssl-ssleay",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "spdx-license-identifier: openssl-ssleay",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "openssl",
+ "licenses": [
+ {
+ "key": "openssl-ssleay",
+ "name": "OpenSSL/SSLeay License",
+ "short_name": "OpenSSL/SSLeay License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "OpenSSL",
+ "homepage_url": "http://www.openssl.org/source/license.html",
+ "text_url": "http://www.openssl.org/source/license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/openssl-ssleay",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-ssleay.LICENSE",
+ "spdx_license_key": "OpenSSL",
+ "spdx_url": "https://spdx.org/licenses/OpenSSL"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "OpenSSL",
"notice_text": null,
"source_packages": [
"pkg:alpine/openssl@1.1.1q-r0"
@@ -1259,8 +1631,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=26153b65138c876d57e81750f6de6baab6d5bd5b",
"copyright": null,
- "license_expression": "openssl-ssleay",
- "declared_license": "OpenSSL",
+ "declared_license_expression": "openssl-ssleay",
+ "declared_license_expression_spdx": "OpenSSL",
+ "license_detections": [
+ {
+ "license_expression": "openssl-ssleay",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "spdx-license-identifier: openssl-ssleay",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "openssl",
+ "licenses": [
+ {
+ "key": "openssl-ssleay",
+ "name": "OpenSSL/SSLeay License",
+ "short_name": "OpenSSL/SSLeay License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "OpenSSL",
+ "homepage_url": "http://www.openssl.org/source/license.html",
+ "text_url": "http://www.openssl.org/source/license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/openssl-ssleay",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-ssleay.LICENSE",
+ "spdx_license_key": "OpenSSL",
+ "spdx_url": "https://spdx.org/licenses/OpenSSL"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "OpenSSL",
"notice_text": null,
"source_packages": [
"pkg:alpine/openssl@1.1.1q-r0"
@@ -1334,8 +1757,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=e58f0e341603e9facc1e675722367174b45e0d0c",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/busybox@1.35.0-r15"
@@ -1397,8 +1871,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=6754a9005594de4243aad9b2744546971078c6c7",
"copyright": null,
- "license_expression": "zlib",
- "declared_license": "Zlib",
+ "declared_license_expression": "zlib",
+ "declared_license_expression_spdx": "Zlib",
+ "license_detections": [
+ {
+ "license_expression": "zlib",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "zlib",
+ "rule_identifier": "spdx-license-identifier: zlib",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "zlib",
+ "licenses": [
+ {
+ "key": "zlib",
+ "name": "ZLIB License",
+ "short_name": "ZLIB License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "zlib",
+ "homepage_url": "http://www.zlib.net/",
+ "text_url": "http://www.gzip.org/zlib/zlib_license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/zlib",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE",
+ "spdx_license_key": "Zlib",
+ "spdx_url": "https://spdx.org/licenses/Zlib"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Zlib",
"notice_text": null,
"source_packages": [
"pkg:alpine/zlib@1.2.12-r1"
@@ -1472,8 +1997,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=34d90ac8388e88126893f5d27ea35d304e65e5ab",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/apk-tools@2.12.9-r3"
@@ -1544,8 +2120,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=d7ae612a3cc5f827289d915783b4cbf8c7207947",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/pax-utils@1.3.4-r0"
@@ -1607,8 +2234,89 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=ee13d43a53938d8a04ba787b9423f3270a3c14a7",
"copyright": null,
- "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
- "declared_license": "MIT BSD GPL2+",
+ "declared_license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "declared_license_expression_spdx": "MIT AND BSD-3-Clause AND GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 11,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "rule_identifier": "spdx-license-identifier: mit AND bsd-new AND gpl-2.0-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 11,
+ "rule_relevance": 100,
+ "matched_text": "mit AND bsd-3-clause AND gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ },
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ },
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT BSD GPL2+",
"notice_text": null,
"source_packages": [
"pkg:alpine/musl@1.2.3-r0"
@@ -1706,8 +2414,74 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=60424133be2e79bbfeff3d58147a22886f817ce2",
"copyright": null,
- "license_expression": "bsd-simplified AND bsd-new",
- "declared_license": "BSD-2-Clause AND BSD-3-Clause",
+ "declared_license_expression": "bsd-simplified AND bsd-new",
+ "declared_license_expression_spdx": "BSD-2-Clause AND BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "bsd-simplified AND bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 7,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "bsd-simplified AND bsd-new",
+ "rule_identifier": "spdx-license-identifier: bsd-simplified AND bsd-new",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 7,
+ "rule_relevance": 100,
+ "matched_text": "bsd-2-clause AND bsd-3-clause",
+ "licenses": [
+ {
+ "key": "bsd-simplified",
+ "name": "BSD-2-Clause",
+ "short_name": "BSD-2-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-2-Clause",
+ "text_url": "http://opensource.org/licenses/bsd-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-simplified",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE",
+ "spdx_license_key": "BSD-2-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-2-Clause"
+ },
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "BSD-2-Clause AND BSD-3-Clause",
"notice_text": null,
"source_packages": [
"pkg:alpine/libc-dev@0.7.2-r3"
diff --git a/tests/packagedcode/data/alpine/alpine-container-layer.tar.xz-scan-expected.json b/tests/packagedcode/data/alpine/alpine-container-layer.tar.xz-scan-expected.json
index eac0a89f660..2efd5bbd4a9 100644
--- a/tests/packagedcode/data/alpine/alpine-container-layer.tar.xz-scan-expected.json
+++ b/tests/packagedcode/data/alpine/alpine-container-layer.tar.xz-scan-expected.json
@@ -105,8 +105,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=cb70ca5c6d6db0399d2dd09189c5d57827bce5cd",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/alpine-baselayout@3.2.0-r22"
@@ -169,8 +220,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=ee13d43a53938d8a04ba787b9423f3270a3c14a7",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/musl@1.2.3-r0"
@@ -233,8 +335,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=e58f0e341603e9facc1e675722367174b45e0d0c",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/busybox@1.35.0-r15"
@@ -297,8 +450,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=cb70ca5c6d6db0399d2dd09189c5d57827bce5cd",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/alpine-baselayout@3.2.0-r22"
@@ -379,8 +583,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=aab68f8c9ab434a46710de8e12fb3206e2930a59",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/alpine-keys@2.4-r1"
@@ -605,8 +860,74 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=16988f3c77f035072956655194770e15cbc61257",
"copyright": null,
- "license_expression": "mpl-2.0 AND mit",
- "declared_license": "MPL-2.0 AND MIT",
+ "declared_license_expression": "mpl-2.0 AND mit",
+ "declared_license_expression_spdx": "MPL-2.0 AND MIT",
+ "license_detections": [
+ {
+ "license_expression": "mpl-2.0 AND mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mpl-2.0 AND mit",
+ "rule_identifier": "spdx-license-identifier: mpl-2.0 AND mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "mpl-2.0 AND mit",
+ "licenses": [
+ {
+ "key": "mpl-2.0",
+ "name": "Mozilla Public License 2.0",
+ "short_name": "MPL 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Mozilla",
+ "homepage_url": "http://mpl.mozilla.org/2012/01/03/announcing-mpl-2-0/",
+ "text_url": "http://www.mozilla.com/MPL/2.0/",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpl-2.0.LICENSE",
+ "spdx_license_key": "MPL-2.0",
+ "spdx_url": "https://spdx.org/licenses/MPL-2.0"
+ },
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MPL-2.0 AND MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/ca-certificates@20211220-r0"
@@ -669,8 +990,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=26153b65138c876d57e81750f6de6baab6d5bd5b",
"copyright": null,
- "license_expression": "openssl-ssleay",
- "declared_license": "OpenSSL",
+ "declared_license_expression": "openssl-ssleay",
+ "declared_license_expression_spdx": "OpenSSL",
+ "license_detections": [
+ {
+ "license_expression": "openssl-ssleay",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "spdx-license-identifier: openssl-ssleay",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "openssl",
+ "licenses": [
+ {
+ "key": "openssl-ssleay",
+ "name": "OpenSSL/SSLeay License",
+ "short_name": "OpenSSL/SSLeay License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "OpenSSL",
+ "homepage_url": "http://www.openssl.org/source/license.html",
+ "text_url": "http://www.openssl.org/source/license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/openssl-ssleay",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-ssleay.LICENSE",
+ "spdx_license_key": "OpenSSL",
+ "spdx_url": "https://spdx.org/licenses/OpenSSL"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "OpenSSL",
"notice_text": null,
"source_packages": [
"pkg:alpine/openssl@1.1.1q-r0"
@@ -742,8 +1114,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=26153b65138c876d57e81750f6de6baab6d5bd5b",
"copyright": null,
- "license_expression": "openssl-ssleay",
- "declared_license": "OpenSSL",
+ "declared_license_expression": "openssl-ssleay",
+ "declared_license_expression_spdx": "OpenSSL",
+ "license_detections": [
+ {
+ "license_expression": "openssl-ssleay",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "spdx-license-identifier: openssl-ssleay",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "openssl",
+ "licenses": [
+ {
+ "key": "openssl-ssleay",
+ "name": "OpenSSL/SSLeay License",
+ "short_name": "OpenSSL/SSLeay License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "OpenSSL",
+ "homepage_url": "http://www.openssl.org/source/license.html",
+ "text_url": "http://www.openssl.org/source/license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/openssl-ssleay",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-ssleay.LICENSE",
+ "spdx_license_key": "OpenSSL",
+ "spdx_url": "https://spdx.org/licenses/OpenSSL"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "OpenSSL",
"notice_text": null,
"source_packages": [
"pkg:alpine/openssl@1.1.1q-r0"
@@ -806,8 +1229,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=e58f0e341603e9facc1e675722367174b45e0d0c",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/busybox@1.35.0-r15"
@@ -858,8 +1332,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=6754a9005594de4243aad9b2744546971078c6c7",
"copyright": null,
- "license_expression": "zlib",
- "declared_license": "Zlib",
+ "declared_license_expression": "zlib",
+ "declared_license_expression_spdx": "Zlib",
+ "license_detections": [
+ {
+ "license_expression": "zlib",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "zlib",
+ "rule_identifier": "spdx-license-identifier: zlib",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "zlib",
+ "licenses": [
+ {
+ "key": "zlib",
+ "name": "ZLIB License",
+ "short_name": "ZLIB License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "zlib",
+ "homepage_url": "http://www.zlib.net/",
+ "text_url": "http://www.gzip.org/zlib/zlib_license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/zlib",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE",
+ "spdx_license_key": "Zlib",
+ "spdx_url": "https://spdx.org/licenses/Zlib"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Zlib",
"notice_text": null,
"source_packages": [
"pkg:alpine/zlib@1.2.12-r1"
@@ -922,8 +1447,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=34d90ac8388e88126893f5d27ea35d304e65e5ab",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/apk-tools@2.12.9-r3"
@@ -974,8 +1550,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=d7ae612a3cc5f827289d915783b4cbf8c7207947",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/pax-utils@1.3.4-r0"
@@ -1026,8 +1653,89 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=ee13d43a53938d8a04ba787b9423f3270a3c14a7",
"copyright": null,
- "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
- "declared_license": "MIT BSD GPL2+",
+ "declared_license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "declared_license_expression_spdx": "MIT AND BSD-3-Clause AND GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 11,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "rule_identifier": "spdx-license-identifier: mit AND bsd-new AND gpl-2.0-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 11,
+ "rule_relevance": 100,
+ "matched_text": "mit AND bsd-3-clause AND gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ },
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ },
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT BSD GPL2+",
"notice_text": null,
"source_packages": [
"pkg:alpine/musl@1.2.3-r0"
@@ -1078,8 +1786,74 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=60424133be2e79bbfeff3d58147a22886f817ce2",
"copyright": null,
- "license_expression": "bsd-simplified AND bsd-new",
- "declared_license": "BSD-2-Clause AND BSD-3-Clause",
+ "declared_license_expression": "bsd-simplified AND bsd-new",
+ "declared_license_expression_spdx": "BSD-2-Clause AND BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "bsd-simplified AND bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 7,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "bsd-simplified AND bsd-new",
+ "rule_identifier": "spdx-license-identifier: bsd-simplified AND bsd-new",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 7,
+ "rule_relevance": 100,
+ "matched_text": "bsd-2-clause AND bsd-3-clause",
+ "licenses": [
+ {
+ "key": "bsd-simplified",
+ "name": "BSD-2-Clause",
+ "short_name": "BSD-2-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-2-Clause",
+ "text_url": "http://opensource.org/licenses/bsd-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-simplified",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE",
+ "spdx_license_key": "BSD-2-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-2-Clause"
+ },
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "BSD-2-Clause AND BSD-3-Clause",
"notice_text": null,
"source_packages": [
"pkg:alpine/libc-dev@0.7.2-r3"
@@ -1802,8 +2576,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=cb70ca5c6d6db0399d2dd09189c5d57827bce5cd",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/alpine-baselayout@3.2.0-r22"
@@ -1977,8 +2802,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=ee13d43a53938d8a04ba787b9423f3270a3c14a7",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/musl@1.2.3-r0"
@@ -2044,8 +2920,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=e58f0e341603e9facc1e675722367174b45e0d0c",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/busybox@1.35.0-r15"
@@ -2156,8 +3083,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=cb70ca5c6d6db0399d2dd09189c5d57827bce5cd",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/alpine-baselayout@3.2.0-r22"
@@ -2342,8 +3320,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=aab68f8c9ab434a46710de8e12fb3206e2930a59",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/alpine-keys@2.4-r1"
@@ -2760,8 +3789,74 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=16988f3c77f035072956655194770e15cbc61257",
"copyright": null,
- "license_expression": "mpl-2.0 AND mit",
- "declared_license": "MPL-2.0 AND MIT",
+ "declared_license_expression": "mpl-2.0 AND mit",
+ "declared_license_expression_spdx": "MPL-2.0 AND MIT",
+ "license_detections": [
+ {
+ "license_expression": "mpl-2.0 AND mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mpl-2.0 AND mit",
+ "rule_identifier": "spdx-license-identifier: mpl-2.0 AND mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "mpl-2.0 AND mit",
+ "licenses": [
+ {
+ "key": "mpl-2.0",
+ "name": "Mozilla Public License 2.0",
+ "short_name": "MPL 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Mozilla",
+ "homepage_url": "http://mpl.mozilla.org/2012/01/03/announcing-mpl-2-0/",
+ "text_url": "http://www.mozilla.com/MPL/2.0/",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpl-2.0.LICENSE",
+ "spdx_license_key": "MPL-2.0",
+ "spdx_url": "https://spdx.org/licenses/MPL-2.0"
+ },
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MPL-2.0 AND MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/ca-certificates@20211220-r0"
@@ -2827,8 +3922,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=26153b65138c876d57e81750f6de6baab6d5bd5b",
"copyright": null,
- "license_expression": "openssl-ssleay",
- "declared_license": "OpenSSL",
+ "declared_license_expression": "openssl-ssleay",
+ "declared_license_expression_spdx": "OpenSSL",
+ "license_detections": [
+ {
+ "license_expression": "openssl-ssleay",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "spdx-license-identifier: openssl-ssleay",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "openssl",
+ "licenses": [
+ {
+ "key": "openssl-ssleay",
+ "name": "OpenSSL/SSLeay License",
+ "short_name": "OpenSSL/SSLeay License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "OpenSSL",
+ "homepage_url": "http://www.openssl.org/source/license.html",
+ "text_url": "http://www.openssl.org/source/license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/openssl-ssleay",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-ssleay.LICENSE",
+ "spdx_license_key": "OpenSSL",
+ "spdx_url": "https://spdx.org/licenses/OpenSSL"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "OpenSSL",
"notice_text": null,
"source_packages": [
"pkg:alpine/openssl@1.1.1q-r0"
@@ -2984,8 +4130,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=26153b65138c876d57e81750f6de6baab6d5bd5b",
"copyright": null,
- "license_expression": "openssl-ssleay",
- "declared_license": "OpenSSL",
+ "declared_license_expression": "openssl-ssleay",
+ "declared_license_expression_spdx": "OpenSSL",
+ "license_detections": [
+ {
+ "license_expression": "openssl-ssleay",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "spdx-license-identifier: openssl-ssleay",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "openssl",
+ "licenses": [
+ {
+ "key": "openssl-ssleay",
+ "name": "OpenSSL/SSLeay License",
+ "short_name": "OpenSSL/SSLeay License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "OpenSSL",
+ "homepage_url": "http://www.openssl.org/source/license.html",
+ "text_url": "http://www.openssl.org/source/license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/openssl-ssleay",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-ssleay.LICENSE",
+ "spdx_license_key": "OpenSSL",
+ "spdx_url": "https://spdx.org/licenses/OpenSSL"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "OpenSSL",
"notice_text": null,
"source_packages": [
"pkg:alpine/openssl@1.1.1q-r0"
@@ -3051,8 +4248,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=e58f0e341603e9facc1e675722367174b45e0d0c",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/busybox@1.35.0-r15"
@@ -3109,8 +4357,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=6754a9005594de4243aad9b2744546971078c6c7",
"copyright": null,
- "license_expression": "zlib",
- "declared_license": "Zlib",
+ "declared_license_expression": "zlib",
+ "declared_license_expression_spdx": "Zlib",
+ "license_detections": [
+ {
+ "license_expression": "zlib",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "zlib",
+ "rule_identifier": "spdx-license-identifier: zlib",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "zlib",
+ "licenses": [
+ {
+ "key": "zlib",
+ "name": "ZLIB License",
+ "short_name": "ZLIB License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "zlib",
+ "homepage_url": "http://www.zlib.net/",
+ "text_url": "http://www.gzip.org/zlib/zlib_license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/zlib",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE",
+ "spdx_license_key": "Zlib",
+ "spdx_url": "https://spdx.org/licenses/Zlib"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Zlib",
"notice_text": null,
"source_packages": [
"pkg:alpine/zlib@1.2.12-r1"
@@ -3176,8 +4475,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=34d90ac8388e88126893f5d27ea35d304e65e5ab",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/apk-tools@2.12.9-r3"
@@ -3264,8 +4614,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=d7ae612a3cc5f827289d915783b4cbf8c7207947",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/pax-utils@1.3.4-r0"
@@ -3322,8 +4723,89 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=ee13d43a53938d8a04ba787b9423f3270a3c14a7",
"copyright": null,
- "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
- "declared_license": "MIT BSD GPL2+",
+ "declared_license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "declared_license_expression_spdx": "MIT AND BSD-3-Clause AND GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 11,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "rule_identifier": "spdx-license-identifier: mit AND bsd-new AND gpl-2.0-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 11,
+ "rule_relevance": 100,
+ "matched_text": "mit AND bsd-3-clause AND gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ },
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ },
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT BSD GPL2+",
"notice_text": null,
"source_packages": [
"pkg:alpine/musl@1.2.3-r0"
@@ -3427,8 +4909,74 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=60424133be2e79bbfeff3d58147a22886f817ce2",
"copyright": null,
- "license_expression": "bsd-simplified AND bsd-new",
- "declared_license": "BSD-2-Clause AND BSD-3-Clause",
+ "declared_license_expression": "bsd-simplified AND bsd-new",
+ "declared_license_expression_spdx": "BSD-2-Clause AND BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "bsd-simplified AND bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 7,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "bsd-simplified AND bsd-new",
+ "rule_identifier": "spdx-license-identifier: bsd-simplified AND bsd-new",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 7,
+ "rule_relevance": 100,
+ "matched_text": "bsd-2-clause AND bsd-3-clause",
+ "licenses": [
+ {
+ "key": "bsd-simplified",
+ "name": "BSD-2-Clause",
+ "short_name": "BSD-2-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-2-Clause",
+ "text_url": "http://opensource.org/licenses/bsd-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-simplified",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE",
+ "spdx_license_key": "BSD-2-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-2-Clause"
+ },
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "BSD-2-Clause AND BSD-3-Clause",
"notice_text": null,
"source_packages": [
"pkg:alpine/libc-dev@0.7.2-r3"
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/bluedevil/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/bluedevil/APKBUILD-expected.json
index 52e01a2368b..8e0d3f52fc7 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/bluedevil/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/bluedevil/APKBUILD-expected.json
@@ -21,8 +21,104 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus AND lgpl-2.0-plus AND (lgpl-2.1 OR lgpl-3.0)",
- "declared_license": "GPL-2.0-or-later AND LGPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only)",
+ "declared_license_expression": "gpl-2.0-plus AND lgpl-2.0-plus AND (lgpl-2.1 OR lgpl-3.0)",
+ "declared_license_expression_spdx": "GPL-2.0-or-later AND LGPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only)",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus AND lgpl-2.0-plus AND (lgpl-2.1 OR lgpl-3.0)",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 21,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-2.0-plus AND lgpl-2.0-plus AND (lgpl-2.1 OR lgpl-3.0)",
+ "rule_identifier": "spdx-license-identifier: gpl-2.0-plus AND lgpl-2.0-plus AND (lgpl-2.1 OR lgpl-3.0)",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 21,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-or-later AND lgpl-2.0-or-later AND (lgpl-2.1-only OR lgpl-3.0-only)",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ },
+ {
+ "key": "lgpl-2.0-plus",
+ "name": "GNU Library General Public License 2.0 or later",
+ "short_name": "LGPL 2.0 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.0-or-later"
+ },
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ },
+ {
+ "key": "lgpl-3.0",
+ "name": "GNU Lesser General Public License 3.0",
+ "short_name": "LGPL 3.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0.LICENSE",
+ "spdx_license_key": "LGPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later AND LGPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only)",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/breeze-grub/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/breeze-grub/APKBUILD-expected.json
index 03643921f44..4986e9f5748 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/breeze-grub/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/breeze-grub/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-3.0-plus",
- "declared_license": "GPL-3.0-or-later",
+ "declared_license_expression": "gpl-3.0-plus",
+ "declared_license_expression_spdx": "GPL-3.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-3.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-3.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-3.0-or-later_for_gpl-3.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-3.0-or-later_for_gpl-3.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-3.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-3.0-plus",
+ "name": "GNU General Public License 3.0 or later",
+ "short_name": "GPL 3.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE",
+ "spdx_license_key": "GPL-3.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-3.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/breeze-gtk/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/breeze-gtk/APKBUILD-expected.json
index 29920081392..88dcef377e0 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/breeze-gtk/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/breeze-gtk/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "lgpl-2.1",
- "declared_license": "LGPL-2.1-only",
+ "declared_license_expression": "lgpl-2.1",
+ "declared_license_expression_spdx": "LGPL-2.1-only",
+ "license_detections": [
+ {
+ "license_expression": "lgpl-2.1",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "lgpl-2.1",
+ "rule_identifier": "spdx_license_id_lgpl-2.1-only_for_lgpl-2.1.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_lgpl-2.1-only_for_lgpl-2.1.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 50,
+ "matched_text": "lgpl-2.1-only",
+ "licenses": [
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "LGPL-2.1-only",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/breeze-plymouth/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/breeze-plymouth/APKBUILD-expected.json
index e32d3fff468..a7c4fdddac4 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/breeze-plymouth/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/breeze-plymouth/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/breeze/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/breeze/APKBUILD-expected.json
index aa3ae3c12fc..afcf794d496 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/breeze/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/breeze/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/discover/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/discover/APKBUILD-expected.json
index 5663b77cdaa..84e9b903954 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/discover/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/discover/APKBUILD-expected.json
@@ -21,8 +21,104 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "lgpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND gfdl-1.2",
- "declared_license": "LGPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND GFDL-1.2-only",
+ "declared_license_expression": "lgpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND gfdl-1.2",
+ "declared_license_expression_spdx": "LGPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND GFDL-1.2-only",
+ "license_detections": [
+ {
+ "license_expression": "lgpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND gfdl-1.2",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 20,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "lgpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND gfdl-1.2",
+ "rule_identifier": "spdx-license-identifier: lgpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND gfdl-1.2",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 20,
+ "rule_relevance": 100,
+ "matched_text": "lgpl-2.0-or-later AND (gpl-2.0-only OR gpl-3.0-only) AND gfdl-1.2-only",
+ "licenses": [
+ {
+ "key": "lgpl-2.0-plus",
+ "name": "GNU Library General Public License 2.0 or later",
+ "short_name": "LGPL 2.0 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.0-or-later"
+ },
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ },
+ {
+ "key": "gfdl-1.2",
+ "name": "GNU Free Documentation License v1.2",
+ "short_name": "GFDL 1.2",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/fdl-1.2.txt",
+ "text_url": "http://www.gnu.org/licenses/fdl-1.2.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gfdl-1.2",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gfdl-1.2.LICENSE",
+ "spdx_license_key": "GFDL-1.2-only",
+ "spdx_url": "https://spdx.org/licenses/GFDL-1.2-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "LGPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND GFDL-1.2-only",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/drkonqi/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/drkonqi/APKBUILD-expected.json
index d55363707e3..4bfca69a459 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/drkonqi/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/drkonqi/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/jool-modules-lts/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/jool-modules-lts/APKBUILD-expected.json
index f94367aa5fa..78ea009e430 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/jool-modules-lts/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/jool-modules-lts/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/jool-modules-rpi/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/jool-modules-rpi/APKBUILD-expected.json
index f94367aa5fa..78ea009e430 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/jool-modules-rpi/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/jool-modules-rpi/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kactivitymanagerd/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kactivitymanagerd/APKBUILD-expected.json
index 3b2438eb1f8..8aaf570529f 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kactivitymanagerd/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kactivitymanagerd/APKBUILD-expected.json
@@ -21,8 +21,74 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0 OR gpl-3.0",
- "declared_license": "GPL-2.0-only OR GPL-3.0-only",
+ "declared_license_expression": "gpl-2.0 OR gpl-3.0",
+ "declared_license_expression_spdx": "GPL-2.0-only OR GPL-3.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0 OR gpl-3.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 9,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-2.0 OR gpl-3.0",
+ "rule_identifier": "spdx-license-identifier: gpl-2.0 OR gpl-3.0",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 9,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only OR gpl-3.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only OR GPL-3.0-only",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kde-cli-tools/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kde-cli-tools/APKBUILD-expected.json
index 31cc0911475..dc4b9eb09ca 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kde-cli-tools/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kde-cli-tools/APKBUILD-expected.json
@@ -21,8 +21,104 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "(gpl-2.0 OR gpl-3.0) AND gpl-2.0-plus AND gpl-2.0 AND lgpl-2.1",
- "declared_license": "(GPL-2.0-only OR GPL-3.0-only) AND GPL-2.0-or-later AND GPL-2.0-only AND LGPL-2.1-only",
+ "declared_license_expression": "(gpl-2.0 OR gpl-3.0) AND gpl-2.0-plus AND gpl-2.0 AND lgpl-2.1",
+ "declared_license_expression_spdx": "(GPL-2.0-only OR GPL-3.0-only) AND GPL-2.0-or-later AND GPL-2.0-only AND LGPL-2.1-only",
+ "license_detections": [
+ {
+ "license_expression": "(gpl-2.0 OR gpl-3.0) AND gpl-2.0-plus AND gpl-2.0 AND lgpl-2.1",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 25,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "(gpl-2.0 OR gpl-3.0) AND gpl-2.0-plus AND gpl-2.0 AND lgpl-2.1",
+ "rule_identifier": "spdx-license-identifier: (gpl-2.0 OR gpl-3.0) AND gpl-2.0-plus AND gpl-2.0 AND lgpl-2.1",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 25,
+ "rule_relevance": 100,
+ "matched_text": "(gpl-2.0-only OR gpl-3.0-only) AND gpl-2.0-or-later AND gpl-2.0-only AND lgpl-2.1-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ },
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ },
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "(GPL-2.0-only OR GPL-3.0-only) AND GPL-2.0-or-later AND GPL-2.0-only AND LGPL-2.1-only",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kde-gtk-config/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kde-gtk-config/APKBUILD-expected.json
index 88908732306..99bda44617e 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kde-gtk-config/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kde-gtk-config/APKBUILD-expected.json
@@ -21,8 +21,89 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "(gpl-2.0 AND lgpl-2.1) OR lgpl-3.0",
- "declared_license": "GPL-2.0 AND LGPL-2.1-only OR LGPL-3.0-only",
+ "declared_license_expression": "(gpl-2.0 AND lgpl-2.1) OR lgpl-3.0",
+ "declared_license_expression_spdx": "(GPL-2.0-only AND LGPL-2.1-only) OR LGPL-3.0-only",
+ "license_detections": [
+ {
+ "license_expression": "(gpl-2.0 AND lgpl-2.1) OR lgpl-3.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 13,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "(gpl-2.0 AND lgpl-2.1) OR lgpl-3.0",
+ "rule_identifier": "spdx-license-identifier: (gpl-2.0 AND lgpl-2.1) OR lgpl-3.0",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 13,
+ "rule_relevance": 100,
+ "matched_text": "(gpl-2.0 AND lgpl-2.1-only) OR lgpl-3.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ },
+ {
+ "key": "lgpl-3.0",
+ "name": "GNU Lesser General Public License 3.0",
+ "short_name": "LGPL 3.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0.LICENSE",
+ "spdx_license_key": "LGPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0 AND LGPL-2.1-only OR LGPL-3.0-only",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kdecoration/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kdecoration/APKBUILD-expected.json
index 816757dbf6e..d4c565b5d3e 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kdecoration/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kdecoration/APKBUILD-expected.json
@@ -21,8 +21,74 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "lgpl-2.1 OR lgpl-3.0",
- "declared_license": "LGPL-2.1-only OR LGPL-3.0-only",
+ "declared_license_expression": "lgpl-2.1 OR lgpl-3.0",
+ "declared_license_expression_spdx": "LGPL-2.1-only OR LGPL-3.0-only",
+ "license_detections": [
+ {
+ "license_expression": "lgpl-2.1 OR lgpl-3.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 9,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "lgpl-2.1 OR lgpl-3.0",
+ "rule_identifier": "spdx-license-identifier: lgpl-2.1 OR lgpl-3.0",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 9,
+ "rule_relevance": 100,
+ "matched_text": "lgpl-2.1-only OR lgpl-3.0-only",
+ "licenses": [
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ },
+ {
+ "key": "lgpl-3.0",
+ "name": "GNU Lesser General Public License 3.0",
+ "short_name": "LGPL 3.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0.LICENSE",
+ "spdx_license_key": "LGPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "LGPL-2.1-only OR LGPL-3.0-only",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kdeplasma-addons/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kdeplasma-addons/APKBUILD-expected.json
index bf51fe706d7..5fe8f40e198 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kdeplasma-addons/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kdeplasma-addons/APKBUILD-expected.json
@@ -21,8 +21,74 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "lgpl-2.0 AND gpl-2.0-plus",
- "declared_license": "LGPL-2.0-only AND GPL-2.0-or-later",
+ "declared_license_expression": "lgpl-2.0 AND gpl-2.0-plus",
+ "declared_license_expression_spdx": "LGPL-2.0-only AND GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "lgpl-2.0 AND gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 10,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "lgpl-2.0 AND gpl-2.0-plus",
+ "rule_identifier": "spdx-license-identifier: lgpl-2.0 AND gpl-2.0-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 10,
+ "rule_relevance": 100,
+ "matched_text": "lgpl-2.0-only AND gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "lgpl-2.0",
+ "name": "GNU Library General Public License 2.0",
+ "short_name": "LGPL 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.0.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0.LICENSE",
+ "spdx_license_key": "LGPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.0-only"
+ },
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "LGPL-2.0-only AND GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kgamma5/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kgamma5/APKBUILD-expected.json
index fdf88aa0f3d..66bdec8536b 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kgamma5/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kgamma5/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/khotkeys/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/khotkeys/APKBUILD-expected.json
index 7fbb44fdda5..526ffb29d76 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/khotkeys/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/khotkeys/APKBUILD-expected.json
@@ -21,8 +21,74 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0 AND lgpl-2.0-plus",
- "declared_license": "GPL-2.0-only AND LGPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0 AND lgpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-only AND LGPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0 AND lgpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 10,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-2.0 AND lgpl-2.0-plus",
+ "rule_identifier": "spdx-license-identifier: gpl-2.0 AND lgpl-2.0-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 10,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only AND lgpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "lgpl-2.0-plus",
+ "name": "GNU Library General Public License 2.0 or later",
+ "short_name": "LGPL 2.0 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only AND LGPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kinfocenter/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kinfocenter/APKBUILD-expected.json
index 68f624676ca..9b0a1bb8c81 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kinfocenter/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kinfocenter/APKBUILD-expected.json
@@ -21,8 +21,104 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "(gpl-2.0 OR gpl-3.0) AND (lgpl-2.1 OR lgpl-3.0)",
- "declared_license": "(GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)",
+ "declared_license_expression": "(gpl-2.0 OR gpl-3.0) AND (lgpl-2.1 OR lgpl-3.0)",
+ "declared_license_expression_spdx": "(GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)",
+ "license_detections": [
+ {
+ "license_expression": "(gpl-2.0 OR gpl-3.0) AND (lgpl-2.1 OR lgpl-3.0)",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 19,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "(gpl-2.0 OR gpl-3.0) AND (lgpl-2.1 OR lgpl-3.0)",
+ "rule_identifier": "spdx-license-identifier: (gpl-2.0 OR gpl-3.0) AND (lgpl-2.1 OR lgpl-3.0)",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 19,
+ "rule_relevance": 100,
+ "matched_text": "(gpl-2.0-only OR gpl-3.0-only) AND (lgpl-2.1-only OR lgpl-3.0-only)",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ },
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ },
+ {
+ "key": "lgpl-3.0",
+ "name": "GNU Lesser General Public License 3.0",
+ "short_name": "LGPL 3.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0.LICENSE",
+ "spdx_license_key": "LGPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "(GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kmenuedit/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kmenuedit/APKBUILD-expected.json
index 8d751df283c..81df439a46c 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kmenuedit/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kmenuedit/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kscreen/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kscreen/APKBUILD-expected.json
index 5cb3a7e8d2c..8b7c770cd3b 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kscreen/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kscreen/APKBUILD-expected.json
@@ -21,8 +21,74 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus AND lgpl-2.1-plus",
- "declared_license": "GPL-2.0-or-later AND LGPL-2.1-or-later",
+ "declared_license_expression": "gpl-2.0-plus AND lgpl-2.1-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later AND LGPL-2.1-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus AND lgpl-2.1-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 11,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-2.0-plus AND lgpl-2.1-plus",
+ "rule_identifier": "spdx-license-identifier: gpl-2.0-plus AND lgpl-2.1-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 11,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-or-later AND lgpl-2.1-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ },
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later AND LGPL-2.1-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kscreenlocker/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kscreenlocker/APKBUILD-expected.json
index f30d395b092..1c4211b6dca 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kscreenlocker/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kscreenlocker/APKBUILD-expected.json
@@ -21,8 +21,89 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)",
- "declared_license": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only)",
+ "declared_license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)",
+ "declared_license_expression_spdx": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only)",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 15,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)",
+ "rule_identifier": "spdx-license-identifier: gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 15,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-or-later AND (gpl-2.0-only OR gpl-3.0-only)",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ },
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only)",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/ksshaskpass/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/ksshaskpass/APKBUILD-expected.json
index f17f847458e..989080c2e27 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/ksshaskpass/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/ksshaskpass/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwallet-pam/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwallet-pam/APKBUILD-expected.json
index aeefb0e7611..97b0a466175 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwallet-pam/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwallet-pam/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "lgpl-2.1-plus",
- "declared_license": "LGPL-2.1-or-later",
+ "declared_license_expression": "lgpl-2.1-plus",
+ "declared_license_expression_spdx": "LGPL-2.1-or-later",
+ "license_detections": [
+ {
+ "license_expression": "lgpl-2.1-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "lgpl-2.1-plus",
+ "rule_identifier": "spdx_license_id_lgpl-2.1-or-later_for_lgpl-2.1-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_lgpl-2.1-or-later_for_lgpl-2.1-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "lgpl-2.1-or-later",
+ "licenses": [
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "LGPL-2.1-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwayland-integration/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwayland-integration/APKBUILD-expected.json
index 7850fc0b3cc..0700a3d6502 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwayland-integration/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwayland-integration/APKBUILD-expected.json
@@ -21,8 +21,74 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "lgpl-2.1 OR lgpl-3.0",
- "declared_license": "LGPL-2.1-only OR LGPL-3.0-only",
+ "declared_license_expression": "lgpl-2.1 OR lgpl-3.0",
+ "declared_license_expression_spdx": "LGPL-2.1-only OR LGPL-3.0-only",
+ "license_detections": [
+ {
+ "license_expression": "lgpl-2.1 OR lgpl-3.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 9,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "lgpl-2.1 OR lgpl-3.0",
+ "rule_identifier": "spdx-license-identifier: lgpl-2.1 OR lgpl-3.0",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 9,
+ "rule_relevance": 100,
+ "matched_text": "lgpl-2.1-only OR lgpl-3.0-only",
+ "licenses": [
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ },
+ {
+ "key": "lgpl-3.0",
+ "name": "GNU Lesser General Public License 3.0",
+ "short_name": "LGPL 3.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0.LICENSE",
+ "spdx_license_key": "LGPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "LGPL-2.1-only OR LGPL-3.0-only",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwayland-server/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwayland-server/APKBUILD-expected.json
index 84841811476..801069edd23 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwayland-server/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwayland-server/APKBUILD-expected.json
@@ -21,8 +21,104 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND lgpl-2.1",
- "declared_license": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND LGPL-2.1-only",
+ "declared_license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND lgpl-2.1",
+ "declared_license_expression_spdx": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND LGPL-2.1-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND lgpl-2.1",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 20,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND lgpl-2.1",
+ "rule_identifier": "spdx-license-identifier: gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND lgpl-2.1",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 20,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-or-later AND (gpl-2.0-only OR gpl-3.0-only) AND lgpl-2.1-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ },
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ },
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND LGPL-2.1-only",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwin/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwin/APKBUILD-expected.json
index 2bd02b0c180..88382c6470d 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwin/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwin/APKBUILD-expected.json
@@ -21,8 +21,104 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND lgpl-2.1",
- "declared_license": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND LGPL-2.1-only",
+ "declared_license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND lgpl-2.1",
+ "declared_license_expression_spdx": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND LGPL-2.1-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND lgpl-2.1",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 20,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND lgpl-2.1",
+ "rule_identifier": "spdx-license-identifier: gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND lgpl-2.1",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 20,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-or-later AND (gpl-2.0-only OR gpl-3.0-only) AND lgpl-2.1-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ },
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ },
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND LGPL-2.1-only",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwrited/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwrited/APKBUILD-expected.json
index 89c24dcbb87..f5b8932526d 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwrited/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/kwrited/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/layer-shell-qt/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/layer-shell-qt/APKBUILD-expected.json
index 3913cee13b6..04dfbf7c1ee 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/layer-shell-qt/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/layer-shell-qt/APKBUILD-expected.json
@@ -21,8 +21,89 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)",
- "declared_license": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only)",
+ "declared_license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)",
+ "declared_license_expression_spdx": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only)",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 15,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)",
+ "rule_identifier": "spdx-license-identifier: gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 15,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-or-later AND (gpl-2.0-only OR gpl-3.0-only)",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ },
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only)",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/libkscreen/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/libkscreen/APKBUILD-expected.json
index bd73b3dfdf3..8e710fa2668 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/libkscreen/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/libkscreen/APKBUILD-expected.json
@@ -21,8 +21,104 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "lgpl-2.1-plus AND gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)",
- "declared_license": "LGPL-2.1-or-later AND GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only)",
+ "declared_license_expression": "lgpl-2.1-plus AND gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)",
+ "declared_license_expression_spdx": "LGPL-2.1-or-later AND GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only)",
+ "license_detections": [
+ {
+ "license_expression": "lgpl-2.1-plus AND gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 21,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "lgpl-2.1-plus AND gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)",
+ "rule_identifier": "spdx-license-identifier: lgpl-2.1-plus AND gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 21,
+ "rule_relevance": 100,
+ "matched_text": "lgpl-2.1-or-later AND gpl-2.0-or-later AND (gpl-2.0-only OR gpl-3.0-only)",
+ "licenses": [
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ },
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ },
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "LGPL-2.1-or-later AND GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only)",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/libksysguard/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/libksysguard/APKBUILD-expected.json
index 86516db6cb2..fa2146d2199 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/libksysguard/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/libksysguard/APKBUILD-expected.json
@@ -21,8 +21,89 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "lgpl-2.1-plus AND (gpl-2.0 OR gpl-3.0)",
- "declared_license": "LGPL-2.1-or-later AND (GPL-2.0-only OR GPL-3.0-only)",
+ "declared_license_expression": "lgpl-2.1-plus AND (gpl-2.0 OR gpl-3.0)",
+ "declared_license_expression_spdx": "LGPL-2.1-or-later AND (GPL-2.0-only OR GPL-3.0-only)",
+ "license_detections": [
+ {
+ "license_expression": "lgpl-2.1-plus AND (gpl-2.0 OR gpl-3.0)",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 15,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "lgpl-2.1-plus AND (gpl-2.0 OR gpl-3.0)",
+ "rule_identifier": "spdx-license-identifier: lgpl-2.1-plus AND (gpl-2.0 OR gpl-3.0)",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 15,
+ "rule_relevance": 100,
+ "matched_text": "lgpl-2.1-or-later AND (gpl-2.0-only OR gpl-3.0-only)",
+ "licenses": [
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ },
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "LGPL-2.1-or-later AND (GPL-2.0-only OR GPL-3.0-only)",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/libreoffice/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/libreoffice/APKBUILD-expected.json
index e4c108b1bf4..86fb0f64120 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/libreoffice/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/libreoffice/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "mpl-2.0",
- "declared_license": "MPL-2.0",
+ "declared_license_expression": "mpl-2.0",
+ "declared_license_expression_spdx": "MPL-2.0",
+ "license_detections": [
+ {
+ "license_expression": "mpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "mpl-2.0",
+ "rule_identifier": "spdx_license_id_mpl-2.0_for_mpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_mpl-2.0_for_mpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 50,
+ "matched_text": "mpl-2.0",
+ "licenses": [
+ {
+ "key": "mpl-2.0",
+ "name": "Mozilla Public License 2.0",
+ "short_name": "MPL 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Mozilla",
+ "homepage_url": "http://mpl.mozilla.org/2012/01/03/announcing-mpl-2-0/",
+ "text_url": "http://www.mozilla.com/MPL/2.0/",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpl-2.0.LICENSE",
+ "spdx_license_key": "MPL-2.0",
+ "spdx_url": "https://spdx.org/licenses/MPL-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MPL-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/milou/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/milou/APKBUILD-expected.json
index 62686925536..b90fc3f2c45 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/milou/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/milou/APKBUILD-expected.json
@@ -21,8 +21,119 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND (lgpl-2.1 OR lgpl-3.0)",
- "declared_license": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)",
+ "declared_license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND (lgpl-2.1 OR lgpl-3.0)",
+ "declared_license_expression_spdx": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND (lgpl-2.1 OR lgpl-3.0)",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 25,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND (lgpl-2.1 OR lgpl-3.0)",
+ "rule_identifier": "spdx-license-identifier: gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND (lgpl-2.1 OR lgpl-3.0)",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 25,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-or-later AND (gpl-2.0-only OR gpl-3.0-only) AND (lgpl-2.1-only OR lgpl-3.0-only)",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ },
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ },
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ },
+ {
+ "key": "lgpl-3.0",
+ "name": "GNU Lesser General Public License 3.0",
+ "short_name": "LGPL 3.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0.LICENSE",
+ "spdx_license_key": "LGPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/mpd/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/mpd/APKBUILD-expected.json
index 762942e5aec..06adf39cf7a 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/mpd/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/mpd/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/oxygen/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/oxygen/APKBUILD-expected.json
index 78c8a1da341..ac2b5c19d7f 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/oxygen/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/oxygen/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "lgpl-2.1-plus",
- "declared_license": "LGPL-2.1-or-later",
+ "declared_license_expression": "lgpl-2.1-plus",
+ "declared_license_expression_spdx": "LGPL-2.1-or-later",
+ "license_detections": [
+ {
+ "license_expression": "lgpl-2.1-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "lgpl-2.1-plus",
+ "rule_identifier": "spdx_license_id_lgpl-2.1-or-later_for_lgpl-2.1-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_lgpl-2.1-or-later_for_lgpl-2.1-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "lgpl-2.1-or-later",
+ "licenses": [
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "LGPL-2.1-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/parole/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/parole/APKBUILD-expected.json
index 12ec9fd0c29..07d94997708 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/parole/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/parole/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-browser-integration/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-browser-integration/APKBUILD-expected.json
index df8aeebcbda..a38d8be641d 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-browser-integration/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-browser-integration/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-3.0-plus",
- "declared_license": "GPL-3.0-or-later",
+ "declared_license_expression": "gpl-3.0-plus",
+ "declared_license_expression_spdx": "GPL-3.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-3.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-3.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-3.0-or-later_for_gpl-3.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-3.0-or-later_for_gpl-3.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-3.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-3.0-plus",
+ "name": "GNU General Public License 3.0 or later",
+ "short_name": "GPL 3.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE",
+ "spdx_license_key": "GPL-3.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-3.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-desktop/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-desktop/APKBUILD-expected.json
index 629f49a3d35..4dacc8617ca 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-desktop/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-desktop/APKBUILD-expected.json
@@ -21,8 +21,74 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0 AND lgpl-2.1",
- "declared_license": "GPL-2.0-only AND LGPL-2.1-only",
+ "declared_license_expression": "gpl-2.0 AND lgpl-2.1",
+ "declared_license_expression_spdx": "GPL-2.0-only AND LGPL-2.1-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0 AND lgpl-2.1",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 9,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-2.0 AND lgpl-2.1",
+ "rule_identifier": "spdx-license-identifier: gpl-2.0 AND lgpl-2.1",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 9,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only AND lgpl-2.1-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only AND LGPL-2.1-only",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-disks/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-disks/APKBUILD-expected.json
index c1ff6898da9..690d13850ed 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-disks/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-disks/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-firewall/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-firewall/APKBUILD-expected.json
index 65e065e36d5..b75f3eeef98 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-firewall/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-firewall/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-integration/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-integration/APKBUILD-expected.json
index 6fd0e47b601..ac6eb50c657 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-integration/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-integration/APKBUILD-expected.json
@@ -21,8 +21,104 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "(lgpl-2.1 OR lgpl-3.0) AND lgpl-2.1 AND (lgpl-2.1 WITH qt-lgpl-exception-1.1 OR gpl-3.0 WITH qt-lgpl-exception-1.1)",
- "declared_license": "(LGPL-2.1-only OR LGPL-3.0-only) AND LGPL-2.1-only AND ((LGPL-2.1-only WITH Nokia-Qt-exception-1.1) OR (GPL-3.0-only WITH Nokia-Qt-exception-1.1))",
+ "declared_license_expression": "(lgpl-2.1 OR lgpl-3.0) AND lgpl-2.1 AND (lgpl-2.1 WITH qt-lgpl-exception-1.1 OR gpl-3.0 WITH qt-lgpl-exception-1.1)",
+ "declared_license_expression_spdx": "(LGPL-2.1-only OR LGPL-3.0-only) AND LGPL-2.1-only AND (LGPL-2.1-only WITH Qt-LGPL-exception-1.1 OR GPL-3.0-only WITH Qt-LGPL-exception-1.1)",
+ "license_detections": [
+ {
+ "license_expression": "(lgpl-2.1 OR lgpl-3.0) AND lgpl-2.1 AND (lgpl-2.1 WITH qt-lgpl-exception-1.1 OR gpl-3.0 WITH qt-lgpl-exception-1.1)",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 36,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "(lgpl-2.1 OR lgpl-3.0) AND lgpl-2.1 AND (lgpl-2.1 WITH qt-lgpl-exception-1.1 OR gpl-3.0 WITH qt-lgpl-exception-1.1)",
+ "rule_identifier": "spdx-license-identifier: (lgpl-2.1 OR lgpl-3.0) AND lgpl-2.1 AND (lgpl-2.1 WITH qt-lgpl-exception-1.1 OR gpl-3.0 WITH qt-lgpl-exception-1.1)",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 36,
+ "rule_relevance": 100,
+ "matched_text": "(lgpl-2.1-only OR lgpl-3.0-only) AND lgpl-2.1-only AND (lgpl-2.1-only WITH nokia-qt-exception-1.1 OR gpl-3.0-only WITH nokia-qt-exception-1.1)",
+ "licenses": [
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ },
+ {
+ "key": "lgpl-3.0",
+ "name": "GNU Lesser General Public License 3.0",
+ "short_name": "LGPL 3.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0.LICENSE",
+ "spdx_license_key": "LGPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-3.0-only"
+ },
+ {
+ "key": "qt-lgpl-exception-1.1",
+ "name": "Qt LGPL exception 1.1",
+ "short_name": "Qt LGPL exception 1.1",
+ "category": "Copyleft Limited",
+ "is_exception": true,
+ "is_unknown": false,
+ "owner": "Qt Company",
+ "homepage_url": "http://code.qt.io/cgit/qt/qtbase.git/tree/LGPL_EXCEPTION.txt",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/qt-lgpl-exception-1.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/qt-lgpl-exception-1.1.LICENSE",
+ "spdx_license_key": "Qt-LGPL-exception-1.1",
+ "spdx_url": "https://spdx.org/licenses/Qt-LGPL-exception-1.1"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "(LGPL-2.1-only OR LGPL-3.0-only) AND LGPL-2.1-only AND ((LGPL-2.1-only WITH Nokia-Qt-exception-1.1) OR (GPL-3.0-only WITH Nokia-Qt-exception-1.1))",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-nano/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-nano/APKBUILD-expected.json
index eacdbc24dc9..599631204c5 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-nano/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-nano/APKBUILD-expected.json
@@ -21,8 +21,74 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus AND lgpl-2.1-plus",
- "declared_license": "GPL-2.0-or-later AND LGPL-2.1-or-later",
+ "declared_license_expression": "gpl-2.0-plus AND lgpl-2.1-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later AND LGPL-2.1-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus AND lgpl-2.1-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 11,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-2.0-plus AND lgpl-2.1-plus",
+ "rule_identifier": "spdx-license-identifier: gpl-2.0-plus AND lgpl-2.1-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 11,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-or-later AND lgpl-2.1-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ },
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later AND LGPL-2.1-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-nm/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-nm/APKBUILD-expected.json
index 9a3ea5adaab..2ca48e4bf0a 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-nm/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-nm/APKBUILD-expected.json
@@ -21,8 +21,89 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "(lgpl-2.1 OR lgpl-3.0) AND lgpl-2.0-plus",
- "declared_license": "(LGPL-2.1-only OR LGPL-3.0-only) AND LGPL-2.0-or-later",
+ "declared_license_expression": "(lgpl-2.1 OR lgpl-3.0) AND lgpl-2.0-plus",
+ "declared_license_expression_spdx": "(LGPL-2.1-only OR LGPL-3.0-only) AND LGPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "(lgpl-2.1 OR lgpl-3.0) AND lgpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 15,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "(lgpl-2.1 OR lgpl-3.0) AND lgpl-2.0-plus",
+ "rule_identifier": "spdx-license-identifier: (lgpl-2.1 OR lgpl-3.0) AND lgpl-2.0-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 15,
+ "rule_relevance": 100,
+ "matched_text": "(lgpl-2.1-only OR lgpl-3.0-only) AND lgpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ },
+ {
+ "key": "lgpl-3.0",
+ "name": "GNU Lesser General Public License 3.0",
+ "short_name": "LGPL 3.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0.LICENSE",
+ "spdx_license_key": "LGPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-3.0-only"
+ },
+ {
+ "key": "lgpl-2.0-plus",
+ "name": "GNU Library General Public License 2.0 or later",
+ "short_name": "LGPL 2.0 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "(LGPL-2.1-only OR LGPL-3.0-only) AND LGPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-pa/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-pa/APKBUILD-expected.json
index 5eed80348fa..da8fdae2f76 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-pa/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-pa/APKBUILD-expected.json
@@ -21,8 +21,89 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "lgpl-2.1 OR (lgpl-3.0 AND gpl-2.0)",
- "declared_license": "LGPL-2.1-only OR LGPL-3.0-only AND GPL-2.0-only",
+ "declared_license_expression": "lgpl-2.1 OR (lgpl-3.0 AND gpl-2.0)",
+ "declared_license_expression_spdx": "LGPL-2.1-only OR (LGPL-3.0-only AND GPL-2.0-only)",
+ "license_detections": [
+ {
+ "license_expression": "lgpl-2.1 OR (lgpl-3.0 AND gpl-2.0)",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 14,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "lgpl-2.1 OR (lgpl-3.0 AND gpl-2.0)",
+ "rule_identifier": "spdx-license-identifier: lgpl-2.1 OR (lgpl-3.0 AND gpl-2.0)",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 14,
+ "rule_relevance": 100,
+ "matched_text": "lgpl-2.1-only OR (lgpl-3.0-only AND gpl-2.0-only)",
+ "licenses": [
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ },
+ {
+ "key": "lgpl-3.0",
+ "name": "GNU Lesser General Public License 3.0",
+ "short_name": "LGPL 3.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0.LICENSE",
+ "spdx_license_key": "LGPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-3.0-only"
+ },
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "LGPL-2.1-only OR LGPL-3.0-only AND GPL-2.0-only",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-phone-components/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-phone-components/APKBUILD-expected.json
index a04c1b11217..11e7c50312c 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-phone-components/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-phone-components/APKBUILD-expected.json
@@ -21,8 +21,74 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus AND lgpl-2.1-plus",
- "declared_license": "GPL-2.0-or-later AND LGPL-2.1-or-later",
+ "declared_license_expression": "gpl-2.0-plus AND lgpl-2.1-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later AND LGPL-2.1-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus AND lgpl-2.1-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 11,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-2.0-plus AND lgpl-2.1-plus",
+ "rule_identifier": "spdx-license-identifier: gpl-2.0-plus AND lgpl-2.1-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 11,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-or-later AND lgpl-2.1-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ },
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later AND LGPL-2.1-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-sdk/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-sdk/APKBUILD-expected.json
index 04f0b373b38..b7ce64f48d8 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-sdk/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-sdk/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-systemmonitor/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-systemmonitor/APKBUILD-expected.json
index 66a1865feae..c065bb92fd8 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-systemmonitor/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-systemmonitor/APKBUILD-expected.json
@@ -21,8 +21,89 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "kde-accepted-gpl AND kde-accepted-lgpl AND cc0-1.0",
- "declared_license": "LicenseRef-KDE-Accepted-GPL AND LicenseRef-KDE-Accepted-LGPL AND CC0-1.0",
+ "declared_license_expression": "kde-accepted-gpl AND kde-accepted-lgpl AND cc0-1.0",
+ "declared_license_expression_spdx": "LicenseRef-scancode-kde-accepted-gpl AND LicenseRef-scancode-kde-accepted-lgpl AND CC0-1.0",
+ "license_detections": [
+ {
+ "license_expression": "kde-accepted-gpl AND kde-accepted-lgpl AND cc0-1.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 13,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "kde-accepted-gpl AND kde-accepted-lgpl AND cc0-1.0",
+ "rule_identifier": "spdx-license-identifier: kde-accepted-gpl AND kde-accepted-lgpl AND cc0-1.0",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 13,
+ "rule_relevance": 100,
+ "matched_text": "licenseref-kde-accepted-gpl AND licenseref-kde-accepted-lgpl AND cc0-1.0",
+ "licenses": [
+ {
+ "key": "kde-accepted-gpl",
+ "name": "KDE Accepted GPL",
+ "short_name": "KDE Accepted GPL",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "KDE Project",
+ "homepage_url": "https://github.com/KDE/licensedigger/blob/master/LICENSES/LicenseRef-KDE-Accepted-GPL.txt",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/kde-accepted-gpl",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/kde-accepted-gpl.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-kde-accepted-gpl",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/kde-accepted-gpl.LICENSE"
+ },
+ {
+ "key": "kde-accepted-lgpl",
+ "name": "KDE Accepted LGPL",
+ "short_name": "KDE Accepted LGPL",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "KDE Project",
+ "homepage_url": "https://github.com/KDE/kate/blob/master/LICENSES/LicenseRef-KDE-Accepted-LGPL.txt",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/kde-accepted-lgpl",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/kde-accepted-lgpl.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-kde-accepted-lgpl",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/kde-accepted-lgpl.LICENSE"
+ },
+ {
+ "key": "cc0-1.0",
+ "name": "Creative Commons CC0 1.0 Universal",
+ "short_name": "CC0-1.0",
+ "category": "Public Domain",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Creative Commons",
+ "homepage_url": "http://creativecommons.org/publicdomain/zero/1.0/",
+ "text_url": "http://creativecommons.org/publicdomain/zero/1.0/legalcode",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/cc0-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE",
+ "spdx_license_key": "CC0-1.0",
+ "spdx_url": "https://spdx.org/licenses/CC0-1.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "LicenseRef-KDE-Accepted-GPL AND LicenseRef-KDE-Accepted-LGPL AND CC0-1.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-thunderbolt/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-thunderbolt/APKBUILD-expected.json
index 126ceb8dc1a..a1dc75207b4 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-thunderbolt/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-thunderbolt/APKBUILD-expected.json
@@ -21,8 +21,74 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0 OR gpl-3.0",
- "declared_license": "GPL-2.0-only OR GPL-3.0-only",
+ "declared_license_expression": "gpl-2.0 OR gpl-3.0",
+ "declared_license_expression_spdx": "GPL-2.0-only OR GPL-3.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0 OR gpl-3.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 9,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-2.0 OR gpl-3.0",
+ "rule_identifier": "spdx-license-identifier: gpl-2.0 OR gpl-3.0",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 9,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only OR gpl-3.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only OR GPL-3.0-only",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-vault/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-vault/APKBUILD-expected.json
index 7ae9e642c6e..7f9baa606ab 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-vault/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-vault/APKBUILD-expected.json
@@ -21,8 +21,104 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "(gpl-2.0 OR gpl-3.0) AND (lgpl-2.1 AND lgpl-3.0)",
- "declared_license": "(GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only AND LGPL-3.0-only)",
+ "declared_license_expression": "(gpl-2.0 OR gpl-3.0) AND (lgpl-2.1 AND lgpl-3.0)",
+ "declared_license_expression_spdx": "(GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only AND LGPL-3.0-only)",
+ "license_detections": [
+ {
+ "license_expression": "(gpl-2.0 OR gpl-3.0) AND (lgpl-2.1 AND lgpl-3.0)",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 19,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "(gpl-2.0 OR gpl-3.0) AND (lgpl-2.1 AND lgpl-3.0)",
+ "rule_identifier": "spdx-license-identifier: (gpl-2.0 OR gpl-3.0) AND (lgpl-2.1 AND lgpl-3.0)",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 19,
+ "rule_relevance": 100,
+ "matched_text": "(gpl-2.0-only OR gpl-3.0-only) AND (lgpl-2.1-only AND lgpl-3.0-only)",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ },
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ },
+ {
+ "key": "lgpl-3.0",
+ "name": "GNU Lesser General Public License 3.0",
+ "short_name": "LGPL 3.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0.LICENSE",
+ "spdx_license_key": "LGPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "(GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only AND LGPL-3.0-only)",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-workspace-wallpapers/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-workspace-wallpapers/APKBUILD-expected.json
index 5608613e7e0..3ce49823c75 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-workspace-wallpapers/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-workspace-wallpapers/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-workspace/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-workspace/APKBUILD-expected.json
index 95d1a3c0a30..360929b45c9 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-workspace/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plasma-workspace/APKBUILD-expected.json
@@ -21,8 +21,179 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "(gpl-2.0 OR gpl-3.0) AND lgpl-2.1-plus AND gpl-2.0-plus AND mit AND lgpl-2.1 AND lgpl-2.0-plus AND (lgpl-2.1 OR lgpl-3.0) AND lgpl-2.0",
- "declared_license": "(GPL-2.0-only OR GPL-3.0-only) AND LGPL-2.1-or-later AND GPL-2.0-or-later AND MIT AND LGPL-2.1-only AND LGPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only) AND LGPL-2.0-only",
+ "declared_license_expression": "(gpl-2.0 OR gpl-3.0) AND lgpl-2.1-plus AND gpl-2.0-plus AND mit AND lgpl-2.1 AND lgpl-2.0-plus AND (lgpl-2.1 OR lgpl-3.0) AND lgpl-2.0",
+ "declared_license_expression_spdx": "(GPL-2.0-only OR GPL-3.0-only) AND LGPL-2.1-or-later AND GPL-2.0-or-later AND MIT AND LGPL-2.1-only AND LGPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only) AND LGPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "(gpl-2.0 OR gpl-3.0) AND lgpl-2.1-plus AND gpl-2.0-plus AND mit AND lgpl-2.1 AND lgpl-2.0-plus AND (lgpl-2.1 OR lgpl-3.0) AND lgpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 49,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "(gpl-2.0 OR gpl-3.0) AND lgpl-2.1-plus AND gpl-2.0-plus AND mit AND lgpl-2.1 AND lgpl-2.0-plus AND (lgpl-2.1 OR lgpl-3.0) AND lgpl-2.0",
+ "rule_identifier": "spdx-license-identifier: (gpl-2.0 OR gpl-3.0) AND lgpl-2.1-plus AND gpl-2.0-plus AND mit AND lgpl-2.1 AND lgpl-2.0-plus AND (lgpl-2.1 OR lgpl-3.0) AND lgpl-2.0",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 49,
+ "rule_relevance": 100,
+ "matched_text": "(gpl-2.0-only OR gpl-3.0-only) AND lgpl-2.1-or-later AND gpl-2.0-or-later AND mit AND lgpl-2.1-only AND lgpl-2.0-or-later AND (lgpl-2.1-only OR lgpl-3.0-only) AND lgpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ },
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ },
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ },
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ },
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ },
+ {
+ "key": "lgpl-2.0-plus",
+ "name": "GNU Library General Public License 2.0 or later",
+ "short_name": "LGPL 2.0 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.0-or-later"
+ },
+ {
+ "key": "lgpl-3.0",
+ "name": "GNU Lesser General Public License 3.0",
+ "short_name": "LGPL 3.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0.LICENSE",
+ "spdx_license_key": "LGPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-3.0-only"
+ },
+ {
+ "key": "lgpl-2.0",
+ "name": "GNU Library General Public License 2.0",
+ "short_name": "LGPL 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.0.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0.LICENSE",
+ "spdx_license_key": "LGPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "(GPL-2.0-only OR GPL-3.0-only) AND LGPL-2.1-or-later AND GPL-2.0-or-later AND MIT AND LGPL-2.1-only AND LGPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only) AND LGPL-2.0-only",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plymouth-kcm/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plymouth-kcm/APKBUILD-expected.json
index 1df4dcaac3d..034d860cd20 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plymouth-kcm/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/plymouth-kcm/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/polkit-kde-agent-1/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/polkit-kde-agent-1/APKBUILD-expected.json
index 6db1170a999..f08ebd70f6a 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/polkit-kde-agent-1/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/polkit-kde-agent-1/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/powerdevil/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/powerdevil/APKBUILD-expected.json
index a4558f0f047..8f2062e1781 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/powerdevil/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/powerdevil/APKBUILD-expected.json
@@ -21,8 +21,104 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus AND lgpl-2.0-plus AND (lgpl-2.1 OR lgpl-3.0)",
- "declared_license": "GPL-2.0-or-later AND LGPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only)",
+ "declared_license_expression": "gpl-2.0-plus AND lgpl-2.0-plus AND (lgpl-2.1 OR lgpl-3.0)",
+ "declared_license_expression_spdx": "GPL-2.0-or-later AND LGPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only)",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus AND lgpl-2.0-plus AND (lgpl-2.1 OR lgpl-3.0)",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 21,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-2.0-plus AND lgpl-2.0-plus AND (lgpl-2.1 OR lgpl-3.0)",
+ "rule_identifier": "spdx-license-identifier: gpl-2.0-plus AND lgpl-2.0-plus AND (lgpl-2.1 OR lgpl-3.0)",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 21,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-or-later AND lgpl-2.0-or-later AND (lgpl-2.1-only OR lgpl-3.0-only)",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ },
+ {
+ "key": "lgpl-2.0-plus",
+ "name": "GNU Library General Public License 2.0 or later",
+ "short_name": "LGPL 2.0 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.0-or-later"
+ },
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ },
+ {
+ "key": "lgpl-3.0",
+ "name": "GNU Lesser General Public License 3.0",
+ "short_name": "LGPL 3.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0.LICENSE",
+ "spdx_license_key": "LGPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later AND LGPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only)",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/qqc2-breeze-style/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/qqc2-breeze-style/APKBUILD-expected.json
index c97e5e740c5..345f4ab7b72 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/qqc2-breeze-style/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/qqc2-breeze-style/APKBUILD-expected.json
@@ -21,8 +21,74 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "kde-accepted-lgpl AND kfqf-accepted-gpl",
- "declared_license": "LicenseRef-KDE-Accepted-LGPL AND LicenseRef-KFQF-Accepted-GPL",
+ "declared_license_expression": "kde-accepted-lgpl AND kfqf-accepted-gpl",
+ "declared_license_expression_spdx": "LicenseRef-scancode-kde-accepted-lgpl AND LicenseRef-scancode-kfqf-accepted-gpl",
+ "license_detections": [
+ {
+ "license_expression": "kde-accepted-lgpl AND kfqf-accepted-gpl",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 9,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "kde-accepted-lgpl AND kfqf-accepted-gpl",
+ "rule_identifier": "spdx-license-identifier: kde-accepted-lgpl AND kfqf-accepted-gpl",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 9,
+ "rule_relevance": 100,
+ "matched_text": "licenseref-kde-accepted-lgpl AND licenseref-kfqf-accepted-gpl",
+ "licenses": [
+ {
+ "key": "kde-accepted-lgpl",
+ "name": "KDE Accepted LGPL",
+ "short_name": "KDE Accepted LGPL",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "KDE Project",
+ "homepage_url": "https://github.com/KDE/kate/blob/master/LICENSES/LicenseRef-KDE-Accepted-LGPL.txt",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/kde-accepted-lgpl",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/kde-accepted-lgpl.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-kde-accepted-lgpl",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/kde-accepted-lgpl.LICENSE"
+ },
+ {
+ "key": "kfqf-accepted-gpl",
+ "name": "KFQF Accepted GPL",
+ "short_name": "KFQF Accepted GPL",
+ "category": "Copyleft",
+ "is_exception": true,
+ "is_unknown": false,
+ "owner": "KDE Project",
+ "homepage_url": "https://github.com/KDE/licensedigger/blob/master/licensetexts/LicenseRef-KFQF-Accepted-GPL.txt",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/kfqf-accepted-gpl",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/kfqf-accepted-gpl.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-kfqf-accepted-gpl",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/kfqf-accepted-gpl.LICENSE"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "LicenseRef-KDE-Accepted-LGPL AND LicenseRef-KFQF-Accepted-GPL",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/qt6-qtbase/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/qt6-qtbase/APKBUILD-expected.json
index 9de469add5f..707354a070e 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/qt6-qtbase/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/qt6-qtbase/APKBUILD-expected.json
@@ -21,8 +21,104 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "lgpl-2.1 AND lgpl-3.0 AND gpl-3.0 AND qt-gpl-exception-1.0",
- "declared_license": "LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0",
+ "declared_license_expression": "lgpl-2.1 AND lgpl-3.0 AND gpl-3.0 AND qt-gpl-exception-1.0",
+ "declared_license_expression_spdx": "LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0",
+ "license_detections": [
+ {
+ "license_expression": "lgpl-2.1 AND lgpl-3.0 AND gpl-3.0 AND qt-gpl-exception-1.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 20,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "lgpl-2.1 AND lgpl-3.0 AND gpl-3.0 AND qt-gpl-exception-1.0",
+ "rule_identifier": "spdx-license-identifier: lgpl-2.1 AND lgpl-3.0 AND gpl-3.0 AND qt-gpl-exception-1.0",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 20,
+ "rule_relevance": 100,
+ "matched_text": "lgpl-2.1-only AND lgpl-3.0-only AND gpl-3.0-only AND qt-gpl-exception-1.0",
+ "licenses": [
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ },
+ {
+ "key": "lgpl-3.0",
+ "name": "GNU Lesser General Public License 3.0",
+ "short_name": "LGPL 3.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0.LICENSE",
+ "spdx_license_key": "LGPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-3.0-only"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ },
+ {
+ "key": "qt-gpl-exception-1.0",
+ "name": "Qt GPL exception 1.0",
+ "short_name": "Qt GPL exception 1.0",
+ "category": "Copyleft Limited",
+ "is_exception": true,
+ "is_unknown": false,
+ "owner": "Qt Company",
+ "homepage_url": "http://code.qt.io/cgit/qt/qtbase.git/tree/LICENSE.GPL3-EXCEPT",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/qt-gpl-exception-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/qt-gpl-exception-1.0.LICENSE",
+ "spdx_license_key": "Qt-GPL-exception-1.0",
+ "spdx_url": "https://spdx.org/licenses/Qt-GPL-exception-1.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/rtpengine-lts/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/rtpengine-lts/APKBUILD-expected.json
index e0ea39a5d2d..8e65194ba52 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/rtpengine-lts/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/rtpengine-lts/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-3.0",
- "declared_license": "GPL-3.0-only",
+ "declared_license_expression": "gpl-3.0",
+ "declared_license_expression_spdx": "GPL-3.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-3.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-3.0",
+ "rule_identifier": "spdx_license_id_gpl-3.0-only_for_gpl-3.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-3.0-only_for_gpl-3.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 50,
+ "matched_text": "gpl-3.0-only",
+ "licenses": [
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-3.0-only",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/sddm-kcm/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/sddm-kcm/APKBUILD-expected.json
index 5ba83ac38cd..66e506d6e42 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/sddm-kcm/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/sddm-kcm/APKBUILD-expected.json
@@ -21,8 +21,104 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND lgpl-2.1-plus AND gpl-2.0",
- "declared_license": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND LGPL-2.1-or-later AND GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND lgpl-2.1-plus AND gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND LGPL-2.1-or-later AND GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND lgpl-2.1-plus AND gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 26,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND lgpl-2.1-plus AND gpl-2.0",
+ "rule_identifier": "spdx-license-identifier: gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0) AND lgpl-2.1-plus AND gpl-2.0",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 26,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-or-later AND (gpl-2.0-only OR gpl-3.0-only) AND lgpl-2.1-or-later AND gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ },
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ },
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND LGPL-2.1-or-later AND GPL-2.0-only",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/systemsettings/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/systemsettings/APKBUILD-expected.json
index 7231122f224..6d0652f07c9 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/systemsettings/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/systemsettings/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/ufw/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/ufw/APKBUILD-expected.json
index 28da59752f1..014515eaf25 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/ufw/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/ufw/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-3.0-plus",
- "declared_license": "GPL-3.0-or-later",
+ "declared_license_expression": "gpl-3.0-plus",
+ "declared_license_expression_spdx": "GPL-3.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-3.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-3.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-3.0-or-later_for_gpl-3.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-3.0-or-later_for_gpl-3.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-3.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-3.0-plus",
+ "name": "GNU General Public License 3.0 or later",
+ "short_name": "GPL 3.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE",
+ "spdx_license_key": "GPL-3.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-3.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/xdg-desktop-portal-kde/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/xdg-desktop-portal-kde/APKBUILD-expected.json
index 94647f1299c..532f7201e84 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/xdg-desktop-portal-kde/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/community/xdg-desktop-portal-kde/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "lgpl-2.0-plus",
- "declared_license": "LGPL-2.0-or-later",
+ "declared_license_expression": "lgpl-2.0-plus",
+ "declared_license_expression_spdx": "LGPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "lgpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "lgpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_lgpl-2.0-or-later_for_lgpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_lgpl-2.0-or-later_for_lgpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "lgpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "lgpl-2.0-plus",
+ "name": "GNU Library General Public License 2.0 or later",
+ "short_name": "LGPL 2.0 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "LGPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/cmake/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/cmake/APKBUILD-expected.json
index 14e131b456c..5d0f69f987a 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/cmake/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/cmake/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "bsd-new",
- "declared_license": "BSD-3-Clause",
+ "declared_license_expression": "bsd-new",
+ "declared_license_expression_spdx": "BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_10.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_10.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "bsd-3-clause",
+ "licenses": [
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "BSD-3-Clause",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/kamailio/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/kamailio/APKBUILD-expected.json
index 922d9f15239..a274e790704 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/kamailio/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/kamailio/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/libburn/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/libburn/APKBUILD-expected.json
index 950902cab92..7b1a948b445 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/libburn/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/libburn/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/linux-lts/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/linux-lts/APKBUILD-expected.json
index 3dea64ee5d4..b718bd1f20f 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/linux-lts/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/linux-lts/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "gpl-2.0_52.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_52.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/linux-rpi/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/linux-rpi/APKBUILD-expected.json
index bf6e1f2c978..9fa0b85e11f 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/linux-rpi/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/linux-rpi/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "gpl-2.0_52.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_52.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/lua-unit/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/lua-unit/APKBUILD-expected.json
index 5f538656899..49d04c4c53e 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/lua-unit/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/lua-unit/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "bsd-simplified",
- "declared_license": "BSD-2-Clause",
+ "declared_license_expression": "bsd-simplified",
+ "declared_license_expression_spdx": "BSD-2-Clause",
+ "license_detections": [
+ {
+ "license_expression": "bsd-simplified",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "bsd-simplified",
+ "rule_identifier": "spdx_license_id_bsd-2-clause_for_bsd-simplified.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_bsd-2-clause_for_bsd-simplified.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "bsd-2-clause",
+ "licenses": [
+ {
+ "key": "bsd-simplified",
+ "name": "BSD-2-Clause",
+ "short_name": "BSD-2-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-2-Clause",
+ "text_url": "http://opensource.org/licenses/bsd-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-simplified",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE",
+ "spdx_license_key": "BSD-2-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-2-Clause"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "BSD-2-Clause",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/sqlite-tcl/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/sqlite-tcl/APKBUILD-expected.json
index 75eea7f8e28..ac6fc5af6f8 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/sqlite-tcl/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/sqlite-tcl/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "public-domain",
- "declared_license": "Public-Domain",
+ "declared_license_expression": "public-domain",
+ "declared_license_expression_spdx": "LicenseRef-scancode-public-domain",
+ "license_detections": [
+ {
+ "license_expression": "public-domain",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "public-domain",
+ "rule_identifier": "spdx-license-identifier: public-domain",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "licenseref-scancode-public-domain",
+ "licenses": [
+ {
+ "key": "public-domain",
+ "name": "Public Domain",
+ "short_name": "Public Domain",
+ "category": "Public Domain",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Unspecified",
+ "homepage_url": "http://www.linfo.org/publicdomain.html",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/public-domain",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-public-domain",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Public-Domain",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/sqlite/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/sqlite/APKBUILD-expected.json
index 09b75b5422c..2ce30a39996 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/sqlite/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/sqlite/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "public-domain",
- "declared_license": "Public-Domain",
+ "declared_license_expression": "public-domain",
+ "declared_license_expression_spdx": "LicenseRef-scancode-public-domain",
+ "license_detections": [
+ {
+ "license_expression": "public-domain",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "public-domain",
+ "rule_identifier": "spdx-license-identifier: public-domain",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "licenseref-scancode-public-domain",
+ "licenses": [
+ {
+ "key": "public-domain",
+ "name": "Public Domain",
+ "short_name": "Public Domain",
+ "category": "Public Domain",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Unspecified",
+ "homepage_url": "http://www.linfo.org/publicdomain.html",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/public-domain",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-public-domain",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Public-Domain",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/sqsh/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/sqsh/APKBUILD-expected.json
index 6e1425f1bcf..cafbd1ad4ee 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/sqsh/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/sqsh/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-1.0-plus",
- "declared_license": "GPL",
+ "declared_license_expression": "gpl-1.0-plus",
+ "declared_license_expression_spdx": "GPL-1.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-1.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-1.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-1.0-or-later_for_gpl-1.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-1.0-or-later_for_gpl-1.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-1.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-1.0-plus",
+ "name": "GNU General Public License 1.0 or later",
+ "short_name": "GPL 1.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-1.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE",
+ "spdx_license_key": "GPL-1.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-1.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/sudo/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/sudo/APKBUILD-expected.json
index 39dde253556..f0a47e6b039 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/sudo/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/sudo/APKBUILD-expected.json
@@ -21,8 +21,74 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "unknown-license-reference AND isc",
- "declared_license": "custom ISC",
+ "declared_license_expression": "unknown-license-reference AND isc",
+ "declared_license_expression_spdx": "LicenseRef-scancode-unknown-license-reference AND ISC",
+ "license_detections": [
+ {
+ "license_expression": "unknown-license-reference AND isc",
+ "detection_log": [
+ "unknown-match"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 7,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "unknown-license-reference AND isc",
+ "rule_identifier": "spdx-license-identifier: unknown-license-reference AND isc",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 7,
+ "rule_relevance": 100,
+ "matched_text": "licenseref-scancode-unknown-license-reference AND isc",
+ "licenses": [
+ {
+ "key": "unknown-license-reference",
+ "name": "Unknown License file reference",
+ "short_name": "Unknown License reference",
+ "category": "Unstated License",
+ "is_exception": false,
+ "is_unknown": true,
+ "owner": "Unspecified",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-unknown-license-reference",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE"
+ },
+ {
+ "key": "isc",
+ "name": "ISC License",
+ "short_name": "ISC License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "ISC - Internet Systems Consortium",
+ "homepage_url": "https://www.isc.org/licenses/",
+ "text_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_with_legal_disclaimer_2",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/isc",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/isc.LICENSE",
+ "spdx_license_key": "ISC",
+ "spdx_url": "https://spdx.org/licenses/ISC"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "custom ISC",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/util-linux/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/util-linux/APKBUILD-expected.json
index 29ef4867e96..38e8b4955d9 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/util-linux/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/main/util-linux/APKBUILD-expected.json
@@ -21,8 +21,149 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-3.0-plus AND gpl-2.0-plus AND gpl-2.0 AND lgpl-2.1-plus AND bsd-new AND bsd-original-uc AND public-domain",
- "declared_license": "GPL-3.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only AND\n\tLGPL-2.1-or-later AND BSD-3-Clause AND BSD-4-Clause-UC AND Public-Domain",
+ "declared_license_expression": "gpl-3.0-plus AND gpl-2.0-plus AND gpl-2.0 AND lgpl-2.1-plus AND bsd-new AND bsd-original-uc AND public-domain",
+ "declared_license_expression_spdx": "GPL-3.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only AND LGPL-2.1-or-later AND BSD-3-Clause AND BSD-4-Clause-UC AND LicenseRef-scancode-public-domain",
+ "license_detections": [
+ {
+ "license_expression": "gpl-3.0-plus AND gpl-2.0-plus AND gpl-2.0 AND lgpl-2.1-plus AND bsd-new AND bsd-original-uc AND public-domain",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 36,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-3.0-plus AND gpl-2.0-plus AND gpl-2.0 AND lgpl-2.1-plus AND bsd-new AND bsd-original-uc AND public-domain",
+ "rule_identifier": "spdx-license-identifier: gpl-3.0-plus AND gpl-2.0-plus AND gpl-2.0 AND lgpl-2.1-plus AND bsd-new AND bsd-original-uc AND public-domain",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 36,
+ "rule_relevance": 100,
+ "matched_text": "gpl-3.0-or-later AND gpl-2.0-or-later AND gpl-2.0-only AND lgpl-2.1-or-later AND bsd-3-clause AND bsd-4-clause-uc AND licenseref-scancode-public-domain",
+ "licenses": [
+ {
+ "key": "gpl-3.0-plus",
+ "name": "GNU General Public License 3.0 or later",
+ "short_name": "GPL 3.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE",
+ "spdx_license_key": "GPL-3.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-or-later"
+ },
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ },
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ },
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ },
+ {
+ "key": "bsd-original-uc",
+ "name": "BSD-Original-UC",
+ "short_name": "BSD-Original-UC",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change",
+ "text_url": "http://www.xfree86.org/3.3.6/COPYRIGHT2.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-original-uc",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-original-uc.LICENSE",
+ "spdx_license_key": "BSD-4-Clause-UC",
+ "spdx_url": "https://spdx.org/licenses/BSD-4-Clause-UC"
+ },
+ {
+ "key": "public-domain",
+ "name": "Public Domain",
+ "short_name": "Public Domain",
+ "category": "Public Domain",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Unspecified",
+ "homepage_url": "http://www.linfo.org/publicdomain.html",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/public-domain",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-public-domain",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-3.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only AND\n\tLGPL-2.1-or-later AND BSD-3-Clause AND BSD-4-Clause-UC AND Public-Domain",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/testing/linux-edge/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/testing/linux-edge/APKBUILD-expected.json
index fd2dea47efd..44f8eacafe8 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/testing/linux-edge/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/testing/linux-edge/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "gpl-2.0_52.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_52.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/testing/linux-elm/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/testing/linux-elm/APKBUILD-expected.json
index 8afa527234e..7433f2c6459 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/testing/linux-elm/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/testing/linux-elm/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "gpl-2.0_52.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_52.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/testing/linux-gru/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/testing/linux-gru/APKBUILD-expected.json
index b9c68024533..7787ff31b00 100644
--- a/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/testing/linux-gru/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild-problems/alpine14/testing/linux-gru/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "gpl-2.0_52.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_52.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine13/community/abook/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine13/community/abook/APKBUILD-expected.json
index 628dfbb04ce..ed68ba16a92 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine13/community/abook/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine13/community/abook/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine13/community/darktable/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine13/community/darktable/APKBUILD-expected.json
index 14c182ec776..b1569da8c37 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine13/community/darktable/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine13/community/darktable/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-3.0-plus",
- "declared_license": "GPL-3.0-or-later",
+ "declared_license_expression": "gpl-3.0-plus",
+ "declared_license_expression_spdx": "GPL-3.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-3.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-3.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-3.0-or-later_for_gpl-3.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-3.0-or-later_for_gpl-3.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-3.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-3.0-plus",
+ "name": "GNU General Public License 3.0 or later",
+ "short_name": "GPL 3.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE",
+ "spdx_license_key": "GPL-3.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-3.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine13/community/haxe/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine13/community/haxe/APKBUILD-expected.json
index 05cedbf0cf7..706de4420dc 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine13/community/haxe/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine13/community/haxe/APKBUILD-expected.json
@@ -21,8 +21,89 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-1.0-plus AND mit AND lgpl-2.0-plus",
- "declared_license": "GPL MIT LGPL",
+ "declared_license_expression": "gpl-1.0-plus AND mit AND lgpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-1.0-or-later AND MIT AND LGPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-1.0-plus AND mit AND lgpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 13,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-1.0-plus AND mit AND lgpl-2.0-plus",
+ "rule_identifier": "spdx-license-identifier: gpl-1.0-plus AND mit AND lgpl-2.0-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 13,
+ "rule_relevance": 100,
+ "matched_text": "gpl-1.0-or-later AND mit AND lgpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-1.0-plus",
+ "name": "GNU General Public License 1.0 or later",
+ "short_name": "GPL 1.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-1.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE",
+ "spdx_license_key": "GPL-1.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-1.0-or-later"
+ },
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ },
+ {
+ "key": "lgpl-2.0-plus",
+ "name": "GNU Library General Public License 2.0 or later",
+ "short_name": "LGPL 2.0 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL MIT LGPL",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine13/main/linux-firmware/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine13/main/linux-firmware/APKBUILD-expected.json
index 73b05e31b0d..8fd83d17f8d 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine13/main/linux-firmware/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine13/main/linux-firmware/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "unknown-license-reference",
- "declared_license": "custom:multiple",
+ "declared_license_expression": "unknown-license-reference",
+ "declared_license_expression_spdx": "LicenseRef-scancode-unknown-license-reference",
+ "license_detections": [
+ {
+ "license_expression": "unknown-license-reference",
+ "detection_log": [
+ "unknown-match"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "spdx-license-identifier: unknown-license-reference",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "licenseref-scancode-unknown-license-reference",
+ "licenses": [
+ {
+ "key": "unknown-license-reference",
+ "name": "Unknown License file reference",
+ "short_name": "Unknown License reference",
+ "category": "Unstated License",
+ "is_exception": false,
+ "is_unknown": true,
+ "owner": "Unspecified",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-unknown-license-reference",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "custom:multiple",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/2bwm/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/2bwm/APKBUILD-expected.json
index 3ed8d969548..2c4fbf76e9d 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/2bwm/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/2bwm/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "isc",
- "declared_license": "ISC",
+ "declared_license_expression": "isc",
+ "declared_license_expression_spdx": "ISC",
+ "license_detections": [
+ {
+ "license_expression": "isc",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "isc",
+ "rule_identifier": "spdx-license-identifier: isc",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "isc",
+ "licenses": [
+ {
+ "key": "isc",
+ "name": "ISC License",
+ "short_name": "ISC License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "ISC - Internet Systems Consortium",
+ "homepage_url": "https://www.isc.org/licenses/",
+ "text_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_with_legal_disclaimer_2",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/isc",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/isc.LICENSE",
+ "spdx_license_key": "ISC",
+ "spdx_url": "https://spdx.org/licenses/ISC"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "ISC",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/acccheck/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/acccheck/APKBUILD-expected.json
index be1f1be3f52..647f158290d 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/acccheck/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/acccheck/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "gpl-2.0_52.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_52.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/accerciser/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/accerciser/APKBUILD-expected.json
index 90f8e98e857..c3c48acec07 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/accerciser/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/accerciser/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "bsd-new",
- "declared_license": "BSD-3-Clause",
+ "declared_license_expression": "bsd-new",
+ "declared_license_expression_spdx": "BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_10.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_10.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "bsd-3-clause",
+ "licenses": [
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "BSD-3-Clause",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/alpine/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/alpine/APKBUILD-expected.json
index 2c89e8fd8d4..603e877bb23 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/alpine/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/alpine/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": "Apache-2.0",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "apache-2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/audacious-plugins/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/audacious-plugins/APKBUILD-expected.json
index 781e901f975..ce9ddd79d74 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/audacious-plugins/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/audacious-plugins/APKBUILD-expected.json
@@ -21,8 +21,149 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "bsd-simplified AND bsd-new AND isc AND gpl-2.0 AND gpl-2.0-plus AND gpl-3.0 AND gpl-3.0-plus",
- "declared_license": "BSD-2-Clause AND BSD-3-Clause AND ISC AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later",
+ "declared_license_expression": "bsd-simplified AND bsd-new AND isc AND gpl-2.0 AND gpl-2.0-plus AND gpl-3.0 AND gpl-3.0-plus",
+ "declared_license_expression_spdx": "BSD-2-Clause AND BSD-3-Clause AND ISC AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "bsd-simplified AND bsd-new AND isc AND gpl-2.0 AND gpl-2.0-plus AND gpl-3.0 AND gpl-3.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 31,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "bsd-simplified AND bsd-new AND isc AND gpl-2.0 AND gpl-2.0-plus AND gpl-3.0 AND gpl-3.0-plus",
+ "rule_identifier": "spdx-license-identifier: bsd-simplified AND bsd-new AND isc AND gpl-2.0 AND gpl-2.0-plus AND gpl-3.0 AND gpl-3.0-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 31,
+ "rule_relevance": 100,
+ "matched_text": "bsd-2-clause AND bsd-3-clause AND isc AND gpl-2.0-only AND gpl-2.0-or-later AND gpl-3.0-only AND gpl-3.0-or-later",
+ "licenses": [
+ {
+ "key": "bsd-simplified",
+ "name": "BSD-2-Clause",
+ "short_name": "BSD-2-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-2-Clause",
+ "text_url": "http://opensource.org/licenses/bsd-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-simplified",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE",
+ "spdx_license_key": "BSD-2-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-2-Clause"
+ },
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ },
+ {
+ "key": "isc",
+ "name": "ISC License",
+ "short_name": "ISC License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "ISC - Internet Systems Consortium",
+ "homepage_url": "https://www.isc.org/licenses/",
+ "text_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_with_legal_disclaimer_2",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/isc",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/isc.LICENSE",
+ "spdx_license_key": "ISC",
+ "spdx_url": "https://spdx.org/licenses/ISC"
+ },
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ },
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ },
+ {
+ "key": "gpl-3.0-plus",
+ "name": "GNU General Public License 3.0 or later",
+ "short_name": "GPL 3.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE",
+ "spdx_license_key": "GPL-3.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "BSD-2-Clause AND BSD-3-Clause AND ISC AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/boost-build/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/boost-build/APKBUILD-expected.json
index 7c056ec7499..384dcab23d0 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/boost-build/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/boost-build/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "boost-1.0",
- "declared_license": "BSL-1.0",
+ "declared_license_expression": "boost-1.0",
+ "declared_license_expression_spdx": "BSL-1.0",
+ "license_detections": [
+ {
+ "license_expression": "boost-1.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "boost-1.0",
+ "rule_identifier": "boost-1.0_48.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/boost-1.0_48.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 50,
+ "matched_text": "bsl-1.0",
+ "licenses": [
+ {
+ "key": "boost-1.0",
+ "name": "Boost Software License 1.0",
+ "short_name": "Boost 1.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Boost",
+ "homepage_url": "http://www.boost.org/users/license.html",
+ "text_url": "http://www.boost.org/LICENSE_1_0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/boost-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.LICENSE",
+ "spdx_license_key": "BSL-1.0",
+ "spdx_url": "https://spdx.org/licenses/BSL-1.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "BSL-1.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/dircproxy/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/dircproxy/APKBUILD-expected.json
index ce382fc0c02..740a32720ef 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/dircproxy/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/dircproxy/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus",
- "declared_license": "GPL-2.0-or-later",
+ "declared_license_expression": "gpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-or-later_for_gpl-2.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/faac/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/faac/APKBUILD-expected.json
index 191343b7207..0c7fec009f1 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/faac/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/faac/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-3.0-plus",
- "declared_license": "GPL-3.0-or-later",
+ "declared_license_expression": "gpl-3.0-plus",
+ "declared_license_expression_spdx": "GPL-3.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-3.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-3.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-3.0-or-later_for_gpl-3.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-3.0-or-later_for_gpl-3.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-3.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-3.0-plus",
+ "name": "GNU General Public License 3.0 or later",
+ "short_name": "GPL 3.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE",
+ "spdx_license_key": "GPL-3.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-3.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/feedbackd-device-themes/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/feedbackd-device-themes/APKBUILD-expected.json
index 00e8580c250..0a9a9f6a165 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/feedbackd-device-themes/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/feedbackd-device-themes/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-3.0-plus",
- "declared_license": "GPL-3.0-or-later",
+ "declared_license_expression": "gpl-3.0-plus",
+ "declared_license_expression_spdx": "GPL-3.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-3.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-3.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-3.0-or-later_for_gpl-3.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-3.0-or-later_for_gpl-3.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-3.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-3.0-plus",
+ "name": "GNU General Public License 3.0 or later",
+ "short_name": "GPL 3.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE",
+ "spdx_license_key": "GPL-3.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-3.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/gcc6/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/gcc6/APKBUILD-expected.json
index b9aacd7d3f3..4d2296fcc52 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/gcc6/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/gcc6/APKBUILD-expected.json
@@ -21,8 +21,74 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-1.0-plus AND lgpl-2.0-plus",
- "declared_license": "GPL LGPL",
+ "declared_license_expression": "gpl-1.0-plus AND lgpl-2.0-plus",
+ "declared_license_expression_spdx": "GPL-1.0-or-later AND LGPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-1.0-plus AND lgpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 11,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-1.0-plus AND lgpl-2.0-plus",
+ "rule_identifier": "spdx-license-identifier: gpl-1.0-plus AND lgpl-2.0-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 11,
+ "rule_relevance": 100,
+ "matched_text": "gpl-1.0-or-later AND lgpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-1.0-plus",
+ "name": "GNU General Public License 1.0 or later",
+ "short_name": "GPL 1.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-1.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE",
+ "spdx_license_key": "GPL-1.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-1.0-or-later"
+ },
+ {
+ "key": "lgpl-2.0-plus",
+ "name": "GNU Library General Public License 2.0 or later",
+ "short_name": "LGPL 2.0 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL LGPL",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/hunspell-de-de/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/hunspell-de-de/APKBUILD-expected.json
index 4460c36f48f..d4a1b1e58ad 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/hunspell-de-de/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/hunspell-de-de/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-3.0",
- "declared_license": "GPL-3.0-only",
+ "declared_license_expression": "gpl-3.0",
+ "declared_license_expression_spdx": "GPL-3.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-3.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-3.0",
+ "rule_identifier": "spdx_license_id_gpl-3.0-only_for_gpl-3.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-3.0-only_for_gpl-3.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 50,
+ "matched_text": "gpl-3.0-only",
+ "licenses": [
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-3.0-only",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/imagemagick/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/imagemagick/APKBUILD-expected.json
index d764c8cfb12..fa6fdd9a9ae 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/imagemagick/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/imagemagick/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "imagemagick",
- "declared_license": "ImageMagick",
+ "declared_license_expression": "imagemagick",
+ "declared_license_expression_spdx": "ImageMagick",
+ "license_detections": [
+ {
+ "license_expression": "imagemagick",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "imagemagick",
+ "rule_identifier": "spdx-license-identifier: imagemagick",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "imagemagick",
+ "licenses": [
+ {
+ "key": "imagemagick",
+ "name": "ImageMagick License",
+ "short_name": "ImageMagick License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "ImageMagick",
+ "homepage_url": "http://www.imagemagick.org/script/license.php",
+ "text_url": "http://www.imagemagick.org/script/license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/imagemagick",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/imagemagick.LICENSE",
+ "spdx_license_key": "ImageMagick",
+ "spdx_url": "https://spdx.org/licenses/ImageMagick"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "ImageMagick",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/imagemagick6/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/imagemagick6/APKBUILD-expected.json
index 3a5bf2a2de7..9d6d43c3477 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/imagemagick6/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/imagemagick6/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": "Apache-2.0",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "apache-2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/libluv/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/libluv/APKBUILD-expected.json
index 88b0af2b55a..2c3bbaa1072 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/libluv/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/libluv/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": "Apache-2.0",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "apache-2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/nymphcast-client/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/nymphcast-client/APKBUILD-expected.json
index def39482271..a8dd473b3ba 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/nymphcast-client/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/nymphcast-client/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "bsd-new",
- "declared_license": "BSD-3-Clause",
+ "declared_license_expression": "bsd-new",
+ "declared_license_expression_spdx": "BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_10.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_10.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "bsd-3-clause",
+ "licenses": [
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "BSD-3-Clause",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/openjdk10/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/openjdk10/APKBUILD-expected.json
index 61d71e96fc5..855e93624b1 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/openjdk10/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/openjdk10/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "classpath-exception-2.0",
- "declared_license": "GPL-2.0-with-classpath-exception",
+ "declared_license_expression": "classpath-exception-2.0",
+ "declared_license_expression_spdx": "Classpath-exception-2.0",
+ "license_detections": [
+ {
+ "license_expression": "classpath-exception-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 6,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "classpath-exception-2.0",
+ "rule_identifier": "classpath-exception-2.0_6.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/classpath-exception-2.0_6.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 6,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-with-classpath-exception",
+ "licenses": [
+ {
+ "key": "classpath-exception-2.0",
+ "name": "Classpath exception to GPL 2.0 or later",
+ "short_name": "Classpath exception to GPL 2.0 or later",
+ "category": "Copyleft Limited",
+ "is_exception": true,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/software/classpath/",
+ "text_url": "http://www.gnu.org/software/classpath/license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/classpath-exception-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/classpath-exception-2.0.LICENSE",
+ "spdx_license_key": "Classpath-exception-2.0",
+ "spdx_url": "https://spdx.org/licenses/Classpath-exception-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-with-classpath-exception",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/py3-cairosvg/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/py3-cairosvg/APKBUILD-expected.json
index f99a6dfcc98..8ebb5345200 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/py3-cairosvg/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/py3-cairosvg/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "lgpl-3.0-plus",
- "declared_license": "LGPL-3.0-or-later",
+ "declared_license_expression": "lgpl-3.0-plus",
+ "declared_license_expression_spdx": "LGPL-3.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "lgpl-3.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "lgpl-3.0-plus",
+ "rule_identifier": "spdx_license_id_lgpl-3.0-or-later_for_lgpl-3.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_lgpl-3.0-or-later_for_lgpl-3.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "lgpl-3.0-or-later",
+ "licenses": [
+ {
+ "key": "lgpl-3.0-plus",
+ "name": "GNU Lesser General Public License 3.0 or later",
+ "short_name": "LGPL 3.0 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-3.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0-plus.LICENSE",
+ "spdx_license_key": "LGPL-3.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-3.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "LGPL-3.0-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/qt6-qt3d/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/qt6-qt3d/APKBUILD-expected.json
index 62b9f8ed02e..ce972bdf314 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/qt6-qt3d/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/qt6-qt3d/APKBUILD-expected.json
@@ -21,8 +21,104 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "lgpl-2.1 AND lgpl-3.0 AND gpl-3.0 AND qt-gpl-exception-1.0",
- "declared_license": "LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0",
+ "declared_license_expression": "lgpl-2.1 AND lgpl-3.0 AND gpl-3.0 AND qt-gpl-exception-1.0",
+ "declared_license_expression_spdx": "LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0",
+ "license_detections": [
+ {
+ "license_expression": "lgpl-2.1 AND lgpl-3.0 AND gpl-3.0 AND qt-gpl-exception-1.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 20,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "lgpl-2.1 AND lgpl-3.0 AND gpl-3.0 AND qt-gpl-exception-1.0",
+ "rule_identifier": "spdx-license-identifier: lgpl-2.1 AND lgpl-3.0 AND gpl-3.0 AND qt-gpl-exception-1.0",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 20,
+ "rule_relevance": 100,
+ "matched_text": "lgpl-2.1-only AND lgpl-3.0-only AND gpl-3.0-only AND qt-gpl-exception-1.0",
+ "licenses": [
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ },
+ {
+ "key": "lgpl-3.0",
+ "name": "GNU Lesser General Public License 3.0",
+ "short_name": "LGPL 3.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0.LICENSE",
+ "spdx_license_key": "LGPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-3.0-only"
+ },
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ },
+ {
+ "key": "qt-gpl-exception-1.0",
+ "name": "Qt GPL exception 1.0",
+ "short_name": "Qt GPL exception 1.0",
+ "category": "Copyleft Limited",
+ "is_exception": true,
+ "is_unknown": false,
+ "owner": "Qt Company",
+ "homepage_url": "http://code.qt.io/cgit/qt/qtbase.git/tree/LICENSE.GPL3-EXCEPT",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/qt-gpl-exception-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/qt-gpl-exception-1.0.LICENSE",
+ "spdx_license_key": "Qt-GPL-exception-1.0",
+ "spdx_url": "https://spdx.org/licenses/Qt-GPL-exception-1.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/ruby-rspec/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/ruby-rspec/APKBUILD-expected.json
index 6fa74c62d02..57108e8a043 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/ruby-rspec/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/ruby-rspec/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/unicode-character-database/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/unicode-character-database/APKBUILD-expected.json
index c52da9bde94..5c27577923b 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/unicode-character-database/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/unicode-character-database/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "unicode-dfs-2015",
- "declared_license": "Unicode-DFS-2015",
+ "declared_license_expression": "unicode-dfs-2015",
+ "declared_license_expression_spdx": "Unicode-DFS-2015",
+ "license_detections": [
+ {
+ "license_expression": "unicode-dfs-2015",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "unicode-dfs-2015",
+ "rule_identifier": "spdx_license_id_unicode-dfs-2015_for_unicode-dfs-2015.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_unicode-dfs-2015_for_unicode-dfs-2015.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 50,
+ "matched_text": "unicode-dfs-2015",
+ "licenses": [
+ {
+ "key": "unicode-dfs-2015",
+ "name": "Unicode License Agreement - Data Files and Software (2015)",
+ "short_name": "Unicode DFS 2015",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Unicode Consortium",
+ "homepage_url": "https://web.archive.org/web/20151224134844/http://unicode.org/copyright.html",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/unicode-dfs-2015",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode-dfs-2015.LICENSE",
+ "spdx_license_key": "Unicode-DFS-2015",
+ "spdx_url": "https://spdx.org/licenses/Unicode-DFS-2015"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Unicode-DFS-2015",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/vtk/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/vtk/APKBUILD-expected.json
index c7dd2ce356c..f28271bbf75 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/vtk/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/vtk/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "bsd-new",
- "declared_license": "BSD-3-Clause",
+ "declared_license_expression": "bsd-new",
+ "declared_license_expression_spdx": "BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_10.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_10.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "bsd-3-clause",
+ "licenses": [
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "BSD-3-Clause",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/zsnes/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/zsnes/APKBUILD-expected.json
index 99e1a4c729d..0aa90cd09e9 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/community/zsnes/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/community/zsnes/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "gpl-2.0_52.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_52.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/main/gcc/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/main/gcc/APKBUILD-expected.json
index fa7d5dbe409..e63ec4d3a08 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/main/gcc/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/main/gcc/APKBUILD-expected.json
@@ -21,8 +21,74 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0-plus AND lgpl-2.1-plus",
- "declared_license": "GPL-2.0-or-later LGPL-2.1-or-later",
+ "declared_license_expression": "gpl-2.0-plus AND lgpl-2.1-plus",
+ "declared_license_expression_spdx": "GPL-2.0-or-later AND LGPL-2.1-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0-plus AND lgpl-2.1-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 11,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-2.0-plus AND lgpl-2.1-plus",
+ "rule_identifier": "spdx-license-identifier: gpl-2.0-plus AND lgpl-2.1-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 11,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-or-later AND lgpl-2.1-or-later",
+ "licenses": [
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ },
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-or-later LGPL-2.1-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/main/icu/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/main/icu/APKBUILD-expected.json
index f8e57ababac..3d47900f760 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/main/icu/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/main/icu/APKBUILD-expected.json
@@ -21,8 +21,89 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "mit AND x11 AND unicode-tou",
- "declared_license": "MIT ICU Unicode-TOU",
+ "declared_license_expression": "mit AND x11 AND unicode-tou",
+ "declared_license_expression_spdx": "MIT AND ICU AND Unicode-TOU",
+ "license_detections": [
+ {
+ "license_expression": "mit AND x11 AND unicode-tou",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 6,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit AND x11 AND unicode-tou",
+ "rule_identifier": "spdx-license-identifier: mit AND x11 AND unicode-tou",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 6,
+ "rule_relevance": 100,
+ "matched_text": "mit AND icu AND unicode-tou",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ },
+ {
+ "key": "x11",
+ "name": "X11 License",
+ "short_name": "X11 License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "XFree86 Project, Inc",
+ "homepage_url": "http://www.xfree86.org/3.3.6/COPYRIGHT2.html",
+ "text_url": "http://www.xfree86.org/3.3.6/COPYRIGHT2.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/x11",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11.LICENSE",
+ "spdx_license_key": "ICU",
+ "spdx_url": "https://spdx.org/licenses/ICU"
+ },
+ {
+ "key": "unicode-tou",
+ "name": "Unicode Terms of Use",
+ "short_name": "Unicode Terms of Use",
+ "category": "Proprietary Free",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Unicode Consortium",
+ "homepage_url": "http://www.unicode.org/copyright.html",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/unicode-tou",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode-tou.LICENSE",
+ "spdx_license_key": "Unicode-TOU",
+ "spdx_url": "https://spdx.org/licenses/Unicode-TOU"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT ICU Unicode-TOU",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/main/ruby/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/main/ruby/APKBUILD-expected.json
index 52d2b53490b..76ae8dd93d6 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/main/ruby/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/main/ruby/APKBUILD-expected.json
@@ -21,8 +21,89 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "ruby AND bsd-simplified AND mit",
- "declared_license": "Ruby AND BSD-2-Clause AND MIT",
+ "declared_license_expression": "ruby AND bsd-simplified AND mit",
+ "declared_license_expression_spdx": "Ruby AND BSD-2-Clause AND MIT",
+ "license_detections": [
+ {
+ "license_expression": "ruby AND bsd-simplified AND mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 7,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "ruby AND bsd-simplified AND mit",
+ "rule_identifier": "spdx-license-identifier: ruby AND bsd-simplified AND mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 7,
+ "rule_relevance": 100,
+ "matched_text": "ruby AND bsd-2-clause AND mit",
+ "licenses": [
+ {
+ "key": "ruby",
+ "name": "Ruby License",
+ "short_name": "Ruby License",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Ruby",
+ "homepage_url": "http://www.ruby-lang.org/en/LICENSE.txt",
+ "text_url": "http://www.ruby-lang.org/en/LICENSE.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/ruby",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ruby.LICENSE",
+ "spdx_license_key": "Ruby",
+ "spdx_url": "https://spdx.org/licenses/Ruby"
+ },
+ {
+ "key": "bsd-simplified",
+ "name": "BSD-2-Clause",
+ "short_name": "BSD-2-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-2-Clause",
+ "text_url": "http://opensource.org/licenses/bsd-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-simplified",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE",
+ "spdx_license_key": "BSD-2-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-2-Clause"
+ },
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Ruby AND BSD-2-Clause AND MIT",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-dcontainers/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-dcontainers/APKBUILD-expected.json
index 977f95a8d0c..8f61b8a854b 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-dcontainers/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-dcontainers/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "boost-1.0",
- "declared_license": "BSL-1.0",
+ "declared_license_expression": "boost-1.0",
+ "declared_license_expression_spdx": "BSL-1.0",
+ "license_detections": [
+ {
+ "license_expression": "boost-1.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "boost-1.0",
+ "rule_identifier": "boost-1.0_48.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/boost-1.0_48.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 50,
+ "matched_text": "bsl-1.0",
+ "licenses": [
+ {
+ "key": "boost-1.0",
+ "name": "Boost Software License 1.0",
+ "short_name": "Boost 1.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Boost",
+ "homepage_url": "http://www.boost.org/users/license.html",
+ "text_url": "http://www.boost.org/LICENSE_1_0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/boost-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.LICENSE",
+ "spdx_license_key": "BSL-1.0",
+ "spdx_url": "https://spdx.org/licenses/BSL-1.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "BSL-1.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-linux-firmware/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-linux-firmware/APKBUILD-expected.json
index 11db484c683..d005056baf2 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-linux-firmware/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-linux-firmware/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "unknown-license-reference",
- "declared_license": "custom:multiple",
+ "declared_license_expression": "unknown-license-reference",
+ "declared_license_expression_spdx": "LicenseRef-scancode-unknown-license-reference",
+ "license_detections": [
+ {
+ "license_expression": "unknown-license-reference",
+ "detection_log": [
+ "unknown-match"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "spdx-license-identifier: unknown-license-reference",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "licenseref-scancode-unknown-license-reference",
+ "licenses": [
+ {
+ "key": "unknown-license-reference",
+ "name": "Unknown License file reference",
+ "short_name": "Unknown License reference",
+ "category": "Unstated License",
+ "is_exception": false,
+ "is_unknown": true,
+ "owner": "Unspecified",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-unknown-license-reference",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "custom:multiple",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-lua-lustache/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-lua-lustache/APKBUILD-expected.json
index bac21c51226..1ceb24224cf 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-lua-lustache/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-lua-lustache/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-perl-socket-getaddrinfo/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-perl-socket-getaddrinfo/APKBUILD-expected.json
index 9c86c314c67..ae98fb5b1e7 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-perl-socket-getaddrinfo/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-perl-socket-getaddrinfo/APKBUILD-expected.json
@@ -21,8 +21,74 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-1.0-plus OR artistic-perl-1.0",
- "declared_license": "GPL-1.0-or-later OR Artistic-1.0-Perl",
+ "declared_license_expression": "gpl-1.0-plus OR artistic-perl-1.0",
+ "declared_license_expression_spdx": "GPL-1.0-or-later OR Artistic-1.0-Perl",
+ "license_detections": [
+ {
+ "license_expression": "gpl-1.0-plus OR artistic-perl-1.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 10,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "gpl-1.0-plus OR artistic-perl-1.0",
+ "rule_identifier": "spdx-license-identifier: gpl-1.0-plus OR artistic-perl-1.0",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 10,
+ "rule_relevance": 100,
+ "matched_text": "gpl-1.0-or-later OR artistic-1.0-perl",
+ "licenses": [
+ {
+ "key": "gpl-1.0-plus",
+ "name": "GNU General Public License 1.0 or later",
+ "short_name": "GPL 1.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-1.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE",
+ "spdx_license_key": "GPL-1.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-1.0-or-later"
+ },
+ {
+ "key": "artistic-perl-1.0",
+ "name": "Artistic License (Perl) 1.0",
+ "short_name": "Artistic-Perl-1.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Perl Foundation",
+ "homepage_url": "http://dev.perl.org/licenses/artistic.html",
+ "text_url": "http://dev.perl.org/licenses/artistic.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/artistic-perl-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE",
+ "spdx_license_key": "Artistic-1.0-Perl",
+ "spdx_url": "https://spdx.org/licenses/Artistic-1.0-Perl"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-1.0-or-later OR Artistic-1.0-Perl",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-stdx-allocator/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-stdx-allocator/APKBUILD-expected.json
index ae241e73060..9b0ef763502 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-stdx-allocator/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand-stdx-allocator/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "boost-1.0",
- "declared_license": "BSL-1.0",
+ "declared_license_expression": "boost-1.0",
+ "declared_license_expression_spdx": "BSL-1.0",
+ "license_detections": [
+ {
+ "license_expression": "boost-1.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "boost-1.0",
+ "rule_identifier": "boost-1.0_48.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/boost-1.0_48.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 50,
+ "matched_text": "bsl-1.0",
+ "licenses": [
+ {
+ "key": "boost-1.0",
+ "name": "Boost Software License 1.0",
+ "short_name": "Boost 1.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Boost",
+ "homepage_url": "http://www.boost.org/users/license.html",
+ "text_url": "http://www.boost.org/LICENSE_1_0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/boost-1.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.LICENSE",
+ "spdx_license_key": "BSL-1.0",
+ "spdx_url": "https://spdx.org/licenses/BSL-1.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "BSL-1.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand_in_python-py3-cssselect2/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand_in_python-py3-cssselect2/APKBUILD-expected.json
index 41d2791d558..4d85b4c6702 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand_in_python-py3-cssselect2/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/problems/nested_expand_in_python-py3-cssselect2/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "bsd-new",
- "declared_license": "BSD-3-Clause",
+ "declared_license_expression": "bsd-new",
+ "declared_license_expression_spdx": "BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_10.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_10.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "bsd-3-clause",
+ "licenses": [
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "BSD-3-Clause",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/testing/gitlab-release-cli/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/testing/gitlab-release-cli/APKBUILD-expected.json
index 468df45affc..727051e4dbb 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/testing/gitlab-release-cli/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/testing/gitlab-release-cli/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/testing/gtksourceviewmm3/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/testing/gtksourceviewmm3/APKBUILD-expected.json
index f88c873fb41..adf5561c092 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/testing/gtksourceviewmm3/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/testing/gtksourceviewmm3/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "lgpl-2.1-plus",
- "declared_license": "LGPL-2.1-or-later",
+ "declared_license_expression": "lgpl-2.1-plus",
+ "declared_license_expression_spdx": "LGPL-2.1-or-later",
+ "license_detections": [
+ {
+ "license_expression": "lgpl-2.1-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "lgpl-2.1-plus",
+ "rule_identifier": "spdx_license_id_lgpl-2.1-or-later_for_lgpl-2.1-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_lgpl-2.1-or-later_for_lgpl-2.1-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "lgpl-2.1-or-later",
+ "licenses": [
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "LGPL-2.1-or-later",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/testing/pnmixer/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/testing/pnmixer/APKBUILD-expected.json
index de649a69e52..c4e12cc8309 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/testing/pnmixer/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/testing/pnmixer/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-1.0-plus",
- "declared_license": "GPL",
+ "declared_license_expression": "gpl-1.0-plus",
+ "declared_license_expression_spdx": "GPL-1.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-1.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-1.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-1.0-or-later_for_gpl-1.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-1.0-or-later_for_gpl-1.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-1.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-1.0-plus",
+ "name": "GNU General Public License 1.0 or later",
+ "short_name": "GPL 1.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-1.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE",
+ "spdx_license_key": "GPL-1.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-1.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/testing/ubuntu-archive-keyring/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/testing/ubuntu-archive-keyring/APKBUILD-expected.json
index 730f122c41e..1f2432aa26a 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/testing/ubuntu-archive-keyring/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/testing/ubuntu-archive-keyring/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-1.0-plus",
- "declared_license": "GPL",
+ "declared_license_expression": "gpl-1.0-plus",
+ "declared_license_expression_spdx": "GPL-1.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-1.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-1.0-plus",
+ "rule_identifier": "spdx_license_id_gpl-1.0-or-later_for_gpl-1.0-plus.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-1.0-or-later_for_gpl-1.0-plus.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 50,
+ "matched_text": "gpl-1.0-or-later",
+ "licenses": [
+ {
+ "key": "gpl-1.0-plus",
+ "name": "GNU General Public License 1.0 or later",
+ "short_name": "GPL 1.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-1.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE",
+ "spdx_license_key": "GPL-1.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-1.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/apkbuild/alpine14/unmaintained/buildbot/APKBUILD-expected.json b/tests/packagedcode/data/alpine/apkbuild/alpine14/unmaintained/buildbot/APKBUILD-expected.json
index 78de8d90b20..405401d4c9b 100644
--- a/tests/packagedcode/data/alpine/apkbuild/alpine14/unmaintained/buildbot/APKBUILD-expected.json
+++ b/tests/packagedcode/data/alpine/apkbuild/alpine14/unmaintained/buildbot/APKBUILD-expected.json
@@ -21,8 +21,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "gpl-2.0_52.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_52.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/alpine/full-installed/installed-expected.json b/tests/packagedcode/data/alpine/full-installed/installed-expected.json
index ec664395e70..fcc309b8f01 100644
--- a/tests/packagedcode/data/alpine/full-installed/installed-expected.json
+++ b/tests/packagedcode/data/alpine/full-installed/installed-expected.json
@@ -32,8 +32,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=afc38b4a14533b4d1c22a11c1b248be0372ec040",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/musl@1.1.24-r8"
@@ -99,8 +150,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=38ef6cebfd8498e03f0636b00c62bdf42fbf5eb2",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/busybox@1.31.1-r16"
@@ -211,8 +313,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=e1c51734fa96fa4bac92e9f14a474324c67916fc",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/alpine-baselayout@3.2.0-r6"
@@ -503,8 +656,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=a8372f3ce6e7a3f4cf28524aa729b334eb9d2fd6",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/alpine-keys@2.2-r0"
@@ -732,8 +936,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=8d308c15ed58152196218b079d66720ad606405a",
"copyright": null,
- "license_expression": "openssl-ssleay",
- "declared_license": "OpenSSL",
+ "declared_license_expression": "openssl-ssleay",
+ "declared_license_expression_spdx": "OpenSSL",
+ "license_detections": [
+ {
+ "license_expression": "openssl-ssleay",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "spdx-license-identifier: openssl-ssleay",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "openssl",
+ "licenses": [
+ {
+ "key": "openssl-ssleay",
+ "name": "OpenSSL/SSLeay License",
+ "short_name": "OpenSSL/SSLeay License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "OpenSSL",
+ "homepage_url": "http://www.openssl.org/source/license.html",
+ "text_url": "http://www.openssl.org/source/license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/openssl-ssleay",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-ssleay.LICENSE",
+ "spdx_license_key": "OpenSSL",
+ "spdx_url": "https://spdx.org/licenses/OpenSSL"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "OpenSSL",
"notice_text": null,
"source_packages": [
"pkg:alpine/openssl@1.1.1g-r0"
@@ -889,8 +1144,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=8d308c15ed58152196218b079d66720ad606405a",
"copyright": null,
- "license_expression": "openssl-ssleay",
- "declared_license": "OpenSSL",
+ "declared_license_expression": "openssl-ssleay",
+ "declared_license_expression_spdx": "OpenSSL",
+ "license_detections": [
+ {
+ "license_expression": "openssl-ssleay",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "spdx-license-identifier: openssl-ssleay",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "openssl",
+ "licenses": [
+ {
+ "key": "openssl-ssleay",
+ "name": "OpenSSL/SSLeay License",
+ "short_name": "OpenSSL/SSLeay License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "OpenSSL",
+ "homepage_url": "http://www.openssl.org/source/license.html",
+ "text_url": "http://www.openssl.org/source/license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/openssl-ssleay",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-ssleay.LICENSE",
+ "spdx_license_key": "OpenSSL",
+ "spdx_url": "https://spdx.org/licenses/OpenSSL"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "OpenSSL",
"notice_text": null,
"source_packages": [
"pkg:alpine/openssl@1.1.1g-r0"
@@ -956,8 +1262,74 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=7363758e1d81ca25dace4597c1bcf0c92119159c",
"copyright": null,
- "license_expression": "mpl-2.0 AND gpl-2.0-plus",
- "declared_license": "MPL-2.0 GPL-2.0-or-later",
+ "declared_license_expression": "mpl-2.0 AND gpl-2.0-plus",
+ "declared_license_expression_spdx": "MPL-2.0 AND GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "mpl-2.0 AND gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 9,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mpl-2.0 AND gpl-2.0-plus",
+ "rule_identifier": "spdx-license-identifier: mpl-2.0 AND gpl-2.0-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 9,
+ "rule_relevance": 100,
+ "matched_text": "mpl-2.0 AND gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "mpl-2.0",
+ "name": "Mozilla Public License 2.0",
+ "short_name": "MPL 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Mozilla",
+ "homepage_url": "http://mpl.mozilla.org/2012/01/03/announcing-mpl-2-0/",
+ "text_url": "http://www.mozilla.com/MPL/2.0/",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpl-2.0.LICENSE",
+ "spdx_license_key": "MPL-2.0",
+ "spdx_url": "https://spdx.org/licenses/MPL-2.0"
+ },
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MPL-2.0 GPL-2.0-or-later",
"notice_text": null,
"source_packages": [
"pkg:alpine/ca-certificates@20191127-r2"
@@ -1015,8 +1387,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=7ebfa23b6119a24ca9b9375bdc55373259192da1",
"copyright": null,
- "license_expression": "isc",
- "declared_license": "ISC",
+ "declared_license_expression": "isc",
+ "declared_license_expression_spdx": "ISC",
+ "license_detections": [
+ {
+ "license_expression": "isc",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "isc",
+ "rule_identifier": "spdx-license-identifier: isc",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "isc",
+ "licenses": [
+ {
+ "key": "isc",
+ "name": "ISC License",
+ "short_name": "ISC License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "ISC - Internet Systems Consortium",
+ "homepage_url": "https://www.isc.org/licenses/",
+ "text_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_with_legal_disclaimer_2",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/isc",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/isc.LICENSE",
+ "spdx_license_key": "ISC",
+ "spdx_url": "https://spdx.org/licenses/ISC"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "ISC",
"notice_text": null,
"source_packages": [
"pkg:alpine/libtls-standalone@2.9.1-r1"
@@ -1093,8 +1516,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=38ef6cebfd8498e03f0636b00c62bdf42fbf5eb2",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/busybox@1.31.1-r16"
@@ -1151,8 +1625,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=388a4fb3640f8ccbd18e105df3ad741dca4247e1",
"copyright": null,
- "license_expression": "zlib",
- "declared_license": "Zlib",
+ "declared_license_expression": "zlib",
+ "declared_license_expression_spdx": "Zlib",
+ "license_detections": [
+ {
+ "license_expression": "zlib",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "zlib",
+ "rule_identifier": "spdx-license-identifier: zlib",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "zlib",
+ "licenses": [
+ {
+ "key": "zlib",
+ "name": "ZLIB License",
+ "short_name": "ZLIB License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "zlib",
+ "homepage_url": "http://www.zlib.net/",
+ "text_url": "http://www.gzip.org/zlib/zlib_license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/zlib",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE",
+ "spdx_license_key": "Zlib",
+ "spdx_url": "https://spdx.org/licenses/Zlib"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Zlib",
"notice_text": null,
"source_packages": [
"pkg:alpine/zlib@1.2.11-r3"
@@ -1218,8 +1743,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=6fb6e4266ba2a4c451d2c31c55eaf5b2d1642f8b",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/apk-tools@2.10.5-r1"
@@ -1276,8 +1852,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=753fa8d765c7a4edb76f11b1995f84cdcb45bce5",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/pax-utils@1.2.6-r0"
@@ -1334,8 +1961,89 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=afc38b4a14533b4d1c22a11c1b248be0372ec040",
"copyright": null,
- "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
- "declared_license": "MIT BSD GPL2+",
+ "declared_license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "declared_license_expression_spdx": "MIT AND BSD-3-Clause AND GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 11,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "rule_identifier": "spdx-license-identifier: mit AND bsd-new AND gpl-2.0-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 11,
+ "rule_relevance": 100,
+ "matched_text": "mit AND bsd-3-clause AND gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ },
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ },
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT BSD GPL2+",
"notice_text": null,
"source_packages": [
"pkg:alpine/musl@1.1.24-r8"
@@ -1439,8 +2147,74 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=60424133be2e79bbfeff3d58147a22886f817ce2",
"copyright": null,
- "license_expression": "bsd-simplified AND bsd-new",
- "declared_license": "BSD-2-Clause AND BSD-3-Clause",
+ "declared_license_expression": "bsd-simplified AND bsd-new",
+ "declared_license_expression_spdx": "BSD-2-Clause AND BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "bsd-simplified AND bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 7,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "bsd-simplified AND bsd-new",
+ "rule_identifier": "spdx-license-identifier: bsd-simplified AND bsd-new",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 7,
+ "rule_relevance": 100,
+ "matched_text": "bsd-2-clause AND bsd-3-clause",
+ "licenses": [
+ {
+ "key": "bsd-simplified",
+ "name": "BSD-2-Clause",
+ "short_name": "BSD-2-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-2-Clause",
+ "text_url": "http://opensource.org/licenses/bsd-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-simplified",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE",
+ "spdx_license_key": "BSD-2-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-2-Clause"
+ },
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "BSD-2-Clause AND BSD-3-Clause",
"notice_text": null,
"source_packages": [
"pkg:alpine/libc-dev@0.7.2-r3"
diff --git a/tests/packagedcode/data/alpine/licenses/alp-3.13-testing-trivy.yml b/tests/packagedcode/data/alpine/licenses/alp-3.13-testing-trivy.yml
index 4b713f00ca7..74dcd6e02a1 100644
--- a/tests/packagedcode/data/alpine/licenses/alp-3.13-testing-trivy.yml
+++ b/tests/packagedcode/data/alpine/licenses/alp-3.13-testing-trivy.yml
@@ -1,2 +1,2 @@
declared_license: Apache 2.0
-license_expression: apache-2.0 AND unknown
+license_expression: apache-2.0
diff --git a/tests/packagedcode/data/alpine/rootfs/alpine-rootfs.tar.xz-expected.json b/tests/packagedcode/data/alpine/rootfs/alpine-rootfs.tar.xz-expected.json
index 2f87198be78..2069153b634 100644
--- a/tests/packagedcode/data/alpine/rootfs/alpine-rootfs.tar.xz-expected.json
+++ b/tests/packagedcode/data/alpine/rootfs/alpine-rootfs.tar.xz-expected.json
@@ -105,8 +105,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=bf5bbfdbf780092f387b7abe401fbfceda90c84d",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/musl@1.2.2-r7"
@@ -169,8 +220,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=2745de7e1b09e663b477a8141b84f7d81a049963",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/busybox@1.34.1-r5"
@@ -233,8 +335,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=dfa1379357a321e638feef1cd8d55ab03d020f45",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/alpine-baselayout@3.2.0-r18"
@@ -324,8 +477,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=aab68f8c9ab434a46710de8e12fb3206e2930a59",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/alpine-keys@2.4-r1"
@@ -550,8 +754,74 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=709b70bcb72738cfedc510bba08141b012038167",
"copyright": null,
- "license_expression": "mpl-2.0 AND mit",
- "declared_license": "MPL-2.0 AND MIT",
+ "declared_license_expression": "mpl-2.0 AND mit",
+ "declared_license_expression_spdx": "MPL-2.0 AND MIT",
+ "license_detections": [
+ {
+ "license_expression": "mpl-2.0 AND mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mpl-2.0 AND mit",
+ "rule_identifier": "spdx-license-identifier: mpl-2.0 AND mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "mpl-2.0 AND mit",
+ "licenses": [
+ {
+ "key": "mpl-2.0",
+ "name": "Mozilla Public License 2.0",
+ "short_name": "MPL 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Mozilla",
+ "homepage_url": "http://mpl.mozilla.org/2012/01/03/announcing-mpl-2-0/",
+ "text_url": "http://www.mozilla.com/MPL/2.0/",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpl-2.0.LICENSE",
+ "spdx_license_key": "MPL-2.0",
+ "spdx_url": "https://spdx.org/licenses/MPL-2.0"
+ },
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MPL-2.0 AND MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/ca-certificates@20211220-r0"
@@ -614,8 +884,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=455e966899a9358fc94f5bce633afe8a1942095c",
"copyright": null,
- "license_expression": "openssl-ssleay",
- "declared_license": "OpenSSL",
+ "declared_license_expression": "openssl-ssleay",
+ "declared_license_expression_spdx": "OpenSSL",
+ "license_detections": [
+ {
+ "license_expression": "openssl-ssleay",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "spdx-license-identifier: openssl-ssleay",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "openssl",
+ "licenses": [
+ {
+ "key": "openssl-ssleay",
+ "name": "OpenSSL/SSLeay License",
+ "short_name": "OpenSSL/SSLeay License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "OpenSSL",
+ "homepage_url": "http://www.openssl.org/source/license.html",
+ "text_url": "http://www.openssl.org/source/license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/openssl-ssleay",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-ssleay.LICENSE",
+ "spdx_license_key": "OpenSSL",
+ "spdx_url": "https://spdx.org/licenses/OpenSSL"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "OpenSSL",
"notice_text": null,
"source_packages": [
"pkg:alpine/openssl@1.1.1n-r0"
@@ -705,8 +1026,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=455e966899a9358fc94f5bce633afe8a1942095c",
"copyright": null,
- "license_expression": "openssl-ssleay",
- "declared_license": "OpenSSL",
+ "declared_license_expression": "openssl-ssleay",
+ "declared_license_expression_spdx": "OpenSSL",
+ "license_detections": [
+ {
+ "license_expression": "openssl-ssleay",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "spdx-license-identifier: openssl-ssleay",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "openssl",
+ "licenses": [
+ {
+ "key": "openssl-ssleay",
+ "name": "OpenSSL/SSLeay License",
+ "short_name": "OpenSSL/SSLeay License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "OpenSSL",
+ "homepage_url": "http://www.openssl.org/source/license.html",
+ "text_url": "http://www.openssl.org/source/license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/openssl-ssleay",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-ssleay.LICENSE",
+ "spdx_license_key": "OpenSSL",
+ "spdx_url": "https://spdx.org/licenses/OpenSSL"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "OpenSSL",
"notice_text": null,
"source_packages": [
"pkg:alpine/openssl@1.1.1n-r0"
@@ -769,8 +1141,89 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=91c7a9f3aa296b6d462c5634e7658ebdbff65bb9",
"copyright": null,
- "license_expression": "isc AND (bsd-new OR mit)",
- "declared_license": "ISC AND (BSD-3-Clause OR MIT)",
+ "declared_license_expression": "isc AND (bsd-new OR mit)",
+ "declared_license_expression_spdx": "ISC AND (BSD-3-Clause OR MIT)",
+ "license_detections": [
+ {
+ "license_expression": "isc AND (bsd-new OR mit)",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 7,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "isc AND (bsd-new OR mit)",
+ "rule_identifier": "spdx-license-identifier: isc AND (bsd-new OR mit)",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 7,
+ "rule_relevance": 100,
+ "matched_text": "isc AND (bsd-3-clause OR mit)",
+ "licenses": [
+ {
+ "key": "isc",
+ "name": "ISC License",
+ "short_name": "ISC License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "ISC - Internet Systems Consortium",
+ "homepage_url": "https://www.isc.org/licenses/",
+ "text_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_with_legal_disclaimer_2",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/isc",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/isc.LICENSE",
+ "spdx_license_key": "ISC",
+ "spdx_url": "https://spdx.org/licenses/ISC"
+ },
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ },
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "ISC AND (BSD-3-Clause OR MIT)",
"notice_text": null,
"source_packages": [
"pkg:alpine/libretls@3.3.4-r3"
@@ -833,8 +1286,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=2745de7e1b09e663b477a8141b84f7d81a049963",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/busybox@1.34.1-r5"
@@ -885,8 +1389,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=74148808679f47ad96dc99e83ef73acfdeec1642",
"copyright": null,
- "license_expression": "zlib",
- "declared_license": "Zlib",
+ "declared_license_expression": "zlib",
+ "declared_license_expression_spdx": "Zlib",
+ "license_detections": [
+ {
+ "license_expression": "zlib",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "zlib",
+ "rule_identifier": "spdx-license-identifier: zlib",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "zlib",
+ "licenses": [
+ {
+ "key": "zlib",
+ "name": "ZLIB License",
+ "short_name": "ZLIB License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "zlib",
+ "homepage_url": "http://www.zlib.net/",
+ "text_url": "http://www.gzip.org/zlib/zlib_license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/zlib",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE",
+ "spdx_license_key": "Zlib",
+ "spdx_url": "https://spdx.org/licenses/Zlib"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Zlib",
"notice_text": null,
"source_packages": [
"pkg:alpine/zlib@1.2.12-r0"
@@ -949,8 +1504,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=1ac3c1bb29eeff083c621cf6b27ad12ab93cb73a",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/apk-tools@2.12.7-r3"
@@ -1001,8 +1607,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=86b3d4fbb0a760febf3476f9a58abf8d0f728d5c",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/pax-utils@1.3.3-r0"
@@ -1053,8 +1710,89 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=bf5bbfdbf780092f387b7abe401fbfceda90c84d",
"copyright": null,
- "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
- "declared_license": "MIT BSD GPL2+",
+ "declared_license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "declared_license_expression_spdx": "MIT AND BSD-3-Clause AND GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 11,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "rule_identifier": "spdx-license-identifier: mit AND bsd-new AND gpl-2.0-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 11,
+ "rule_relevance": 100,
+ "matched_text": "mit AND bsd-3-clause AND gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ },
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ },
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT BSD GPL2+",
"notice_text": null,
"source_packages": [
"pkg:alpine/musl@1.2.2-r7"
@@ -1105,8 +1843,74 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=60424133be2e79bbfeff3d58147a22886f817ce2",
"copyright": null,
- "license_expression": "bsd-simplified AND bsd-new",
- "declared_license": "BSD-2-Clause AND BSD-3-Clause",
+ "declared_license_expression": "bsd-simplified AND bsd-new",
+ "declared_license_expression_spdx": "BSD-2-Clause AND BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "bsd-simplified AND bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 7,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "bsd-simplified AND bsd-new",
+ "rule_identifier": "spdx-license-identifier: bsd-simplified AND bsd-new",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 7,
+ "rule_relevance": 100,
+ "matched_text": "bsd-2-clause AND bsd-3-clause",
+ "licenses": [
+ {
+ "key": "bsd-simplified",
+ "name": "BSD-2-Clause",
+ "short_name": "BSD-2-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-2-Clause",
+ "text_url": "http://opensource.org/licenses/bsd-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-simplified",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE",
+ "spdx_license_key": "BSD-2-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-2-Clause"
+ },
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "BSD-2-Clause AND BSD-3-Clause",
"notice_text": null,
"source_packages": [
"pkg:alpine/libc-dev@0.7.2-r3"
@@ -1788,8 +2592,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=bf5bbfdbf780092f387b7abe401fbfceda90c84d",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/musl@1.2.2-r7"
@@ -1855,8 +2710,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=2745de7e1b09e663b477a8141b84f7d81a049963",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/busybox@1.34.1-r5"
@@ -1967,8 +2873,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=dfa1379357a321e638feef1cd8d55ab03d020f45",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/alpine-baselayout@3.2.0-r18"
@@ -2268,8 +3225,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=aab68f8c9ab434a46710de8e12fb3206e2930a59",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/alpine-keys@2.4-r1"
@@ -2686,8 +3694,74 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=709b70bcb72738cfedc510bba08141b012038167",
"copyright": null,
- "license_expression": "mpl-2.0 AND mit",
- "declared_license": "MPL-2.0 AND MIT",
+ "declared_license_expression": "mpl-2.0 AND mit",
+ "declared_license_expression_spdx": "MPL-2.0 AND MIT",
+ "license_detections": [
+ {
+ "license_expression": "mpl-2.0 AND mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mpl-2.0 AND mit",
+ "rule_identifier": "spdx-license-identifier: mpl-2.0 AND mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "mpl-2.0 AND mit",
+ "licenses": [
+ {
+ "key": "mpl-2.0",
+ "name": "Mozilla Public License 2.0",
+ "short_name": "MPL 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Mozilla",
+ "homepage_url": "http://mpl.mozilla.org/2012/01/03/announcing-mpl-2-0/",
+ "text_url": "http://www.mozilla.com/MPL/2.0/",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpl-2.0.LICENSE",
+ "spdx_license_key": "MPL-2.0",
+ "spdx_url": "https://spdx.org/licenses/MPL-2.0"
+ },
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MPL-2.0 AND MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/ca-certificates@20211220-r0"
@@ -2753,8 +3827,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=455e966899a9358fc94f5bce633afe8a1942095c",
"copyright": null,
- "license_expression": "openssl-ssleay",
- "declared_license": "OpenSSL",
+ "declared_license_expression": "openssl-ssleay",
+ "declared_license_expression_spdx": "OpenSSL",
+ "license_detections": [
+ {
+ "license_expression": "openssl-ssleay",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "spdx-license-identifier: openssl-ssleay",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "openssl",
+ "licenses": [
+ {
+ "key": "openssl-ssleay",
+ "name": "OpenSSL/SSLeay License",
+ "short_name": "OpenSSL/SSLeay License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "OpenSSL",
+ "homepage_url": "http://www.openssl.org/source/license.html",
+ "text_url": "http://www.openssl.org/source/license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/openssl-ssleay",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-ssleay.LICENSE",
+ "spdx_license_key": "OpenSSL",
+ "spdx_url": "https://spdx.org/licenses/OpenSSL"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "OpenSSL",
"notice_text": null,
"source_packages": [
"pkg:alpine/openssl@1.1.1n-r0"
@@ -2901,8 +4026,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=455e966899a9358fc94f5bce633afe8a1942095c",
"copyright": null,
- "license_expression": "openssl-ssleay",
- "declared_license": "OpenSSL",
+ "declared_license_expression": "openssl-ssleay",
+ "declared_license_expression_spdx": "OpenSSL",
+ "license_detections": [
+ {
+ "license_expression": "openssl-ssleay",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "spdx-license-identifier: openssl-ssleay",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "openssl",
+ "licenses": [
+ {
+ "key": "openssl-ssleay",
+ "name": "OpenSSL/SSLeay License",
+ "short_name": "OpenSSL/SSLeay License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "OpenSSL",
+ "homepage_url": "http://www.openssl.org/source/license.html",
+ "text_url": "http://www.openssl.org/source/license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/openssl-ssleay",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-ssleay.LICENSE",
+ "spdx_license_key": "OpenSSL",
+ "spdx_url": "https://spdx.org/licenses/OpenSSL"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "OpenSSL",
"notice_text": null,
"source_packages": [
"pkg:alpine/openssl@1.1.1n-r0"
@@ -2968,8 +4144,89 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=91c7a9f3aa296b6d462c5634e7658ebdbff65bb9",
"copyright": null,
- "license_expression": "isc AND (bsd-new OR mit)",
- "declared_license": "ISC AND (BSD-3-Clause OR MIT)",
+ "declared_license_expression": "isc AND (bsd-new OR mit)",
+ "declared_license_expression_spdx": "ISC AND (BSD-3-Clause OR MIT)",
+ "license_detections": [
+ {
+ "license_expression": "isc AND (bsd-new OR mit)",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 7,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "isc AND (bsd-new OR mit)",
+ "rule_identifier": "spdx-license-identifier: isc AND (bsd-new OR mit)",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 7,
+ "rule_relevance": 100,
+ "matched_text": "isc AND (bsd-3-clause OR mit)",
+ "licenses": [
+ {
+ "key": "isc",
+ "name": "ISC License",
+ "short_name": "ISC License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "ISC - Internet Systems Consortium",
+ "homepage_url": "https://www.isc.org/licenses/",
+ "text_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_with_legal_disclaimer_2",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/isc",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/isc.LICENSE",
+ "spdx_license_key": "ISC",
+ "spdx_url": "https://spdx.org/licenses/ISC"
+ },
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ },
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "ISC AND (BSD-3-Clause OR MIT)",
"notice_text": null,
"source_packages": [
"pkg:alpine/libretls@3.3.4-r3"
@@ -3046,8 +4303,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=2745de7e1b09e663b477a8141b84f7d81a049963",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/busybox@1.34.1-r5"
@@ -3104,8 +4412,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=74148808679f47ad96dc99e83ef73acfdeec1642",
"copyright": null,
- "license_expression": "zlib",
- "declared_license": "Zlib",
+ "declared_license_expression": "zlib",
+ "declared_license_expression_spdx": "Zlib",
+ "license_detections": [
+ {
+ "license_expression": "zlib",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "zlib",
+ "rule_identifier": "spdx-license-identifier: zlib",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "zlib",
+ "licenses": [
+ {
+ "key": "zlib",
+ "name": "ZLIB License",
+ "short_name": "ZLIB License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "zlib",
+ "homepage_url": "http://www.zlib.net/",
+ "text_url": "http://www.gzip.org/zlib/zlib_license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/zlib",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE",
+ "spdx_license_key": "Zlib",
+ "spdx_url": "https://spdx.org/licenses/Zlib"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Zlib",
"notice_text": null,
"source_packages": [
"pkg:alpine/zlib@1.2.12-r0"
@@ -3171,8 +4530,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=1ac3c1bb29eeff083c621cf6b27ad12ab93cb73a",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/apk-tools@2.12.7-r3"
@@ -3259,8 +4669,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=86b3d4fbb0a760febf3476f9a58abf8d0f728d5c",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/pax-utils@1.3.3-r0"
@@ -3317,8 +4778,89 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=bf5bbfdbf780092f387b7abe401fbfceda90c84d",
"copyright": null,
- "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
- "declared_license": "MIT BSD GPL2+",
+ "declared_license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "declared_license_expression_spdx": "MIT AND BSD-3-Clause AND GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 11,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "rule_identifier": "spdx-license-identifier: mit AND bsd-new AND gpl-2.0-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 11,
+ "rule_relevance": 100,
+ "matched_text": "mit AND bsd-3-clause AND gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ },
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ },
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT BSD GPL2+",
"notice_text": null,
"source_packages": [
"pkg:alpine/musl@1.2.2-r7"
@@ -3422,8 +4964,74 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=60424133be2e79bbfeff3d58147a22886f817ce2",
"copyright": null,
- "license_expression": "bsd-simplified AND bsd-new",
- "declared_license": "BSD-2-Clause AND BSD-3-Clause",
+ "declared_license_expression": "bsd-simplified AND bsd-new",
+ "declared_license_expression_spdx": "BSD-2-Clause AND BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "bsd-simplified AND bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 7,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "bsd-simplified AND bsd-new",
+ "rule_identifier": "spdx-license-identifier: bsd-simplified AND bsd-new",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 7,
+ "rule_relevance": 100,
+ "matched_text": "bsd-2-clause AND bsd-3-clause",
+ "licenses": [
+ {
+ "key": "bsd-simplified",
+ "name": "BSD-2-Clause",
+ "short_name": "BSD-2-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-2-Clause",
+ "text_url": "http://opensource.org/licenses/bsd-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-simplified",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE",
+ "spdx_license_key": "BSD-2-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-2-Clause"
+ },
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "BSD-2-Clause AND BSD-3-Clause",
"notice_text": null,
"source_packages": [
"pkg:alpine/libc-dev@0.7.2-r3"
diff --git a/tests/packagedcode/data/alpine/single-installed/installed-expected.json b/tests/packagedcode/data/alpine/single-installed/installed-expected.json
index 0ca555abcb5..7a51e5fec69 100644
--- a/tests/packagedcode/data/alpine/single-installed/installed-expected.json
+++ b/tests/packagedcode/data/alpine/single-installed/installed-expected.json
@@ -32,8 +32,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=e5c984f68aabb28de623a7e3ada5a223c2b66d77",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/busybox@1.31.1-r9"
diff --git a/tests/packagedcode/data/alpine/small-installed/installed-expected.json b/tests/packagedcode/data/alpine/small-installed/installed-expected.json
index ab25301f117..9cc36549bc8 100644
--- a/tests/packagedcode/data/alpine/small-installed/installed-expected.json
+++ b/tests/packagedcode/data/alpine/small-installed/installed-expected.json
@@ -32,8 +32,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=ba05f40c20ddc515f748f205f01befbba3a88feb",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/musl@1.1.24-r0"
@@ -99,8 +150,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=e5c984f68aabb28de623a7e3ada5a223c2b66d77",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/busybox@1.31.1-r9"
@@ -211,8 +313,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=55464083de768e34737154e10544bb0be12bcf04",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/alpine-baselayout@3.2.0-r3"
@@ -503,8 +656,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=bdc861e495d33e961b7b9884324bea64a16d2b91",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "mit",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [
"pkg:alpine/alpine-keys@2.1-r2"
@@ -714,8 +918,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=d5cdcefa208fa600971caccebd3ab1c7304fec16",
"copyright": null,
- "license_expression": "openssl-ssleay",
- "declared_license": "OpenSSL",
+ "declared_license_expression": "openssl-ssleay",
+ "declared_license_expression_spdx": "OpenSSL",
+ "license_detections": [
+ {
+ "license_expression": "openssl-ssleay",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "spdx-license-identifier: openssl-ssleay",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "openssl",
+ "licenses": [
+ {
+ "key": "openssl-ssleay",
+ "name": "OpenSSL/SSLeay License",
+ "short_name": "OpenSSL/SSLeay License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "OpenSSL",
+ "homepage_url": "http://www.openssl.org/source/license.html",
+ "text_url": "http://www.openssl.org/source/license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/openssl-ssleay",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-ssleay.LICENSE",
+ "spdx_license_key": "OpenSSL",
+ "spdx_url": "https://spdx.org/licenses/OpenSSL"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "OpenSSL",
"notice_text": null,
"source_packages": [
"pkg:alpine/openssl@1.1.1d-r3"
@@ -871,8 +1126,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=d5cdcefa208fa600971caccebd3ab1c7304fec16",
"copyright": null,
- "license_expression": "openssl-ssleay",
- "declared_license": "OpenSSL",
+ "declared_license_expression": "openssl-ssleay",
+ "declared_license_expression_spdx": "OpenSSL",
+ "license_detections": [
+ {
+ "license_expression": "openssl-ssleay",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "openssl-ssleay",
+ "rule_identifier": "spdx-license-identifier: openssl-ssleay",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "openssl",
+ "licenses": [
+ {
+ "key": "openssl-ssleay",
+ "name": "OpenSSL/SSLeay License",
+ "short_name": "OpenSSL/SSLeay License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "OpenSSL",
+ "homepage_url": "http://www.openssl.org/source/license.html",
+ "text_url": "http://www.openssl.org/source/license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/openssl-ssleay",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-ssleay.LICENSE",
+ "spdx_license_key": "OpenSSL",
+ "spdx_url": "https://spdx.org/licenses/OpenSSL"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "OpenSSL",
"notice_text": null,
"source_packages": [
"pkg:alpine/openssl@1.1.1d-r3"
@@ -938,8 +1244,74 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=8f660379d74a2191e69e83adf79f54bdc4e9d646",
"copyright": null,
- "license_expression": "mpl-2.0 AND gpl-2.0-plus",
- "declared_license": "MPL-2.0 GPL-2.0-or-later",
+ "declared_license_expression": "mpl-2.0 AND gpl-2.0-plus",
+ "declared_license_expression_spdx": "MPL-2.0 AND GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "mpl-2.0 AND gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 9,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mpl-2.0 AND gpl-2.0-plus",
+ "rule_identifier": "spdx-license-identifier: mpl-2.0 AND gpl-2.0-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 9,
+ "rule_relevance": 100,
+ "matched_text": "mpl-2.0 AND gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "mpl-2.0",
+ "name": "Mozilla Public License 2.0",
+ "short_name": "MPL 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Mozilla",
+ "homepage_url": "http://mpl.mozilla.org/2012/01/03/announcing-mpl-2-0/",
+ "text_url": "http://www.mozilla.com/MPL/2.0/",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpl-2.0.LICENSE",
+ "spdx_license_key": "MPL-2.0",
+ "spdx_url": "https://spdx.org/licenses/MPL-2.0"
+ },
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MPL-2.0 GPL-2.0-or-later",
"notice_text": null,
"source_packages": [
"pkg:alpine/ca-certificates@20191127-r0"
@@ -988,8 +1360,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=981bf8f8fb3cbbc210ee4f2a2fb5b55d0132e02a",
"copyright": null,
- "license_expression": "isc",
- "declared_license": "ISC",
+ "declared_license_expression": "isc",
+ "declared_license_expression_spdx": "ISC",
+ "license_detections": [
+ {
+ "license_expression": "isc",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "isc",
+ "rule_identifier": "spdx-license-identifier: isc",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "isc",
+ "licenses": [
+ {
+ "key": "isc",
+ "name": "ISC License",
+ "short_name": "ISC License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "ISC - Internet Systems Consortium",
+ "homepage_url": "https://www.isc.org/licenses/",
+ "text_url": "http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_with_legal_disclaimer_2",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/isc",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/isc.LICENSE",
+ "spdx_license_key": "ISC",
+ "spdx_url": "https://spdx.org/licenses/ISC"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "ISC",
"notice_text": null,
"source_packages": [
"pkg:alpine/libtls-standalone@2.9.1-r0"
@@ -1066,8 +1489,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=e5c984f68aabb28de623a7e3ada5a223c2b66d77",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/busybox@1.31.1-r9"
@@ -1124,8 +1598,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=388a4fb3640f8ccbd18e105df3ad741dca4247e1",
"copyright": null,
- "license_expression": "zlib",
- "declared_license": "Zlib",
+ "declared_license_expression": "zlib",
+ "declared_license_expression_spdx": "Zlib",
+ "license_detections": [
+ {
+ "license_expression": "zlib",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "zlib",
+ "rule_identifier": "spdx-license-identifier: zlib",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "zlib",
+ "licenses": [
+ {
+ "key": "zlib",
+ "name": "ZLIB License",
+ "short_name": "ZLIB License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "zlib",
+ "homepage_url": "http://www.zlib.net/",
+ "text_url": "http://www.gzip.org/zlib/zlib_license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/zlib",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE",
+ "spdx_license_key": "Zlib",
+ "spdx_url": "https://spdx.org/licenses/Zlib"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Zlib",
"notice_text": null,
"source_packages": [
"pkg:alpine/zlib@1.2.11-r3"
@@ -1191,8 +1716,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=72048e01f0eef23b1300eb4c7d8eb2afb601f156",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL2",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "gpl2_bare_word_only.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl2_bare_word_only.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 50,
+ "matched_text": "gpl2",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL2",
"notice_text": null,
"source_packages": [
"pkg:alpine/apk-tools@2.10.4-r3"
@@ -1249,8 +1825,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=c2bc0a44e12b8015a83e04a9881714deb3526d80",
"copyright": null,
- "license_expression": "gpl-2.0",
- "declared_license": "GPL-2.0-only",
+ "declared_license_expression": "gpl-2.0",
+ "declared_license_expression_spdx": "GPL-2.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-2.0",
+ "rule_identifier": "spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_gpl-2.0-only_for_gpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "gpl-2.0-only",
+ "licenses": [
+ {
+ "key": "gpl-2.0",
+ "name": "GNU General Public License 2.0",
+ "short_name": "GPL 2.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-2.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-2.0.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE",
+ "spdx_license_key": "GPL-2.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL-2.0-only",
"notice_text": null,
"source_packages": [
"pkg:alpine/pax-utils@1.2.4-r0"
@@ -1307,8 +1934,89 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=ba05f40c20ddc515f748f205f01befbba3a88feb",
"copyright": null,
- "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
- "declared_license": "MIT BSD GPL2+",
+ "declared_license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "declared_license_expression_spdx": "MIT AND BSD-3-Clause AND GPL-2.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 11,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit AND bsd-new AND gpl-2.0-plus",
+ "rule_identifier": "spdx-license-identifier: mit AND bsd-new AND gpl-2.0-plus",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 11,
+ "rule_relevance": 100,
+ "matched_text": "mit AND bsd-3-clause AND gpl-2.0-or-later",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ },
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ },
+ {
+ "key": "gpl-2.0-plus",
+ "name": "GNU General Public License 2.0 or later",
+ "short_name": "GPL 2.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-2.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE",
+ "spdx_license_key": "GPL-2.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-2.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT BSD GPL2+",
"notice_text": null,
"source_packages": [
"pkg:alpine/musl@1.1.24-r0"
@@ -1412,8 +2120,59 @@
"code_view_url": null,
"vcs_url": "git+http://git.alpinelinux.org/aports/commit/?id=97b1c2842faa3bfa30f5811ffbf16d5ff9f1a479",
"copyright": null,
- "license_expression": "bsd-new",
- "declared_license": "BSD",
+ "declared_license_expression": "bsd-new",
+ "declared_license_expression_spdx": "BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_10.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_10.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "bsd-3-clause",
+ "licenses": [
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "BSD",
"notice_text": null,
"source_packages": [
"pkg:alpine/libc-dev@0.7.2-r0"
diff --git a/tests/packagedcode/data/bower/author-objects/expected.json b/tests/packagedcode/data/bower/author-objects/expected.json
index 31a07477121..6ff3c2971b4 100644
--- a/tests/packagedcode/data/bower/author-objects/expected.json
+++ b/tests/packagedcode/data/bower/author-objects/expected.json
@@ -41,12 +41,149 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "mit AND apache-2.0 AND bsd-new",
- "declared_license": [
- "MIT",
- "Apache 2.0",
- "BSD-3-Clause"
+ "declared_license_expression": "mit AND apache-2.0 AND bsd-new",
+ "declared_license_expression_spdx": "MIT AND Apache-2.0 AND BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "Apache 2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_10.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_10.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "BSD-3-Clause",
+ "licenses": [
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ }
],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "['MIT', 'Apache 2.0', 'BSD-3-Clause']",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/bower/basic/expected.json b/tests/packagedcode/data/bower/basic/expected.json
index 5b22fec92d3..0c4da4a8ee4 100644
--- a/tests/packagedcode/data/bower/basic/expected.json
+++ b/tests/packagedcode/data/bower/basic/expected.json
@@ -34,10 +34,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "mit",
- "declared_license": [
- "MIT"
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/bower/list-of-licenses/expected.json b/tests/packagedcode/data/bower/list-of-licenses/expected.json
index cc469394120..3e4c45482a6 100644
--- a/tests/packagedcode/data/bower/list-of-licenses/expected.json
+++ b/tests/packagedcode/data/bower/list-of-licenses/expected.json
@@ -34,12 +34,149 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "mit AND apache-2.0 AND bsd-new",
- "declared_license": [
- "MIT",
- "Apache 2.0",
- "BSD-3-Clause"
+ "declared_license_expression": "mit AND apache-2.0 AND bsd-new",
+ "declared_license_expression_spdx": "MIT AND Apache-2.0 AND BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "Apache 2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_10.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_10.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "BSD-3-Clause",
+ "licenses": [
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ }
],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "['MIT', 'Apache 2.0', 'BSD-3-Clause']",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/bower/scan-expected.json b/tests/packagedcode/data/bower/scan-expected.json
index 67b382653b0..bf5ad647ffa 100644
--- a/tests/packagedcode/data/bower/scan-expected.json
+++ b/tests/packagedcode/data/bower/scan-expected.json
@@ -86,12 +86,149 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "mit AND apache-2.0 AND bsd-new",
- "declared_license": [
- "MIT",
- "Apache 2.0",
- "BSD-3-Clause"
+ "declared_license_expression": "mit AND apache-2.0 AND bsd-new",
+ "declared_license_expression_spdx": "MIT AND Apache-2.0 AND BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "Apache 2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_10.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_10.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "BSD-3-Clause",
+ "licenses": [
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ }
],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "['MIT', 'Apache 2.0', 'BSD-3-Clause']",
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -162,12 +299,149 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": [
- "MIT",
- "Apache 2.0",
- "BSD-3-Clause"
+ "declared_license_expression": "mit AND apache-2.0 AND bsd-new",
+ "declared_license_expression_spdx": "MIT AND Apache-2.0 AND BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "Apache 2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_10.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_10.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "BSD-3-Clause",
+ "licenses": [
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ }
],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "['MIT', 'Apache 2.0', 'BSD-3-Clause']",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build/bazel/end2end-expected.json b/tests/packagedcode/data/build/bazel/end2end-expected.json
index 725847a8567..e89ecb752be 100644
--- a/tests/packagedcode/data/build/bazel/end2end-expected.json
+++ b/tests/packagedcode/data/build/bazel/end2end-expected.json
@@ -24,8 +24,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -64,8 +69,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -117,8 +127,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -208,8 +223,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build/buck/end2end-expected.json b/tests/packagedcode/data/build/buck/end2end-expected.json
index a8f951b65d8..f8cf73d1b8c 100644
--- a/tests/packagedcode/data/build/buck/end2end-expected.json
+++ b/tests/packagedcode/data/build/buck/end2end-expected.json
@@ -24,8 +24,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -64,10 +69,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": [
- "LICENSE"
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "apache-2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "['LICENSE']",
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -119,8 +173,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -210,8 +269,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": [
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "from-package-sibling-file"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "apache-2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": [
"LICENSE"
],
"notice_text": null,
diff --git a/tests/packagedcode/data/build_gradle/end2end/build.gradle-expected.json b/tests/packagedcode/data/build_gradle/end2end/build.gradle-expected.json
index 956760e917a..dc3b248e5ec 100644
--- a/tests/packagedcode/data/build_gradle/end2end/build.gradle-expected.json
+++ b/tests/packagedcode/data/build_gradle/end2end/build.gradle-expected.json
@@ -86,8 +86,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/groovy/groovy-and-kotlin1/build.gradle-expected.json b/tests/packagedcode/data/build_gradle/groovy/groovy-and-kotlin1/build.gradle-expected.json
index 70201701a8d..51ab876deaf 100644
--- a/tests/packagedcode/data/build_gradle/groovy/groovy-and-kotlin1/build.gradle-expected.json
+++ b/tests/packagedcode/data/build_gradle/groovy/groovy-and-kotlin1/build.gradle-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/groovy/groovy-basic/build.gradle-expected.json b/tests/packagedcode/data/build_gradle/groovy/groovy-basic/build.gradle-expected.json
index 31bbe74107a..1bc0f3b410b 100644
--- a/tests/packagedcode/data/build_gradle/groovy/groovy-basic/build.gradle-expected.json
+++ b/tests/packagedcode/data/build_gradle/groovy/groovy-basic/build.gradle-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/groovy/groovy-no-parens/build.gradle-expected.json b/tests/packagedcode/data/build_gradle/groovy/groovy-no-parens/build.gradle-expected.json
index 59825fbd2c5..46e58aca5e8 100644
--- a/tests/packagedcode/data/build_gradle/groovy/groovy-no-parens/build.gradle-expected.json
+++ b/tests/packagedcode/data/build_gradle/groovy/groovy-no-parens/build.gradle-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/groovy/groovy1/build.gradle-expected.json b/tests/packagedcode/data/build_gradle/groovy/groovy1/build.gradle-expected.json
index dcfc477e4a6..6c39702efa0 100644
--- a/tests/packagedcode/data/build_gradle/groovy/groovy1/build.gradle-expected.json
+++ b/tests/packagedcode/data/build_gradle/groovy/groovy1/build.gradle-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/groovy/groovy2/build.gradle-expected.json b/tests/packagedcode/data/build_gradle/groovy/groovy2/build.gradle-expected.json
index 2aa2212fa18..33dcd52146d 100644
--- a/tests/packagedcode/data/build_gradle/groovy/groovy2/build.gradle-expected.json
+++ b/tests/packagedcode/data/build_gradle/groovy/groovy2/build.gradle-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/groovy/groovy3/build.gradle-expected.json b/tests/packagedcode/data/build_gradle/groovy/groovy3/build.gradle-expected.json
index 9d6a4daa69b..e42681147e4 100644
--- a/tests/packagedcode/data/build_gradle/groovy/groovy3/build.gradle-expected.json
+++ b/tests/packagedcode/data/build_gradle/groovy/groovy3/build.gradle-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/groovy/groovy4-singlequotes/build.gradle-expected.json b/tests/packagedcode/data/build_gradle/groovy/groovy4-singlequotes/build.gradle-expected.json
index 19d7ebeab64..5f5c5f23209 100644
--- a/tests/packagedcode/data/build_gradle/groovy/groovy4-singlequotes/build.gradle-expected.json
+++ b/tests/packagedcode/data/build_gradle/groovy/groovy4-singlequotes/build.gradle-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/groovy/groovy4/build.gradle-expected.json b/tests/packagedcode/data/build_gradle/groovy/groovy4/build.gradle-expected.json
index 6ebb21c5bc4..0c4fe5da23c 100644
--- a/tests/packagedcode/data/build_gradle/groovy/groovy4/build.gradle-expected.json
+++ b/tests/packagedcode/data/build_gradle/groovy/groovy4/build.gradle-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/groovy/groovy5-parens+singlequotes/build.gradle-expected.json b/tests/packagedcode/data/build_gradle/groovy/groovy5-parens+singlequotes/build.gradle-expected.json
index bc566c79cde..97c1205059e 100644
--- a/tests/packagedcode/data/build_gradle/groovy/groovy5-parens+singlequotes/build.gradle-expected.json
+++ b/tests/packagedcode/data/build_gradle/groovy/groovy5-parens+singlequotes/build.gradle-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/groovy/groovy5/build.gradle-expected.json b/tests/packagedcode/data/build_gradle/groovy/groovy5/build.gradle-expected.json
index e8b87851e02..33ce8e3a72b 100644
--- a/tests/packagedcode/data/build_gradle/groovy/groovy5/build.gradle-expected.json
+++ b/tests/packagedcode/data/build_gradle/groovy/groovy5/build.gradle-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/groovy/groovy6-braces/build.gradle-expected.json b/tests/packagedcode/data/build_gradle/groovy/groovy6-braces/build.gradle-expected.json
index 51cc0800459..554982b9a0f 100644
--- a/tests/packagedcode/data/build_gradle/groovy/groovy6-braces/build.gradle-expected.json
+++ b/tests/packagedcode/data/build_gradle/groovy/groovy6-braces/build.gradle-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/groovy/groovy6-with-props/build.gradle-expected.json b/tests/packagedcode/data/build_gradle/groovy/groovy6-with-props/build.gradle-expected.json
index 73f68c291f3..241e9d0db69 100644
--- a/tests/packagedcode/data/build_gradle/groovy/groovy6-with-props/build.gradle-expected.json
+++ b/tests/packagedcode/data/build_gradle/groovy/groovy6-with-props/build.gradle-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/kotlin/groovy-and-kotlin2/build.gradle.kts-expected.json b/tests/packagedcode/data/build_gradle/kotlin/groovy-and-kotlin2/build.gradle.kts-expected.json
index 70201701a8d..51ab876deaf 100644
--- a/tests/packagedcode/data/build_gradle/kotlin/groovy-and-kotlin2/build.gradle.kts-expected.json
+++ b/tests/packagedcode/data/build_gradle/kotlin/groovy-and-kotlin2/build.gradle.kts-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/kotlin/kotlin1/build.gradle.kts-expected.json b/tests/packagedcode/data/build_gradle/kotlin/kotlin1/build.gradle.kts-expected.json
index da6dcabdbde..32890a054e0 100644
--- a/tests/packagedcode/data/build_gradle/kotlin/kotlin1/build.gradle.kts-expected.json
+++ b/tests/packagedcode/data/build_gradle/kotlin/kotlin1/build.gradle.kts-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/kotlin/kotlin2/build.gradle.kts-expected.json b/tests/packagedcode/data/build_gradle/kotlin/kotlin2/build.gradle.kts-expected.json
index 10afb460c85..632ceb15429 100644
--- a/tests/packagedcode/data/build_gradle/kotlin/kotlin2/build.gradle.kts-expected.json
+++ b/tests/packagedcode/data/build_gradle/kotlin/kotlin2/build.gradle.kts-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/kotlin/kotlin3/build.gradle.kts-expected.json b/tests/packagedcode/data/build_gradle/kotlin/kotlin3/build.gradle.kts-expected.json
index c112a683ff3..2f4990fbd87 100644
--- a/tests/packagedcode/data/build_gradle/kotlin/kotlin3/build.gradle.kts-expected.json
+++ b/tests/packagedcode/data/build_gradle/kotlin/kotlin3/build.gradle.kts-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/kotlin/kotlin4/build.gradle.kts-expected.json b/tests/packagedcode/data/build_gradle/kotlin/kotlin4/build.gradle.kts-expected.json
index a03e534f45c..13e372d8575 100644
--- a/tests/packagedcode/data/build_gradle/kotlin/kotlin4/build.gradle.kts-expected.json
+++ b/tests/packagedcode/data/build_gradle/kotlin/kotlin4/build.gradle.kts-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/build_gradle/kotlin/kotlin5/build.gradle.kts-expected.json b/tests/packagedcode/data/build_gradle/kotlin/kotlin5/build.gradle.kts-expected.json
index 51cc0800459..554982b9a0f 100644
--- a/tests/packagedcode/data/build_gradle/kotlin/kotlin5/build.gradle.kts-expected.json
+++ b/tests/packagedcode/data/build_gradle/kotlin/kotlin5/build.gradle.kts-expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cargo/cargo_lock/sample1/output.expected.json b/tests/packagedcode/data/cargo/cargo_lock/sample1/output.expected.json
index 9649272be1a..8d2f7a86130 100644
--- a/tests/packagedcode/data/cargo/cargo_lock/sample1/output.expected.json
+++ b/tests/packagedcode/data/cargo/cargo_lock/sample1/output.expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cargo/cargo_lock/sample2/output.expected.json b/tests/packagedcode/data/cargo/cargo_lock/sample2/output.expected.json
index 4aab42d21d8..b55ebb570aa 100644
--- a/tests/packagedcode/data/cargo/cargo_lock/sample2/output.expected.json
+++ b/tests/packagedcode/data/cargo/cargo_lock/sample2/output.expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cargo/cargo_lock/sample3/output.expected.json b/tests/packagedcode/data/cargo/cargo_lock/sample3/output.expected.json
index 8f9c9310d39..522f7e8b691 100644
--- a/tests/packagedcode/data/cargo/cargo_lock/sample3/output.expected.json
+++ b/tests/packagedcode/data/cargo/cargo_lock/sample3/output.expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cargo/cargo_lock/sample4/output.expected.json b/tests/packagedcode/data/cargo/cargo_lock/sample4/output.expected.json
index 9ddcb3e805b..7e4dff86cc2 100644
--- a/tests/packagedcode/data/cargo/cargo_lock/sample4/output.expected.json
+++ b/tests/packagedcode/data/cargo/cargo_lock/sample4/output.expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cargo/cargo_lock/sample5/output.expected.json b/tests/packagedcode/data/cargo/cargo_lock/sample5/output.expected.json
index cb1701fc574..8fd6adf1dcd 100644
--- a/tests/packagedcode/data/cargo/cargo_lock/sample5/output.expected.json
+++ b/tests/packagedcode/data/cargo/cargo_lock/sample5/output.expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cargo/cargo_toml/clap/Cargo.toml.expected b/tests/packagedcode/data/cargo/cargo_toml/clap/Cargo.toml.expected
index 40c03b2cb21..31cbad05ec1 100644
--- a/tests/packagedcode/data/cargo/cargo_toml/clap/Cargo.toml.expected
+++ b/tests/packagedcode/data/cargo/cargo_toml/clap/Cargo.toml.expected
@@ -30,8 +30,59 @@
"code_view_url": null,
"vcs_url": "https://github.com/clap-rs/clap",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cargo/cargo_toml/clippy/Cargo.toml.expected b/tests/packagedcode/data/cargo/cargo_toml/clippy/Cargo.toml.expected
index 4eacda6d15b..696cdd26417 100644
--- a/tests/packagedcode/data/cargo/cargo_toml/clippy/Cargo.toml.expected
+++ b/tests/packagedcode/data/cargo/cargo_toml/clippy/Cargo.toml.expected
@@ -58,8 +58,74 @@
"code_view_url": null,
"vcs_url": "https://github.com/rust-lang/rust-clippy",
"copyright": null,
- "license_expression": "mit OR apache-2.0",
- "declared_license": "MIT/Apache-2.0",
+ "declared_license_expression": "mit OR apache-2.0",
+ "declared_license_expression_spdx": "MIT OR Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "mit OR apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 99.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "mit OR apache-2.0",
+ "rule_identifier": "mit_or_apache-2.0_1.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_or_apache-2.0_1.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 99,
+ "matched_text": "MIT/Apache-2.0",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ },
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT/Apache-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cargo/cargo_toml/mdbook/Cargo.toml.expected b/tests/packagedcode/data/cargo/cargo_toml/mdbook/Cargo.toml.expected
index c438faf3d50..5fc33bc290c 100644
--- a/tests/packagedcode/data/cargo/cargo_toml/mdbook/Cargo.toml.expected
+++ b/tests/packagedcode/data/cargo/cargo_toml/mdbook/Cargo.toml.expected
@@ -44,8 +44,59 @@
"code_view_url": null,
"vcs_url": "https://github.com/rust-lang-nursery/mdBook",
"copyright": null,
- "license_expression": "mpl-2.0",
- "declared_license": "MPL-2.0",
+ "declared_license_expression": "mpl-2.0",
+ "declared_license_expression_spdx": "MPL-2.0",
+ "license_detections": [
+ {
+ "license_expression": "mpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "mpl-2.0",
+ "rule_identifier": "spdx_license_id_mpl-2.0_for_mpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_mpl-2.0_for_mpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 50,
+ "matched_text": "MPL-2.0",
+ "licenses": [
+ {
+ "key": "mpl-2.0",
+ "name": "Mozilla Public License 2.0",
+ "short_name": "MPL 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Mozilla",
+ "homepage_url": "http://mpl.mozilla.org/2012/01/03/announcing-mpl-2-0/",
+ "text_url": "http://www.mozilla.com/MPL/2.0/",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpl-2.0.LICENSE",
+ "spdx_license_key": "MPL-2.0",
+ "spdx_url": "https://spdx.org/licenses/MPL-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MPL-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cargo/cargo_toml/rustfmt/Cargo.toml.expected b/tests/packagedcode/data/cargo/cargo_toml/rustfmt/Cargo.toml.expected
index c24f3f1f08b..33c38212742 100644
--- a/tests/packagedcode/data/cargo/cargo_toml/rustfmt/Cargo.toml.expected
+++ b/tests/packagedcode/data/cargo/cargo_toml/rustfmt/Cargo.toml.expected
@@ -37,8 +37,74 @@
"code_view_url": null,
"vcs_url": "https://github.com/rust-lang/rustfmt",
"copyright": null,
- "license_expression": "apache-2.0 OR mit",
- "declared_license": "Apache-2.0/MIT",
+ "declared_license_expression": "apache-2.0 OR mit",
+ "declared_license_expression_spdx": "Apache-2.0 OR MIT",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0 OR mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 99.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0 OR mit",
+ "rule_identifier": "apache-2.0_or_mit_48.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_or_mit_48.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 99,
+ "matched_text": "Apache-2.0/MIT",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ },
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache-2.0/MIT",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cargo/cargo_toml/rustup/Cargo.toml.expected b/tests/packagedcode/data/cargo/cargo_toml/rustup/Cargo.toml.expected
index 2f4019ce2c5..1b3a14c5d6e 100644
--- a/tests/packagedcode/data/cargo/cargo_toml/rustup/Cargo.toml.expected
+++ b/tests/packagedcode/data/cargo/cargo_toml/rustup/Cargo.toml.expected
@@ -30,8 +30,74 @@
"code_view_url": null,
"vcs_url": "https://github.com/rust-lang/rustup.rs",
"copyright": null,
- "license_expression": "mit OR apache-2.0",
- "declared_license": "MIT OR Apache-2.0",
+ "declared_license_expression": "mit OR apache-2.0",
+ "declared_license_expression_spdx": "MIT OR Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "mit OR apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "mit OR apache-2.0",
+ "rule_identifier": "mit_or_apache-2.0_15.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_or_apache-2.0_15.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "MIT OR Apache-2.0",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ },
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT OR Apache-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cargo/scan.expected.json b/tests/packagedcode/data/cargo/scan.expected.json
index 858db490301..4c7d966cf28 100644
--- a/tests/packagedcode/data/cargo/scan.expected.json
+++ b/tests/packagedcode/data/cargo/scan.expected.json
@@ -327,8 +327,59 @@
"code_view_url": null,
"vcs_url": "https://github.com/indygreg/PyOxidizer.git",
"copyright": null,
- "license_expression": "mpl-2.0",
- "declared_license": "MPL-2.0",
+ "declared_license_expression": "mpl-2.0",
+ "declared_license_expression_spdx": "MPL-2.0",
+ "license_detections": [
+ {
+ "license_expression": "mpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "mpl-2.0",
+ "rule_identifier": "spdx_license_id_mpl-2.0_for_mpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_mpl-2.0_for_mpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 50,
+ "matched_text": "MPL-2.0",
+ "licenses": [
+ {
+ "key": "mpl-2.0",
+ "name": "Mozilla Public License 2.0",
+ "short_name": "MPL 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Mozilla",
+ "homepage_url": "http://mpl.mozilla.org/2012/01/03/announcing-mpl-2-0/",
+ "text_url": "http://www.mozilla.com/MPL/2.0/",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpl-2.0.LICENSE",
+ "spdx_license_key": "MPL-2.0",
+ "spdx_url": "https://spdx.org/licenses/MPL-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MPL-2.0",
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -382,8 +433,74 @@
"code_view_url": null,
"vcs_url": "https://github.com/daac-tools/daachorse",
"copyright": null,
- "license_expression": "mit OR apache-2.0",
- "declared_license": "MIT OR Apache-2.0",
+ "declared_license_expression": "mit OR apache-2.0",
+ "declared_license_expression_spdx": "MIT OR Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "mit OR apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "mit OR apache-2.0",
+ "rule_identifier": "mit_or_apache-2.0_15.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_or_apache-2.0_15.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "MIT OR Apache-2.0",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ },
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT OR Apache-2.0",
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -435,8 +552,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -700,8 +822,59 @@
"code_view_url": null,
"vcs_url": "https://github.com/indygreg/PyOxidizer.git",
"copyright": null,
- "license_expression": null,
- "declared_license": "MPL-2.0",
+ "declared_license_expression": "mpl-2.0",
+ "declared_license_expression_spdx": "MPL-2.0",
+ "license_detections": [
+ {
+ "license_expression": "mpl-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "mpl-2.0",
+ "rule_identifier": "spdx_license_id_mpl-2.0_for_mpl-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_mpl-2.0_for_mpl-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 50,
+ "matched_text": "MPL-2.0",
+ "licenses": [
+ {
+ "key": "mpl-2.0",
+ "name": "Mozilla Public License 2.0",
+ "short_name": "MPL 2.0",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Mozilla",
+ "homepage_url": "http://mpl.mozilla.org/2012/01/03/announcing-mpl-2-0/",
+ "text_url": "http://www.mozilla.com/MPL/2.0/",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mpl-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpl-2.0.LICENSE",
+ "spdx_license_key": "MPL-2.0",
+ "spdx_url": "https://spdx.org/licenses/MPL-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MPL-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -768,8 +941,74 @@
"code_view_url": null,
"vcs_url": "https://github.com/daac-tools/daachorse",
"copyright": null,
- "license_expression": null,
- "declared_license": "MIT OR Apache-2.0",
+ "declared_license_expression": "mit OR apache-2.0",
+ "declared_license_expression_spdx": "MIT OR Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "mit OR apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "mit OR apache-2.0",
+ "rule_identifier": "mit_or_apache-2.0_15.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_or_apache-2.0_15.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "MIT OR Apache-2.0",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ },
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT OR Apache-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/chef/basic/metadata.json.expected b/tests/packagedcode/data/chef/basic/metadata.json.expected
index 3082218fc46..f521d98336e 100644
--- a/tests/packagedcode/data/chef/basic/metadata.json.expected
+++ b/tests/packagedcode/data/chef/basic/metadata.json.expected
@@ -30,8 +30,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/chef/basic/metadata.rb.expected b/tests/packagedcode/data/chef/basic/metadata.rb.expected
index fc513f14ff9..7669890db7d 100644
--- a/tests/packagedcode/data/chef/basic/metadata.rb.expected
+++ b/tests/packagedcode/data/chef/basic/metadata.rb.expected
@@ -30,8 +30,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/chef/basic/test_package.json.expected b/tests/packagedcode/data/chef/basic/test_package.json.expected
index d339cbcaf8e..171af399383 100644
--- a/tests/packagedcode/data/chef/basic/test_package.json.expected
+++ b/tests/packagedcode/data/chef/basic/test_package.json.expected
@@ -1,38 +1,87 @@
-[
- {
- "type": "chef",
- "namespace": null,
- "name": "test",
- "version": "0.01",
- "qualifiers": {},
- "subpath": null,
- "primary_language": "Ruby",
- "description": "test package",
- "release_date": null,
- "parties": [],
- "keywords": [],
- "homepage_url": null,
- "download_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/download",
- "size": null,
- "sha1": null,
- "md5": null,
- "sha256": null,
- "sha512": null,
- "bug_tracking_url": null,
- "code_view_url": null,
- "vcs_url": null,
- "copyright": null,
- "license_expression": "public-domain",
- "declared_license": "public-domain",
- "notice_text": null,
- "source_packages": [],
- "file_references": [],
- "extra_data": {},
- "dependencies": [],
- "repository_homepage_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/",
- "repository_download_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/download",
- "api_data_url": "https://supermarket.chef.io/api/v1/cookbooks/test/versions/0.01",
- "datasource_id": "chef_cookbook_metadata_rb",
- "purl": "pkg:chef/test@0.01"
- }
-]
\ No newline at end of file
+{
+ "type": "chef",
+ "namespace": null,
+ "name": "test",
+ "version": "0.01",
+ "qualifiers": {},
+ "subpath": null,
+ "primary_language": "Ruby",
+ "description": "test package",
+ "release_date": null,
+ "parties": [],
+ "keywords": [],
+ "homepage_url": null,
+ "download_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/download",
+ "size": null,
+ "sha1": null,
+ "md5": null,
+ "sha256": null,
+ "sha512": null,
+ "bug_tracking_url": null,
+ "code_view_url": null,
+ "vcs_url": null,
+ "copyright": null,
+ "declared_license_expression": "public-domain",
+ "declared_license_expression_spdx": "LicenseRef-scancode-public-domain",
+ "license_detections": [
+ {
+ "license_expression": "public-domain",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 70.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 2,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "public-domain",
+ "rule_identifier": "public-domain_bare_words.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_bare_words.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 2,
+ "rule_relevance": 70,
+ "matched_text": "public-domain",
+ "licenses": [
+ {
+ "key": "public-domain",
+ "name": "Public Domain",
+ "short_name": "Public Domain",
+ "category": "Public Domain",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Unspecified",
+ "homepage_url": "http://www.linfo.org/publicdomain.html",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/public-domain",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-public-domain",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "public-domain",
+ "notice_text": null,
+ "source_packages": [],
+ "file_references": [],
+ "extra_data": {},
+ "dependencies": [],
+ "repository_homepage_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/",
+ "repository_download_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/download",
+ "api_data_url": "https://supermarket.chef.io/api/v1/cookbooks/test/versions/0.01",
+ "datasource_id": "chef_cookbook_metadata_rb",
+ "purl": "pkg:chef/test@0.01"
+}
\ No newline at end of file
diff --git a/tests/packagedcode/data/chef/basic/test_package_code_view_url_and_bug_tracking_url.json.expected b/tests/packagedcode/data/chef/basic/test_package_code_view_url_and_bug_tracking_url.json.expected
index ae66c10d50f..5807dd13ae0 100644
--- a/tests/packagedcode/data/chef/basic/test_package_code_view_url_and_bug_tracking_url.json.expected
+++ b/tests/packagedcode/data/chef/basic/test_package_code_view_url_and_bug_tracking_url.json.expected
@@ -1,38 +1,87 @@
-[
- {
- "type": "chef",
- "namespace": null,
- "name": "test",
- "version": "0.01",
- "qualifiers": {},
- "subpath": null,
- "primary_language": "Ruby",
- "description": "test package",
- "release_date": null,
- "parties": [],
- "keywords": [],
- "homepage_url": null,
- "download_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/download",
- "size": null,
- "sha1": null,
- "md5": null,
- "sha256": null,
- "sha512": null,
- "bug_tracking_url": "example.com/issues",
- "code_view_url": "example.com",
- "vcs_url": null,
- "copyright": null,
- "license_expression": "public-domain",
- "declared_license": "public-domain",
- "notice_text": null,
- "source_packages": [],
- "file_references": [],
- "extra_data": {},
- "dependencies": [],
- "repository_homepage_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/",
- "repository_download_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/download",
- "api_data_url": "https://supermarket.chef.io/api/v1/cookbooks/test/versions/0.01",
- "datasource_id": "chef_cookbook_metadata_rb",
- "purl": "pkg:chef/test@0.01"
- }
-]
\ No newline at end of file
+{
+ "type": "chef",
+ "namespace": null,
+ "name": "test",
+ "version": "0.01",
+ "qualifiers": {},
+ "subpath": null,
+ "primary_language": "Ruby",
+ "description": "test package",
+ "release_date": null,
+ "parties": [],
+ "keywords": [],
+ "homepage_url": null,
+ "download_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/download",
+ "size": null,
+ "sha1": null,
+ "md5": null,
+ "sha256": null,
+ "sha512": null,
+ "bug_tracking_url": "example.com/issues",
+ "code_view_url": "example.com",
+ "vcs_url": null,
+ "copyright": null,
+ "declared_license_expression": "public-domain",
+ "declared_license_expression_spdx": "LicenseRef-scancode-public-domain",
+ "license_detections": [
+ {
+ "license_expression": "public-domain",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 70.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 2,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "public-domain",
+ "rule_identifier": "public-domain_bare_words.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_bare_words.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 2,
+ "rule_relevance": 70,
+ "matched_text": "public-domain",
+ "licenses": [
+ {
+ "key": "public-domain",
+ "name": "Public Domain",
+ "short_name": "Public Domain",
+ "category": "Public Domain",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Unspecified",
+ "homepage_url": "http://www.linfo.org/publicdomain.html",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/public-domain",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-public-domain",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "public-domain",
+ "notice_text": null,
+ "source_packages": [],
+ "file_references": [],
+ "extra_data": {},
+ "dependencies": [],
+ "repository_homepage_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/",
+ "repository_download_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/download",
+ "api_data_url": "https://supermarket.chef.io/api/v1/cookbooks/test/versions/0.01",
+ "datasource_id": "chef_cookbook_metadata_rb",
+ "purl": "pkg:chef/test@0.01"
+}
\ No newline at end of file
diff --git a/tests/packagedcode/data/chef/basic/test_package_dependencies.json.expected b/tests/packagedcode/data/chef/basic/test_package_dependencies.json.expected
index b98721c9da5..4b6a9ca6927 100644
--- a/tests/packagedcode/data/chef/basic/test_package_dependencies.json.expected
+++ b/tests/packagedcode/data/chef/basic/test_package_dependencies.json.expected
@@ -1,49 +1,98 @@
-[
- {
- "type": "chef",
- "namespace": null,
- "name": "test",
- "version": "0.01",
- "qualifiers": {},
- "subpath": null,
- "primary_language": "Ruby",
- "description": "test package",
- "release_date": null,
- "parties": [],
- "keywords": [],
- "homepage_url": null,
- "download_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/download",
- "size": null,
- "sha1": null,
- "md5": null,
- "sha256": null,
- "sha512": null,
- "bug_tracking_url": null,
- "code_view_url": null,
- "vcs_url": null,
- "copyright": null,
- "license_expression": "public-domain",
- "declared_license": "public-domain",
- "notice_text": null,
- "source_packages": [],
- "file_references": [],
- "extra_data": {},
- "dependencies": [
- {
- "purl": "pkg:chef/test%20dependency",
- "extracted_requirement": "0.01",
- "scope": "dependencies",
- "is_runtime": true,
- "is_optional": false,
- "is_resolved": false,
- "resolved_package": {},
- "extra_data": {}
- }
- ],
- "repository_homepage_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/",
- "repository_download_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/download",
- "api_data_url": "https://supermarket.chef.io/api/v1/cookbooks/test/versions/0.01",
- "datasource_id": "chef_cookbook_metadata_rb",
- "purl": "pkg:chef/test@0.01"
- }
-]
\ No newline at end of file
+{
+ "type": "chef",
+ "namespace": null,
+ "name": "test",
+ "version": "0.01",
+ "qualifiers": {},
+ "subpath": null,
+ "primary_language": "Ruby",
+ "description": "test package",
+ "release_date": null,
+ "parties": [],
+ "keywords": [],
+ "homepage_url": null,
+ "download_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/download",
+ "size": null,
+ "sha1": null,
+ "md5": null,
+ "sha256": null,
+ "sha512": null,
+ "bug_tracking_url": null,
+ "code_view_url": null,
+ "vcs_url": null,
+ "copyright": null,
+ "declared_license_expression": "public-domain",
+ "declared_license_expression_spdx": "LicenseRef-scancode-public-domain",
+ "license_detections": [
+ {
+ "license_expression": "public-domain",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 70.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 2,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "public-domain",
+ "rule_identifier": "public-domain_bare_words.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_bare_words.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 2,
+ "rule_relevance": 70,
+ "matched_text": "public-domain",
+ "licenses": [
+ {
+ "key": "public-domain",
+ "name": "Public Domain",
+ "short_name": "Public Domain",
+ "category": "Public Domain",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Unspecified",
+ "homepage_url": "http://www.linfo.org/publicdomain.html",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/public-domain",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-public-domain",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "public-domain",
+ "notice_text": null,
+ "source_packages": [],
+ "file_references": [],
+ "extra_data": {},
+ "dependencies": [
+ {
+ "purl": "pkg:chef/test%20dependency",
+ "extracted_requirement": "0.01",
+ "scope": "dependencies",
+ "is_runtime": true,
+ "is_optional": false,
+ "is_resolved": false,
+ "resolved_package": {},
+ "extra_data": {}
+ }
+ ],
+ "repository_homepage_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/",
+ "repository_download_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/download",
+ "api_data_url": "https://supermarket.chef.io/api/v1/cookbooks/test/versions/0.01",
+ "datasource_id": "chef_cookbook_metadata_rb",
+ "purl": "pkg:chef/test@0.01"
+}
\ No newline at end of file
diff --git a/tests/packagedcode/data/chef/basic/test_package_parties.json.expected b/tests/packagedcode/data/chef/basic/test_package_parties.json.expected
index 4a10a631180..5be6b7e7aec 100644
--- a/tests/packagedcode/data/chef/basic/test_package_parties.json.expected
+++ b/tests/packagedcode/data/chef/basic/test_package_parties.json.expected
@@ -1,46 +1,95 @@
-[
- {
- "type": "chef",
- "namespace": null,
- "name": "test",
- "version": "0.01",
- "qualifiers": {},
- "subpath": null,
- "primary_language": "Ruby",
- "description": "test package",
- "release_date": null,
- "parties": [
- {
- "type": null,
- "role": "maintainer",
- "name": "test maintainer",
- "email": "test_maintainer@example.com",
- "url": null
- }
- ],
- "keywords": [],
- "homepage_url": null,
- "download_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/download",
- "size": null,
- "sha1": null,
- "md5": null,
- "sha256": null,
- "sha512": null,
- "bug_tracking_url": null,
- "code_view_url": null,
- "vcs_url": null,
- "copyright": null,
- "license_expression": "public-domain",
- "declared_license": "public-domain",
- "notice_text": null,
- "source_packages": [],
- "file_references": [],
- "extra_data": {},
- "dependencies": [],
- "repository_homepage_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/",
- "repository_download_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/download",
- "api_data_url": "https://supermarket.chef.io/api/v1/cookbooks/test/versions/0.01",
- "datasource_id": "chef_cookbook_metadata_rb",
- "purl": "pkg:chef/test@0.01"
- }
-]
\ No newline at end of file
+{
+ "type": "chef",
+ "namespace": null,
+ "name": "test",
+ "version": "0.01",
+ "qualifiers": {},
+ "subpath": null,
+ "primary_language": "Ruby",
+ "description": "test package",
+ "release_date": null,
+ "parties": [
+ {
+ "type": null,
+ "role": "maintainer",
+ "name": "test maintainer",
+ "email": "test_maintainer@example.com",
+ "url": null
+ }
+ ],
+ "keywords": [],
+ "homepage_url": null,
+ "download_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/download",
+ "size": null,
+ "sha1": null,
+ "md5": null,
+ "sha256": null,
+ "sha512": null,
+ "bug_tracking_url": null,
+ "code_view_url": null,
+ "vcs_url": null,
+ "copyright": null,
+ "declared_license_expression": "public-domain",
+ "declared_license_expression_spdx": "LicenseRef-scancode-public-domain",
+ "license_detections": [
+ {
+ "license_expression": "public-domain",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 70.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 2,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "public-domain",
+ "rule_identifier": "public-domain_bare_words.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_bare_words.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 2,
+ "rule_relevance": 70,
+ "matched_text": "public-domain",
+ "licenses": [
+ {
+ "key": "public-domain",
+ "name": "Public Domain",
+ "short_name": "Public Domain",
+ "category": "Public Domain",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Unspecified",
+ "homepage_url": "http://www.linfo.org/publicdomain.html",
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/public-domain",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-public-domain",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "public-domain",
+ "notice_text": null,
+ "source_packages": [],
+ "file_references": [],
+ "extra_data": {},
+ "dependencies": [],
+ "repository_homepage_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/",
+ "repository_download_url": "https://supermarket.chef.io/cookbooks/test/versions/0.01/download",
+ "api_data_url": "https://supermarket.chef.io/api/v1/cookbooks/test/versions/0.01",
+ "datasource_id": "chef_cookbook_metadata_rb",
+ "purl": "pkg:chef/test@0.01"
+}
\ No newline at end of file
diff --git a/tests/packagedcode/data/chef/dependencies/metadata.rb.expected b/tests/packagedcode/data/chef/dependencies/metadata.rb.expected
index 57caf656c5f..9ce8fc96184 100644
--- a/tests/packagedcode/data/chef/dependencies/metadata.rb.expected
+++ b/tests/packagedcode/data/chef/dependencies/metadata.rb.expected
@@ -30,8 +30,59 @@
"code_view_url": "https://github.com/chef-cookbooks/build-essential",
"vcs_url": null,
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": "Apache-2.0",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_apache-2.0_for_apache-2.0.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "Apache-2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/chef/package.scan.expected.json b/tests/packagedcode/data/chef/package.scan.expected.json
index e1e4ce0af4e..9f5b1738ae5 100644
--- a/tests/packagedcode/data/chef/package.scan.expected.json
+++ b/tests/packagedcode/data/chef/package.scan.expected.json
@@ -61,8 +61,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -124,8 +175,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -189,8 +291,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cocoapods/assemble/many-podspecs-expected.json b/tests/packagedcode/data/cocoapods/assemble/many-podspecs-expected.json
index a93edae5573..6c10408728b 100644
--- a/tests/packagedcode/data/cocoapods/assemble/many-podspecs-expected.json
+++ b/tests/packagedcode/data/cocoapods/assemble/many-podspecs-expected.json
@@ -145,8 +145,59 @@
"code_view_url": "https://github.com/aws-amplify/amplify-ios/tree/$AMPLIFY_VERSION",
"vcs_url": "https://github.com/aws-amplify/amplify-ios.git",
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": "Apache License, Version 2.0",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_48.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_48.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Apache License, Version 2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache License, Version 2.0",
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -193,8 +244,59 @@
"code_view_url": "https://github.com/aws-amplify/amplify-ios/tree/$AMPLIFY_VERSION",
"vcs_url": "https://github.com/aws-amplify/amplify-ios.git",
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": "Apache License, Version 2.0",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_48.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_48.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Apache License, Version 2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache License, Version 2.0",
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -241,8 +343,59 @@
"code_view_url": "https://github.com/aws-amplify/amplify-ios/tree/$AMPLIFY_VERSION",
"vcs_url": "https://github.com/aws-amplify/amplify-ios.git",
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": "Apache License, Version 2.0",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_48.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_48.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Apache License, Version 2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache License, Version 2.0",
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -289,8 +442,59 @@
"code_view_url": "https://github.com/aws-amplify/amplify-ios/tree/$AMPLIFY_VERSION",
"vcs_url": "https://github.com/aws-amplify/amplify-ios.git",
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": "Apache License, Version 2.0",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_48.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_48.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Apache License, Version 2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache License, Version 2.0",
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -337,8 +541,59 @@
"code_view_url": "https://github.com/aws-amplify/amplify-ios/tree/$AMPLIFY_VERSION",
"vcs_url": "https://github.com/aws-amplify/amplify-ios.git",
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": "Apache License, Version 2.0",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_48.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_48.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Apache License, Version 2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache License, Version 2.0",
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -385,8 +640,59 @@
"code_view_url": "https://github.com/aws-amplify/amplify-ios/tree/$AMPLIFY_VERSION",
"vcs_url": "https://github.com/aws-amplify/amplify-ios.git",
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": "Apache License, Version 2.0",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_48.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_48.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Apache License, Version 2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache License, Version 2.0",
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -446,8 +752,59 @@
"code_view_url": "https://github.com/aws-amplify/amplify-ios/tree/$AMPLIFY_VERSION",
"vcs_url": "https://github.com/aws-amplify/amplify-ios.git",
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": "Apache License, Version 2.0",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_48.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_48.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Apache License, Version 2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache License, Version 2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -500,8 +857,59 @@
"code_view_url": "https://github.com/aws-amplify/amplify-ios/tree/$AMPLIFY_VERSION",
"vcs_url": "https://github.com/aws-amplify/amplify-ios.git",
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": "Apache License, Version 2.0",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_48.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_48.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Apache License, Version 2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache License, Version 2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -554,8 +962,59 @@
"code_view_url": "https://github.com/aws-amplify/amplify-ios/tree/$AMPLIFY_VERSION",
"vcs_url": "https://github.com/aws-amplify/amplify-ios.git",
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": "Apache License, Version 2.0",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_48.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_48.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Apache License, Version 2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache License, Version 2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -608,8 +1067,59 @@
"code_view_url": "https://github.com/aws-amplify/amplify-ios/tree/$AMPLIFY_VERSION",
"vcs_url": "https://github.com/aws-amplify/amplify-ios.git",
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": "Apache License, Version 2.0",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_48.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_48.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Apache License, Version 2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache License, Version 2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -662,8 +1172,59 @@
"code_view_url": "https://github.com/aws-amplify/amplify-ios/tree/$AMPLIFY_VERSION",
"vcs_url": "https://github.com/aws-amplify/amplify-ios.git",
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": "Apache License, Version 2.0",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_48.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_48.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Apache License, Version 2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache License, Version 2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -716,8 +1277,59 @@
"code_view_url": "https://github.com/aws-amplify/amplify-ios/tree/$AMPLIFY_VERSION",
"vcs_url": "https://github.com/aws-amplify/amplify-ios.git",
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": "Apache License, Version 2.0",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_48.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_48.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Apache License, Version 2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache License, Version 2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -762,8 +1374,59 @@
"code_view_url": null,
"vcs_url": "",
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "from-package-sibling-file"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 2,
+ "end_line": 175,
+ "matched_length": 1405,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_70.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_70.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 1405,
+ "rule_relevance": 100,
+ "matched_text": " Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -808,8 +1471,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "from-package-sibling-file"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 2,
+ "end_line": 175,
+ "matched_length": 1405,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_70.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_70.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 1405,
+ "rule_relevance": 100,
+ "matched_text": " Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cocoapods/assemble/multiple-podspec-expected.json b/tests/packagedcode/data/cocoapods/assemble/multiple-podspec-expected.json
index 5c521c22a66..0ddaeb1890b 100644
--- a/tests/packagedcode/data/cocoapods/assemble/multiple-podspec-expected.json
+++ b/tests/packagedcode/data/cocoapods/assemble/multiple-podspec-expected.json
@@ -75,8 +75,59 @@
"code_view_url": "https://github.com/RxSwiftCommunity/RxDataSources/tree/4.0.1",
"vcs_url": "https://github.com/RxSwiftCommunity/RxDataSources.git",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -123,8 +174,59 @@
"code_view_url": "https://github.com/RxSwiftCommunity/RxDataSources/tree/4.0.1",
"vcs_url": "https://github.com/RxSwiftCommunity/RxDataSources.git",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -184,8 +286,59 @@
"code_view_url": "https://github.com/RxSwiftCommunity/RxDataSources/tree/4.0.1",
"vcs_url": "https://github.com/RxSwiftCommunity/RxDataSources.git",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -230,8 +383,13 @@
"code_view_url": null,
"vcs_url": "",
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -276,8 +434,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -361,8 +524,59 @@
"code_view_url": "https://github.com/RxSwiftCommunity/RxDataSources/tree/4.0.1",
"vcs_url": "https://github.com/RxSwiftCommunity/RxDataSources.git",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cocoapods/assemble/single-podspec-expected.json b/tests/packagedcode/data/cocoapods/assemble/single-podspec-expected.json
index 0f492b3821b..9fa928eaed5 100644
--- a/tests/packagedcode/data/cocoapods/assemble/single-podspec-expected.json
+++ b/tests/packagedcode/data/cocoapods/assemble/single-podspec-expected.json
@@ -75,8 +75,59 @@
"code_view_url": "https://github.com/RxSwiftCommunity/RxDataSources/tree/4.0.1",
"vcs_url": "https://github.com/RxSwiftCommunity/RxDataSources.git",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -128,8 +179,13 @@
"code_view_url": null,
"vcs_url": "",
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -174,8 +230,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -259,8 +320,59 @@
"code_view_url": "https://github.com/RxSwiftCommunity/RxDataSources/tree/4.0.1",
"vcs_url": "https://github.com/RxSwiftCommunity/RxDataSources.git",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cocoapods/assemble/solo/Podfile-expected.json b/tests/packagedcode/data/cocoapods/assemble/solo/Podfile-expected.json
index 5b4d45b50cf..6f5964d416d 100644
--- a/tests/packagedcode/data/cocoapods/assemble/solo/Podfile-expected.json
+++ b/tests/packagedcode/data/cocoapods/assemble/solo/Podfile-expected.json
@@ -29,8 +29,13 @@
"code_view_url": null,
"vcs_url": "",
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cocoapods/assemble/solo/Podfile.lock-expected.json b/tests/packagedcode/data/cocoapods/assemble/solo/Podfile.lock-expected.json
index a7f6893e1a1..3eda1cba4fa 100644
--- a/tests/packagedcode/data/cocoapods/assemble/solo/Podfile.lock-expected.json
+++ b/tests/packagedcode/data/cocoapods/assemble/solo/Podfile.lock-expected.json
@@ -72,8 +72,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cocoapods/assemble/solo/RxDataSources.podspec-expected.json b/tests/packagedcode/data/cocoapods/assemble/solo/RxDataSources.podspec-expected.json
index 2b139498d31..3a953bd7e19 100644
--- a/tests/packagedcode/data/cocoapods/assemble/solo/RxDataSources.podspec-expected.json
+++ b/tests/packagedcode/data/cocoapods/assemble/solo/RxDataSources.podspec-expected.json
@@ -32,8 +32,59 @@
"code_view_url": "https://github.com/RxSwiftCommunity/RxDataSources/tree/4.0.1",
"vcs_url": "https://github.com/RxSwiftCommunity/RxDataSources.git",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"extra_data": {},
@@ -86,8 +137,59 @@
"code_view_url": "https://github.com/RxSwiftCommunity/RxDataSources/tree/4.0.1",
"vcs_url": "https://github.com/RxSwiftCommunity/RxDataSources.git",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cocoapods/podfile.lock/braintree_ios_Podfile.lock.expected.json b/tests/packagedcode/data/cocoapods/podfile.lock/braintree_ios_Podfile.lock.expected.json
index 1c983e37a86..e17a49d9b72 100644
--- a/tests/packagedcode/data/cocoapods/podfile.lock/braintree_ios_Podfile.lock.expected.json
+++ b/tests/packagedcode/data/cocoapods/podfile.lock/braintree_ios_Podfile.lock.expected.json
@@ -22,8 +22,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cocoapods/podspec.json/FirebaseAnalytics.podspec.json.expected.json b/tests/packagedcode/data/cocoapods/podspec.json/FirebaseAnalytics.podspec.json.expected.json
index 293c845993d..73d718b46d9 100644
--- a/tests/packagedcode/data/cocoapods/podspec.json/FirebaseAnalytics.podspec.json.expected.json
+++ b/tests/packagedcode/data/cocoapods/podspec.json/FirebaseAnalytics.podspec.json.expected.json
@@ -30,8 +30,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "unknown",
- "declared_license": "Copyright 2021 Google Copyright",
+ "declared_license_expression": "unknown",
+ "declared_license_expression_spdx": "LicenseRef-scancode-unknown",
+ "license_detections": [
+ {
+ "license_expression": "unknown",
+ "detection_log": [
+ "undetected-license"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "5-undetected",
+ "license_expression": "unknown",
+ "rule_identifier": "package-manifest-unknown",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/package-manifest-unknown",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "license Copyright 2021 Google Copyright",
+ "licenses": [
+ {
+ "key": "unknown",
+ "name": "Unknown license detected but not recognized",
+ "short_name": "unknown",
+ "category": "Unstated License",
+ "is_exception": false,
+ "is_unknown": true,
+ "owner": "Unspecified",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/unknown",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-unknown",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown.LICENSE"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Copyright 2021 Google Copyright",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cocoapods/podspec/BadgeHub.podspec.expected.json b/tests/packagedcode/data/cocoapods/podspec/BadgeHub.podspec.expected.json
index 4d6755e53f4..aa2123b6a5e 100644
--- a/tests/packagedcode/data/cocoapods/podspec/BadgeHub.podspec.expected.json
+++ b/tests/packagedcode/data/cocoapods/podspec/BadgeHub.podspec.expected.json
@@ -30,8 +30,61 @@
"code_view_url": "https://github.com/jogendra/BadgeHub/tree/0.1.1",
"vcs_url": "https://github.com/jogendra/BadgeHub.git",
"copyright": null,
- "license_expression": "mit AND unknown",
- "declared_license": ":type = MIT, :file = LICENSE",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "mit",
+ "rule_identifier": "mit_in_manifest.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_in_manifest.RULE",
+ "referenced_filenames": [
+ "LICENSE"
+ ],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": ":type = MIT, :file = LICENSE",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": ":type = MIT, :file = LICENSE",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cocoapods/podspec/LoadingShimmer.podspec.expected.json b/tests/packagedcode/data/cocoapods/podspec/LoadingShimmer.podspec.expected.json
index c2af7251c5a..c68b4009d9d 100644
--- a/tests/packagedcode/data/cocoapods/podspec/LoadingShimmer.podspec.expected.json
+++ b/tests/packagedcode/data/cocoapods/podspec/LoadingShimmer.podspec.expected.json
@@ -30,8 +30,61 @@
"code_view_url": "https://github.com/jogendra/LoadingShimmer/tree/1.0.3",
"vcs_url": "https://github.com/jogendra/LoadingShimmer.git",
"copyright": null,
- "license_expression": "mit AND unknown",
- "declared_license": ":type = MIT, :file = LICENSE",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "mit",
+ "rule_identifier": "mit_in_manifest.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_in_manifest.RULE",
+ "referenced_filenames": [
+ "LICENSE"
+ ],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": ":type = MIT, :file = LICENSE",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": ":type = MIT, :file = LICENSE",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cocoapods/podspec/PayTabsSDK.podspec.expected.json b/tests/packagedcode/data/cocoapods/podspec/PayTabsSDK.podspec.expected.json
index 00507088017..e460847218b 100644
--- a/tests/packagedcode/data/cocoapods/podspec/PayTabsSDK.podspec.expected.json
+++ b/tests/packagedcode/data/cocoapods/podspec/PayTabsSDK.podspec.expected.json
@@ -30,8 +30,59 @@
"code_view_url": "https://github.com/paytabscom/paytabs-ios-library-sample/tree/6.1.18",
"vcs_url": "https://github.com/paytabscom/paytabs-ios-library-sample.git",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cocoapods/podspec/RxDataSources.podspec.expected.json b/tests/packagedcode/data/cocoapods/podspec/RxDataSources.podspec.expected.json
index 560872924fe..33c99e1cb7e 100644
--- a/tests/packagedcode/data/cocoapods/podspec/RxDataSources.podspec.expected.json
+++ b/tests/packagedcode/data/cocoapods/podspec/RxDataSources.podspec.expected.json
@@ -30,8 +30,59 @@
"code_view_url": "https://github.com/RxSwiftCommunity/RxDataSources/tree/4.0.1",
"vcs_url": "https://github.com/RxSwiftCommunity/RxDataSources.git",
"copyright": null,
- "license_expression": "mit",
- "declared_license": "MIT",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-spdx-id",
+ "license_expression": "mit",
+ "rule_identifier": "spdx-license-identifier: mit",
+ "rule_url": null,
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 100,
+ "matched_text": "MIT",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "MIT",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cocoapods/podspec/Starscream.podspec.expected.json b/tests/packagedcode/data/cocoapods/podspec/Starscream.podspec.expected.json
index 6dd2f9606c1..7a480c36174 100644
--- a/tests/packagedcode/data/cocoapods/podspec/Starscream.podspec.expected.json
+++ b/tests/packagedcode/data/cocoapods/podspec/Starscream.podspec.expected.json
@@ -37,8 +37,59 @@
"code_view_url": "https://github.com/daltoniam/Starscream/tree/4.0.3",
"vcs_url": "https://github.com/daltoniam/Starscream.git",
"copyright": null,
- "license_expression": "apache-2.0",
- "declared_license": "Apache License, Version 2.0",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_48.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_48.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": "Apache License, Version 2.0",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache License, Version 2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cocoapods/podspec/SwiftLib.podspec.expected.json b/tests/packagedcode/data/cocoapods/podspec/SwiftLib.podspec.expected.json
index 8ccf7facec1..68a9c305d42 100644
--- a/tests/packagedcode/data/cocoapods/podspec/SwiftLib.podspec.expected.json
+++ b/tests/packagedcode/data/cocoapods/podspec/SwiftLib.podspec.expected.json
@@ -30,8 +30,61 @@
"code_view_url": "https://github.com/alizainprasla/swiftlib/tree/0.0.1",
"vcs_url": "https://github.com/alizainprasla/swiftlib.git",
"copyright": null,
- "license_expression": "mit AND unknown",
- "declared_license": ":type = MIT, :file = LICENSE",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "mit",
+ "rule_identifier": "mit_in_manifest.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_in_manifest.RULE",
+ "referenced_filenames": [
+ "LICENSE"
+ ],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": ":type = MIT, :file = LICENSE",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": ":type = MIT, :file = LICENSE",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cocoapods/podspec/flutter_paytabs_bridge.podspec.expected.json b/tests/packagedcode/data/cocoapods/podspec/flutter_paytabs_bridge.podspec.expected.json
index 694032e4930..121265b529e 100644
--- a/tests/packagedcode/data/cocoapods/podspec/flutter_paytabs_bridge.podspec.expected.json
+++ b/tests/packagedcode/data/cocoapods/podspec/flutter_paytabs_bridge.podspec.expected.json
@@ -30,8 +30,61 @@
"code_view_url": "./tree/2.2.5",
"vcs_url": ".",
"copyright": null,
- "license_expression": "unknown",
- "declared_license": ":file = ../LICENSE",
+ "declared_license_expression": "unknown-license-reference",
+ "declared_license_expression_spdx": "LicenseRef-scancode-unknown-license-reference",
+ "license_detections": [
+ {
+ "license_expression": "unknown-license-reference",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "unknown-license-reference",
+ "rule_identifier": "unknown-license-reference_see_license_at_manifest_1.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unknown-license-reference_see_license_at_manifest_1.RULE",
+ "referenced_filenames": [
+ "LICENSE"
+ ],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "license :file = ../LICENSE",
+ "licenses": [
+ {
+ "key": "unknown-license-reference",
+ "name": "Unknown License file reference",
+ "short_name": "Unknown License reference",
+ "category": "Unstated License",
+ "is_exception": false,
+ "is_unknown": true,
+ "owner": "Unspecified",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/unknown-license-reference",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE",
+ "spdx_license_key": "LicenseRef-scancode-unknown-license-reference",
+ "spdx_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown-license-reference.LICENSE"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": ":file = ../LICENSE",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cocoapods/podspec/kmmWebSocket.podspec.expected.json b/tests/packagedcode/data/cocoapods/podspec/kmmWebSocket.podspec.expected.json
index 2946763f187..4bf10cbc3f1 100644
--- a/tests/packagedcode/data/cocoapods/podspec/kmmWebSocket.podspec.expected.json
+++ b/tests/packagedcode/data/cocoapods/podspec/kmmWebSocket.podspec.expected.json
@@ -30,8 +30,61 @@
"code_view_url": "Not Published/tree/1.0.1",
"vcs_url": "Not Published",
"copyright": null,
- "license_expression": "mit AND unknown",
- "declared_license": ":type = MIT, :file = LICENSE",
+ "declared_license_expression": "mit",
+ "declared_license_expression_spdx": "MIT",
+ "license_detections": [
+ {
+ "license_expression": "mit",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "mit",
+ "rule_identifier": "mit_in_manifest.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_in_manifest.RULE",
+ "referenced_filenames": [
+ "LICENSE"
+ ],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": ":type = MIT, :file = LICENSE",
+ "licenses": [
+ {
+ "key": "mit",
+ "name": "MIT License",
+ "short_name": "MIT License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "MIT",
+ "homepage_url": "http://opensource.org/licenses/mit-license.php",
+ "text_url": "http://opensource.org/licenses/mit-license.php",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/mit",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE",
+ "spdx_license_key": "MIT",
+ "spdx_url": "https://spdx.org/licenses/MIT"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": ":type = MIT, :file = LICENSE",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cocoapods/podspec/nanopb.podspec.expected.json b/tests/packagedcode/data/cocoapods/podspec/nanopb.podspec.expected.json
index a9f70b21692..b0bb16fee4e 100644
--- a/tests/packagedcode/data/cocoapods/podspec/nanopb.podspec.expected.json
+++ b/tests/packagedcode/data/cocoapods/podspec/nanopb.podspec.expected.json
@@ -30,8 +30,61 @@
"code_view_url": "https://github.com/nanopb/nanopb/tree/1.30905.0",
"vcs_url": "https://github.com/nanopb/nanopb.git",
"copyright": null,
- "license_expression": "unknown",
- "declared_license": ":type = zlib, :file = LICENSE.txt",
+ "declared_license_expression": "zlib",
+ "declared_license_expression_spdx": "Zlib",
+ "license_detections": [
+ {
+ "license_expression": "zlib",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 5,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "zlib",
+ "rule_identifier": "zlib_in_manifest.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/zlib_in_manifest.RULE",
+ "referenced_filenames": [
+ "LICENSE.txt"
+ ],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 5,
+ "rule_relevance": 100,
+ "matched_text": ":type = zlib, :file = LICENSE.txt",
+ "licenses": [
+ {
+ "key": "zlib",
+ "name": "ZLIB License",
+ "short_name": "ZLIB License",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "zlib",
+ "homepage_url": "http://www.zlib.net/",
+ "text_url": "http://www.gzip.org/zlib/zlib_license.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/zlib",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE",
+ "spdx_license_key": "Zlib",
+ "spdx_url": "https://spdx.org/licenses/Zlib"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": ":type = zlib, :file = LICENSE.txt",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/conda/meta.yaml.expected.json b/tests/packagedcode/data/conda/meta.yaml.expected.json
index ab490efc0c2..78fc43fbadc 100644
--- a/tests/packagedcode/data/conda/meta.yaml.expected.json
+++ b/tests/packagedcode/data/conda/meta.yaml.expected.json
@@ -22,8 +22,59 @@
"code_view_url": null,
"vcs_url": "https://github.com/winni2k/abeona",
"copyright": null,
- "license_expression": "unknown",
- "declared_license": "Apache Software",
+ "declared_license_expression": "apache-2.0",
+ "declared_license_expression_spdx": "Apache-2.0",
+ "license_detections": [
+ {
+ "license_expression": "apache-2.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 3,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "apache-2.0",
+ "rule_identifier": "apache-2.0_292.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_292.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 3,
+ "rule_relevance": 100,
+ "matched_text": "license Apache Software",
+ "licenses": [
+ {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "short_name": "Apache 2.0",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Apache Software Foundation",
+ "homepage_url": "http://www.apache.org/licenses/",
+ "text_url": "http://www.apache.org/licenses/LICENSE-2.0",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/apache-2.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE",
+ "spdx_license_key": "Apache-2.0",
+ "spdx_url": "https://spdx.org/licenses/Apache-2.0"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "Apache Software",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cran/codetools/package.json.expected b/tests/packagedcode/data/cran/codetools/package.json.expected
index 3de7deb0218..633945a86f5 100644
--- a/tests/packagedcode/data/cran/codetools/package.json.expected
+++ b/tests/packagedcode/data/cran/codetools/package.json.expected
@@ -37,8 +37,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-1.0-plus",
- "declared_license": "GPL",
+ "declared_license_expression": "gpl-1.0-plus",
+ "declared_license_expression_spdx": "GPL-1.0-or-later",
+ "license_detections": [
+ {
+ "license_expression": "gpl-1.0-plus",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 50.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 1,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-1.0-plus",
+ "rule_identifier": "gpl_bare_word_only.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl_bare_word_only.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": true,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 1,
+ "rule_relevance": 50,
+ "matched_text": "GPL",
+ "licenses": [
+ {
+ "key": "gpl-1.0-plus",
+ "name": "GNU General Public License 1.0 or later",
+ "short_name": "GPL 1.0 or later",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-1.0-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE",
+ "spdx_license_key": "GPL-1.0-or-later",
+ "spdx_url": "https://spdx.org/licenses/GPL-1.0-or-later"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/cran/geometry/package.json.expected b/tests/packagedcode/data/cran/geometry/package.json.expected
index c066dd26e8c..99f87c652c4 100644
--- a/tests/packagedcode/data/cran/geometry/package.json.expected
+++ b/tests/packagedcode/data/cran/geometry/package.json.expected
@@ -79,8 +79,59 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": "gpl-3.0",
- "declared_license": "GPL (>= 3)",
+ "declared_license_expression": "gpl-3.0",
+ "declared_license_expression_spdx": "GPL-3.0-only",
+ "license_detections": [
+ {
+ "license_expression": "gpl-3.0",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 1,
+ "end_line": 1,
+ "matched_length": 2,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "gpl-3.0",
+ "rule_identifier": "gpl-3.0_25.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_25.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 2,
+ "rule_relevance": 100,
+ "matched_text": "GPL (>= 3)",
+ "licenses": [
+ {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License 3.0",
+ "short_name": "GPL 3.0",
+ "category": "Copyleft",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/gpl-3.0.html",
+ "text_url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/gpl-3.0",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE",
+ "spdx_license_key": "GPL-3.0-only",
+ "spdx_url": "https://spdx.org/licenses/GPL-3.0-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": "GPL (>= 3)",
"notice_text": null,
"source_packages": [],
"file_references": [],
diff --git a/tests/packagedcode/data/debian/basic-rootfs-expected.json b/tests/packagedcode/data/debian/basic-rootfs-expected.json
index bb6b235998c..039e07ed097 100644
--- a/tests/packagedcode/data/debian/basic-rootfs-expected.json
+++ b/tests/packagedcode/data/debian/basic-rootfs-expected.json
@@ -36,8 +36,194 @@
"code_view_url": null,
"vcs_url": null,
"copyright": "Copyright (c) 1998-2016 Free Software Foundation, Inc.\nCopyright (c) 2001 by Pradeep Padala\nCopyright (c) 1994 X Consortium\nCopyright (c) 1980, 1991, 1992, 1993 The Regents of the University of California\nCopyright 1996-2007 by Thomas E. Dickey",
- "license_expression": "x11-fsf AND x11-xconsortium AND bsd-new AND x11-fsf",
- "declared_license": null,
+ "declared_license_expression": "x11-fsf AND x11-xconsortium AND bsd-new",
+ "declared_license_expression_spdx": "X11-distribute-modifications-variant AND X11 AND BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "x11-fsf",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 23,
+ "end_line": 45,
+ "matched_length": 200,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "x11-fsf",
+ "rule_identifier": "x11-fsf.LICENSE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-fsf.LICENSE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 200,
+ "rule_relevance": 100,
+ "matched_text": "Permission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, distribute with modifications, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\nTHE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name(s) of the above copyright\nholders shall not be used in advertising or otherwise to promote the\nsale, use or other dealings in this Software without prior written\nauthorization.",
+ "licenses": [
+ {
+ "key": "x11-fsf",
+ "name": "X11-Style (FSF)",
+ "short_name": "X11-Style (FSF)",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/x11-fsf",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-fsf.LICENSE",
+ "spdx_license_key": "X11-distribute-modifications-variant",
+ "spdx_url": "https://spdx.org/licenses/X11-distribute-modifications-variant"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "x11-xconsortium",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 50,
+ "end_line": 70,
+ "matched_length": 201,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "x11-xconsortium",
+ "rule_identifier": "x11-xconsortium_2.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/x11-xconsortium_2.RULE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 201,
+ "rule_relevance": 100,
+ "matched_text": "Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to\ndeal in the Software without restriction, including without limitation the\nrights to use, copy, modify, merge, publish, distribute, sublicense, and/or\nsell copies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-\nTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not\nbe used in advertising or otherwise to promote the sale, use or other deal-\nings in this Software without prior written authorization from the X Consor-\ntium.",
+ "licenses": [
+ {
+ "key": "x11-xconsortium",
+ "name": "X11-Style (X Consortium)",
+ "short_name": "X11-Style (X Consortium)",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "X Consortium",
+ "homepage_url": "http://www.xfree86.org/current/LICENSE5.html",
+ "text_url": "http://www.xfree86.org/current/LICENSE5.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/x11-xconsortium",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium.LICENSE",
+ "spdx_license_key": "X11",
+ "spdx_url": "https://spdx.org/licenses/X11"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 76,
+ "end_line": 98,
+ "matched_length": 213,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_19.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_19.RULE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 213,
+ "rule_relevance": 100,
+ "matched_text": "Redistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n3. Neither the name of the University nor the names of its contributors\n may be used to endorse or promote products derived from this software\n without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\nOR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\nLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\nOUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGE.",
+ "licenses": [
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "x11-fsf",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 105,
+ "end_line": 127,
+ "matched_length": 199,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "x11-fsf",
+ "rule_identifier": "x11-fsf_7.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/x11-fsf_7.RULE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 199,
+ "rule_relevance": 100,
+ "matched_text": "Permission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name(s) of the above copyright\nholders shall not be used in advertising or otherwise to promote the\nsale, use or other dealings in this Software without prior written\nauthorization.",
+ "licenses": [
+ {
+ "key": "x11-fsf",
+ "name": "X11-Style (FSF)",
+ "short_name": "X11-Style (FSF)",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/x11-fsf",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-fsf.LICENSE",
+ "spdx_license_key": "X11-distribute-modifications-variant",
+ "spdx_url": "https://spdx.org/licenses/X11-distribute-modifications-variant"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [
"pkg:deb/ncurses"
@@ -134,12 +320,331 @@
"code_view_url": null,
"vcs_url": null,
"copyright": "Copyright 2013 Jiri Pirko \nCopyright 2014 Andrew Ayer ",
- "license_expression": "(lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1) AND (lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1)",
- "declared_license": [
- "LGPL-2.1+",
- "LGPL-2.1+",
- "LGPL-2.1+"
+ "declared_license_expression": "lgpl-2.1-plus AND lgpl-2.1",
+ "declared_license_expression_spdx": "LGPL-2.1-or-later AND LGPL-2.1-only",
+ "license_detections": [
+ {
+ "license_expression": "lgpl-2.1-plus AND lgpl-2.1",
+ "detection_log": [
+ "from-package-file"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 7,
+ "end_line": 7,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "lgpl-2.1-plus",
+ "rule_identifier": "lgpl-2.1-plus_108.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "License: LGPL-2.1+",
+ "licenses": [
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 11,
+ "end_line": 11,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "lgpl-2.1-plus",
+ "rule_identifier": "lgpl-2.1-plus_108.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "License: LGPL-2.1+",
+ "licenses": [
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 13,
+ "end_line": 13,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "lgpl-2.1-plus",
+ "rule_identifier": "lgpl-2.1-plus_108.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "License: LGPL-2.1+",
+ "licenses": [
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 14,
+ "end_line": 26,
+ "matched_length": 117,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "lgpl-2.1-plus",
+ "rule_identifier": "lgpl-2.1-plus_93.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_93.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 117,
+ "rule_relevance": 100,
+ "matched_text": " This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published\n by the Free Software Foundation; either version 2.1 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser\n General Public License for more details.\n .\n You should have received a copy of the GNU Lesser General Public License\n along with this program; if not, write to the Free Software Foundation,\n Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA",
+ "licenses": [
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 24,
+ "end_line": 30,
+ "matched_length": 64,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "lgpl-2.1",
+ "rule_identifier": "lgpl-2.1_314.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_314.RULE",
+ "referenced_filenames": [
+ "/usr/share/common-licenses/LGPL-2.1"
+ ],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 64,
+ "rule_relevance": 100,
+ "matched_text": " You should have received a copy of the GNU Lesser General Public License\n along with this program; if not, write to the Free Software Foundation,\n Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n .\n On Debian systems, the full text of the GNU Lesser General Public\n License version 2.1 can be found in the file\n `/usr/share/common-licenses/LGPL-2.1'.",
+ "licenses": [
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": "lgpl-2.1-plus AND lgpl-2.1",
+ "other_license_expression_spdx": "LGPL-2.1-or-later AND LGPL-2.1-only",
+ "other_license_detections": [
+ {
+ "license_expression": "lgpl-2.1-plus AND lgpl-2.1",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 13,
+ "end_line": 13,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "lgpl-2.1-plus",
+ "rule_identifier": "lgpl-2.1-plus_108.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "License: lgpl-2.1+",
+ "licenses": [
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 14,
+ "end_line": 26,
+ "matched_length": 117,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "lgpl-2.1-plus",
+ "rule_identifier": "lgpl-2.1-plus_93.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_93.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 117,
+ "rule_relevance": 100,
+ "matched_text": "This program is free software; you can redistribute it and/or modify it\nunder the terms of the GNU Lesser General Public License as published\nby the Free Software Foundation; either version 2.1 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser\nGeneral Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public License\nalong with this program; if not, write to the Free Software Foundation,\nInc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA",
+ "licenses": [
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 24,
+ "end_line": 30,
+ "matched_length": 64,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "lgpl-2.1",
+ "rule_identifier": "lgpl-2.1_314.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_314.RULE",
+ "referenced_filenames": [
+ "/usr/share/common-licenses/LGPL-2.1"
+ ],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 64,
+ "rule_relevance": 100,
+ "matched_text": "You should have received a copy of the GNU Lesser General Public License\nalong with this program; if not, write to the Free Software Foundation,\nInc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n\nOn Debian systems, the full text of the GNU Lesser General Public\nLicense version 2.1 can be found in the file\n`/usr/share/common-licenses/LGPL-2.1'.",
+ "licenses": [
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ }
+ ]
+ }
+ ]
+ }
],
+ "extracted_license_statement": "['LGPL-2.1+', 'LGPL-2.1+', 'LGPL-2.1+']",
"notice_text": null,
"source_packages": [
"pkg:deb/libndp"
@@ -247,8 +752,194 @@
"code_view_url": null,
"vcs_url": null,
"copyright": "Copyright (c) 1998-2016 Free Software Foundation, Inc.\nCopyright (c) 2001 by Pradeep Padala\nCopyright (c) 1994 X Consortium\nCopyright (c) 1980, 1991, 1992, 1993 The Regents of the University of California\nCopyright 1996-2007 by Thomas E. Dickey",
- "license_expression": "x11-fsf AND x11-xconsortium AND bsd-new AND x11-fsf",
- "declared_license": null,
+ "declared_license_expression": "x11-fsf AND x11-xconsortium AND bsd-new",
+ "declared_license_expression_spdx": "X11-distribute-modifications-variant AND X11 AND BSD-3-Clause",
+ "license_detections": [
+ {
+ "license_expression": "x11-fsf",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 23,
+ "end_line": 45,
+ "matched_length": 200,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "x11-fsf",
+ "rule_identifier": "x11-fsf.LICENSE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-fsf.LICENSE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 200,
+ "rule_relevance": 100,
+ "matched_text": "Permission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, distribute with modifications, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\nTHE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name(s) of the above copyright\nholders shall not be used in advertising or otherwise to promote the\nsale, use or other dealings in this Software without prior written\nauthorization.",
+ "licenses": [
+ {
+ "key": "x11-fsf",
+ "name": "X11-Style (FSF)",
+ "short_name": "X11-Style (FSF)",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/x11-fsf",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-fsf.LICENSE",
+ "spdx_license_key": "X11-distribute-modifications-variant",
+ "spdx_url": "https://spdx.org/licenses/X11-distribute-modifications-variant"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "x11-xconsortium",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 50,
+ "end_line": 70,
+ "matched_length": 201,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "x11-xconsortium",
+ "rule_identifier": "x11-xconsortium_2.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/x11-xconsortium_2.RULE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 201,
+ "rule_relevance": 100,
+ "matched_text": "Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to\ndeal in the Software without restriction, including without limitation the\nrights to use, copy, modify, merge, publish, distribute, sublicense, and/or\nsell copies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\nAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-\nTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the X Consortium shall not\nbe used in advertising or otherwise to promote the sale, use or other deal-\nings in this Software without prior written authorization from the X Consor-\ntium.",
+ "licenses": [
+ {
+ "key": "x11-xconsortium",
+ "name": "X11-Style (X Consortium)",
+ "short_name": "X11-Style (X Consortium)",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "X Consortium",
+ "homepage_url": "http://www.xfree86.org/current/LICENSE5.html",
+ "text_url": "http://www.xfree86.org/current/LICENSE5.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/x11-xconsortium",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium.LICENSE",
+ "spdx_license_key": "X11",
+ "spdx_url": "https://spdx.org/licenses/X11"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "bsd-new",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 76,
+ "end_line": 98,
+ "matched_length": 213,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "bsd-new",
+ "rule_identifier": "bsd-new_19.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_19.RULE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 213,
+ "rule_relevance": 100,
+ "matched_text": "Redistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n3. Neither the name of the University nor the names of its contributors\n may be used to endorse or promote products derived from this software\n without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\nOR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\nLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\nOUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGE.",
+ "licenses": [
+ {
+ "key": "bsd-new",
+ "name": "BSD-3-Clause",
+ "short_name": "BSD-3-Clause",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Regents of the University of California",
+ "homepage_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "text_url": "http://www.opensource.org/licenses/BSD-3-Clause",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/bsd-new",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE",
+ "spdx_license_key": "BSD-3-Clause",
+ "spdx_url": "https://spdx.org/licenses/BSD-3-Clause"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "license_expression": "x11-fsf",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 105,
+ "end_line": 127,
+ "matched_length": 199,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "x11-fsf",
+ "rule_identifier": "x11-fsf_7.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/x11-fsf_7.RULE",
+ "referenced_filenames": [],
+ "is_license_text": true,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 199,
+ "rule_relevance": 100,
+ "matched_text": "Permission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name(s) of the above copyright\nholders shall not be used in advertising or otherwise to promote the\nsale, use or other dealings in this Software without prior written\nauthorization.",
+ "licenses": [
+ {
+ "key": "x11-fsf",
+ "name": "X11-Style (FSF)",
+ "short_name": "X11-Style (FSF)",
+ "category": "Permissive",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": null,
+ "text_url": "",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/x11-fsf",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-fsf.LICENSE",
+ "spdx_license_key": "X11-distribute-modifications-variant",
+ "spdx_url": "https://spdx.org/licenses/X11-distribute-modifications-variant"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -300,12 +991,331 @@
"code_view_url": null,
"vcs_url": null,
"copyright": "Copyright 2013 Jiri Pirko \nCopyright 2014 Andrew Ayer ",
- "license_expression": "(lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1) AND (lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1)",
- "declared_license": [
- "LGPL-2.1+",
- "LGPL-2.1+",
- "LGPL-2.1+"
+ "declared_license_expression": "lgpl-2.1-plus AND lgpl-2.1",
+ "declared_license_expression_spdx": "LGPL-2.1-or-later AND LGPL-2.1-only",
+ "license_detections": [
+ {
+ "license_expression": "lgpl-2.1-plus AND lgpl-2.1",
+ "detection_log": [
+ "from-package-file"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 7,
+ "end_line": 7,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "lgpl-2.1-plus",
+ "rule_identifier": "lgpl-2.1-plus_108.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "License: LGPL-2.1+",
+ "licenses": [
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 11,
+ "end_line": 11,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "lgpl-2.1-plus",
+ "rule_identifier": "lgpl-2.1-plus_108.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "License: LGPL-2.1+",
+ "licenses": [
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 13,
+ "end_line": 13,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "lgpl-2.1-plus",
+ "rule_identifier": "lgpl-2.1-plus_108.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "License: LGPL-2.1+",
+ "licenses": [
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 14,
+ "end_line": 26,
+ "matched_length": 117,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "lgpl-2.1-plus",
+ "rule_identifier": "lgpl-2.1-plus_93.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_93.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 117,
+ "rule_relevance": 100,
+ "matched_text": " This program is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published\n by the Free Software Foundation; either version 2.1 of the License, or\n (at your option) any later version.\n .\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser\n General Public License for more details.\n .\n You should have received a copy of the GNU Lesser General Public License\n along with this program; if not, write to the Free Software Foundation,\n Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA",
+ "licenses": [
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 24,
+ "end_line": 30,
+ "matched_length": 64,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "lgpl-2.1",
+ "rule_identifier": "lgpl-2.1_314.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_314.RULE",
+ "referenced_filenames": [
+ "/usr/share/common-licenses/LGPL-2.1"
+ ],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 64,
+ "rule_relevance": 100,
+ "matched_text": " You should have received a copy of the GNU Lesser General Public License\n along with this program; if not, write to the Free Software Foundation,\n Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n .\n On Debian systems, the full text of the GNU Lesser General Public\n License version 2.1 can be found in the file\n `/usr/share/common-licenses/LGPL-2.1'.",
+ "licenses": [
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "other_license_expression": "lgpl-2.1-plus AND lgpl-2.1",
+ "other_license_expression_spdx": "LGPL-2.1-or-later AND LGPL-2.1-only",
+ "other_license_detections": [
+ {
+ "license_expression": "lgpl-2.1-plus AND lgpl-2.1",
+ "detection_log": [
+ "not-combined"
+ ],
+ "matches": [
+ {
+ "score": 100.0,
+ "start_line": 13,
+ "end_line": 13,
+ "matched_length": 4,
+ "match_coverage": 100.0,
+ "matcher": "1-hash",
+ "license_expression": "lgpl-2.1-plus",
+ "rule_identifier": "lgpl-2.1-plus_108.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": false,
+ "is_license_reference": false,
+ "is_license_tag": true,
+ "is_license_intro": false,
+ "rule_length": 4,
+ "rule_relevance": 100,
+ "matched_text": "License: lgpl-2.1+",
+ "licenses": [
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 14,
+ "end_line": 26,
+ "matched_length": 117,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "lgpl-2.1-plus",
+ "rule_identifier": "lgpl-2.1-plus_93.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_93.RULE",
+ "referenced_filenames": [],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 117,
+ "rule_relevance": 100,
+ "matched_text": "This program is free software; you can redistribute it and/or modify it\nunder the terms of the GNU Lesser General Public License as published\nby the Free Software Foundation; either version 2.1 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser\nGeneral Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public License\nalong with this program; if not, write to the Free Software Foundation,\nInc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA",
+ "licenses": [
+ {
+ "key": "lgpl-2.1-plus",
+ "name": "GNU Lesser General Public License 2.1 or later",
+ "short_name": "LGPL 2.1 or later",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "text_url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE",
+ "spdx_license_key": "LGPL-2.1-or-later",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-or-later"
+ }
+ ]
+ },
+ {
+ "score": 100.0,
+ "start_line": 24,
+ "end_line": 30,
+ "matched_length": 64,
+ "match_coverage": 100.0,
+ "matcher": "2-aho",
+ "license_expression": "lgpl-2.1",
+ "rule_identifier": "lgpl-2.1_314.RULE",
+ "rule_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_314.RULE",
+ "referenced_filenames": [
+ "/usr/share/common-licenses/LGPL-2.1"
+ ],
+ "is_license_text": false,
+ "is_license_notice": true,
+ "is_license_reference": false,
+ "is_license_tag": false,
+ "is_license_intro": false,
+ "rule_length": 64,
+ "rule_relevance": 100,
+ "matched_text": "You should have received a copy of the GNU Lesser General Public License\nalong with this program; if not, write to the Free Software Foundation,\nInc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n\nOn Debian systems, the full text of the GNU Lesser General Public\nLicense version 2.1 can be found in the file\n`/usr/share/common-licenses/LGPL-2.1'.",
+ "licenses": [
+ {
+ "key": "lgpl-2.1",
+ "name": "GNU Lesser General Public License 2.1",
+ "short_name": "LGPL 2.1",
+ "category": "Copyleft Limited",
+ "is_exception": false,
+ "is_unknown": false,
+ "owner": "Free Software Foundation (FSF)",
+ "homepage_url": "http://www.gnu.org/licenses/lgpl-2.1.html",
+ "text_url": "http://www.gnu.org/licenses/lgpl-2.1.txt",
+ "reference_url": "https://scancode-licensedb.aboutcode.org/lgpl-2.1",
+ "scancode_url": "https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE",
+ "spdx_license_key": "LGPL-2.1-only",
+ "spdx_url": "https://spdx.org/licenses/LGPL-2.1-only"
+ }
+ ]
+ }
+ ]
+ }
],
+ "extracted_license_statement": "['LGPL-2.1+', 'LGPL-2.1+', 'LGPL-2.1+']",
"notice_text": null,
"source_packages": [],
"file_references": [],
@@ -380,8 +1390,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [
@@ -465,8 +1480,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [],
"file_references": [
@@ -551,8 +1571,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [
"pkg:deb/ncurses"
@@ -603,8 +1628,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [
"pkg:deb/libndp"
diff --git a/tests/packagedcode/data/debian/basic/status.expected b/tests/packagedcode/data/debian/basic/status.expected
index 3564cd7cd10..b2840a448b7 100644
--- a/tests/packagedcode/data/debian/basic/status.expected
+++ b/tests/packagedcode/data/debian/basic/status.expected
@@ -34,8 +34,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [
"pkg:deb/ncurses"
@@ -86,8 +91,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [
"pkg:deb/e2fsprogs"
@@ -138,8 +148,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [
"pkg:deb/apt"
@@ -190,8 +205,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [
"pkg:deb/audit"
@@ -242,8 +262,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [
"pkg:deb/perl"
@@ -292,8 +317,13 @@
"code_view_url": null,
"vcs_url": null,
"copyright": null,
- "license_expression": null,
- "declared_license": null,
+ "declared_license_expression": null,
+ "declared_license_expression_spdx": null,
+ "license_detections": [],
+ "other_license_expression": null,
+ "other_license_expression_spdx": null,
+ "other_license_detections": [],
+ "extracted_license_statement": null,
"notice_text": null,
"source_packages": [
"pkg:deb/systemd"
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/a/acme-tiny/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/a/acme-tiny/stable_copyright-detailed.expected.yml
index 170733120c7..9a7cbfd80fb 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/a/acme-tiny/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/a/acme-tiny/stable_copyright-detailed.expected.yml
@@ -1,46 +1,69 @@
-primary_license: mit
declared_license:
- MIT
- MIT
- MIT
-license_expression: mit AND mit
+declared_license_expression: mit
+declared_license_expression_spdx: MIT
+other_license_expression: mit AND mit
+other_license_expression_spdx: MIT AND MIT
+license_detections: []
+other_license_detections:
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 16
+ end_line: 33
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and 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 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
copyright: |
2015 Daniel Roesler
2016-2017 Jeremías Casteglione
2017-2018 Sebastien Badia
2019 Samuel Henrique
-matches:
- - score: '100.0'
- start_line: 16
- end_line: 33
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
-
- The above copyright notice and 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 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.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/a/apache2/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/a/apache2/stable_copyright-detailed.expected.yml
index f98c08549f8..d5650ac2d9b 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/a/apache2/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/a/apache2/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: apache-2.0
declared_license:
- Apache-2.0
- Apache-2.0 and BSD-3-clause-Cambridge
@@ -27,13 +26,918 @@ declared_license:
- BSD-3-clause-Cambridge
- Custom
- Expat
-license_expression: (apache-2.0 AND apache-2.0) AND ((apache-2.0 AND apache-2.0) AND bsd-new)
+declared_license_expression: apache-2.0
+declared_license_expression_spdx: Apache-2.0
+other_license_expression: (apache-2.0 AND apache-2.0) AND ((apache-2.0 AND apache-2.0) AND bsd-new)
AND bsd-new AND ((gpl-3.0-plus AND gpl-3.0-plus) OR bison-exception-2.2) AND bsd-unchanged
AND ((apache-2.0 AND apache-2.0) AND (apache-2.0 AND hs-regexp)) AND (apache-2.0 AND apache-2.0)
AND bsd-simplified-darwin AND ((apache-2.0 AND apache-2.0) AND public-domain) AND ((apache-2.0
AND apache-2.0) AND (x11-keith-packard AND historical)) AND ((apache-2.0 AND apache-2.0) AND
zeusbench) AND ((apache-2.0 AND apache-2.0) OR (gpl-2.0-plus AND gpl-2.0-plus)) AND mit AND
(apache-2.0 AND apache-2.0)
+other_license_expression_spdx: (Apache-2.0 AND Apache-2.0) AND ((Apache-2.0 AND Apache-2.0)
+ AND BSD-3-Clause) AND BSD-3-Clause AND ((GPL-3.0-or-later AND GPL-3.0-or-later) OR Bison-exception-2.2)
+ AND LicenseRef-scancode-bsd-unchanged AND ((Apache-2.0 AND Apache-2.0) AND (Apache-2.0 AND
+ Spencer-94)) AND (Apache-2.0 AND Apache-2.0) AND LicenseRef-scancode-bsd-simplified-darwin
+ AND ((Apache-2.0 AND Apache-2.0) AND LicenseRef-scancode-public-domain) AND ((Apache-2.0 AND
+ Apache-2.0) AND (HPND-sell-variant AND HPND)) AND ((Apache-2.0 AND Apache-2.0) AND LicenseRef-scancode-zeusbench)
+ AND ((Apache-2.0 AND Apache-2.0) OR (GPL-2.0-or-later AND GPL-2.0-or-later)) AND MIT AND (Apache-2.0
+ AND Apache-2.0)
+license_detections: []
+other_license_detections:
+ - license_expression: apache-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 71
+ end_line: 71
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_65.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_65.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: apache-2.0'
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - score: '100.0'
+ start_line: 72
+ end_line: 88
+ matched_length: 145
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_971.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_971.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/Apache-2.0
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 145
+ rule_relevance: 100
+ matched_text: |
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ https://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ On Debian systems, the full text of the Apache Software License version 2 can
+ be found in the file `/usr/share/common-licenses/Apache-2.0'.
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - license_expression: zeusbench
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 94
+ end_line: 103
+ matched_length: 106
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: zeusbench
+ rule_identifier: zeusbench_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/zeusbench_1.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 106
+ rule_relevance: 100
+ matched_text: |
+ This software is provided "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
+ Zeus Technology Ltd. be liable for any direct, indirect, incidental, special,
+ exemplary, or consequential damaged (including, but not limited to,
+ procurement of substitute good or services; loss of use, data, or profits;
+ or business interruption) however caused and on 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
+ licenses:
+ - key: zeusbench
+ name: ZeusBench notice
+ short_name: ZeusBench notice
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/zeusbench
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zeusbench.LICENSE
+ spdx_license_key: LicenseRef-scancode-zeusbench
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zeusbench.LICENSE
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 118
+ end_line: 142
+ matched_length: 214
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-new
+ rule_identifier: bsd-new_879.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_879.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 214
+ rule_relevance: 100
+ matched_text: |
+ 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 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.
+
+ * Neither the name of the University of Cambridge nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT OWNER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: x11-keith-packard AND historical
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 172
+ end_line: '191'
+ matched_length: 168
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: x11-keith-packard
+ rule_identifier: x11-keith-packard3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/x11-keith-packard3.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 168
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, distribute, and sell this software
+ and its documentation for any purpose is hereby granted without
+ fee, provided that the above copyright notice appear in all copies
+ and that both that copyright notice and this permission notice
+ appear in supporting documentation, and that the name of Carnegie
+ Mellon University not be used in advertising or publicity
+ pertaining to distribution of the software without specific,
+ written prior permission. Carnegie Mellon University makes no
+ representations about the suitability of this software for any
+ purpose. It is provided "as is" without express or implied
+ warranty.
+
+ CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
+ THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
+ FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
+ AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
+ OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+ SOFTWARE.
+ licenses:
+ - key: x11-keith-packard
+ name: X11-Style (Keith Packard)
+ short_name: X11-Style (Keith Packard)
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/x11-keith-packard
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-keith-packard.LICENSE
+ spdx_license_key: HPND-sell-variant
+ spdx_url: https://spdx.org/licenses/HPND-sell-variant
+ - score: '100.0'
+ start_line: '197'
+ end_line: 206
+ matched_length: 87
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: historical
+ rule_identifier: historical_9.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/historical_9.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 87
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute this material
+ for any purpose and without fee is hereby granted, provided
+ that the above copyright notice and this permission notice
+ appear in all copies, and that the name of Bellcore not be
+ used in advertising or publicity pertaining to this
+ material without the specific, prior written permission
+ of an authorized representative of Bellcore. BELLCORE
+ MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY
+ OF THIS MATERIAL FOR ANY PURPOSE. IT IS PROVIDED "AS IS",
+ WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
+ licenses:
+ - key: historical
+ name: Historical Permission Notice and Disclaimer
+ short_name: Historical Permission Notice and Disclaimer
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: OSI - Open Source Initiative
+ homepage_url: http://www.opensource.org/licenses/historical.php
+ text_url: http://www.opensource.org/licenses/historical.php
+ reference_url: https://scancode-licensedb.aboutcode.org/historical
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/historical.LICENSE
+ spdx_license_key: HPND
+ spdx_url: https://spdx.org/licenses/HPND
+ - license_expression: gpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 209
+ end_line: 209
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_92.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_92.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-3+'
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - score: '99.0'
+ start_line: 210
+ end_line: 222
+ matched_length: 105
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_483.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_483.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 105
+ rule_relevance: 99
+ matched_text: |
+ This program 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 Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 224
+ end_line: 224
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 225
+ end_line: 237
+ matched_length: 105
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_986.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_986.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 105
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 240
+ end_line: 272
+ matched_length: 211
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: public-domain
+ rule_identifier: public-domain_361.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_361.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 211
+ rule_relevance: 100
+ matched_text: |
+ This imagemap module started as a port of the original imagemap.c
+ written by Rob McCool (11/13/93 robm@ncsa.uiuc.edu).
+ This version includes the mapping algorithms found in version 1.3
+ of imagemap.c.
+
+ Contributors to this code include:
+
+ Kevin Hughes, kevinh@pulua.hcc.hawaii.edu
+
+ Eric Haines, erich@eye.com
+ "macmartinized" polygon code copyright 1992 by Eric Haines, erich@eye.com
+
+ Randy Terbush, randy@zyzzyva.com
+ port to Apache module format, "base_uri" and support for relative URLs
+
+ James H. Cloos, Jr., cloos@jhcloos.com
+ Added point datatype, using code in NCSA's version 1.8 imagemap.c
+ program, as distributed with version 1.4.1 of their server.
+ The point code is originally added by Craig Milo Rogers, Rogers@ISI.Edu
+
+ Nathan Kurz, nate@tripod.com
+ Rewrite/reorganization. New handling of default, base and relative URLs.
+ New Configuration directives:
+ ImapMenu {none, formatted, semiformatted, unformatted}
+ ImapDefault {error, nocontent, referer, menu, URL}
+ ImapBase {map, referer, URL}
+ Support for creating non-graphical menu added. (backwards compatible):
+ Old: directive URL [x,y ...]
+ New: directive URL "Menu text" [x,y ...]
+ or: directive URL x,y ... "Menu text"
+ Map format and menu concept courtesy Joshua Bell, jsbell@acs.ucalgary.ca.
+
+ Mark Cox, mark@ukweb.com, Allow relative URLs even when no base specified
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: bsd-simplified-darwin
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 279
+ end_line: 302
+ matched_length: 217
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-simplified-darwin
+ rule_identifier: bsd-simplified-darwin.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified-darwin.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 217
+ rule_relevance: 100
+ matched_text: |
+ This software is not subject to any export provision of the United States
+ Department of Commerce, and may be exported to any country or planet.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice immediately at the beginning of the file, without modification,
+ this list of conditions, and the following disclaimer.
+ 2. 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.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 THE AUTHOR OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-simplified-darwin
+ name: BSD Simplified Darwin
+ short_name: BSD Simplified Darwin
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Ian Darwin
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-simplified-darwin
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified-darwin.LICENSE
+ spdx_license_key: LicenseRef-scancode-bsd-simplified-darwin
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified-darwin.LICENSE
+ - license_expression: apache-2.0 AND hs-regexp
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 306
+ end_line: 309
+ matched_length: 47
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_1021.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_1021.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 47
+ rule_relevance: 100
+ matched_text: |
+ This software was submitted by Cisco Systems to the Apache Software Foundation in July
+ 1997. Future revisions and derivatives of this source code must
+ acknowledge Cisco Systems as the original contributor of this module.
+ All other licensing and usage conditions are those of the Apache Software Foundation.
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - score: '100.0'
+ start_line: 317
+ end_line: 335
+ matched_length: 148
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: hs-regexp
+ rule_identifier: hs-regexp_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/hs-regexp_1.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 148
+ rule_relevance: 100
+ matched_text: |
+ This software is not subject to any license of the American Telephone and
+ Telegraph Company or of the Regents of the University of California.
+
+ Permission is granted to anyone to use this software for any purpose on any
+ computer system, and to alter it and redistribute it freely, subject to
+ the following restrictions:
+
+ 1. The author is not responsible for the consequences of use of this
+ software, no matter how awful, even if they arise from flaws in it.
+
+ 2. The origin of this software must not be misrepresented, either by
+ explicit claim or by omission. Since few users ever read sources, credits
+ must appear in the documentation.
+
+ 3. Altered versions must be plainly marked as such, and must not be
+ misrepresented as being the original software. Since few users ever read
+ sources, credits must appear in the documentation.
+
+ 4. This notice may not be removed or altered.
+ licenses:
+ - key: hs-regexp
+ name: Henry Spencer Regexp License
+ short_name: Henry Spencer Regexp License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Henry Spencer
+ homepage_url: https://github.com/garyhouston/regex/blob/master/COPYRIGHT
+ text_url: http://search.cpan.org/~knok/File-MMagic-1.12/MMagic.pm
+ reference_url: https://scancode-licensedb.aboutcode.org/hs-regexp
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/hs-regexp.LICENSE
+ spdx_license_key: Spencer-94
+ spdx_url: https://spdx.org/licenses/Spencer-94
+ - license_expression: bsd-unchanged
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 370
+ end_line: 391
+ matched_length: 208
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-unchanged
+ rule_identifier: bsd-unchanged_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-unchanged_4.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 208
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer
+ in this position and unchanged.
+ 2. 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.
+ 3. The name of the author may not be used to endorse or promote products
+ derived from this software withough specific prior written permission
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 THE AUTHOR 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.
+ licenses:
+ - key: bsd-unchanged
+ name: BSD Simplified with Unchanged requirement
+ short_name: BSD Unchanged
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-unchanged
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-unchanged.LICENSE
+ spdx_license_key: LicenseRef-scancode-bsd-unchanged
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-unchanged.LICENSE
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 395
+ end_line: 419
+ matched_length: 214
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_879.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_879.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 214
+ rule_relevance: 100
+ matched_text: |
+ 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 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.
+
+ * Neither the name of the University of Cambridge nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT OWNER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: bison-exception-2.2
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 422
+ end_line: 433
+ matched_length: 106
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bison-exception-2.2
+ rule_identifier: bison-exception-2.2.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bison-exception-2.2.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 106
+ rule_relevance: 100
+ matched_text: |
+ As a special exception, you may create a larger work that contains
+ part or all of the Bison parser skeleton and distribute that work
+ under terms of your choice, so long as that work isn't itself a
+ parser generator using the skeleton or a modified version thereof
+ as a parser skeleton. Alternatively, if you modify or redistribute
+ the parser skeleton itself, you may (at your option) remove this
+ special exception, which will cause the skeleton and the resulting
+ Bison output files to be licensed under the GNU General Public
+ License without this special exception.
+ .
+ This special exception was added by the Free Software Foundation in
+ version 2.2 of Bison. */
+ licenses:
+ - key: bison-exception-2.2
+ name: Bison 2.2 exception to GPL 2.0 or later
+ short_name: Bison 2.2 exception to GPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: yes
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/bison-exception-2.2
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bison-exception-2.2.LICENSE
+ spdx_license_key: Bison-exception-2.2
+ spdx_url: https://spdx.org/licenses/Bison-exception-2.2
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 439
+ end_line: 454
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+ the Software, and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and 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 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
copyright: |
Copyright 2019 The Apache Software Foundation
2019 The Apache Software Foundation
@@ -59,555 +963,3 @@ copyright: |
2012 Arno Töll
2012 Arno Töll
2008 Stefan Fritsch
-matches:
- - score: '100.0'
- start_line: 71
- end_line: 71
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_65.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: apache-2.0'
- - score: '100.0'
- start_line: 72
- end_line: 88
- matcher: 1-hash
- rule_length: 145
- matched_length: 145
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_971.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- https://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- On Debian systems, the full text of the Apache Software License version 2 can
- be found in the file `/usr/share/common-licenses/Apache-2.0'.
- - score: '100.0'
- start_line: 94
- end_line: 103
- matcher: 2-aho
- rule_length: 106
- matched_length: 106
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: zeusbench_1.RULE
- license_expression: zeusbench
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This software is provided "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
- Zeus Technology Ltd. be liable for any direct, indirect, incidental, special,
- exemplary, or consequential damaged (including, but not limited to,
- procurement of substitute good or services; loss of use, data, or profits;
- or business interruption) however caused and on 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
- - score: '100.0'
- start_line: 118
- end_line: 142
- matcher: 2-aho
- rule_length: 214
- matched_length: 214
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_879.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 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.
-
- * Neither the name of the University of Cambridge nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT OWNER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 172
- end_line: '191'
- matcher: 2-aho
- rule_length: 168
- matched_length: 168
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: x11-keith-packard3.RULE
- license_expression: x11-keith-packard
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, distribute, and sell this software
- and its documentation for any purpose is hereby granted without
- fee, provided that the above copyright notice appear in all copies
- and that both that copyright notice and this permission notice
- appear in supporting documentation, and that the name of Carnegie
- Mellon University not be used in advertising or publicity
- pertaining to distribution of the software without specific,
- written prior permission. Carnegie Mellon University makes no
- representations about the suitability of this software for any
- purpose. It is provided "as is" without express or implied
- warranty.
-
- CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
- THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
- FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
- AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
- OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
- SOFTWARE.
- - score: '100.0'
- start_line: '197'
- end_line: 206
- matcher: 2-aho
- rule_length: 87
- matched_length: 87
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: historical_9.RULE
- license_expression: historical
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute this material
- for any purpose and without fee is hereby granted, provided
- that the above copyright notice and this permission notice
- appear in all copies, and that the name of Bellcore not be
- used in advertising or publicity pertaining to this
- material without the specific, prior written permission
- of an authorized representative of Bellcore. BELLCORE
- MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY
- OF THIS MATERIAL FOR ANY PURPOSE. IT IS PROVIDED "AS IS",
- WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
- - score: '100.0'
- start_line: 209
- end_line: 209
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_92.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-3+'
- - score: '99.0'
- start_line: 210
- end_line: 222
- matcher: 1-hash
- rule_length: 105
- matched_length: 105
- match_coverage: '100.0'
- rule_relevance: 99
- identifier: gpl-3.0-plus_483.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-3'.
- - score: '100.0'
- start_line: 224
- end_line: 224
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 225
- end_line: 237
- matcher: 1-hash
- rule_length: 105
- matched_length: 105
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_986.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 2
- of the License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 240
- end_line: 272
- matcher: 1-hash
- rule_length: 211
- matched_length: 211
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_361.RULE
- license_expression: public-domain
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This imagemap module started as a port of the original imagemap.c
- written by Rob McCool (11/13/93 robm@ncsa.uiuc.edu).
- This version includes the mapping algorithms found in version 1.3
- of imagemap.c.
-
- Contributors to this code include:
-
- Kevin Hughes, kevinh@pulua.hcc.hawaii.edu
-
- Eric Haines, erich@eye.com
- "macmartinized" polygon code copyright 1992 by Eric Haines, erich@eye.com
-
- Randy Terbush, randy@zyzzyva.com
- port to Apache module format, "base_uri" and support for relative URLs
-
- James H. Cloos, Jr., cloos@jhcloos.com
- Added point datatype, using code in NCSA's version 1.8 imagemap.c
- program, as distributed with version 1.4.1 of their server.
- The point code is originally added by Craig Milo Rogers, Rogers@ISI.Edu
-
- Nathan Kurz, nate@tripod.com
- Rewrite/reorganization. New handling of default, base and relative URLs.
- New Configuration directives:
- ImapMenu {none, formatted, semiformatted, unformatted}
- ImapDefault {error, nocontent, referer, menu, URL}
- ImapBase {map, referer, URL}
- Support for creating non-graphical menu added. (backwards compatible):
- Old: directive URL [x,y ...]
- New: directive URL "Menu text" [x,y ...]
- or: directive URL x,y ... "Menu text"
- Map format and menu concept courtesy Joshua Bell, jsbell@acs.ucalgary.ca.
-
- Mark Cox, mark@ukweb.com, Allow relative URLs even when no base specified
- - score: '100.0'
- start_line: 279
- end_line: 302
- matcher: 2-aho
- rule_length: 217
- matched_length: 217
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-simplified-darwin.LICENSE
- license_expression: bsd-simplified-darwin
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This software is not subject to any export provision of the United States
- Department of Commerce, and may be exported to any country or planet.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice immediately at the beginning of the file, without modification,
- this list of conditions, and the following disclaimer.
- 2. 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.
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 THE AUTHOR OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 306
- end_line: 309
- matcher: 2-aho
- rule_length: 47
- matched_length: 47
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_1021.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This software was submitted by Cisco Systems to the Apache Software Foundation in July
- 1997. Future revisions and derivatives of this source code must
- acknowledge Cisco Systems as the original contributor of this module.
- All other licensing and usage conditions are those of the Apache Software Foundation.
- - score: '100.0'
- start_line: 317
- end_line: 335
- matcher: 2-aho
- rule_length: 148
- matched_length: 148
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: hs-regexp_1.RULE
- license_expression: hs-regexp
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This software is not subject to any license of the American Telephone and
- Telegraph Company or of the Regents of the University of California.
-
- Permission is granted to anyone to use this software for any purpose on any
- computer system, and to alter it and redistribute it freely, subject to
- the following restrictions:
-
- 1. The author is not responsible for the consequences of use of this
- software, no matter how awful, even if they arise from flaws in it.
-
- 2. The origin of this software must not be misrepresented, either by
- explicit claim or by omission. Since few users ever read sources, credits
- must appear in the documentation.
-
- 3. Altered versions must be plainly marked as such, and must not be
- misrepresented as being the original software. Since few users ever read
- sources, credits must appear in the documentation.
-
- 4. This notice may not be removed or altered.
- - score: '100.0'
- start_line: 370
- end_line: 391
- matcher: 1-hash
- rule_length: 208
- matched_length: 208
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-unchanged_4.RULE
- license_expression: bsd-unchanged
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer
- in this position and unchanged.
- 2. 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.
- 3. The name of the author may not be used to endorse or promote products
- derived from this software withough specific prior written permission
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 THE AUTHOR 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.
- - score: '100.0'
- start_line: 395
- end_line: 419
- matcher: 1-hash
- rule_length: 214
- matched_length: 214
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_879.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 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.
-
- * Neither the name of the University of Cambridge nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT OWNER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 422
- end_line: 433
- matcher: 2-aho
- rule_length: 106
- matched_length: 106
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bison-exception-2.2.LICENSE
- license_expression: bison-exception-2.2
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- As a special exception, you may create a larger work that contains
- part or all of the Bison parser skeleton and distribute that work
- under terms of your choice, so long as that work isn't itself a
- parser generator using the skeleton or a modified version thereof
- as a parser skeleton. Alternatively, if you modify or redistribute
- the parser skeleton itself, you may (at your option) remove this
- special exception, which will cause the skeleton and the resulting
- Bison output files to be licensed under the GNU General Public
- License without this special exception.
- .
- This special exception was added by the Free Software Foundation in
- version 2.2 of Bison. */
- - score: '100.0'
- start_line: 439
- end_line: 454
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
- the Software, and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
-
- The above copyright notice and 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 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.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/a/appstream/appstream_0.12.5-1_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/a/appstream/appstream_0.12.5-1_copyright-detailed.expected.yml
index d7d4ced689c..2ac2762b900 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/a/appstream/appstream_0.12.5-1_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/a/appstream/appstream_0.12.5-1_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-2.0-plus AND (lgpl-2.1-plus AND lgpl-2.1)
declared_license:
- GPL-2+ and LGPL-2.1+
- LGPL-2.1+
@@ -12,13 +11,224 @@ declared_license:
- LGPL-2.1+
- GPL-2+
- LGPL-2.1+
-license_expression: ((gpl-2.0-plus AND gpl-2.0-plus) AND (lgpl-2.1-plus AND lgpl-2.1-plus AND
- lgpl-2.1)) AND (lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1) AND (lgpl-2.1-plus AND lgpl-2.1-plus
+declared_license_expression: gpl-2.0-plus AND (lgpl-2.1-plus AND lgpl-2.1)
+declared_license_expression_spdx: GPL-2.0-or-later AND (LGPL-2.1-or-later AND LGPL-2.1-only)
+other_license_expression: ((gpl-2.0-plus AND gpl-2.0-plus) AND (lgpl-2.1-plus AND lgpl-2.1-plus
+ AND lgpl-2.1)) AND (lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1) AND (lgpl-2.1-plus AND lgpl-2.1-plus
AND lgpl-2.1) AND (gpl-2.0-plus AND gpl-2.0-plus) AND ((gpl-2.0-plus AND gpl-2.0-plus) AND
(lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1)) AND (lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1)
AND (lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1) AND (lgpl-2.1-plus AND lgpl-2.1-plus AND
lgpl-2.1) AND (lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1) AND (lgpl-2.1-plus AND lgpl-2.1-plus
AND lgpl-2.1)
+other_license_expression_spdx: ((GPL-2.0-or-later AND GPL-2.0-or-later) AND (LGPL-2.1-or-later
+ AND LGPL-2.1-or-later AND LGPL-2.1-only)) AND (LGPL-2.1-or-later AND LGPL-2.1-or-later AND
+ LGPL-2.1-only) AND (LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-only) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later) AND ((GPL-2.0-or-later AND GPL-2.0-or-later) AND (LGPL-2.1-or-later
+ AND LGPL-2.1-or-later AND LGPL-2.1-only)) AND (LGPL-2.1-or-later AND LGPL-2.1-or-later AND
+ LGPL-2.1-only) AND (LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-only) AND (LGPL-2.1-or-later
+ AND LGPL-2.1-or-later AND LGPL-2.1-only) AND (LGPL-2.1-or-later AND LGPL-2.1-or-later AND
+ LGPL-2.1-only) AND (LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-only)
+license_detections: []
+other_license_detections:
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 67
+ end_line: 67
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 68
+ end_line: 82
+ matched_length: 126
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_846.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_846.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 126
+ rule_relevance: 100
+ matched_text: |
+ This package 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 Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see
+
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: lgpl-2.1-plus AND lgpl-2.1
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 84
+ end_line: 84
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_108.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1+'
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 85
+ end_line: 96
+ matched_length: 106
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_36.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_36.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 106
+ rule_relevance: 100
+ matched_text: |
+ This library is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, either version 2.1 of the License, or
+ (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library. If not, see .
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 98
+ end_line: 99
+ matched_length: 27
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_293.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_293.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 27
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
copyright: |
2012-2018, Matthias Klumpp
Richard Hughes
@@ -37,113 +247,3 @@ copyright: |
2014, Richard Hughes
2017, Matthias Klumpp
2016, Lucas Moura
-matches:
- - score: '100.0'
- start_line: 67
- end_line: 67
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 68
- end_line: 82
- matcher: 1-hash
- rule_length: 126
- matched_length: 126
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_846.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package 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 Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see
-
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
- - score: '100.0'
- start_line: 84
- end_line: 84
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_108.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1+'
- - score: '100.0'
- start_line: 85
- end_line: 96
- matcher: 2-aho
- rule_length: 106
- matched_length: 106
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_36.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 2.1 of the License, or
- (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this library. If not, see .
- - score: '100.0'
- start_line: 98
- end_line: 99
- matcher: 2-aho
- rule_length: 27
- matched_length: 27
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_293.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of the GNU Lesser General
- Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/a/asterisk/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/a/asterisk/stable_copyright-detailed.expected.yml
index 3f6d036c3b1..f1d65b645f8 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/a/asterisk/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/a/asterisk/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-2.0
declared_license:
- GPL-2-Asterisk
- FSFUL
@@ -52,7 +51,9 @@ declared_license:
- ISC
- WOL
- FSFUL
-license_expression: gpl-2.0 AND gpl-2.0 AND gpl-2.0 AND fsf-free AND autoconf-simple-exception-2.0
+declared_license_expression: gpl-2.0
+declared_license_expression_spdx: GPL-2.0-only
+other_license_expression: gpl-2.0 AND gpl-2.0 AND gpl-2.0 AND fsf-free AND autoconf-simple-exception-2.0
AND gpl-2.0-plus AND mit-old-style-no-advert AND gpl-2.0 AND gpl-2.0 AND gpl-1.0-plus AND
gpl-2.0 AND gpl-2.0 AND gpl-1.0-plus AND unknown AND bsd-original-uc AND gpl-2.0 AND free-unknown
AND tu-berlin AND bsd-new AND bsd-new AND bsd-original AND gpl-2.0-plus AND public-domain
@@ -63,6 +64,2029 @@ license_expression: gpl-2.0 AND gpl-2.0 AND gpl-2.0 AND fsf-free AND autoconf-si
(lgpl-2.1 OR gpl-2.0) AND lgpl-2.1 AND (gpl-2.0 OR lgpl-2.0-plus) AND public-domain AND isc
AND brian-clapper AND lgpl-2.1 AND gpl-2.0 AND lgpl-2.0-plus AND mit-0 AND mit AND gpl-2.0
AND gpl-2.0 AND gpl-2.0 AND gpl-1.0-plus
+other_license_expression_spdx: GPL-2.0-only AND GPL-2.0-only AND GPL-2.0-only AND FSFUL AND
+ LicenseRef-scancode-autoconf-simple-exception-2.0 AND GPL-2.0-or-later AND NTP AND GPL-2.0-only
+ AND GPL-2.0-only AND GPL-1.0-or-later AND GPL-2.0-only AND GPL-2.0-only AND GPL-1.0-or-later
+ AND LicenseRef-scancode-unknown AND BSD-4-Clause-UC AND GPL-2.0-only AND LicenseRef-scancode-free-unknown
+ AND TU-Berlin-1.0 AND BSD-3-Clause AND BSD-3-Clause AND BSD-4-Clause AND GPL-2.0-or-later
+ AND LicenseRef-scancode-public-domain AND LicenseRef-scancode-unknown AND LicenseRef-scancode-public-domain
+ AND GPL-2.0-only AND GPL-2.0-or-later AND LicenseRef-scancode-public-domain AND LicenseRef-scancode-other-permissive
+ AND (MIT AND GPL-2.0-only) AND GPL-2.0-or-later AND GPL-2.0-or-later AND LicenseRef-scancode-other-permissive
+ AND (BSD-4-Clause-UC AND ISC AND GPL-2.0-only) AND GPL-2.0-only AND BSD-4-Clause-UC AND Bison-exception-2.2
+ AND GPL-3.0-or-later AND BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-only AND GPL-1.0-or-later
+ AND (LicenseRef-scancode-wol AND GPL-2.0-only) AND GPL-2.0-only AND (LGPL-2.1-only OR GPL-2.0-only)
+ AND LGPL-2.1-only AND (GPL-2.0-only OR LGPL-2.0-or-later) AND LicenseRef-scancode-public-domain
+ AND ISC AND LicenseRef-scancode-brian-clapper AND LGPL-2.1-only AND GPL-2.0-only AND LGPL-2.0-or-later
+ AND MIT-0 AND MIT AND GPL-2.0-only AND GPL-2.0-only AND GPL-2.0-only AND GPL-1.0-or-later
+license_detections: []
+other_license_detections:
+ - license_expression: autoconf-simple-exception-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 109
+ end_line: 112
+ matched_length: 42
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: autoconf-simple-exception-2.0
+ rule_identifier: autoconf-simple-exception-2.0.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/autoconf-simple-exception-2.0.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 42
+ rule_relevance: 100
+ matched_text: |
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a configuration
+ script generated by Autoconf, you may include it under the same
+ distribution terms that you use for the rest of that program.
+ licenses:
+ - key: autoconf-simple-exception-2.0
+ name: Autoconf simple exception to GPL-2.0
+ short_name: Autoconf simple exception to GPL-2.0
+ category: Copyleft Limited
+ is_exception: yes
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob;f=config.guess;h=a7448442748cc6f98a066d2d1051fad3b043761a;hb=HEAD
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/autoconf-simple-exception-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/autoconf-simple-exception-2.0.LICENSE
+ spdx_license_key: LicenseRef-scancode-autoconf-simple-exception-2.0
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/autoconf-simple-exception-2.0.LICENSE
+ - license_expression: public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 242
+ end_line: 242
+ matched_length: 11
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_41.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_41.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 11
+ rule_relevance: 100
+ matched_text: This file is in the public domain, so clarified as of
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: public-domain-disclaimer
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 296
+ end_line: 297
+ matched_length: 13
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: public-domain-disclaimer
+ rule_identifier: public-domain-disclaimer_73.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain-disclaimer_73.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 13
+ rule_relevance: 100
+ matched_text: |
+ This code is released into public domain without any warranty of any
+ kind.
+ licenses:
+ - key: public-domain-disclaimer
+ name: Public Domain Disclaimer
+ short_name: Public Domain Disclaimer
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain-disclaimer
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain-disclaimer.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain-disclaimer
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain-disclaimer.LICENSE
+ - license_expression: other-permissive
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 314
+ end_line: 314
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: other-permissive
+ rule_identifier: other-permissive_2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-permissive_2.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 100
+ matched_text: This code is released by the author with no restrictions on usage.
+ licenses:
+ - key: other-permissive
+ name: Other Permissive Licenses
+ short_name: Other Permissive Licenses
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: nexB
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/other-permissive
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ spdx_license_key: LicenseRef-scancode-other-permissive
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ - license_expression: other-permissive
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 333
+ end_line: 334
+ matched_length: 9
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: other-permissive
+ rule_identifier: other-permissive_357.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-permissive_357.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 9
+ rule_relevance: 100
+ matched_text: |
+ is distributed with no restrictions on usage or
+ redistribution.
+ licenses:
+ - key: other-permissive
+ name: Other Permissive Licenses
+ short_name: Other Permissive Licenses
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: nexB
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/other-permissive
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ spdx_license_key: LicenseRef-scancode-other-permissive
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ - license_expression: bison-exception-2.2
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 361
+ end_line: 369
+ matched_length: 90
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bison-exception-2.2
+ rule_identifier: bison-exception-2.2_2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bison-exception-2.2_2.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 90
+ rule_relevance: 100
+ matched_text: |
+ As a special exception, you may create a larger work that contains part
+ or all of the Bison parser skeleton and distribute that work under
+ terms of your choice, so long as that work isn't itself a parser
+ generator using the skeleton or a modified version thereof as a parser
+ skeleton. Alternatively, if you modify or redistribute the parser
+ skeleton itself, you may (at your option) remove this special
+ exception, which will cause the skeleton and the resulting Bison output
+ files to be licensed under the GNU General Public License without this
+ special exception.
+ licenses:
+ - key: bison-exception-2.2
+ name: Bison 2.2 exception to GPL 2.0 or later
+ short_name: Bison 2.2 exception to GPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: yes
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/bison-exception-2.2
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bison-exception-2.2.LICENSE
+ spdx_license_key: Bison-exception-2.2
+ spdx_url: https://spdx.org/licenses/Bison-exception-2.2
+ - license_expression: public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 407
+ end_line: 408
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: public-domain
+ rule_identifier: public-domain_303.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_303.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ This code was written by Colin Plumb in 1993, no copyright is claimed.
+ This code is in the public domain; do with it what you wish.
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '96.07'
+ start_line: 464
+ end_line: 509
+ matched_length: 342
+ match_coverage: '96.07'
+ matcher: 3-seq
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1121.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1121.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 356
+ rule_relevance: 100
+ matched_text: |
+ is distributed under the GNU General Public License version 2
+ and is also available under alternative licenses negotiated directly
+ with Digium, Inc. If you obtained Asterisk under the GPL, then the GPL
+ applies to all loadable Asterisk modules used on your system as well,
+ except as defined below. The GPL (version 2) is included in this
+ source tree in the file COPYING.
+
+ This package also includes various components that are not part of
+ Asterisk itself; these components are in the 'contrib' directory
+ and its subdirectories. These components are also distributed under the
+ GPL version 2 as well.
+
+ Digium, Inc. (formerly Linux Support Services) holds copyright
+ and/or sufficient licenses to all components of the Asterisk
+ package, and therefore can grant, at its sole discretion, the ability
+ for companies, individuals, or organizations to create proprietary or
+ Open Source (even if not GPL) modules which may be dynamically linked at
+ runtime with the portions of Asterisk which fall under our
+ copyright/license umbrella, or are distributed under more flexible
+ licenses than GPL.
+
+ If you wish to use our code in other GPL programs, don't worry --
+ there is no requirement that you provide the same exception in your
+ GPL'd products (although if you've written a module for Asterisk we
+ would strongly encourage you to make the same exception that we do).
+
+ Specific permission is also granted to link Asterisk with OpenSSL, OpenH323
+ and/or the UW IMAP Toolkit and distribute the resulting binary files.
+
+ In addition, Asterisk implements two management/control protocols: the
+ Asterisk Manager Interface (AMI) and the Asterisk Gateway Interface
+ (AGI). It is our belief that applications using these protocols to
+ manage or control an Asterisk instance do not have to be licensed
+ under the GPL or a compatible license, as we believe these protocols
+ do not create a 'derivative work' as referred to in the GPL. However,
+ should any court or other judiciary body find that these protocols do
+ fall under the terms of the GPL, then we hereby grant you a license to
+ use these protocols in combination with Asterisk in external
+ applications licensed under any license you wish.
+
+ The 'Asterisk' name and logos are trademarks owned by Digium, Inc.,
+ and use of them is subject to our trademark licensing policies. If you
+ wish to use these trademarks for purposes other than simple
+ redistribution of Asterisk source code obtained from Digium, you
+ should contact our licensing department to determine the necessary
+ steps you must take.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '80.0'
+ start_line: 521
+ end_line: 530
+ matched_length: 86
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit_17.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_17.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 86
+ rule_relevance: 80
+ matched_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 to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: mit-0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 533
+ end_line: 547
+ matched_length: 141
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit-0
+ rule_identifier: mit-0_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit-0_7.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 141
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ 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 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.
+ licenses:
+ - key: mit-0
+ name: MIT No Attribution
+ short_name: MIT-0-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Amazon Web Services
+ homepage_url: https://github.com/awsdocs/aws-cloud9-user-guide/blob/master/LICENSE-SAMPLECODE
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/mit-0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-0.LICENSE
+ spdx_license_key: MIT-0
+ spdx_url: https://spdx.org/licenses/MIT-0
+ - license_expression: mit-old-style-no-advert
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 550
+ end_line: 558
+ matched_length: 96
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit-old-style-no-advert
+ rule_identifier: mit-old-style-no-advert_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit-old-style-no-advert_3.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 96
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, distribute, and sell this software and
+ its documentation for any purpose is hereby granted without fee,
+ provided that the above copyright notice appear in all copies and that
+ both that copyright notice and this permission notice appear in
+ supporting documentation, and that the name of M.I.T. not be used in
+ advertising or publicity pertaining to distribution of the software
+ without specific, written prior permission. M.I.T. makes no
+ representations about the suitability of this software for any purpose.
+ It is provided "as is" without express or implied warranty.
+ licenses:
+ - key: mit-old-style-no-advert
+ name: MIT Old Style no advertising
+ short_name: MIT Old Style no advertising
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_.28no_advertising_without_permission.29
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/mit-old-style-no-advert
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style-no-advert.LICENSE
+ spdx_license_key: NTP
+ spdx_url: https://spdx.org/licenses/NTP
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 561
+ end_line: 583
+ matched_length: 203
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_98.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_98.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 203
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 THE AUTHOR 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 586
+ end_line: 608
+ matched_length: 213
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_1015.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_1015.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 213
+ rule_relevance: 100
+ matched_text: |
+ 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 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.
+ - Neither the name of the Xiph.org Foundation nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE FOUNDATION OR
+ CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 611
+ end_line: 635
+ matched_length: 216
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_49.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_49.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 216
+ rule_relevance: 100
+ matched_text: |
+ 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 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.
+ - Neither the name of Internet Society, IETF or IETF Trust, nor the
+ names of specific contributors, may be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
+ OWNER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: bsd-original-uc
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 638
+ end_line: 665
+ matched_length: 242
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-original-uc
+ rule_identifier: bsd-original-uc_30.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-original-uc_30.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 242
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. All advertising materials mentioning features or use of this
+ software must display the following acknowledgement: This product
+ includes software developed by the University of California,
+ Berkeley and its contributors.
+ 4. Neither the name of the University nor the names of itscontributors
+ may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS
+ 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.
+ licenses:
+ - key: bsd-original-uc
+ name: BSD-Original-UC
+ short_name: BSD-Original-UC
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
+ text_url: http://www.xfree86.org/3.3.6/COPYRIGHT2.html
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-original-uc
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-original-uc.LICENSE
+ spdx_license_key: BSD-4-Clause-UC
+ spdx_url: https://spdx.org/licenses/BSD-4-Clause-UC
+ - license_expression: bsd-original
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 668
+ end_line: 696
+ matched_length: 245
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-original
+ rule_identifier: bsd-original_32.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-original_32.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 245
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. All advertising materials mentioning features or use of this
+ software must display the following acknowledgement: This product
+ includes software developed by the NetBSD Foundation, Inc. and its
+ contributors.
+ 4. Neither the name of The NetBSD Foundation nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, 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 THE
+ FOUNDATION OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-original
+ name: BSD-Original
+ short_name: BSD-Original
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.xfree86.org/3.3.6/COPYRIGHT2.html
+ text_url: http://www.xfree86.org/3.3.6/COPYRIGHT2.html#6
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-original
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-original.LICENSE
+ spdx_license_key: BSD-4-Clause
+ spdx_url: https://spdx.org/licenses/BSD-4-Clause
+ - license_expression: brian-clapper
+ detection_log:
+ - not-combined
+ matches:
+ - score: '68.51'
+ start_line: 699
+ end_line: 719
+ matched_length: 124
+ match_coverage: '68.51'
+ matcher: 3-seq
+ license_expression: brian-clapper
+ rule_identifier: brian-clapper.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/brian-clapper.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 181
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms are permitted
+ provided that:
+
+ (1) source distributions retain this entire copyright notice and
+ comment;
+
+ (2) modifications made to the software are prominently mentioned, and a
+ copy of the original software (or a pointer to its location) are
+ included; and
+
+ (3) distributions including binaries display the following
+ acknowledgement: "This product includes software developed by Brian
+ M. Clapper " in the documentation or other
+ materials provided with the distribution.
+
+ The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ licenses:
+ - key: brian-clapper
+ name: Brian Clapper License
+ short_name: Brian Clapper License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: clapper.org
+ homepage_url: http://software.clapper.org/poll/index.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/brian-clapper
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/brian-clapper.LICENSE
+ spdx_license_key: LicenseRef-scancode-brian-clapper
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/brian-clapper.LICENSE
+ - license_expression: tu-berlin
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 722
+ end_line: 731
+ matched_length: 90
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: tu-berlin
+ rule_identifier: tu-berlin.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/tu-berlin.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 90
+ rule_relevance: 100
+ matched_text: |
+ Any use of this software is permitted provided that this notice is not
+ removed and that neither the authors nor the Technische Universitaet
+ Berlin are deemed to have made any representations as to the
+ suitability of this software for any purpose nor are held responsible
+ for any defects of this software. THERE IS ABSOLUTELY NO WARRANTY FOR
+ THIS SOFTWARE.
+
+ As a matter of courtesy, the authors request to be informed about uses
+ this software has found, about bugs in this software, and about any
+ improvements that may be of general interest.
+ licenses:
+ - key: tu-berlin
+ name: Technische Universitaet Berlin Attribution License 1.0
+ short_name: TU Berlin License 1.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Technische Universitaet Berlin
+ homepage_url: https://github.com/swh/ladspa/blob/7bf6f3799fdba70fda297c2d8fd9f526803d9680/gsm/COPYRIGHT
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/tu-berlin
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/tu-berlin.LICENSE
+ spdx_license_key: TU-Berlin-1.0
+ spdx_url: https://spdx.org/licenses/TU-Berlin-1.0
+ - license_expression: isc
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.0'
+ start_line: 734
+ end_line: 736
+ matched_length: 33
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: isc
+ rule_identifier: isc_truncated.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/isc_truncated.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 33
+ rule_relevance: 99
+ matched_text: |
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ licenses:
+ - key: isc
+ name: ISC License
+ short_name: ISC License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: ISC - Internet Systems Consortium
+ homepage_url: https://www.isc.org/licenses/
+ text_url: http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_with_legal_disclaimer_2
+ reference_url: https://scancode-licensedb.aboutcode.org/isc
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/isc.LICENSE
+ spdx_license_key: ISC
+ spdx_url: https://spdx.org/licenses/ISC
+ - license_expression: wol
+ detection_log:
+ - not-combined
+ matches:
+ - score: '90.77'
+ start_line: 739
+ end_line: 745
+ matched_length: 59
+ match_coverage: '90.77'
+ matcher: 3-seq
+ license_expression: wol
+ rule_identifier: wol.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/wol.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 65
+ rule_relevance: 100
+ matched_text: |
+ The Wide Open License (WOL)
+
+ Permission to use, copy, modify, distribute and sell this software and
+ its documentation for any purpose is hereby granted without fee,
+ provided that the above copyright notice and this license appear in all
+ source copies. THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR
+ IMPLIED WARRANTY OF ANY KIND. See http://www.dspguru.com/
+ licenses:
+ - key: wol
+ name: Wide Open License
+ short_name: Wide Open License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Iowegian International
+ homepage_url: http://www.dspguru.com/wide-open-license
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/wol
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/wol.LICENSE
+ spdx_license_key: LicenseRef-scancode-wol
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/wol.LICENSE
+ - license_expression: fsf-free
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 749
+ end_line: 750
+ matched_length: 18
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: fsf-free
+ rule_identifier: fsf-free.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-free.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 18
+ rule_relevance: 100
+ matched_text: |
+ This configure script is free software; the Free Software Foundation
+ gives unlimited permission to copy, distribute and modify it.
+ licenses:
+ - key: fsf-free
+ name: Free Software Foundation - Free Software License
+ short_name: FSF Free Software License
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.fsf.org/licensing/licenses/
+ text_url: https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License
+ reference_url: https://scancode-licensedb.aboutcode.org/fsf-free
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-free.LICENSE
+ spdx_license_key: FSFUL
+ spdx_url: https://spdx.org/licenses/FSFUL
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 94
+ end_line: 94
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_620.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_620.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 100
+ matched_text: GPL-2
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 89
+ end_line: 91
+ matched_length: 28
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1333.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1333.RULE
+ referenced_filenames:
+ - LICENSE
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 28
+ rule_relevance: 100
+ matched_text: |
+ This program is free software, distributed under the terms of the GNU
+ General Public License Version 2. See the LICENSE file at the top of
+ the source tree.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 104
+ end_line: 107
+ matched_length: 39
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_165.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_165.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 39
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 2, or (at your option) any
+ later version.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '80.0'
+ start_line: 145
+ end_line: 145
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1153.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1153.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 80
+ matched_text: Version of license not mentioned. Assumed to be version 2.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 141
+ end_line: 142
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl-1.0-plus_469.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_469.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 100
+ matched_text: |
+ distributed under the terms of the GNU
+ General Public License
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '80.0'
+ start_line: 168
+ end_line: 168
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1153.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1153.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 80
+ matched_text: Version of license not mentioned. Assumed to be version 2.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 165
+ end_line: 165
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl-1.0-plus_469.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_469.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 100
+ matched_text: Distributed under the terms of the GNU General Public License
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: unknown
+ detection_log:
+ - unknown-match
+ matches:
+ - score: '100.0'
+ start_line: 178
+ end_line: 178
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: unknown
+ rule_identifier: unknown_9.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unknown_9.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 100
+ matched_text: 'License: none'
+ licenses:
+ - key: unknown
+ name: Unknown license detected but not recognized
+ short_name: unknown
+ category: Unstated License
+ is_exception: no
+ is_unknown: yes
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/unknown
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown.LICENSE
+ spdx_license_key: LicenseRef-scancode-unknown
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown.LICENSE
+ - license_expression: free-unknown
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: '194'
+ end_line: '197'
+ matched_length: 44
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: free-unknown
+ rule_identifier: free-unknown_109.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/free-unknown_109.RULE
+ referenced_filenames:
+ - COPYING
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 44
+ rule_relevance: 100
+ matched_text: |
+ This software is furnished under an open source license and may be used
+ and copied only in accordance with the terms of this license. The text
+ of the license may generally be found in the root directory of this
+ installation in the COPYING file.
+ licenses:
+ - key: free-unknown
+ name: Free unknown license detected but not recognized
+ short_name: Free unknown
+ category: Unstated License
+ is_exception: no
+ is_unknown: yes
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/free-unknown
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/free-unknown.LICENSE
+ spdx_license_key: LicenseRef-scancode-free-unknown
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/free-unknown.LICENSE
+ - license_expression: unknown
+ detection_log:
+ - unknown-match
+ matches:
+ - score: '100.0'
+ start_line: 247
+ end_line: 247
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: unknown
+ rule_identifier: unknown_9.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unknown_9.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 100
+ matched_text: 'License: none'
+ licenses:
+ - key: unknown
+ name: Unknown license detected but not recognized
+ short_name: unknown
+ category: Unstated License
+ is_exception: no
+ is_unknown: yes
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/unknown
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown.LICENSE
+ spdx_license_key: LicenseRef-scancode-unknown
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unknown.LICENSE
+ - license_expression: public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 249
+ end_line: 267
+ matched_length: 145
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: public-domain
+ rule_identifier: public-domain_362.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_362.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 145
+ rule_relevance: 100
+ matched_text: |
+ File lacks copyright and licensing, but contains the comment
+ "Conversion routines derived from code by guido@sienanet.it" which
+ might be interpreted as a copyright holder not granting a license.
+ More likely, however, the header file is considered non-copyrightable
+ header with merely a remark about origin of inspiration:
+
+ * File was introduced in Asterisk 0.1.1 (according to git sources),
+ together with file format_wav_gsm.c containing same comment but
+ also explicit copyright and licensing:
+ .
+
+ * Asterisk 0.1.1 was released in 1999 (according to git sources),
+ at about which time Guido Giorgetti released
+ audio-related Delphi 3 code as "Freeware":
+
+
+ .
+
+ See also .
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 277
+ end_line: 284
+ matched_length: 69
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_848.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_848.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 69
+ rule_relevance: 100
+ matched_text: |
+ Have you intended for that package to be released under a Free
+ > Software license (basically: one that allows distribution and
+ > modification)? If so, could you please provide a version of that
+ > source package licensed under some standard free software license
+ > (GPL? LGPL? MIT?)
+ .
+ Thank you for your trouble. I intended the software to be free. GPL is
+ fine. Please add the appropriate text to the file for me, in my name.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 324
+ end_line: 327
+ matched_length: 42
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_64.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_64.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 42
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 2 of the License, or (at your
+ option) any later version.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 341
+ end_line: 343
+ matched_length: 28
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1333.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1333.RULE
+ referenced_filenames:
+ - LICENSE
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 28
+ rule_relevance: 100
+ matched_text: |
+ This program is free software, distributed under the terms of the GNU
+ General Public License Version 2. See the LICENSE file at the top of
+ the source tree.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 356
+ end_line: 359
+ matched_length: 42
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_7.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 42
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation, either version 3 of the License, or (at your
+ option) any later version.
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '80.0'
+ start_line: 381
+ end_line: 381
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1153.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1153.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 80
+ matched_text: Version of license not mentioned. Assumed to be version 2.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 378
+ end_line: 378
+ matched_length: 8
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl-1.0-plus_470.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_470.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 8
+ rule_relevance: 100
+ matched_text: you may use this source under GPL terms!
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 387
+ end_line: 389
+ matched_length: 28
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1333.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1333.RULE
+ referenced_filenames:
+ - LICENSE
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 28
+ rule_relevance: 100
+ matched_text: |
+ This program is free software, distributed under the terms of the GNU
+ General Public License Version 2. See the LICENSE file at the top of
+ the source tree.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: lgpl-2.1
+ detection_log:
+ - not-combined
+ matches:
+ - score: '90.0'
+ start_line: 402
+ end_line: 402
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_384.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_384.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 90
+ matched_text: Version of LGPL license not mentioned. Assumed to be version 2.1.
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - license_expression: gpl-2.0 OR lgpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 395
+ end_line: 399
+ matched_length: 39
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0 OR lgpl-2.0-plus
+ rule_identifier: gpl-2.0_or_lgpl-2.0-plus_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_or_lgpl-2.0-plus_1.RULE
+ referenced_filenames:
+ - LICENSE
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 39
+ rule_relevance: 100
+ matched_text: |
+ This program is free software, distributed under the terms of the GNU
+ General Public License Version 2. See the LICENSE file at the top of
+ the source tree.
+ .
+ This version may be optionally licenced under the GNU LGPL licence.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '80.0'
+ start_line: 430
+ end_line: 430
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1153.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1153.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 80
+ matched_text: Version of license not mentioned. Assumed to be version 2.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: lgpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 426
+ end_line: 427
+ matched_length: 17
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_86.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_86.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 17
+ rule_relevance: 100
+ matched_text: |
+ This program is free software, distributed under the terms of
+ the GNU Lesser (Library) General Public License
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 435
+ end_line: 436
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: mit
+ rule_identifier: mit_1064.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_1064.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 100
+ matched_text: |
+ Prototype is freely distributable under the terms of an MIT-style
+ license.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '80.0'
+ start_line: 461
+ end_line: 461
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1153.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1153.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 80
+ matched_text: Version of license not mentioned. Assumed to be version 2.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 458
+ end_line: 458
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl-1.0-plus_469.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_469.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 100
+ matched_text: Distributed under the terms of the GNU General Public License
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
copyright: |
1999-2006, Brett Bryant
1999-2006, Mark Spencer
@@ -186,1073 +2210,3 @@ copyright: |
2005-2008, Sam Stephenson
2007, Russell Bryant
2014, Lorenzo Miniero
-matches:
- - score: '100.0'
- start_line: 109
- end_line: 112
- matcher: 1-hash
- rule_length: 42
- matched_length: 42
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: autoconf-simple-exception-2.0.LICENSE
- license_expression: autoconf-simple-exception-2.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- As a special exception to the GNU General Public License, if you
- distribute this file as part of a program that contains a configuration
- script generated by Autoconf, you may include it under the same
- distribution terms that you use for the rest of that program.
- - score: '100.0'
- start_line: 242
- end_line: 242
- matcher: 2-aho
- rule_length: 11
- matched_length: 11
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_41.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This file is in the public domain, so clarified as of
- - score: '100.0'
- start_line: 296
- end_line: 297
- matcher: 1-hash
- rule_length: 13
- matched_length: 13
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain-disclaimer_73.RULE
- license_expression: public-domain-disclaimer
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This code is released into public domain without any warranty of any
- kind.
- - score: '100.0'
- start_line: 314
- end_line: 314
- matcher: 1-hash
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: other-permissive_2.RULE
- license_expression: other-permissive
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This code is released by the author with no restrictions on usage.
- - score: '100.0'
- start_line: 333
- end_line: 334
- matcher: 2-aho
- rule_length: 9
- matched_length: 9
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: other-permissive_357.RULE
- license_expression: other-permissive
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- is distributed with no restrictions on usage or
- redistribution.
- - score: '100.0'
- start_line: 361
- end_line: 369
- matcher: 1-hash
- rule_length: 90
- matched_length: 90
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bison-exception-2.2_2.RULE
- license_expression: bison-exception-2.2
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- As a special exception, you may create a larger work that contains part
- or all of the Bison parser skeleton and distribute that work under
- terms of your choice, so long as that work isn't itself a parser
- generator using the skeleton or a modified version thereof as a parser
- skeleton. Alternatively, if you modify or redistribute the parser
- skeleton itself, you may (at your option) remove this special
- exception, which will cause the skeleton and the resulting Bison output
- files to be licensed under the GNU General Public License without this
- special exception.
- - score: '100.0'
- start_line: 407
- end_line: 408
- matcher: 1-hash
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_303.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This code was written by Colin Plumb in 1993, no copyright is claimed.
- This code is in the public domain; do with it what you wish.
- - score: '96.07'
- start_line: 464
- end_line: 509
- matcher: 3-seq
- rule_length: 356
- matched_length: 342
- match_coverage: '96.07'
- rule_relevance: 100
- identifier: gpl-2.0_1121.RULE
- license_expression: gpl-2.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- is distributed under the GNU General Public License version 2
- and is also available under alternative licenses negotiated directly
- with [Digium], [Inc]. If you obtained [Asterisk] under the GPL, then the GPL
- applies to all loadable [Asterisk] modules used on your system as well,
- except as defined below. The GPL (version 2) is included in this
- source tree in the file COPYING.
-
- This package also includes various components that are not part of
- [Asterisk] itself; these components are in the 'contrib' directory
- and its subdirectories. These components are also distributed under the
- GPL version 2 as well.
-
- [Digium], [Inc]. ([formerly] [Linux] [Support] [Services]) holds copyright
- and/or sufficient licenses to all components of the [Asterisk]
- package, and therefore can grant, at its sole discretion, the ability
- for companies, individuals, or organizations to create proprietary or
- Open Source (even if not GPL) modules which may be dynamically linked at
- runtime with the portions of [Asterisk] which fall under our
- copyright/license umbrella, or are distributed under more flexible
- licenses than GPL.
-
- If you wish to use our code in other GPL programs, don't worry --
- there is no requirement that you provide the same exception in your
- GPL'd products (although if you've written a module for [Asterisk] we
- would strongly encourage you to make the same exception that we do).
-
- Specific permission is also granted to link [Asterisk] [with] [OpenSSL], [OpenH323]
- [and]/[or] [the] [UW] [IMAP] [Toolkit] and distribute the resulting binary files.
-
- In addition, [Asterisk] [implements] [two] [management]/[control] [protocols]: [the]
- [Asterisk] [Manager] [Interface] ([AMI]) [and] [the] [Asterisk] [Gateway] [Interface]
- ([AGI]). [It] [is] [our] [belief] [that] [applications] [using] [these] [protocols] [to]
- [manage] [or] [control] [an] [Asterisk] instance do not have to be licensed
- under the GPL or a compatible license, as we believe these protocols
- do not create a 'derivative work' as referred to in the GPL. However,
- should any court or other judiciary body find that these protocols do
- fall under the terms of the GPL, then we hereby grant you a license to
- use these protocols in combination with [Asterisk] in external
- applications licensed under any license you wish.
-
- The '[Asterisk]' name and logos are trademarks owned by [Digium], [Inc].,
- and use of them is subject to our trademark licensing policies. If you
- wish to use these trademarks for purposes other than simple
- redistribution of [Asterisk] source code obtained from [Digium], you
- should contact our licensing department to determine the necessary
- steps you must take.
- - score: '80.0'
- start_line: 521
- end_line: 530
- matcher: 1-hash
- rule_length: 86
- matched_length: 86
- match_coverage: '100.0'
- rule_relevance: 80
- identifier: mit_17.RULE
- license_expression: mit
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
-
- The above copyright notice and this permission notice shall be included
- in all copies or substantial portions of the Software.
- - score: '100.0'
- start_line: 533
- end_line: 547
- matcher: 1-hash
- rule_length: 141
- matched_length: 141
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit-0_7.RULE
- license_expression: mit-0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
-
- 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 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.
- - score: '100.0'
- start_line: 550
- end_line: 558
- matcher: 1-hash
- rule_length: 96
- matched_length: 96
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit-old-style-no-advert_3.RULE
- license_expression: mit-old-style-no-advert
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, distribute, and sell this software and
- its documentation for any purpose is hereby granted without fee,
- provided that the above copyright notice appear in all copies and that
- both that copyright notice and this permission notice appear in
- supporting documentation, and that the name of M.I.T. not be used in
- advertising or publicity pertaining to distribution of the software
- without specific, written prior permission. M.I.T. makes no
- representations about the suitability of this software for any purpose.
- It is provided "as is" without express or implied warranty.
- - score: '100.0'
- start_line: 561
- end_line: 583
- matcher: 1-hash
- rule_length: 203
- matched_length: 203
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_98.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 3. The name of the author may not be used to endorse or promote
- products derived from this software without specific prior written
- permission.
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 THE AUTHOR 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.
- - score: '100.0'
- start_line: 586
- end_line: 608
- matcher: 1-hash
- rule_length: 213
- matched_length: 213
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_1015.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 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.
- - Neither the name of the Xiph.org Foundation nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE FOUNDATION OR
- CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 611
- end_line: 635
- matcher: 1-hash
- rule_length: 216
- matched_length: 216
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_49.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 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.
- - Neither the name of Internet Society, IETF or IETF Trust, nor the
- names of specific contributors, may be used to endorse or promote
- products derived from this software without specific prior written
- permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
- OWNER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 638
- end_line: 665
- matcher: 1-hash
- rule_length: 242
- matched_length: 242
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-original-uc_30.RULE
- license_expression: bsd-original-uc
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
-
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 3. All advertising materials mentioning features or use of this
- software must display the following acknowledgement: This product
- includes software developed by the University of California,
- Berkeley and its contributors.
- 4. Neither the name of the University nor the names of itscontributors
- may be used to endorse or promote products derived from this
- software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS
- 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.
- - score: '100.0'
- start_line: 668
- end_line: 696
- matcher: 1-hash
- rule_length: 245
- matched_length: 245
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-original_32.RULE
- license_expression: bsd-original
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
-
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 3. All advertising materials mentioning features or use of this
- software must display the following acknowledgement: This product
- includes software developed by the NetBSD Foundation, Inc. and its
- contributors.
- 4. Neither the name of The NetBSD Foundation nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, 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 THE
- FOUNDATION OR CONTRIBUTORS 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.
- - score: '68.51'
- start_line: 699
- end_line: 719
- matcher: 3-seq
- rule_length: 181
- matched_length: 124
- match_coverage: '68.51'
- rule_relevance: 100
- identifier: brian-clapper.LICENSE
- license_expression: brian-clapper
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms are permitted
- provided that:
-
- (1) source distributions retain this entire copyright notice and
- comment;
-
- (2) modifications made to the software are prominently mentioned, and a
- copy of the original software (or a pointer to its location) are
- included; and
-
- (3) distributions including binaries display the following
- acknowledgement: "This product includes software developed by Brian
- M. Clapper " in the documentation or other
- materials provided with the distribution.
-
- The name of the author may not be used to endorse or promote products
- derived from this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
- WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- - score: '100.0'
- start_line: 722
- end_line: 731
- matcher: 1-hash
- rule_length: 90
- matched_length: 90
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: tu-berlin.LICENSE
- license_expression: tu-berlin
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Any use of this software is permitted provided that this notice is not
- removed and that neither the authors nor the Technische Universitaet
- Berlin are deemed to have made any representations as to the
- suitability of this software for any purpose nor are held responsible
- for any defects of this software. THERE IS ABSOLUTELY NO WARRANTY FOR
- THIS SOFTWARE.
-
- As a matter of courtesy, the authors request to be informed about uses
- this software has found, about bugs in this software, and about any
- improvements that may be of general interest.
- - score: '99.0'
- start_line: 734
- end_line: 736
- matcher: 1-hash
- rule_length: 33
- matched_length: 33
- match_coverage: '100.0'
- rule_relevance: 99
- identifier: isc_truncated.RULE
- license_expression: isc
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute this software for any
- purpose with or without fee is hereby granted, provided that the above
- copyright notice and this permission notice appear in all copies.
- - score: '90.77'
- start_line: 739
- end_line: 745
- matcher: 3-seq
- rule_length: 65
- matched_length: 59
- match_coverage: '90.77'
- rule_relevance: 100
- identifier: wol.LICENSE
- license_expression: wol
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- The Wide Open License (WOL)
-
- Permission to use, copy, modify, distribute and sell this software and
- its documentation for any purpose is hereby granted without fee,
- provided that the above copyright notice and this license appear in all
- source copies. THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR
- IMPLIED WARRANTY OF ANY KIND. See http://www.dspguru.com/
- - score: '100.0'
- start_line: 749
- end_line: 750
- matcher: 1-hash
- rule_length: 18
- matched_length: 18
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: fsf-free.LICENSE
- license_expression: fsf-free
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This configure script is free software; the Free Software Foundation
- gives unlimited permission to copy, distribute and modify it.
- - score: '100.0'
- start_line: 94
- end_line: 94
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_620.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: GPL-2
- - score: '100.0'
- start_line: 89
- end_line: 91
- matcher: 1-hash
- rule_length: 28
- matched_length: 28
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1333.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software, distributed under the terms of the GNU
- General Public License Version 2. See the LICENSE file at the top of
- the source tree.
- - score: '100.0'
- start_line: 104
- end_line: 107
- matcher: 1-hash
- rule_length: 39
- matched_length: 39
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_165.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 2, or (at your option) any
- later version.
- - score: '80.0'
- start_line: 145
- end_line: 145
- matcher: 1-hash
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 80
- identifier: gpl-2.0_1153.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: Version of license not mentioned. Assumed to be version 2.
- - score: '100.0'
- start_line: 141
- end_line: 142
- matcher: 2-aho
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_469.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- distributed under the terms of the GNU
- General Public License
- - score: '80.0'
- start_line: 168
- end_line: 168
- matcher: 1-hash
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 80
- identifier: gpl-2.0_1153.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: Version of license not mentioned. Assumed to be version 2.
- - score: '100.0'
- start_line: 165
- end_line: 165
- matcher: 1-hash
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_469.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: Distributed under the terms of the GNU General Public License
- - score: '100.0'
- start_line: 178
- end_line: 178
- matcher: 1-hash
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: unknown_9.RULE
- license_expression: unknown
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: none'
- - score: '100.0'
- start_line: '194'
- end_line: '197'
- matcher: 1-hash
- rule_length: 44
- matched_length: 44
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: free-unknown_109.RULE
- license_expression: free-unknown
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This software is furnished under an open source license and may be used
- and copied only in accordance with the terms of this license. The text
- of the license may generally be found in the root directory of this
- installation in the COPYING file.
- - score: '100.0'
- start_line: 247
- end_line: 247
- matcher: 1-hash
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: unknown_9.RULE
- license_expression: unknown
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: none'
- - score: '100.0'
- start_line: 249
- end_line: 267
- matcher: 1-hash
- rule_length: 145
- matched_length: 145
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_362.RULE
- license_expression: public-domain
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- File lacks copyright and licensing, but contains the comment
- "Conversion routines derived from code by guido@sienanet.it" which
- might be interpreted as a copyright holder not granting a license.
- More likely, however, the header file is considered non-copyrightable
- header with merely a remark about origin of inspiration:
-
- * File was introduced in Asterisk 0.1.1 (according to git sources),
- together with file format_wav_gsm.c containing same comment but
- also explicit copyright and licensing:
- .
-
- * Asterisk 0.1.1 was released in 1999 (according to git sources),
- at about which time Guido Giorgetti released
- audio-related Delphi 3 code as "Freeware":
-
-
- .
-
- See also .
- - score: '100.0'
- start_line: 277
- end_line: 284
- matcher: 1-hash
- rule_length: 69
- matched_length: 69
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_848.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Have you intended for that package to be released under a Free
- > Software license (basically: one that allows distribution and
- > modification)? If so, could you please provide a version of that
- > source package licensed under some standard free software license
- > (GPL? LGPL? MIT?)
- .
- Thank you for your trouble. I intended the software to be free. GPL is
- fine. Please add the appropriate text to the file for me, in my name.
- - score: '100.0'
- start_line: 324
- end_line: 327
- matcher: 1-hash
- rule_length: 42
- matched_length: 42
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_64.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 2 of the License, or (at your
- option) any later version.
- - score: '100.0'
- start_line: 341
- end_line: 343
- matcher: 1-hash
- rule_length: 28
- matched_length: 28
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1333.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software, distributed under the terms of the GNU
- General Public License Version 2. See the LICENSE file at the top of
- the source tree.
- - score: '100.0'
- start_line: 356
- end_line: 359
- matcher: 1-hash
- rule_length: 42
- matched_length: 42
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_7.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation, either version 3 of the License, or (at your
- option) any later version.
- - score: '80.0'
- start_line: 381
- end_line: 381
- matcher: 1-hash
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 80
- identifier: gpl-2.0_1153.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: Version of license not mentioned. Assumed to be version 2.
- - score: '100.0'
- start_line: 378
- end_line: 378
- matcher: 1-hash
- rule_length: 8
- matched_length: 8
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_470.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: you may use this source under GPL terms!
- - score: '100.0'
- start_line: 387
- end_line: 389
- matcher: 1-hash
- rule_length: 28
- matched_length: 28
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1333.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software, distributed under the terms of the GNU
- General Public License Version 2. See the LICENSE file at the top of
- the source tree.
- - score: '90.0'
- start_line: 402
- end_line: 402
- matcher: 1-hash
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 90
- identifier: lgpl-2.1_384.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: Version of LGPL license not mentioned. Assumed to be version 2.1.
- - score: '100.0'
- start_line: 395
- end_line: 399
- matcher: 1-hash
- rule_length: 39
- matched_length: 39
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_or_lgpl-2.0-plus_1.RULE
- license_expression: gpl-2.0 OR lgpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software, distributed under the terms of the GNU
- General Public License Version 2. See the LICENSE file at the top of
- the source tree.
- .
- This version may be optionally licenced under the GNU LGPL licence.
- - score: '80.0'
- start_line: 430
- end_line: 430
- matcher: 2-aho
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 80
- identifier: gpl-2.0_1153.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: Version of license not mentioned. Assumed to be version 2.
- - score: '100.0'
- start_line: 426
- end_line: 427
- matcher: 1-hash
- rule_length: 17
- matched_length: 17
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_86.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software, distributed under the terms of
- the GNU Lesser (Library) General Public License
- - score: '100.0'
- start_line: 435
- end_line: 436
- matcher: 2-aho
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit_1064.RULE
- license_expression: mit
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Prototype is freely distributable under the terms of an MIT-style
- license.
- - score: '80.0'
- start_line: 461
- end_line: 461
- matcher: 1-hash
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 80
- identifier: gpl-2.0_1153.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: Version of license not mentioned. Assumed to be version 2.
- - score: '100.0'
- start_line: 458
- end_line: 458
- matcher: 1-hash
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_469.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: Distributed under the terms of the GNU General Public License
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/b/backup-manager/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/b/backup-manager/stable_copyright-detailed.expected.yml
index 789d238e7a3..033da0771f1 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/b/backup-manager/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/b/backup-manager/stable_copyright-detailed.expected.yml
@@ -1,33 +1,57 @@
-primary_license:
declared_license:
-license_expression: gpl-2.0-plus
+declared_license_expression: gpl-2.0-plus
+declared_license_expression_spdx: GPL-2.0-or-later
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 20
+ end_line: 26
+ matched_length: 66
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_842.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_842.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 66
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+
+ On Debian systems, the complete text of the GNU General Public
+ License version 2 can be found in `/usr/share/common-licenses/GPL-2`.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+other_license_detections: []
copyright: |
Copyright 2003-2010 Alexis Sukrieh
Copyright 2005 Alexis Sukrieh Debianization
Copyright 2005-2009 Alexis Sukrieh
Copyright 2009-2012 Sven Joachim
Copyright 2011-2012 Georgios M. Zarkadas
-matches:
- - score: '100.0'
- start_line: 20
- end_line: 26
- matcher: 2-aho
- rule_length: 66
- matched_length: 66
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_842.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 2
- of the License, or (at your option) any later version.
-
- On Debian systems, the complete text of the GNU General Public
- License version 2 can be found in `/usr/share/common-licenses/GPL-2`.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/c/clamav/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/c/clamav/stable_copyright-detailed.expected.yml
index 5de63e6d5b4..d8a238b93a2 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/c/clamav/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/c/clamav/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-2.0
declared_license:
- GPL-2
- GPL-2 with OpenSSL exception
@@ -39,7 +38,9 @@ declared_license:
- BSD-2-clause
- BSD-3-clause
- Zlib
-license_expression: (gpl-2.0 AND gpl-2.0) AND gpl-2.0 AND (gpl-2.0 AND openssl-exception-gpl-3.0-plus
+declared_license_expression: gpl-2.0
+declared_license_expression_spdx: GPL-2.0-only
+other_license_expression: (gpl-2.0 AND gpl-2.0) AND gpl-2.0 AND (gpl-2.0 AND openssl-exception-gpl-3.0-plus
AND gpl-2.0) AND gpl-2.0 AND (gpl-2.0-plus AND gpl-2.0-plus) AND gpl-2.0 AND (gpl-2.0-plus
AND gpl-2.0-plus) AND gpl-2.0 AND (gpl-2.0-plus AND autoconf-simple-exception-2.0 AND gpl-2.0)
AND gpl-2.0 AND (gpl-3.0-plus WITH autoconf-simple-exception AND gpl-3.0) AND gpl-3.0 AND
@@ -48,10 +49,2384 @@ license_expression: (gpl-2.0 AND gpl-2.0) AND gpl-2.0 AND (gpl-2.0 AND openssl-e
((lgpl-2.1 AND lgpl-2.1) AND bsd-new) AND mit AND (x11-xconsortium AND public-domain) AND
mit AND bsd-simplified AND bsd-simplified AND bsd-new AND bsd-new AND bsd-new AND zlib AND
zlib AND isc AND fsf-unlimited AND fsf-free AND fsf-unlimited-no-warranty AND fsf-ap AND fsf-ap
- AND bzip2-libbzip-2010 AND (public-domain AND public-domain) AND public-domain AND public-domain
- AND x11-tiff AND (public-domain AND public-domain) AND (apache-2.0 AND (free-unknown AND apache-2.0
- WITH generic-exception)) AND (free-unknown AND apache-2.0 WITH generic-exception) AND (gpl-3.0-plus
+ AND bzip2-libbzip-2010 AND public-domain AND public-domain AND public-domain AND x11-tiff
+ AND (public-domain AND public-domain) AND (apache-2.0 AND (free-unknown AND apache-2.0 WITH
+ generic-exception)) AND (free-unknown AND apache-2.0 WITH generic-exception) AND (gpl-3.0-plus
WITH bison-exception-2.2 AND gpl-3.0) AND gpl-3.0
+other_license_expression_spdx: (GPL-2.0-only AND GPL-2.0-only) AND GPL-2.0-only AND (GPL-2.0-only
+ AND LicenseRef-scancode-openssl-exception-gpl-3.0-plus AND GPL-2.0-only) AND GPL-2.0-only
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND GPL-2.0-only AND (GPL-2.0-or-later AND GPL-2.0-or-later)
+ AND GPL-2.0-only AND (GPL-2.0-or-later AND LicenseRef-scancode-autoconf-simple-exception-2.0
+ AND GPL-2.0-only) AND GPL-2.0-only AND (GPL-3.0-or-later WITH LicenseRef-scancode-autoconf-simple-exception
+ AND GPL-3.0-only) AND GPL-3.0-only AND (GPL-2.0-or-later WITH Libtool-exception AND GPL-2.0-only)
+ AND GPL-2.0-only AND (LGPL-2.0-or-later WITH Libtool-exception AND LGPL-2.0-or-later) AND
+ LGPL-2.0-or-later AND (LGPL-2.1-only AND LGPL-2.1-only) AND ((LGPL-2.1-only AND LGPL-2.1-only)
+ AND BSD-3-Clause) AND MIT AND (X11 AND LicenseRef-scancode-public-domain) AND MIT AND BSD-2-Clause
+ AND BSD-2-Clause AND BSD-3-Clause AND BSD-3-Clause AND BSD-3-Clause AND Zlib AND Zlib AND
+ ISC AND FSFULLR AND FSFUL AND LicenseRef-scancode-fsf-unlimited-no-warranty AND FSFAP AND
+ FSFAP AND bzip2-1.0.6 AND LicenseRef-scancode-public-domain AND LicenseRef-scancode-public-domain
+ AND LicenseRef-scancode-public-domain AND libtiff AND (LicenseRef-scancode-public-domain AND
+ LicenseRef-scancode-public-domain) AND (Apache-2.0 AND (LicenseRef-scancode-free-unknown AND
+ Apache-2.0 WITH LicenseRef-scancode-generic-exception)) AND (LicenseRef-scancode-free-unknown
+ AND Apache-2.0 WITH LicenseRef-scancode-generic-exception) AND (GPL-3.0-or-later WITH Bison-exception-2.2
+ AND GPL-3.0-only) AND GPL-3.0-only
+license_detections: []
+other_license_detections:
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 24
+ end_line: 24
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_561.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_561.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: 25
+ end_line: 32
+ matched_length: 68
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_121.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_121.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 68
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0 AND openssl-exception-gpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 50
+ end_line: 57
+ matched_length: 68
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_121.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_121.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 68
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: 59
+ end_line: 71
+ matched_length: 121
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: openssl-exception-gpl-3.0-plus
+ rule_identifier: openssl-exception-gpl-3.0-plus.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-exception-gpl-3.0-plus.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 121
+ rule_relevance: 100
+ matched_text: |
+ In addition, as a special exception, the copyright holders give
+ permission to link the code of portions of this program with the
+ OpenSSL library under certain conditions as described in each
+ individual source file, and distribute linked combinations
+ including the two.
+
+ You must obey the GNU General Public License in all respects
+ for all of the code used other than OpenSSL. If you modify
+ file(s) with this exception, you may extend this exception to your
+ version of the 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.
+ licenses:
+ - key: openssl-exception-gpl-3.0-plus
+ name: OpenSSL exception to GPL 3.0 or later
+ short_name: OpenSSL exception to GPL 3.0 or later
+ category: Copyleft
+ is_exception: yes
+ is_unknown: no
+ owner: Tildeslash
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/openssl-exception-gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-exception-gpl-3.0-plus.LICENSE
+ spdx_license_key: LicenseRef-scancode-openssl-exception-gpl-3.0-plus
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-exception-gpl-3.0-plus.LICENSE
+ - score: '100.0'
+ start_line: 73
+ end_line: 79
+ matched_length: 60
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1140.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1140.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 60
+ rule_relevance: 100
+ matched_text: |
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0-plus AND autoconf-simple-exception-2.0 AND gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 155
+ end_line: 163
+ matched_length: 76
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 76
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 165
+ end_line: 168
+ matched_length: 42
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: autoconf-simple-exception-2.0
+ rule_identifier: autoconf-simple-exception-2.0.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/autoconf-simple-exception-2.0.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 42
+ rule_relevance: 100
+ matched_text: |
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that program.
+ licenses:
+ - key: autoconf-simple-exception-2.0
+ name: Autoconf simple exception to GPL-2.0
+ short_name: Autoconf simple exception to GPL-2.0
+ category: Copyleft Limited
+ is_exception: yes
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob;f=config.guess;h=a7448442748cc6f98a066d2d1051fad3b043761a;hb=HEAD
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/autoconf-simple-exception-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/autoconf-simple-exception-2.0.LICENSE
+ spdx_license_key: LicenseRef-scancode-autoconf-simple-exception-2.0
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/autoconf-simple-exception-2.0.LICENSE
+ - score: '100.0'
+ start_line: 170
+ end_line: 176
+ matched_length: 60
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1140.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1140.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 60
+ rule_relevance: 100
+ matched_text: |
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-3.0-plus WITH autoconf-simple-exception AND gpl-3.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 186
+ end_line: 201
+ matched_length: 139
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus WITH autoconf-simple-exception
+ rule_identifier: gpl-3.0-plus_with_autoconf-simple-exception_2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_with_autoconf-simple-exception_2.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 139
+ rule_relevance: 100
+ matched_text: |
+ This file 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 Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that
+ program. This Exception is an additional permission under section 7
+ of the GNU General Public License, version 3 ("GPLv3").
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - key: autoconf-simple-exception
+ name: Autoconf simple exception
+ short_name: Autoconf simple exception
+ category: Copyleft Limited
+ is_exception: yes
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob;f=config.guess;h=a7448442748cc6f98a066d2d1051fad3b043761a;hb=HEAD
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/autoconf-simple-exception
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/autoconf-simple-exception.LICENSE
+ spdx_license_key: LicenseRef-scancode-autoconf-simple-exception
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/autoconf-simple-exception.LICENSE
+ - score: '100.0'
+ start_line: 203
+ end_line: 209
+ matched_length: 60
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_404.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_404.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 60
+ rule_relevance: 100
+ matched_text: |
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ On Debian systems, the full text of the GNU General Public License
+ version 3 can be found in the file `/usr/share/common-licenses/GPL-3.
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
+ - license_expression: gpl-2.0-plus WITH libtool-exception-2.0 AND gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 217
+ end_line: 230
+ matched_length: 124
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus WITH libtool-exception-2.0
+ rule_identifier: gpl-2.0-plus_with_libtool-exception-2.0_2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_with_libtool-exception-2.0_2.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 124
+ rule_relevance: 100
+ matched_text: |
+ GNU Libtool 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 Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ As a special exception to the GNU General Public License,
+ if you distribute this file as part of a program or library that
+ is built using GNU Libtool, you may include this file under the
+ same distribution terms that you use for the rest of that program.
+
+ GNU Libtool is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - key: libtool-exception-2.0
+ name: GNU Libtool exception to GPL 2.0
+ short_name: GNU Libtool exception to GPL 2.0
+ category: Copyleft Limited
+ is_exception: yes
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://git.savannah.gnu.org/cgit/libtool.git/tree/m4/libtool.m4
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/libtool-exception-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/libtool-exception-2.0.LICENSE
+ spdx_license_key: Libtool-exception
+ spdx_url: https://spdx.org/licenses/Libtool-exception
+ - score: '100.0'
+ start_line: 232
+ end_line: 238
+ matched_length: 60
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1140.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1140.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 60
+ rule_relevance: 100
+ matched_text: |
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: lgpl-2.0-plus WITH libtool-exception-2.0 AND lgpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 245
+ end_line: 258
+ matched_length: 127
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0-plus WITH libtool-exception-2.0
+ rule_identifier: lgpl-2.0-plus_with_libtool-exception-2.0_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_with_libtool-exception-2.0_4.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 127
+ rule_relevance: 100
+ matched_text: |
+ GNU Libltdl is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+
+ As a special exception to the GNU Lesser General Public License,
+ if you distribute this file as part of a program or library that
+ is built using GNU Libtool, you may include this file under the
+ same distribution terms that you use for the rest of that program.
+
+ GNU Libltdl is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - key: libtool-exception-2.0
+ name: GNU Libtool exception to GPL 2.0
+ short_name: GNU Libtool exception to GPL 2.0
+ category: Copyleft Limited
+ is_exception: yes
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://git.savannah.gnu.org/cgit/libtool.git/tree/m4/libtool.m4
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/libtool-exception-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/libtool-exception-2.0.LICENSE
+ spdx_license_key: Libtool-exception
+ spdx_url: https://spdx.org/licenses/Libtool-exception
+ - score: '100.0'
+ start_line: 260
+ end_line: 266
+ matched_length: 62
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_452.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_452.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 62
+ rule_relevance: 100
+ matched_text: |
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ On Debian systems, the full text of the GNU Lesser General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/LGPL-2'.
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - license_expression: isc
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 376
+ end_line: 386
+ matched_length: 111
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: isc
+ rule_identifier: isc_14.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/isc_14.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 111
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ licenses:
+ - key: isc
+ name: ISC License
+ short_name: ISC License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: ISC - Internet Systems Consortium
+ homepage_url: https://www.isc.org/licenses/
+ text_url: http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_with_legal_disclaimer_2
+ reference_url: https://scancode-licensedb.aboutcode.org/isc
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/isc.LICENSE
+ spdx_license_key: ISC
+ spdx_url: https://spdx.org/licenses/ISC
+ - license_expression: fsf-unlimited
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 407
+ end_line: 409
+ matched_length: 29
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: fsf-unlimited
+ rule_identifier: fsf-unlimited.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-unlimited.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 29
+ rule_relevance: 100
+ matched_text: |
+ This file is free software; the Free Software Foundation gives
+ unlimited permission to copy and/or distribute it, with or without
+ modifications, as long as this notice is preserved.
+ licenses:
+ - key: fsf-unlimited
+ name: Free Software Foundation - Unlimited License
+ short_name: FSF-Unlimited
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License#License_Retention_Variant
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/fsf-unlimited
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-unlimited.LICENSE
+ spdx_license_key: FSFULLR
+ spdx_url: https://spdx.org/licenses/FSFULLR
+ - license_expression: fsf-free
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 417
+ end_line: 418
+ matched_length: 18
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: fsf-free
+ rule_identifier: fsf-free.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-free.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 18
+ rule_relevance: 100
+ matched_text: |
+ This configure script is free software; the Free Software Foundation
+ gives unlimited permission to copy, distribute and modify it.
+ licenses:
+ - key: fsf-free
+ name: Free Software Foundation - Free Software License
+ short_name: FSF Free Software License
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.fsf.org/licensing/licenses/
+ text_url: https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License
+ reference_url: https://scancode-licensedb.aboutcode.org/fsf-free
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-free.LICENSE
+ spdx_license_key: FSFUL
+ spdx_url: https://spdx.org/licenses/FSFUL
+ - license_expression: fsf-unlimited-no-warranty
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 446
+ end_line: 453
+ matched_length: 63
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: fsf-unlimited-no-warranty
+ rule_identifier: fsf-unlimited-no-warranty.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-unlimited-no-warranty.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 63
+ rule_relevance: 100
+ matched_text: |
+ This file is free software; the Free Software Foundation
+ gives unlimited permission to copy and/or distribute it,
+ with or without modifications, as long as this notice is preserved.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+ even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ PARTICULAR PURPOSE.
+ licenses:
+ - key: fsf-unlimited-no-warranty
+ name: FSF Unlimited License No Warranty
+ short_name: FSF Unlimited License No Warranty
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.fsf.org/licensing/licenses/
+ text_url: http://www.fsf.org/licensing/licenses/
+ reference_url: https://scancode-licensedb.aboutcode.org/fsf-unlimited-no-warranty
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-unlimited-no-warranty.LICENSE
+ spdx_license_key: LicenseRef-scancode-fsf-unlimited-no-warranty
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-unlimited-no-warranty.LICENSE
+ - license_expression: fsf-ap
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 460
+ end_line: 463
+ matched_length: 37
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: fsf-ap
+ rule_identifier: fsf-ap_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/fsf-ap_4.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 37
+ rule_relevance: 100
+ matched_text: |
+ 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. This file is offered as-is,
+ without warranty of any kind.
+ licenses:
+ - key: fsf-ap
+ name: FSF All Permissive License
+ short_name: FSF All Permissive License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/fsf-ap
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-ap.LICENSE
+ spdx_license_key: FSFAP
+ spdx_url: https://spdx.org/licenses/FSFAP
+ - license_expression: fsf-ap
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 470
+ end_line: 473
+ matched_length: 35
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: fsf-ap
+ rule_identifier: fsf-ap.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-ap.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 35
+ rule_relevance: 100
+ matched_text: |
+ 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. This file is offered as-is, without any
+ warranty.
+ licenses:
+ - key: fsf-ap
+ name: FSF All Permissive License
+ short_name: FSF All Permissive License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/fsf-ap
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-ap.LICENSE
+ spdx_license_key: FSFAP
+ spdx_url: https://spdx.org/licenses/FSFAP
+ - license_expression: bzip2-libbzip-2010
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 482
+ end_line: 511
+ matched_length: 233
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bzip2-libbzip-2010
+ rule_identifier: bzip2-libbzip-2010.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bzip2-libbzip-2010.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 233
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ 2. The origin of this software must not be misrepresented; you must
+ not claim that you wrote the original software. If you use this
+ software in a product, an acknowledgment in the product
+ documentation would be appreciated but is not required.
+
+ 3. Altered source versions must be plainly marked as such, and must
+ not be misrepresented as being the original software.
+
+ 4. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 THE AUTHOR 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.
+ licenses:
+ - key: bzip2-libbzip-2010
+ name: bzip2 License 2010
+ short_name: bzip2 License 2010
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: bzip
+ homepage_url: https://github.com/asimonov-im/bzip2/blob/master/LICENSE
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/bzip2-libbzip-2010
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bzip2-libbzip-2010.LICENSE
+ spdx_license_key: bzip2-1.0.6
+ spdx_url: https://spdx.org/licenses/bzip2-1.0.6
+ - license_expression: public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '70.0'
+ start_line: 518
+ end_line: 518
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_bare_words.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_bare_words.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 70
+ matched_text: public domain
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - score: '70.0'
+ start_line: 519
+ end_line: 519
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_bare_words.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_bare_words.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 70
+ matched_text: Public Domain
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 526
+ end_line: 526
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_38.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: is public domain
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 533
+ end_line: 533
+ matched_length: 5
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_45.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_45.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 5
+ rule_relevance: 100
+ matched_text: placed in the public domain
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: x11-tiff
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 543
+ end_line: 560
+ matched_length: 168
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: x11-tiff
+ rule_identifier: x11-tiff.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-tiff.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 168
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, distribute, and sell this software and
+ its documentation for any purpose is hereby granted without fee, provided
+ that (i) the above copyright notices and this permission notice appear in
+ all copies of the software and related documentation, and (ii) the names of
+ Sam Leffler and Silicon Graphics may not be used in any advertising or
+ publicity relating to the software without the specific, prior written
+ permission of Sam Leffler and Silicon Graphics.
+
+ THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+ WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+
+ IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
+ ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+ WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
+ LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
+ OF THIS SOFTWARE.
+ licenses:
+ - key: x11-tiff
+ name: X11-Style (Tiff)
+ short_name: X11-Style (Tiff)
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: SGI - Silicon Graphics
+ homepage_url:
+ text_url: https://fedoraproject.org/wiki/Licensing/libtiff
+ reference_url: https://scancode-licensedb.aboutcode.org/x11-tiff
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-tiff.LICENSE
+ spdx_license_key: libtiff
+ spdx_url: https://spdx.org/licenses/libtiff
+ - license_expression: public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 565
+ end_line: 565
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_38.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: is public domain.
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - score: '70.0'
+ start_line: 569
+ end_line: 569
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_bare_words.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_bare_words.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 70
+ matched_text: public domain.
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: apache-2.0 AND (free-unknown AND apache-2.0 WITH generic-exception)
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 579
+ end_line: 589
+ matched_length: 85
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_7.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 85
+ rule_relevance: 100
+ matched_text: |
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - score: '100.0'
+ start_line: 591
+ end_line: 602
+ matched_length: 137
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: free-unknown AND apache-2.0 WITH generic-exception
+ rule_identifier: free-unknown_and_apache-2.0_with_generic-exception_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/free-unknown_and_apache-2.0_with_generic-exception_1.RULE
+ referenced_filenames:
+ - COPYING.YARA
+ - /usr/share/common-licenses/Apache-2.0
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 137
+ rule_relevance: 100
+ matched_text: |
+ See COPYING.YARA. The GPL exception has been granted by upstream in
+ https://bugzilla.clamav.net/show_bug.cgi?id=11336:
+ Steven Morgan 2015-07-21 23:02:01 CEST
+ The Apache 2 license notification for YARA is in the file COPYING.YARA,
+ similar to what we do for bzip2 and at least 9 other third party components
+ included in ClamAV. We also maintain the Apache v2 license header within the
+ YARA source code files as well as noting that the file is modified. We also
+ intend to write a GPL exclusion, as is done for OpenSSL. We believe these to
+ be sufficient indicators of which licenses apply to which source files.
+
+ On Debian systems, the full text of the Apache License, Version 2.0 can be
+ found in the file `/usr/share/common-licenses/Apache-2.0'.
+ licenses:
+ - key: free-unknown
+ name: Free unknown license detected but not recognized
+ short_name: Free unknown
+ category: Unstated License
+ is_exception: no
+ is_unknown: yes
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/free-unknown
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/free-unknown.LICENSE
+ spdx_license_key: LicenseRef-scancode-free-unknown
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/free-unknown.LICENSE
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - key: generic-exception
+ name: Generic Exception Notice
+ short_name: Generic Exception Notice
+ category: Unstated License
+ is_exception: yes
+ is_unknown: no
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/generic-exception
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/generic-exception.LICENSE
+ spdx_license_key: LicenseRef-scancode-generic-exception
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/generic-exception.LICENSE
+ - license_expression: gpl-3.0-plus WITH bison-exception-2.2 AND gpl-3.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 610
+ end_line: 628
+ matched_length: 169
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus WITH bison-exception-2.2
+ rule_identifier: gpl-3.0-plus_with_bison-exception-2.2_6.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_with_bison-exception-2.2_6.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 169
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ As a special exception, you may create a larger work that contains
+ part or all of the Bison parser skeleton and distribute that work
+ under terms of your choice, so long as that work isn't itself a
+ parser generator using the skeleton or a modified version thereof
+ as a parser skeleton. Alternatively, if you modify or redistribute
+ the parser skeleton itself, you may (at your option) remove this
+ special exception, which will cause the skeleton and the resulting
+ Bison output files to be licensed under the GNU General Public
+ License without this special exception.
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - key: bison-exception-2.2
+ name: Bison 2.2 exception to GPL 2.0 or later
+ short_name: Bison 2.2 exception to GPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: yes
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/bison-exception-2.2
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bison-exception-2.2.LICENSE
+ spdx_license_key: Bison-exception-2.2
+ spdx_url: https://spdx.org/licenses/Bison-exception-2.2
+ - score: '100.0'
+ start_line: 630
+ end_line: 636
+ matched_length: 60
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_404.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_404.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 60
+ rule_relevance: 100
+ matched_text: |
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ On Debian systems, the full text of the GNU General Public License
+ version 3 can be found in the file `/usr/share/common-licenses/GPL-3.
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 638
+ end_line: 638
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 639
+ end_line: 647
+ matched_length: 79
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_90.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_90.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 79
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: lgpl-2.1
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 649
+ end_line: 649
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_38.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1'
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - score: '100.0'
+ start_line: 650
+ end_line: 657
+ matched_length: 71
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_302.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_302.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 71
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License version 2.1 as published by the Free Software Foundation.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 668
+ end_line: 683
+ matched_length: 160
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit_1063.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_1063.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 160
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and 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
+ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: bsd-simplified
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 686
+ end_line: 705
+ matched_length: 183
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-simplified
+ rule_identifier: bsd-simplified_28.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-simplified_28.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 183
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-simplified
+ name: BSD-2-Clause
+ short_name: BSD-2-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-2-Clause
+ text_url: http://opensource.org/licenses/bsd-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-simplified
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE
+ spdx_license_key: BSD-2-Clause
+ spdx_url: https://spdx.org/licenses/BSD-2-Clause
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 708
+ end_line: 730
+ matched_length: 213
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_19.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_19.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 213
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: zlib
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 733
+ end_line: 747
+ matched_length: 132
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: zlib
+ rule_identifier: zlib.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 132
+ rule_relevance: 100
+ matched_text: |
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ licenses:
+ - key: zlib
+ name: ZLIB License
+ short_name: ZLIB License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: zlib
+ homepage_url: http://www.zlib.net/
+ text_url: http://www.gzip.org/zlib/zlib_license.html
+ reference_url: https://scancode-licensedb.aboutcode.org/zlib
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE
+ spdx_license_key: Zlib
+ spdx_url: https://spdx.org/licenses/Zlib
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 34
+ end_line: 40
+ matched_length: 60
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1140.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1140.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 60
+ rule_relevance: 100
+ matched_text: |
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 73
+ end_line: 79
+ matched_length: 60
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1140.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1140.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 60
+ rule_relevance: 100
+ matched_text: |
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 121
+ end_line: 127
+ matched_length: 60
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1140.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1140.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 60
+ rule_relevance: 100
+ matched_text: |
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 135
+ end_line: 141
+ matched_length: 60
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1140.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1140.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 60
+ rule_relevance: 100
+ matched_text: |
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 170
+ end_line: 176
+ matched_length: 60
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1140.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1140.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 60
+ rule_relevance: 100
+ matched_text: |
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-3.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 203
+ end_line: 209
+ matched_length: 60
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_404.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_404.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 60
+ rule_relevance: 100
+ matched_text: |
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ On Debian systems, the full text of the GNU General Public License
+ version 3 can be found in the file `/usr/share/common-licenses/GPL-3.
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 232
+ end_line: 238
+ matched_length: 60
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1140.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1140.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 60
+ rule_relevance: 100
+ matched_text: |
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: lgpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 260
+ end_line: 266
+ matched_length: 62
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_452.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_452.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 62
+ rule_relevance: 100
+ matched_text: |
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ On Debian systems, the full text of the GNU Lesser General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/LGPL-2'.
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - license_expression: x11-xconsortium AND public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '20.2'
+ start_line: 293
+ end_line: 296
+ matched_length: 41
+ match_coverage: '20.2'
+ matcher: 3-seq
+ license_expression: x11-xconsortium
+ rule_identifier: x11-xconsortium_21.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/x11-xconsortium_21.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 203
+ rule_relevance: 100
+ matched_text: |
+ Except as contained in this notice, the name of the X Consortium shall not
+ be used in advertising or otherwise to promote the sale, use or other deal-
+ ings in this Software without prior written authorization from the X Consor-
+ tium.
+ licenses:
+ - key: x11-xconsortium
+ name: X11-Style (X Consortium)
+ short_name: X11-Style (X Consortium)
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: X Consortium
+ homepage_url: http://www.xfree86.org/current/LICENSE5.html
+ text_url: http://www.xfree86.org/current/LICENSE5.html
+ reference_url: https://scancode-licensedb.aboutcode.org/x11-xconsortium
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium.LICENSE
+ spdx_license_key: X11
+ spdx_url: https://spdx.org/licenses/X11
+ - score: '100.0'
+ start_line: 298
+ end_line: 298
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_58.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_58.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 100
+ matched_text: FSF changes to this file are in the public domain.
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: free-unknown AND apache-2.0 WITH generic-exception
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 591
+ end_line: 602
+ matched_length: 137
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: free-unknown AND apache-2.0 WITH generic-exception
+ rule_identifier: free-unknown_and_apache-2.0_with_generic-exception_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/free-unknown_and_apache-2.0_with_generic-exception_1.RULE
+ referenced_filenames:
+ - COPYING.YARA
+ - /usr/share/common-licenses/Apache-2.0
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 137
+ rule_relevance: 100
+ matched_text: |
+ See COPYING.YARA. The GPL exception has been granted by upstream in
+ https://bugzilla.clamav.net/show_bug.cgi?id=11336:
+ Steven Morgan 2015-07-21 23:02:01 CEST
+ The Apache 2 license notification for YARA is in the file COPYING.YARA,
+ similar to what we do for bzip2 and at least 9 other third party components
+ included in ClamAV. We also maintain the Apache v2 license header within the
+ YARA source code files as well as noting that the file is modified. We also
+ intend to write a GPL exclusion, as is done for OpenSSL. We believe these to
+ be sufficient indicators of which licenses apply to which source files.
+
+ On Debian systems, the full text of the Apache License, Version 2.0 can be
+ found in the file `/usr/share/common-licenses/Apache-2.0'.
+ licenses:
+ - key: free-unknown
+ name: Free unknown license detected but not recognized
+ short_name: Free unknown
+ category: Unstated License
+ is_exception: no
+ is_unknown: yes
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/free-unknown
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/free-unknown.LICENSE
+ spdx_license_key: LicenseRef-scancode-free-unknown
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/free-unknown.LICENSE
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - key: generic-exception
+ name: Generic Exception Notice
+ short_name: Generic Exception Notice
+ category: Unstated License
+ is_exception: yes
+ is_unknown: no
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/generic-exception
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/generic-exception.LICENSE
+ spdx_license_key: LicenseRef-scancode-generic-exception
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/generic-exception.LICENSE
+ - license_expression: gpl-3.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 630
+ end_line: 636
+ matched_length: 60
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_404.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_404.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 60
+ rule_relevance: 100
+ matched_text: |
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ On Debian systems, the full text of the GNU General Public License
+ version 3 can be found in the file `/usr/share/common-licenses/GPL-3.
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
copyright: |
1998-2015, Sourcefire, Inc.
2002-2007, Tomasz Kojm
@@ -106,1256 +2481,3 @@ copyright: |
Copyright (C) 2014 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
Copyright (c) 2013. The YARA Authors. All Rights Reserved.
1984, 1989-1990, 2000-2011, Free Software Foundation, Inc.
-matches:
- - score: '100.0'
- start_line: 24
- end_line: 24
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_561.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2'
- - score: '100.0'
- start_line: 25
- end_line: 32
- matcher: 1-hash
- rule_length: 68
- matched_length: 68
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_121.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 as
- published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- - score: '100.0'
- start_line: 50
- end_line: 57
- matcher: 2-aho
- rule_length: 68
- matched_length: 68
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_121.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 as
- published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- - score: '100.0'
- start_line: 59
- end_line: 71
- matcher: 2-aho
- rule_length: 121
- matched_length: 121
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: openssl-exception-gpl-3.0-plus.LICENSE
- license_expression: openssl-exception-gpl-3.0-plus
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- In addition, as a special exception, the copyright holders give
- permission to link the code of portions of this program with the
- OpenSSL library under certain conditions as described in each
- individual source file, and distribute linked combinations
- including the two.
-
- You must obey the GNU General Public License in all respects
- for all of the code used other than OpenSSL. If you modify
- file(s) with this exception, you may extend this exception to your
- version of the 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.
- - score: '100.0'
- start_line: 73
- end_line: 79
- matcher: 1-hash
- rule_length: 60
- matched_length: 60
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1140.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- On Debian systems, the full text of the GNU General Public License
- version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 155
- end_line: 163
- matcher: 2-aho
- rule_length: 76
- matched_length: 76
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_3.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 2, or (at your option)
- any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- - score: '100.0'
- start_line: 165
- end_line: 168
- matcher: 2-aho
- rule_length: 42
- matched_length: 42
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: autoconf-simple-exception-2.0.LICENSE
- license_expression: autoconf-simple-exception-2.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- As a special exception to the GNU General Public License, if you
- distribute this file as part of a program that contains a
- configuration script generated by Autoconf, you may include it under
- the same distribution terms that you use for the rest of that program.
- - score: '100.0'
- start_line: 170
- end_line: 176
- matcher: 1-hash
- rule_length: 60
- matched_length: 60
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1140.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- On Debian systems, the full text of the GNU General Public License
- version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 186
- end_line: 201
- matcher: 1-hash
- rule_length: 139
- matched_length: 139
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_with_autoconf-simple-exception_2.RULE
- license_expression: gpl-3.0-plus WITH autoconf-simple-exception
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This file 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 Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.
-
- As a special exception to the GNU General Public License, if you
- distribute this file as part of a program that contains a
- configuration script generated by Autoconf, you may include it under
- the same distribution terms that you use for the rest of that
- program. This Exception is an additional permission under section 7
- of the GNU General Public License, version 3 ("GPLv3").
- - score: '100.0'
- start_line: 203
- end_line: 209
- matcher: 1-hash
- rule_length: 60
- matched_length: 60
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_404.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- On Debian systems, the full text of the GNU General Public License
- version 3 can be found in the file `/usr/share/common-licenses/GPL-3.
- - score: '100.0'
- start_line: 217
- end_line: 230
- matcher: 1-hash
- rule_length: 124
- matched_length: 124
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_with_libtool-exception-2.0_2.RULE
- license_expression: gpl-2.0-plus WITH libtool-exception-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- GNU Libtool 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 Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- As a special exception to the GNU General Public License,
- if you distribute this file as part of a program or library that
- is built using GNU Libtool, you may include this file under the
- same distribution terms that you use for the rest of that program.
-
- GNU Libtool is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.
- - score: '100.0'
- start_line: 232
- end_line: 238
- matcher: 1-hash
- rule_length: 60
- matched_length: 60
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1140.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- On Debian systems, the full text of the GNU General Public License
- version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 245
- end_line: 258
- matcher: 1-hash
- rule_length: 127
- matched_length: 127
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_with_libtool-exception-2.0_4.RULE
- license_expression: lgpl-2.0-plus WITH libtool-exception-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- GNU Libltdl is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- As a special exception to the GNU Lesser General Public License,
- if you distribute this file as part of a program or library that
- is built using GNU Libtool, you may include this file under the
- same distribution terms that you use for the rest of that program.
-
- GNU Libltdl is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
- - score: '100.0'
- start_line: 260
- end_line: 266
- matcher: 1-hash
- rule_length: 62
- matched_length: 62
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_452.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You should have received a copy of the GNU Lesser General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- On Debian systems, the full text of the GNU Lesser General Public License
- version 2 can be found in the file `/usr/share/common-licenses/LGPL-2'.
- - score: '100.0'
- start_line: 376
- end_line: 386
- matcher: 1-hash
- rule_length: 111
- matched_length: 111
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: isc_14.RULE
- license_expression: isc
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute this software for any
- purpose with or without fee is hereby granted, provided that the above
- copyright notice and this permission notice appear in all copies.
-
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- - score: '100.0'
- start_line: 407
- end_line: 409
- matcher: 1-hash
- rule_length: 29
- matched_length: 29
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: fsf-unlimited.LICENSE
- license_expression: fsf-unlimited
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This file is free software; the Free Software Foundation gives
- unlimited permission to copy and/or distribute it, with or without
- modifications, as long as this notice is preserved.
- - score: '100.0'
- start_line: 417
- end_line: 418
- matcher: 1-hash
- rule_length: 18
- matched_length: 18
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: fsf-free.LICENSE
- license_expression: fsf-free
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This configure script is free software; the Free Software Foundation
- gives unlimited permission to copy, distribute and modify it.
- - score: '100.0'
- start_line: 446
- end_line: 453
- matcher: 1-hash
- rule_length: 63
- matched_length: 63
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: fsf-unlimited-no-warranty.LICENSE
- license_expression: fsf-unlimited-no-warranty
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This file is free software; the Free Software Foundation
- gives unlimited permission to copy and/or distribute it,
- with or without modifications, as long as this notice is preserved.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY, to the extent permitted by law; without
- even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- PARTICULAR PURPOSE.
- - score: '100.0'
- start_line: 460
- end_line: 463
- matcher: 1-hash
- rule_length: 37
- matched_length: 37
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: fsf-ap_4.RULE
- license_expression: fsf-ap
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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. This file is offered as-is,
- without warranty of any kind.
- - score: '100.0'
- start_line: 470
- end_line: 473
- matcher: 1-hash
- rule_length: 35
- matched_length: 35
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: fsf-ap.LICENSE
- license_expression: fsf-ap
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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. This file is offered as-is, without any
- warranty.
- - score: '100.0'
- start_line: 482
- end_line: 511
- matcher: 1-hash
- rule_length: 233
- matched_length: 233
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bzip2-libbzip-2010.LICENSE
- license_expression: bzip2-libbzip-2010
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
-
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- 2. The origin of this software must not be misrepresented; you must
- not claim that you wrote the original software. If you use this
- software in a product, an acknowledgment in the product
- documentation would be appreciated but is not required.
-
- 3. Altered source versions must be plainly marked as such, and must
- not be misrepresented as being the original software.
-
- 4. The name of the author may not be used to endorse or promote
- products derived from this software without specific prior written
- permission.
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 THE AUTHOR 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.
- - score: '70.0'
- start_line: 518
- end_line: 518
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 70
- identifier: public-domain_bare_words.RULE
- license_expression: public-domain
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: public domain
- - score: '70.0'
- start_line: 519
- end_line: 519
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 70
- identifier: public-domain_bare_words.RULE
- license_expression: public-domain
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: Public Domain
- - score: '100.0'
- start_line: 526
- end_line: 526
- matcher: 2-aho
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_38.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: is public domain
- - score: '100.0'
- start_line: 533
- end_line: 533
- matcher: 2-aho
- rule_length: 5
- matched_length: 5
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_45.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: placed in the public domain
- - score: '100.0'
- start_line: 543
- end_line: 560
- matcher: 1-hash
- rule_length: 168
- matched_length: 168
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: x11-tiff.LICENSE
- license_expression: x11-tiff
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, distribute, and sell this software and
- its documentation for any purpose is hereby granted without fee, provided
- that (i) the above copyright notices and this permission notice appear in
- all copies of the software and related documentation, and (ii) the names of
- Sam Leffler and Silicon Graphics may not be used in any advertising or
- publicity relating to the software without the specific, prior written
- permission of Sam Leffler and Silicon Graphics.
-
- THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
- EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
- WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-
- IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
- ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
- OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
- WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
- LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
- OF THIS SOFTWARE.
- - score: '100.0'
- start_line: 565
- end_line: 565
- matcher: 2-aho
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_38.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: is public domain.
- - score: '70.0'
- start_line: 569
- end_line: 569
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 70
- identifier: public-domain_bare_words.RULE
- license_expression: public-domain
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: public domain.
- - score: '100.0'
- start_line: 579
- end_line: 589
- matcher: 1-hash
- rule_length: 85
- matched_length: 85
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_7.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- - score: '100.0'
- start_line: 591
- end_line: 602
- matcher: 1-hash
- rule_length: 137
- matched_length: 137
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: free-unknown_and_apache-2.0_with_generic-exception_1.RULE
- license_expression: free-unknown AND apache-2.0 WITH generic-exception
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- See COPYING.YARA. The GPL exception has been granted by upstream in
- https://bugzilla.clamav.net/show_bug.cgi?id=11336:
- Steven Morgan 2015-07-21 23:02:01 CEST
- The Apache 2 license notification for YARA is in the file COPYING.YARA,
- similar to what we do for bzip2 and at least 9 other third party components
- included in ClamAV. We also maintain the Apache v2 license header within the
- YARA source code files as well as noting that the file is modified. We also
- intend to write a GPL exclusion, as is done for OpenSSL. We believe these to
- be sufficient indicators of which licenses apply to which source files.
-
- On Debian systems, the full text of the Apache License, Version 2.0 can be
- found in the file `/usr/share/common-licenses/Apache-2.0'.
- - score: '100.0'
- start_line: 610
- end_line: 628
- matcher: 1-hash
- rule_length: 169
- matched_length: 169
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_with_bison-exception-2.2_6.RULE
- license_expression: gpl-3.0-plus WITH bison-exception-2.2
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- As a special exception, you may create a larger work that contains
- part or all of the Bison parser skeleton and distribute that work
- under terms of your choice, so long as that work isn't itself a
- parser generator using the skeleton or a modified version thereof
- as a parser skeleton. Alternatively, if you modify or redistribute
- the parser skeleton itself, you may (at your option) remove this
- special exception, which will cause the skeleton and the resulting
- Bison output files to be licensed under the GNU General Public
- License without this special exception.
- - score: '100.0'
- start_line: 630
- end_line: 636
- matcher: 1-hash
- rule_length: 60
- matched_length: 60
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_404.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- On Debian systems, the full text of the GNU General Public License
- version 3 can be found in the file `/usr/share/common-licenses/GPL-3.
- - score: '100.0'
- start_line: 638
- end_line: 638
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 639
- end_line: 647
- matcher: 1-hash
- rule_length: 79
- matched_length: 79
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_90.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- - score: '100.0'
- start_line: 649
- end_line: 649
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_38.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1'
- - score: '100.0'
- start_line: 650
- end_line: 657
- matcher: 1-hash
- rule_length: 71
- matched_length: 71
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_302.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License version 2.1 as published by the Free Software Foundation.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
- - score: '100.0'
- start_line: 668
- end_line: 683
- matcher: 1-hash
- rule_length: 160
- matched_length: 160
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit_1063.RULE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
- sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and 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
- X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
- AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
- TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- - score: '100.0'
- start_line: 686
- end_line: 705
- matcher: 1-hash
- rule_length: 183
- matched_length: 183
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-simplified_28.RULE
- license_expression: bsd-simplified
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
-
- THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 708
- end_line: 730
- matcher: 1-hash
- rule_length: 213
- matched_length: 213
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_19.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 3. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 733
- end_line: 747
- matcher: 1-hash
- rule_length: 132
- matched_length: 132
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: zlib.LICENSE
- license_expression: zlib
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This software is provided 'as-is', without any express or implied
- warranty. In no event will the authors be held liable for any damages
- arising from the use of this software.
-
- Permission is granted to anyone to use this software for any purpose,
- including commercial applications, and to alter it and redistribute it
- freely, subject to the following restrictions:
-
- 1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would be
- appreciated but is not required.
- 2. Altered source versions must be plainly marked as such, and must not be
- misrepresented as being the original software.
- 3. This notice may not be removed or altered from any source distribution.
- - score: '100.0'
- start_line: 34
- end_line: 40
- matcher: 1-hash
- rule_length: 60
- matched_length: 60
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1140.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- On Debian systems, the full text of the GNU General Public License
- version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 73
- end_line: 79
- matcher: 1-hash
- rule_length: 60
- matched_length: 60
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1140.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- On Debian systems, the full text of the GNU General Public License
- version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 121
- end_line: 127
- matcher: 1-hash
- rule_length: 60
- matched_length: 60
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1140.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- On Debian systems, the full text of the GNU General Public License
- version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 135
- end_line: 141
- matcher: 1-hash
- rule_length: 60
- matched_length: 60
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1140.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- On Debian systems, the full text of the GNU General Public License
- version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 170
- end_line: 176
- matcher: 1-hash
- rule_length: 60
- matched_length: 60
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1140.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- On Debian systems, the full text of the GNU General Public License
- version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 203
- end_line: 209
- matcher: 1-hash
- rule_length: 60
- matched_length: 60
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_404.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- On Debian systems, the full text of the GNU General Public License
- version 3 can be found in the file `/usr/share/common-licenses/GPL-3.
- - score: '100.0'
- start_line: 232
- end_line: 238
- matcher: 1-hash
- rule_length: 60
- matched_length: 60
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1140.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- On Debian systems, the full text of the GNU General Public License
- version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 260
- end_line: 266
- matcher: 1-hash
- rule_length: 62
- matched_length: 62
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_452.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You should have received a copy of the GNU Lesser General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- On Debian systems, the full text of the GNU Lesser General Public License
- version 2 can be found in the file `/usr/share/common-licenses/LGPL-2'.
- - score: '20.2'
- start_line: 293
- end_line: 296
- matcher: 3-seq
- rule_length: 203
- matched_length: 41
- match_coverage: '20.2'
- rule_relevance: 100
- identifier: x11-xconsortium_21.RULE
- license_expression: x11-xconsortium
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Except as contained in this notice, the name of the X Consortium shall not
- be used in advertising or otherwise to promote the sale, use or other deal-
- ings in this Software without prior written authorization from the X Consor-
- tium.
- - score: '100.0'
- start_line: 298
- end_line: 298
- matcher: 2-aho
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_58.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: FSF changes to this file are in the public domain.
- - score: '100.0'
- start_line: 591
- end_line: 602
- matcher: 1-hash
- rule_length: 137
- matched_length: 137
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: free-unknown_and_apache-2.0_with_generic-exception_1.RULE
- license_expression: free-unknown AND apache-2.0 WITH generic-exception
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- See COPYING.YARA. The GPL exception has been granted by upstream in
- https://bugzilla.clamav.net/show_bug.cgi?id=11336:
- Steven Morgan 2015-07-21 23:02:01 CEST
- The Apache 2 license notification for YARA is in the file COPYING.YARA,
- similar to what we do for bzip2 and at least 9 other third party components
- included in ClamAV. We also maintain the Apache v2 license header within the
- YARA source code files as well as noting that the file is modified. We also
- intend to write a GPL exclusion, as is done for OpenSSL. We believe these to
- be sufficient indicators of which licenses apply to which source files.
-
- On Debian systems, the full text of the Apache License, Version 2.0 can be
- found in the file `/usr/share/common-licenses/Apache-2.0'.
- - score: '100.0'
- start_line: 630
- end_line: 636
- matcher: 1-hash
- rule_length: 60
- matched_length: 60
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_404.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- On Debian systems, the full text of the GNU General Public License
- version 3 can be found in the file `/usr/share/common-licenses/GPL-3.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/c/clamavmini/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/c/clamavmini/stable_copyright-detailed.expected.yml
index 10ee8555094..31919f8e432 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/c/clamavmini/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/c/clamavmini/stable_copyright-detailed.expected.yml
@@ -1,74 +1,134 @@
-primary_license: gpl-2.0
declared_license:
- GPL-2
-license_expression: (gpl-2.0 AND gpl-2.0) AND gpl-2.0
+declared_license_expression: gpl-2.0
+declared_license_expression_spdx: GPL-2.0-only
+other_license_expression: (gpl-2.0 AND gpl-2.0) AND gpl-2.0
+other_license_expression_spdx: (GPL-2.0-only AND GPL-2.0-only) AND GPL-2.0-only
+license_detections: []
+other_license_detections:
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 24
+ end_line: 24
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_561.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_561.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: 25
+ end_line: 32
+ matched_length: 68
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_121.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_121.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 68
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 34
+ end_line: 40
+ matched_length: 60
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1140.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1140.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 60
+ rule_relevance: 100
+ matched_text: |
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
copyright: |
1998-2015, Sourcefire, Inc.
2002-2007, Tomasz Kojm
2006, Sensory Networks, Inc
2007-2015, Cisco Systems, Inc
2014-2018, Cisco and/or its affiliates
-matches:
- - score: '100.0'
- start_line: 24
- end_line: 24
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_561.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2'
- - score: '100.0'
- start_line: 25
- end_line: 32
- matcher: 1-hash
- rule_length: 68
- matched_length: 68
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_121.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 as
- published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- - score: '100.0'
- start_line: 34
- end_line: 40
- matcher: 1-hash
- rule_length: 60
- matched_length: 60
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1140.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- On Debian systems, the full text of the GNU General Public License
- version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/c/cryptsetup/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/c/cryptsetup/stable_copyright-detailed.expected.yml
index ffd9dfb9339..c2d1055faaa 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/c/cryptsetup/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/c/cryptsetup/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-2.0-plus WITH openssl-exception-gpl-3.0-plus
declared_license:
- GPL-2+ with OpenSSL exception
- GPL-2+
@@ -21,13 +20,512 @@ declared_license:
- LGPL-2.1+ with OpenSSL exception
- CC0
- Apache-2.0
-license_expression: gpl-2.0-plus WITH openssl-exception-gpl-3.0-plus AND (gpl-2.0-plus AND gpl-2.0-plus)
- AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus
+declared_license_expression: gpl-2.0-plus WITH openssl-exception-gpl-3.0-plus
+declared_license_expression_spdx: GPL-2.0-or-later WITH LicenseRef-scancode-openssl-exception-gpl-3.0-plus
+other_license_expression: gpl-2.0-plus WITH openssl-exception-gpl-3.0-plus AND (gpl-2.0-plus
AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus)
- AND (gpl-2.0-plus AND gpl-2.0-plus) AND (lgpl-2.1-plus AND lgpl-2.1-plus) AND (gpl-2.0-plus
- AND gpl-2.0-plus) AND (lgpl-2.1-plus AND lgpl-2.1-plus) AND lgpl-2.1-plus WITH openssl-exception-gpl-3.0-plus
- AND (cc0-1.0 OR (apache-2.0 AND apache-2.0)) AND (cc0-1.0 OR (apache-2.0 AND apache-2.0))
- AND gary-s-brown
+ AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus
+ AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND (lgpl-2.1-plus AND lgpl-2.1-plus)
+ AND (gpl-2.0-plus AND gpl-2.0-plus) AND (lgpl-2.1-plus AND lgpl-2.1-plus) AND lgpl-2.1-plus
+ WITH openssl-exception-gpl-3.0-plus AND (cc0-1.0 OR (apache-2.0 AND apache-2.0)) AND (cc0-1.0
+ OR (apache-2.0 AND apache-2.0)) AND gary-s-brown
+other_license_expression_spdx: GPL-2.0-or-later WITH LicenseRef-scancode-openssl-exception-gpl-3.0-plus
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND
+ (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND
+ GPL-2.0-or-later) AND (LGPL-2.1-or-later AND LGPL-2.1-or-later) AND (GPL-2.0-or-later AND
+ GPL-2.0-or-later) AND (LGPL-2.1-or-later AND LGPL-2.1-or-later) AND LGPL-2.1-or-later WITH
+ LicenseRef-scancode-openssl-exception-gpl-3.0-plus AND (CC0-1.0 OR (Apache-2.0 AND Apache-2.0))
+ AND (CC0-1.0 OR (Apache-2.0 AND Apache-2.0)) AND LicenseRef-scancode-gary-s-brown
+license_detections: []
+other_license_detections:
+ - license_expression: gary-s-brown
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 81
+ end_line: 82
+ matched_length: 16
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gary-s-brown
+ rule_identifier: gary-s-brown.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gary-s-brown.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 16
+ rule_relevance: 100
+ matched_text: |
+ You may use this program, or code or tables extracted from it, as
+ desired without restriction.
+ licenses:
+ - key: gary-s-brown
+ name: Gary S. Brown License
+ short_name: Gary S. Brown License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Gary S. Brown
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/gary-s-brown
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gary-s-brown.LICENSE
+ spdx_license_key: LicenseRef-scancode-gary-s-brown
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gary-s-brown.LICENSE
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 84
+ end_line: 84
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 85
+ end_line: 100
+ matched_length: 136
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_807.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_807.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 136
+ rule_relevance: 100
+ matched_text: |
+ This package 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 Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+ On Debian systems, the complete text of the GNU General Public
+ License v2 can be found in `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-2.0-plus WITH openssl-exception-gpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 103
+ end_line: 130
+ matched_length: 257
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus WITH openssl-exception-gpl-3.0-plus
+ rule_identifier: gpl-2.0-plus_with_openssl-exception-gpl-3.0-plus_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_with_openssl-exception-gpl-3.0-plus_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 257
+ rule_relevance: 100
+ matched_text: |
+ This package 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 Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+ On Debian systems, the complete text of the GNU General Public
+ License v2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+ In addition, as a special exception, the copyright holders give
+ permission to link the code of portions of this program with the
+ OpenSSL library under certain conditions as described in each
+ individual source file, and distribute linked combinations including
+ the two. You must obey the GNU General Public License in all respects
+ for all of the code used other than OpenSSL. If you modify file(s)
+ with this exception, you may extend this exception to your version of
+ the 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.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - key: openssl-exception-gpl-3.0-plus
+ name: OpenSSL exception to GPL 3.0 or later
+ short_name: OpenSSL exception to GPL 3.0 or later
+ category: Copyleft
+ is_exception: yes
+ is_unknown: no
+ owner: Tildeslash
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/openssl-exception-gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-exception-gpl-3.0-plus.LICENSE
+ spdx_license_key: LicenseRef-scancode-openssl-exception-gpl-3.0-plus
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-exception-gpl-3.0-plus.LICENSE
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 132
+ end_line: 132
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_108.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1+'
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 133
+ end_line: 149
+ matched_length: 143
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_293.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_293.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 143
+ rule_relevance: 100
+ matched_text: |
+ This package is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 2.1 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA.
+
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License v2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus WITH openssl-exception-gpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '95.0'
+ start_line: 152
+ end_line: 180
+ matched_length: 265
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus WITH openssl-exception-gpl-3.0-plus
+ rule_identifier: lgpl-2.1-plus_with_openssl-exception-gpl-3.0-plus_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_with_openssl-exception-gpl-3.0-plus_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 265
+ rule_relevance: 95
+ matched_text: |
+ This package is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 2.1 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA.
+
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License v2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+ In addition, as a special exception, the copyright holders give
+ permission to link the code of portions of this program with the
+ OpenSSL library under certain conditions as described in each
+ individual source file, and distribute linked combinations including
+ the two. You must obey the GNU Lesser General Public License in all
+ respects for all of the code used other than OpenSSL. If you modify
+ file(s) with this exception, you may extend this exception to your
+ version of the 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.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - key: openssl-exception-gpl-3.0-plus
+ name: OpenSSL exception to GPL 3.0 or later
+ short_name: OpenSSL exception to GPL 3.0 or later
+ category: Copyleft
+ is_exception: yes
+ is_unknown: no
+ owner: Tildeslash
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/openssl-exception-gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-exception-gpl-3.0-plus.LICENSE
+ spdx_license_key: LicenseRef-scancode-openssl-exception-gpl-3.0-plus
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-exception-gpl-3.0-plus.LICENSE
+ - license_expression: cc0-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 183
+ end_line: 187
+ matched_length: 42
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: cc0-1.0
+ rule_identifier: cc0-1.0_129.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc0-1.0_129.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/CC0-1.0
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 42
+ rule_relevance: 100
+ matched_text: |
+ You may use this work under the terms of a Creative Commons CC0 1.0
+ License/Waiver.
+
+ On Debian systems, the complete text of the Creative Commons CC0 1.0
+ Universal license can be found in `/usr/share/common-licenses/CC0-1.0'.
+ licenses:
+ - key: cc0-1.0
+ name: Creative Commons CC0 1.0 Universal
+ short_name: CC0-1.0
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/publicdomain/zero/1.0/
+ text_url: http://creativecommons.org/publicdomain/zero/1.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc0-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE
+ spdx_license_key: CC0-1.0
+ spdx_url: https://spdx.org/licenses/CC0-1.0
+ - license_expression: apache-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 189
+ end_line: 189
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_65.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_65.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: apache-2.0'
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - score: '100.0'
+ start_line: '190'
+ end_line: 203
+ matched_length: 109
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_845.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_845.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/Apache-2.0
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 109
+ rule_relevance: 100
+ matched_text: |
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ https://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
copyright: |
© 2004 Christophe Saout
© 2004-2008 Clemens Fruhwirth
@@ -59,275 +557,3 @@ copyright: |
© 2015 Samuel Neves
© 2015 Thomas Pornin
© 1986 Gary S. Brown
-matches:
- - score: '100.0'
- start_line: 81
- end_line: 82
- matcher: 2-aho
- rule_length: 16
- matched_length: 16
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gary-s-brown.LICENSE
- license_expression: gary-s-brown
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may use this program, or code or tables extracted from it, as
- desired without restriction.
- - score: '100.0'
- start_line: 84
- end_line: 84
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 85
- end_line: 100
- matcher: 1-hash
- rule_length: 136
- matched_length: 136
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_807.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package 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 Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
- On Debian systems, the complete text of the GNU General Public
- License v2 can be found in `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 103
- end_line: 130
- matcher: 1-hash
- rule_length: 257
- matched_length: 257
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_with_openssl-exception-gpl-3.0-plus_3.RULE
- license_expression: gpl-2.0-plus WITH openssl-exception-gpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package 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 Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
- On Debian systems, the complete text of the GNU General Public
- License v2 can be found in `/usr/share/common-licenses/GPL-2'.
-
- In addition, as a special exception, the copyright holders give
- permission to link the code of portions of this program with the
- OpenSSL library under certain conditions as described in each
- individual source file, and distribute linked combinations including
- the two. You must obey the GNU General Public License in all respects
- for all of the code used other than OpenSSL. If you modify file(s)
- with this exception, you may extend this exception to your version of
- the 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.
- - score: '100.0'
- start_line: 132
- end_line: 132
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_108.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1+'
- - score: '100.0'
- start_line: 133
- end_line: 149
- matcher: 1-hash
- rule_length: 143
- matched_length: 143
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_293.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 2.1 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301 USA.
-
- On Debian systems, the complete text of the GNU Lesser General Public
- License v2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
- - score: '95.0'
- start_line: 152
- end_line: 180
- matcher: 1-hash
- rule_length: 265
- matched_length: 265
- match_coverage: '100.0'
- rule_relevance: 95
- identifier: lgpl-2.1-plus_with_openssl-exception-gpl-3.0-plus_3.RULE
- license_expression: lgpl-2.1-plus WITH openssl-exception-gpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 2.1 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- 02110-1301 USA.
-
- On Debian systems, the complete text of the GNU Lesser General Public
- License v2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
-
- In addition, as a special exception, the copyright holders give
- permission to link the code of portions of this program with the
- OpenSSL library under certain conditions as described in each
- individual source file, and distribute linked combinations including
- the two. You must obey the GNU Lesser General Public License in all
- respects for all of the code used other than OpenSSL. If you modify
- file(s) with this exception, you may extend this exception to your
- version of the 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.
- - score: '100.0'
- start_line: 183
- end_line: 187
- matcher: 1-hash
- rule_length: 42
- matched_length: 42
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cc0-1.0_129.RULE
- license_expression: cc0-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may use this work under the terms of a Creative Commons CC0 1.0
- License/Waiver.
-
- On Debian systems, the complete text of the Creative Commons CC0 1.0
- Universal license can be found in `/usr/share/common-licenses/CC0-1.0'.
- - score: '100.0'
- start_line: 189
- end_line: 189
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_65.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: apache-2.0'
- - score: '100.0'
- start_line: '190'
- end_line: 203
- matcher: 1-hash
- rule_length: 109
- matched_length: 109
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_845.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- https://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- On Debian systems, the complete text of the Apache version 2.0 license
- can be found in "/usr/share/common-licenses/Apache-2.0".
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/c/cups/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/c/cups/stable_copyright-detailed.expected.yml
index 2ccbfb28185..4536db55d54 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/c/cups/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/c/cups/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: cups
declared_license:
- GPL-2.0 with AOSDL exception
- LGPL-2.0 with AOSDL exception
@@ -7,7 +6,346 @@ declared_license:
- GPL-2.0 with AOSDL exception
- LGPL-2.0 with AOSDL exception
- Zlib
-license_expression: cups AND cups AND (zlib AND zlib) AND bsd-simplified
+declared_license_expression: cups
+declared_license_expression_spdx: LicenseRef-scancode-cups
+other_license_expression: cups AND cups AND (zlib AND zlib) AND bsd-simplified
+other_license_expression_spdx: LicenseRef-scancode-cups AND LicenseRef-scancode-cups AND (Zlib
+ AND Zlib) AND BSD-2-Clause
+license_detections: []
+other_license_detections:
+ - license_expression: bsd-simplified
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 26
+ end_line: 48
+ matched_length: 183
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-simplified
+ rule_identifier: bsd-simplified_70.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-simplified_70.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 183
+ rule_relevance: 100
+ matched_text: |
+ 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 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.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE
+ COPYRIGHT HOLDERS OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-simplified
+ name: BSD-2-Clause
+ short_name: BSD-2-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-2-Clause
+ text_url: http://opensource.org/licenses/bsd-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-simplified
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE
+ spdx_license_key: BSD-2-Clause
+ spdx_url: https://spdx.org/licenses/BSD-2-Clause
+ - license_expression: cups
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 51
+ end_line: 107
+ matched_length: 356
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: cups
+ rule_identifier: cups_6.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cups_6.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 356
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation, version 2 of the License.
+
+ The full text of the GPL is distributed as in
+ /usr/share/common-licenses/GPL-2 on Debian systems.
+
+ In addition, as the copyright holder of CUPS, Apple Inc. grants
+ the following special exception:
+
+ 1. Apple Operating System Development License Exception;
+
+ a. Software that is developed by any person or entity
+ for an Apple Operating System ("Apple OS-Developed
+ Software"), including but not limited to Apple and
+ third party printer drivers, filters, and backends
+ for an Apple Operating System, that is linked to the
+ CUPS imaging library or based on any sample filters
+ or backends provided with CUPS shall not be
+ considered to be a derivative work or collective work
+ based on the CUPS program and is exempt from the
+ mandatory source code release clauses of the GNU GPL.
+ You may therefore distribute linked combinations of
+ the CUPS imaging library with Apple OS-Developed
+ Software without releasing the source code of the
+ Apple OS-Developed Software. You may also use sample
+ filters and backends provided with CUPS to develop
+ Apple OS-Developed Software without releasing the
+ source code of the Apple OS-Developed Software.
+
+ b. An Apple Operating System means any operating system
+ software developed and/or marketed by Apple Computer,
+ Inc., including but not limited to all existing
+ releases and versions of Apple's Darwin, Mac OS X,
+ and Mac OS X Server products and all follow-on
+ releases and future versions thereof.
+
+ c. This exception is only available for Apple
+ OS-Developed Software and does not apply to software
+ that is distributed for use on other operating
+ systems.
+
+ d. All CUPS software that falls under this license
+ exception have the following text at the top of each
+ source file:
+
+ This file is subject to the Apple OS-Developed
+ Software exception.
+
+ 2. OpenSSL Toolkit License Exception;
+
+ a. Apple Inc. explicitly allows the compilation and
+ distribution of the CUPS software with the OpenSSL
+ Toolkit.
+
+ No developer is required to provide these exceptions in a
+ derived work.
+ licenses:
+ - key: cups
+ name: CUPS License
+ short_name: CUPS License
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Apple
+ homepage_url: http://www.cups.org/
+ text_url: http://www.cups.org/
+ reference_url: https://scancode-licensedb.aboutcode.org/cups
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cups.LICENSE
+ spdx_license_key: LicenseRef-scancode-cups
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cups.LICENSE
+ - license_expression: cups
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 110
+ end_line: 166
+ matched_length: 357
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: cups
+ rule_identifier: cups_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cups_4.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 357
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation, version 2 of the License.
+
+ The full text of the LGPL is distributed as in
+ /usr/share/common-licenses/LGPL-2 on Debian systems.
+
+ In addition, as the copyright holder of CUPS, Apple Inc. grants
+ the following special exception:
+
+ 1. Apple Operating System Development License Exception;
+
+ a. Software that is developed by any person or entity
+ for an Apple Operating System ("Apple OS-Developed
+ Software"), including but not limited to Apple and
+ third party printer drivers, filters, and backends
+ for an Apple Operating System, that is linked to the
+ CUPS imaging library or based on any sample filters
+ or backends provided with CUPS shall not be
+ considered to be a derivative work or collective work
+ based on the CUPS program and is exempt from the
+ mandatory source code release clauses of the GNU GPL.
+ You may therefore distribute linked combinations of
+ the CUPS imaging library with Apple OS-Developed
+ Software without releasing the source code of the
+ Apple OS-Developed Software. You may also use sample
+ filters and backends provided with CUPS to develop
+ Apple OS-Developed Software without releasing the
+ source code of the Apple OS-Developed Software.
+
+ b. An Apple Operating System means any operating system
+ software developed and/or marketed by Apple Computer,
+ Inc., including but not limited to all existing
+ releases and versions of Apple's Darwin, Mac OS X,
+ and Mac OS X Server products and all follow-on
+ releases and future versions thereof.
+
+ c. This exception is only available for Apple
+ OS-Developed Software and does not apply to software
+ that is distributed for use on other operating
+ systems.
+
+ d. All CUPS software that falls under this license
+ exception have the following text at the top of each
+ source file:
+
+ This file is subject to the Apple OS-Developed
+ Software exception.
+
+ 2. OpenSSL Toolkit License Exception;
+
+ a. Apple Inc. explicitly allows the compilation and
+ distribution of the CUPS software with the OpenSSL
+ Toolkit.
+
+ No developer is required to provide these exceptions in a
+ derived work.
+ licenses:
+ - key: cups
+ name: CUPS License
+ short_name: CUPS License
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Apple
+ homepage_url: http://www.cups.org/
+ text_url: http://www.cups.org/
+ reference_url: https://scancode-licensedb.aboutcode.org/cups
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cups.LICENSE
+ spdx_license_key: LicenseRef-scancode-cups
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cups.LICENSE
+ - license_expression: zlib
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 169
+ end_line: 169
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: zlib
+ rule_identifier: zlib_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/zlib_7.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 100
+ matched_text: zlib License
+ licenses:
+ - key: zlib
+ name: ZLIB License
+ short_name: ZLIB License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: zlib
+ homepage_url: http://www.zlib.net/
+ text_url: http://www.gzip.org/zlib/zlib_license.html
+ reference_url: https://scancode-licensedb.aboutcode.org/zlib
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE
+ spdx_license_key: Zlib
+ spdx_url: https://spdx.org/licenses/Zlib
+ - score: '100.0'
+ start_line: 171
+ end_line: 188
+ matched_length: 132
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: zlib
+ rule_identifier: zlib.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 132
+ rule_relevance: 100
+ matched_text: |
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+
+ 1. The origin of this software must not be misrepresented; you must
+ not claim that you wrote the original software. If you use this
+ software in a product, an acknowledgment in the product
+ documentation would be appreciated but is not required.
+
+ 2. Altered source versions must be plainly marked as such, and must
+ not be misrepresented as being the original software.
+
+ 3. This notice may not be removed or altered from any source
+ distribution.
+ licenses:
+ - key: zlib
+ name: ZLIB License
+ short_name: ZLIB License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: zlib
+ homepage_url: http://www.zlib.net/
+ text_url: http://www.gzip.org/zlib/zlib_license.html
+ reference_url: https://scancode-licensedb.aboutcode.org/zlib
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE
+ spdx_license_key: Zlib
+ spdx_url: https://spdx.org/licenses/Zlib
copyright: |
2007-2015, Apple Inc.
2007-2013, Apple Inc.
@@ -17,239 +355,3 @@ copyright: |
2011, Red Hat, Inc
2007-2014, Apple Inc
1997-2007, Easy Software Products
-matches:
- - score: '100.0'
- start_line: 26
- end_line: 48
- matcher: 1-hash
- rule_length: 183
- matched_length: 183
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-simplified_70.RULE
- license_expression: bsd-simplified
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 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.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE
- COPYRIGHT HOLDERS OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 51
- end_line: 107
- matcher: 1-hash
- rule_length: 356
- matched_length: 356
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cups_6.RULE
- license_expression: cups
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation, version 2 of the License.
-
- The full text of the GPL is distributed as in
- /usr/share/common-licenses/GPL-2 on Debian systems.
-
- In addition, as the copyright holder of CUPS, Apple Inc. grants
- the following special exception:
-
- 1. Apple Operating System Development License Exception;
-
- a. Software that is developed by any person or entity
- for an Apple Operating System ("Apple OS-Developed
- Software"), including but not limited to Apple and
- third party printer drivers, filters, and backends
- for an Apple Operating System, that is linked to the
- CUPS imaging library or based on any sample filters
- or backends provided with CUPS shall not be
- considered to be a derivative work or collective work
- based on the CUPS program and is exempt from the
- mandatory source code release clauses of the GNU GPL.
- You may therefore distribute linked combinations of
- the CUPS imaging library with Apple OS-Developed
- Software without releasing the source code of the
- Apple OS-Developed Software. You may also use sample
- filters and backends provided with CUPS to develop
- Apple OS-Developed Software without releasing the
- source code of the Apple OS-Developed Software.
-
- b. An Apple Operating System means any operating system
- software developed and/or marketed by Apple Computer,
- Inc., including but not limited to all existing
- releases and versions of Apple's Darwin, Mac OS X,
- and Mac OS X Server products and all follow-on
- releases and future versions thereof.
-
- c. This exception is only available for Apple
- OS-Developed Software and does not apply to software
- that is distributed for use on other operating
- systems.
-
- d. All CUPS software that falls under this license
- exception have the following text at the top of each
- source file:
-
- This file is subject to the Apple OS-Developed
- Software exception.
-
- 2. OpenSSL Toolkit License Exception;
-
- a. Apple Inc. explicitly allows the compilation and
- distribution of the CUPS software with the OpenSSL
- Toolkit.
-
- No developer is required to provide these exceptions in a
- derived work.
- - score: '100.0'
- start_line: 110
- end_line: 166
- matcher: 1-hash
- rule_length: 357
- matched_length: 357
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cups_4.RULE
- license_expression: cups
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU Library General Public License as published
- by the Free Software Foundation, version 2 of the License.
-
- The full text of the LGPL is distributed as in
- /usr/share/common-licenses/LGPL-2 on Debian systems.
-
- In addition, as the copyright holder of CUPS, Apple Inc. grants
- the following special exception:
-
- 1. Apple Operating System Development License Exception;
-
- a. Software that is developed by any person or entity
- for an Apple Operating System ("Apple OS-Developed
- Software"), including but not limited to Apple and
- third party printer drivers, filters, and backends
- for an Apple Operating System, that is linked to the
- CUPS imaging library or based on any sample filters
- or backends provided with CUPS shall not be
- considered to be a derivative work or collective work
- based on the CUPS program and is exempt from the
- mandatory source code release clauses of the GNU GPL.
- You may therefore distribute linked combinations of
- the CUPS imaging library with Apple OS-Developed
- Software without releasing the source code of the
- Apple OS-Developed Software. You may also use sample
- filters and backends provided with CUPS to develop
- Apple OS-Developed Software without releasing the
- source code of the Apple OS-Developed Software.
-
- b. An Apple Operating System means any operating system
- software developed and/or marketed by Apple Computer,
- Inc., including but not limited to all existing
- releases and versions of Apple's Darwin, Mac OS X,
- and Mac OS X Server products and all follow-on
- releases and future versions thereof.
-
- c. This exception is only available for Apple
- OS-Developed Software and does not apply to software
- that is distributed for use on other operating
- systems.
-
- d. All CUPS software that falls under this license
- exception have the following text at the top of each
- source file:
-
- This file is subject to the Apple OS-Developed
- Software exception.
-
- 2. OpenSSL Toolkit License Exception;
-
- a. Apple Inc. explicitly allows the compilation and
- distribution of the CUPS software with the OpenSSL
- Toolkit.
-
- No developer is required to provide these exceptions in a
- derived work.
- - score: '100.0'
- start_line: 169
- end_line: 169
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: zlib_7.RULE
- license_expression: zlib
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: zlib License
- - score: '100.0'
- start_line: 171
- end_line: 188
- matcher: 2-aho
- rule_length: 132
- matched_length: 132
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: zlib.LICENSE
- license_expression: zlib
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This software is provided 'as-is', without any express or implied
- warranty. In no event will the authors be held liable for any damages
- arising from the use of this software.
-
- Permission is granted to anyone to use this software for any purpose,
- including commercial applications, and to alter it and redistribute it
- freely, subject to the following restrictions:
-
- 1. The origin of this software must not be misrepresented; you must
- not claim that you wrote the original software. If you use this
- software in a product, an acknowledgment in the product
- documentation would be appreciated but is not required.
-
- 2. Altered source versions must be plainly marked as such, and must
- not be misrepresented as being the original software.
-
- 3. This notice may not be removed or altered from any source
- distribution.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/dbconfig-common/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/dbconfig-common/stable_copyright-detailed.expected.yml
index d3f064856dc..55b4cb837cf 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/dbconfig-common/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/dbconfig-common/stable_copyright-detailed.expected.yml
@@ -1,237 +1,312 @@
-primary_license: gpl-2.0-plus
declared_license:
- GPL-2+
- AFL-2.1
-license_expression: (gpl-2.0-plus AND gpl-2.0-plus) AND (afl-2.1 AND afl-2.1)
+declared_license_expression: gpl-2.0-plus
+declared_license_expression_spdx: GPL-2.0-or-later
+other_license_expression: (gpl-2.0-plus AND gpl-2.0-plus) AND (afl-2.1 AND afl-2.1)
+other_license_expression_spdx: (GPL-2.0-or-later AND GPL-2.0-or-later) AND (AFL-2.1 AND AFL-2.1)
+license_detections: []
+other_license_detections:
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 10
+ end_line: 10
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 11
+ end_line: 16
+ matched_length: 40
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_754.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_754.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 40
+ rule_relevance: 100
+ matched_text: |
+ all software (original and derived) is covered under the GPL (version 2 or
+ later)
+
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License Version 2 can be found in
+ /usr/share/common-licenses/GPL-2.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: afl-2.1
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 21
+ end_line: 21
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: afl-2.1
+ rule_identifier: afl-2.1_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/afl-2.1_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 100
+ matched_text: This document is licensed under the Academic Free License, Version 2.1
+ licenses:
+ - key: afl-2.1
+ name: Academic Free License 2.1
+ short_name: AFL 2.1
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Lawrence Rosen
+ homepage_url: http://www.rosenlaw.com/afl21.htm
+ text_url: http://opensource.linux-mirror.org/licenses/afl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/afl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/afl-2.1.LICENSE
+ spdx_license_key: AFL-2.1
+ spdx_url: https://spdx.org/licenses/AFL-2.1
+ - score: '100.0'
+ start_line: 26
+ end_line: 181
+ matched_length: 1411
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: afl-2.1
+ rule_identifier: afl-2.1_6.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/afl-2.1_6.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 1411
+ rule_relevance: 100
+ matched_text: |
+ The Academic Free License v. 2.1
+
+ This Academic Free License (the "License") applies to any original work of
+ authorship (the "Original Work") whose owner (the "Licensor") has placed the
+ following notice immediately following the copyright notice for the Original
+ Work:
+
+ Licensed under the Academic Free License version 2.1
+
+ 1) Grant of Copyright License. Licensor hereby grants You a world-wide,
+ royalty-free, non-exclusive, perpetual, sublicenseable license to do the
+ following:
+
+ a) to reproduce the Original Work in copies;
+
+ b) to prepare derivative works ("Derivative Works") based upon the Original
+ Work;
+
+ c) to distribute copies of the Original Work and Derivative Works to the
+ public;
+
+ d) to perform the Original Work publicly; and
+
+ e) to display the Original Work publicly.
+
+ 2) Grant of Patent License. Licensor hereby grants You a world-wide,
+ royalty-free, non-exclusive, perpetual, sublicenseable license, under patent
+ claims owned or controlled by the Licensor that are embodied in the Original
+ Work as furnished by the Licensor, to make, use, sell and offer for sale 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 hereby
+ 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, and by
+ publishing the address of that information repository in a notice immediately
+ following the copyright notice that applies to 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 written permission of the
+ Licensor. Nothing in this License shall be deemed to grant any rights to
+ trademarks, copyrights, patents, trade secrets or any other intellectual
+ property of Licensor except as expressly stated herein. No patent license is
+ granted to make, use, sell or offer to sell embodiments of any patent claims
+ other than the licensed claims defined in Section 2. No right 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 different terms from this License any Original Work that
+ Licensor otherwise would have a right to license.
+
+ 5) This section intentionally omitted.
+
+ 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
+ proceeding 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 Original Work is granted
+ hereunder 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 any person for any direct, 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 liability for death or personal injury resulting
+ from Licensor's negligence to the extent applicable law prohibits such
+ limitation. Some jurisdictions do not allow the exclusion or limitation of
+ incidental or consequential damages, so this exclusion and limitation may not
+ apply to You.
+
+ 9) Acceptance and Termination. If You distribute 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. Nothing else but this License (or another written agreement between
+ Licensor and You) grants You permission to create Derivative Works based upon
+ the Original Work or to exercise any of the rights granted in Section 1
+ herein, and any attempt to do so except under the terms of this License (or
+ another written agreement between Licensor and You) is expressly prohibited by
+ U.S. copyright law, the equivalent laws of other countries, and by
+ international treaty. Therefore, by exercising any of the rights granted to
+ You in Section 1 herein, You indicate Your acceptance of this License and all
+ of its terms and conditions.
+
+ 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 the U.S. Copyright Act, 17
+ U.S.C. § 101 et seq., the equivalent laws of other countries, and
+ international treaty. 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. This License represents the complete agreement concerning
+ the subject matter hereof. 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.
+
+ This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights
+ reserved. Permission is hereby granted to copy and distribute this license
+ without modification. This license may not be modified without the express
+ written permission of its copyright owner.
+ licenses:
+ - key: afl-2.1
+ name: Academic Free License 2.1
+ short_name: AFL 2.1
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Lawrence Rosen
+ homepage_url: http://www.rosenlaw.com/afl21.htm
+ text_url: http://opensource.linux-mirror.org/licenses/afl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/afl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/afl-2.1.LICENSE
+ spdx_license_key: AFL-2.1
+ spdx_url: https://spdx.org/licenses/AFL-2.1
copyright: |
2000-2004 Ola Lundqvist
2004-2011 sean finney
2013-2015 Paul Gevers
2005 sean finney
-matches:
- - score: '100.0'
- start_line: 10
- end_line: 10
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 11
- end_line: 16
- matcher: 1-hash
- rule_length: 40
- matched_length: 40
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_754.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- all software (original and derived) is covered under the GPL (version 2 or
- later)
-
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License Version 2 can be found in
- /usr/share/common-licenses/GPL-2.
- - score: '100.0'
- start_line: 21
- end_line: 21
- matcher: 2-aho
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: afl-2.1_12.RULE
- license_expression: afl-2.1
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This document is licensed under the Academic Free License, Version 2.1
- - score: '100.0'
- start_line: 26
- end_line: 181
- matcher: 2-aho
- rule_length: 1411
- matched_length: 1411
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: afl-2.1_6.RULE
- license_expression: afl-2.1
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- The Academic Free License v. 2.1
-
- This Academic Free License (the "License") applies to any original work of
- authorship (the "Original Work") whose owner (the "Licensor") has placed the
- following notice immediately following the copyright notice for the Original
- Work:
-
- Licensed under the Academic Free License version 2.1
-
- 1) Grant of Copyright License. Licensor hereby grants You a world-wide,
- royalty-free, non-exclusive, perpetual, sublicenseable license to do the
- following:
-
- a) to reproduce the Original Work in copies;
-
- b) to prepare derivative works ("Derivative Works") based upon the Original
- Work;
-
- c) to distribute copies of the Original Work and Derivative Works to the
- public;
-
- d) to perform the Original Work publicly; and
-
- e) to display the Original Work publicly.
-
- 2) Grant of Patent License. Licensor hereby grants You a world-wide,
- royalty-free, non-exclusive, perpetual, sublicenseable license, under patent
- claims owned or controlled by the Licensor that are embodied in the Original
- Work as furnished by the Licensor, to make, use, sell and offer for sale 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 hereby
- 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, and by
- publishing the address of that information repository in a notice immediately
- following the copyright notice that applies to 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 written permission of the
- Licensor. Nothing in this License shall be deemed to grant any rights to
- trademarks, copyrights, patents, trade secrets or any other intellectual
- property of Licensor except as expressly stated herein. No patent license is
- granted to make, use, sell or offer to sell embodiments of any patent claims
- other than the licensed claims defined in Section 2. No right 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 different terms from this License any Original Work that
- Licensor otherwise would have a right to license.
-
- 5) This section intentionally omitted.
-
- 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
- proceeding 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 Original Work is granted
- hereunder 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 any person for any direct, 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 liability for death or personal injury resulting
- from Licensor's negligence to the extent applicable law prohibits such
- limitation. Some jurisdictions do not allow the exclusion or limitation of
- incidental or consequential damages, so this exclusion and limitation may not
- apply to You.
-
- 9) Acceptance and Termination. If You distribute 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. Nothing else but this License (or another written agreement between
- Licensor and You) grants You permission to create Derivative Works based upon
- the Original Work or to exercise any of the rights granted in Section 1
- herein, and any attempt to do so except under the terms of this License (or
- another written agreement between Licensor and You) is expressly prohibited by
- U.S. copyright law, the equivalent laws of other countries, and by
- international treaty. Therefore, by exercising any of the rights granted to
- You in Section 1 herein, You indicate Your acceptance of this License and all
- of its terms and conditions.
-
- 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 the U.S. Copyright Act, 17
- U.S.C. § 101 et seq., the equivalent laws of other countries, and
- international treaty. 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. This License represents the complete agreement concerning
- the subject matter hereof. 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.
-
- This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights
- reserved. Permission is hereby granted to copy and distribute this license
- without modification. This license may not be modified without the express
- written permission of its copyright owner.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/devscripts/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/devscripts/stable_copyright-detailed.expected.yml
index 2efeca64b3a..4743053f64e 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/devscripts/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/devscripts/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-2.0-plus AND gpl-2.0
declared_license:
- GPL-2+
- GPL-3
@@ -76,7 +75,9 @@ declared_license:
- GPL-3+
- ISC
- Public-Domain
-license_expression: (gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0) AND (gpl-3.0 AND gpl-1.0-plus
+declared_license_expression: gpl-2.0-plus AND gpl-2.0
+declared_license_expression_spdx: GPL-2.0-or-later AND GPL-2.0-only
+other_license_expression: (gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0) AND (gpl-3.0 AND gpl-1.0-plus
AND gpl-3.0 AND gpl-3.0) AND (gpl-3.0-plus AND gpl-3.0-plus AND gpl-3.0 AND gpl-3.0) AND isc
AND (gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0) AND ((artistic-perl-1.0 AND artistic-perl-1.0)
OR (gpl-1.0-plus AND gpl-1.0-plus AND gpl-1.0-plus AND gpl-1.0-plus AND gpl-1.0)) AND (gpl-2.0-plus
@@ -112,6 +113,1097 @@ license_expression: (gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0) AND (gpl-3.0 AND
AND gpl-2.0-plus AND gpl-2.0) AND public-domain-disclaimer AND (gpl-2.0-plus AND gpl-2.0-plus
AND gpl-2.0) AND (gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0) AND (gpl-2.0-plus AND gpl-2.0-plus
AND gpl-2.0)
+other_license_expression_spdx: (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND
+ (GPL-3.0-only AND GPL-1.0-or-later AND GPL-3.0-only AND GPL-3.0-only) AND (GPL-3.0-or-later
+ AND GPL-3.0-or-later AND GPL-3.0-only AND GPL-3.0-only) AND ISC AND (GPL-2.0-or-later AND
+ GPL-2.0-or-later AND GPL-2.0-only) AND ((Artistic-1.0-Perl AND Artistic-1.0-Perl) OR (GPL-1.0-or-later
+ AND GPL-1.0-or-later AND GPL-1.0-or-later AND GPL-1.0-or-later AND GPL-1.0-only)) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only)
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later
+ AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-only AND GPL-2.0-only AND GPL-2.0-only)
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later
+ AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only)
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later
+ AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only)
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-only AND GPL-2.0-only
+ AND GPL-2.0-only) AND (GPL-3.0-or-later AND GPL-3.0-or-later AND GPL-3.0-only AND GPL-3.0-only)
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND Artistic-2.0 AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only)
+ AND (GPL-3.0-or-later AND GPL-3.0-or-later AND GPL-3.0-only AND GPL-3.0-only) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only)
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-3.0-or-later AND GPL-3.0-or-later
+ AND GPL-3.0-only AND GPL-3.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only)
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later
+ AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-3.0-or-later
+ AND GPL-3.0-or-later AND GPL-3.0-only AND GPL-3.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later
+ AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only)
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later
+ AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only)
+ AND ((Artistic-1.0-Perl AND Artistic-1.0-Perl) OR (GPL-1.0-or-later AND GPL-1.0-or-later AND
+ GPL-1.0-or-later AND GPL-1.0-or-later AND GPL-1.0-only)) AND (GPL-2.0-only AND GPL-2.0-only
+ AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only)
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later
+ AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only)
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later
+ AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later AND GPL-2.0-only) AND LicenseRef-scancode-public-domain-disclaimer AND
+ (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later
+ AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only)
+license_detections: []
+other_license_detections:
+ - license_expression: artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.0'
+ start_line: 355
+ end_line: 355
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0
+ rule_identifier: artistic-perl-1.0_26.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_26.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 99
+ matched_text: 'License: artistic'
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - score: '100.0'
+ start_line: 356
+ end_line: 360
+ matched_length: 43
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0
+ rule_identifier: artistic-perl-1.0_13.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_13.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/Artistic
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 43
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.93'
+ start_line: 363
+ end_line: 551
+ matched_length: 1353
+ match_coverage: '99.93'
+ matcher: 3-seq
+ license_expression: artistic-2.0
+ rule_identifier: artistic-2.0_36.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-2.0_36.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 1354
+ rule_relevance: 100
+ matched_text: |
+ Copyright (c) 2000-2006, The Perl Foundation.
+
+ Everyone is permitted to copy and distribute verbatim copies of this
+ license document, but changing it is not allowed.
+
+ Preamble
+
+ This license establishes the terms under which a given free software
+ Package may be copied, modified, distributed, and/or redistributed.
+ The intent is that the Copyright Holder maintains some artistic
+ control over the development of that Package while still keeping the
+ Package available as open source and free software.
+
+ You are always permitted to make arrangements wholly outside of this
+ license directly with the Copyright Holder of a given Package. If the
+ terms of this license do not permit the full use that you propose to
+ make of the Package, you should contact the Copyright Holder and seek
+ a different licensing arrangement.
+
+ Definitions
+
+ "Copyright Holder" means the individual(s) or organization(s) named in
+ the copyright notice for the entire Package.
+
+ "Contributor" means any party that has contributed code or other
+ material to the Package, in accordance with the Copyright Holder's
+ procedures.
+
+ "You" and "your" means any person who would like to copy, distribute,
+ or modify the Package.
+
+ "Package" means the collection of files distributed by the Copyright
+ Holder, and derivatives of that collection and/or of those files. A
+ given Package may consist of either the Standard Version, or a
+ Modified Version.
+
+ "Distribute" means providing a copy of the Package or making it
+ accessible to anyone else, or in the case of a company or
+ organization, to others outside of your company or organization.
+
+ "Distributor Fee" means any fee that you charge for Distributing this
+ Package or providing support for this Package to another party. It
+ does not mean licensing fees.
+
+ "Standard Version" refers to the Package if it has not been modified,
+ or has been modified only in ways explicitly requested by the
+ Copyright Holder.
+
+ "Modified Version" means the Package, if it has been changed, and such
+ changes were not explicitly requested by the Copyright Holder.
+
+ "Original License" means this Artistic License as Distributed with the
+ Standard Version of the Package, in its current version or as it may
+ be modified by The Perl Foundation in the future.
+
+ "Source" form means the source code, documentation source, and
+ configuration files for the Package.
+
+ "Compiled" form means the compiled bytecode, object code, binary, or
+ any other form resulting from mechanical transformation or translation
+ of the Source form.
+
+ Permission for Use and Modification Without Distribution
+
+ (1) You are permitted to use the Standard Version and create and use
+ Modified Versions for any purpose without restriction, provided
+ that you do not Distribute the Modified Version.
+
+ Permissions for Redistribution of the Standard Version
+
+ (2) You may Distribute verbatim copies of the Source form of the
+ Standard Version of this Package in any medium without
+ restriction, either gratis or for a Distributor Fee, provided
+ that you duplicate all of the original copyright notices and
+ associated disclaimers. At your discretion, such verbatim copies
+ may or may not include a Compiled form of the Package.
+
+ (3) You may apply any bug fixes, portability changes, and other
+ modifications made available from the Copyright Holder. The
+ resulting Package will still be considered the Standard Version,
+ and as such will be subject to the Original License.
+
+ Distribution of Modified Versions of the Package as Source
+
+ (4) You may Distribute your Modified Version as Source (either gratis
+ or for a Distributor Fee, and with or without a Compiled form of
+ the Modified Version) provided that you clearly document how it
+ differs from the Standard Version, including, but not limited to,
+ documenting any non-standard features, executables, or modules,
+ and provided that you do at least ONE of the following:
+
+ (a) make the Modified Version available to the Copyright Holder
+ of the Standard Version, under the Original License, so that
+ the Copyright Holder may include your modifications in the
+ Standard Version.
+ (b) ensure that installation of your Modified Version does not
+ prevent the user installing or running the Standard Version.
+ In addition, the Modified Version must bear a name that is
+ different from the name of the Standard Version.
+ (c) allow anyone who receives a copy of the Modified Version to
+ make the Source form of the Modified Version available to
+ others under
+ (i) the Original License or
+ (ii) a license that permits the licensee to freely copy,
+ modify and redistribute the Modified Version using the
+ same licensing terms that apply to the copy that the
+ licensee received, and requires that the Source form of
+ the Modified Version, and of any works derived from it,
+ be made freely available in that license fees are
+ prohibited but Distributor Fees are allowed.
+
+ Distribution of Compiled Forms of the Standard Version or Modified
+ Versions without the Source
+
+ (5) You may Distribute Compiled forms of the Standard Version without
+ the Source, provided that you include complete instructions on
+ how to get the Source of the Standard Version. Such instructions
+ must be valid at the time of your distribution. If these
+ instructions, at any time while you are carrying out such
+ distribution, become invalid, you must provide new instructions
+ on demand or cease further distribution. If you provide valid
+ instructions or cease distribution within thirty days after you
+ become aware that the instructions are invalid, then you do not
+ forfeit any of your rights under this license.
+
+ (6) You may Distribute a Modified Version in Compiled form without
+ the Source, provided that you comply with Section 4 with respect
+ to the Source of the Modified Version.
+
+ Aggregating or Linking the Package
+
+ (7) You may aggregate the Package (either the Standard Version or
+ Modified Version) with other packages and Distribute the
+ resulting aggregation provided that you do not charge a licensing
+ fee for the Package. Distributor Fees are permitted, and licensing
+ fees for other components in the aggregation are permitted. The
+ terms of this license apply to the use and Distribution of the
+ Standard or Modified Versions as included in the aggregation.
+
+ (8) You are permitted to link Modified and Standard Versions with
+ other works, to embed the Package in a larger work of your own,
+ or to build stand-alone binary or bytecode versions of
+ applications that include the Package, and Distribute the result
+ without restriction, provided the result does not expose a direct
+ interface to the Package.
+
+ Items That are Not Considered Part of a Modified Version
+
+ (9) Works (including, but not limited to, modules and scripts) that
+ merely extend or make use of the Package, do not, by themselves,
+ cause the Package to be a Modified Version. In addition, such
+ works are not considered parts of the Package itself, and are
+ not subject to the terms of this license.
+
+ General Provisions
+
+ (10) Any use, modification, and distribution of the Standard or
+ Modified Versions is governed by this Artistic License. By
+ using, modifying or distributing the Package, you accept this
+ license. Do not use, modify, or distribute the Package, if you
+ do not accept this license.
+
+ (11) If your Modified Version has been derived from a Modified
+ Version made by someone other than you, you are nevertheless
+ required to ensure that your Modified Version complies with
+ the requirements of this license.
+
+ (12) This license does not grant you the right to use any trademark,
+ service mark, tradename, or logo of the Copyright Holder.
+
+ (13) This license includes the non-exclusive, worldwide,
+ free-of-charge patent license to make, have made, use, offer to
+ sell, import and otherwise transfer the Package with respect to
+ any patent claims licensable by the Copyright Holder that are
+ necessarily infringed by the Package. If you institute patent
+ litigation (including a cross-claim or counterclaim) against
+ any party alleging that the Package constitutes direct or
+ contributory patent infringement, then this Artistic License to
+ you shall terminate on the date that such litigation is filed.
+
+ (14) Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT
+ HOLDER AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR
+ IMPLIED WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT ARE
+ DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS
+ REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+ DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN
+ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ licenses:
+ - key: artistic-2.0
+ name: Artistic License 2.0
+ short_name: Artistic 2.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: https://www.perlfoundation.org/artistic_license_2_0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.LICENSE
+ spdx_license_key: Artistic-2.0
+ spdx_url: https://spdx.org/licenses/Artistic-2.0
+ - license_expression: gpl-1.0-plus AND gpl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 553
+ end_line: 553
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl-1.0-plus_395.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_395.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-1+'
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - score: '100.0'
+ start_line: 554
+ end_line: 557
+ matched_length: 39
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl-1.0-plus_2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_2.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 39
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 1, or (at your option)
+ any later version.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - score: '100.0'
+ start_line: 559
+ end_line: 560
+ matched_length: 5
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl-1.0-plus_33.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_33.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 5
+ rule_relevance: 100
+ matched_text: |
+ the GNU General
+ Public License
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - score: '100.0'
+ start_line: 560
+ end_line: 560
+ matched_length: 5
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl-1.0-plus_424.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_424.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 5
+ rule_relevance: 100
+ matched_text: usr/share/common-licenses/GPL-
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - score: '60.0'
+ start_line: 560
+ end_line: 560
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0
+ rule_identifier: gpl-1.0_15.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0_15.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 60
+ matched_text: GPL-1'
+ licenses:
+ - key: gpl-1.0
+ name: GNU General Public License 1.0
+ short_name: GPL 1.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-1.0.html
+ text_url: http://www.gnu.org/licenses/gpl-1.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0.LICENSE
+ spdx_license_key: GPL-1.0-only
+ spdx_url: https://spdx.org/licenses/GPL-1.0-only
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 562
+ end_line: 562
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_561.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_561.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: 563
+ end_line: 565
+ matched_length: 31
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_396.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_396.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 31
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; version 2.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: 567
+ end_line: 568
+ matched_length: 25
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1295.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1295.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 25
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0-plus AND gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 570
+ end_line: 570
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 571
+ end_line: 574
+ matched_length: 39
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_165.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_165.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 39
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 2, or (at your option)
+ any later version.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 576
+ end_line: 577
+ matched_length: 25
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1295.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1295.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 25
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-3.0 AND gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 579
+ end_line: 579
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_rdesc_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_rdesc_1.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-3'
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
+ - score: '100.0'
+ start_line: 580
+ end_line: 582
+ matched_length: 29
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl_91.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl_91.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 29
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation;
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - score: '100.0'
+ start_line: 584
+ end_line: 585
+ matched_length: 8
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_237.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_237.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 8
+ rule_relevance: 100
+ matched_text: |
+ version 3 of the GNU General
+ Public License
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
+ - score: '100.0'
+ start_line: 585
+ end_line: 585
+ matched_length: 6
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_93.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_93.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 6
+ rule_relevance: 100
+ matched_text: usr/share/common-licenses/GPL-3'
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
+ - license_expression: gpl-3.0-plus AND gpl-3.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 587
+ end_line: 587
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_92.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_92.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-3+'
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - score: '100.0'
+ start_line: 588
+ end_line: 591
+ matched_length: 39
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_284.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_284.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 39
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 3, or (at your option)
+ any later version.
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - score: '100.0'
+ start_line: 593
+ end_line: 594
+ matched_length: 8
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_237.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_237.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 8
+ rule_relevance: 100
+ matched_text: |
+ version 3 of the GNU General
+ Public License
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
+ - score: '100.0'
+ start_line: 594
+ end_line: 594
+ matched_length: 6
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_93.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_93.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 6
+ rule_relevance: 100
+ matched_text: usr/share/common-licenses/GPL-3'
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
+ - license_expression: isc
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 597
+ end_line: 607
+ matched_length: 112
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: isc
+ rule_identifier: isc.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/isc.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 112
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and/or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THIS SOFTWARE.
+ licenses:
+ - key: isc
+ name: ISC License
+ short_name: ISC License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: ISC - Internet Systems Consortium
+ homepage_url: https://www.isc.org/licenses/
+ text_url: http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_with_legal_disclaimer_2
+ reference_url: https://scancode-licensedb.aboutcode.org/isc
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/isc.LICENSE
+ spdx_license_key: ISC
+ spdx_url: https://spdx.org/licenses/ISC
+ - license_expression: public-domain-disclaimer
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 610
+ end_line: 612
+ matched_length: 33
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: public-domain-disclaimer
+ rule_identifier: public-domain-disclaimer_16.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain-disclaimer_16.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 33
+ rule_relevance: 100
+ matched_text: |
+ To the extent possible under law, the author(s) have dedicated all copyright
+ and related and neighboring rights to this software to the public domain
+ worldwide. This software is distributed without any warranty.
+ licenses:
+ - key: public-domain-disclaimer
+ name: Public Domain Disclaimer
+ short_name: Public Domain Disclaimer
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain-disclaimer
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain-disclaimer.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain-disclaimer
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain-disclaimer.LICENSE
copyright: |
1997, Klee Dienes
Christoph Lameter
@@ -224,624 +1316,3 @@ copyright: |
2012, Arno Töll
2006, Julian Gilbey
2015, Nicholas Bamber
-matches:
- - score: '99.0'
- start_line: 355
- end_line: 355
- matcher: 1-hash
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 99
- identifier: artistic-perl-1.0_26.RULE
- license_expression: artistic-perl-1.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: artistic'
- - score: '100.0'
- start_line: 356
- end_line: 360
- matcher: 1-hash
- rule_length: 43
- matched_length: 43
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_13.RULE
- license_expression: artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the terms of the Artistic License, which comes with Perl.
-
- On Debian systems, the complete text of the Artistic License can be
- found in `/usr/share/common-licenses/Artistic'.
- - score: '99.93'
- start_line: 363
- end_line: 551
- matcher: 3-seq
- rule_length: 1354
- matched_length: 1353
- match_coverage: '99.93'
- rule_relevance: 100
- identifier: artistic-2.0_36.RULE
- license_expression: artistic-2.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Copyright (c) 2000-2006, The Perl Foundation.
-
- Everyone is permitted to copy and distribute verbatim copies of this
- license document, but changing it is not allowed.
-
- Preamble
-
- This license establishes the terms under which a given free software
- Package may be copied, modified, distributed, and/or redistributed.
- The intent is that the Copyright Holder maintains some artistic
- control over the development of that Package while still keeping the
- Package available as open source and free software.
-
- You are always permitted to make arrangements wholly outside of this
- license directly with the Copyright Holder of a given Package. If the
- terms of this license do not permit the full use that you propose to
- make of the Package, you should contact the Copyright Holder and seek
- a different licensing arrangement.
-
- Definitions
-
- "Copyright Holder" means the individual(s) or organization(s) named in
- the copyright notice for the entire Package.
-
- "Contributor" means any party that has contributed code or other
- material to the Package, in accordance with the Copyright Holder's
- procedures.
-
- "You" and "your" means any person who would like to copy, distribute,
- or modify the Package.
-
- "Package" means the collection of files distributed by the Copyright
- Holder, and derivatives of that collection and/or of those files. A
- given Package may consist of either the Standard Version, or a
- Modified Version.
-
- "Distribute" means providing a copy of the Package or making it
- accessible to anyone else, or in the case of a company or
- organization, to others outside of your company or organization.
-
- "Distributor Fee" means any fee that you charge for Distributing this
- Package or providing support for this Package to another party. It
- does not mean licensing fees.
-
- "Standard Version" refers to the Package if it has not been modified,
- or has been modified only in ways explicitly requested by the
- Copyright Holder.
-
- "Modified Version" means the Package, if it has been changed, and such
- changes were not explicitly requested by the Copyright Holder.
-
- "Original License" means this Artistic License as Distributed with the
- Standard Version of the Package, in its current version or as it may
- be modified by The Perl Foundation in the future.
-
- "Source" form means the source code, documentation source, and
- configuration files for the Package.
-
- "Compiled" form means the compiled bytecode, object code, binary, or
- any other form resulting from mechanical transformation or translation
- of the Source form.
-
- Permission for Use and Modification Without Distribution
-
- (1) You are permitted to use the Standard Version and create and use
- Modified Versions for any purpose without restriction, provided
- that you do not Distribute the Modified Version.
-
- Permissions for Redistribution of the Standard Version
-
- (2) You may Distribute verbatim copies of the Source form of the
- Standard Version of this Package in any medium without
- restriction, either gratis or for a Distributor Fee, provided
- that you duplicate all of the original copyright notices and
- associated disclaimers. At your discretion, such verbatim copies
- may or may not include a Compiled form of the Package.
-
- (3) You may apply any bug fixes, portability changes, and other
- modifications made available from the Copyright Holder. The
- resulting Package will still be considered the Standard Version,
- and as such will be subject to the Original License.
-
- Distribution of Modified Versions of the Package as Source
-
- (4) You may Distribute your Modified Version as Source (either gratis
- or for a Distributor Fee, and with or without a Compiled form of
- the Modified Version) provided that you clearly document how it
- differs from the Standard Version, including, but not limited to,
- documenting any non-standard features, executables, or modules,
- and provided that you do at least ONE of the following:
-
- (a) make the Modified Version available to the Copyright Holder
- of the Standard Version, under the Original License, so that
- the Copyright Holder may include your modifications in the
- Standard Version.
- (b) ensure that installation of your Modified Version does not
- prevent the user installing or running the Standard Version.
- In addition, the Modified Version must bear a name that is
- different from the name of the Standard Version.
- (c) allow anyone who receives a copy of the Modified Version to
- make the Source form of the Modified Version available to
- others under
- (i) the Original License or
- (ii) a license that permits the licensee to freely copy,
- modify and redistribute the Modified Version using the
- same licensing terms that apply to the copy that the
- licensee received, and requires that the Source form of
- the Modified Version, and of any works derived from it,
- be made freely available in that license fees are
- prohibited but Distributor Fees are allowed.
-
- Distribution of Compiled Forms of the Standard Version or Modified
- Versions without the Source
-
- (5) You may Distribute Compiled forms of the Standard Version without
- the Source, provided that you include complete instructions on
- how to get the Source of the Standard Version. Such instructions
- must be valid at the time of your distribution. If these
- instructions, at any time while you are carrying out such
- distribution, become invalid, you must provide new instructions
- on demand or cease further distribution. If you provide valid
- instructions or cease distribution within thirty days after you
- become aware that the instructions are invalid, then you do not
- forfeit any of your rights under this license.
-
- (6) You may Distribute a Modified Version in Compiled form without
- the Source, provided that you comply with Section 4 with respect
- to the Source of the Modified Version.
-
- Aggregating or Linking the Package
-
- (7) You may aggregate the Package (either the Standard Version or
- Modified Version) with other packages and Distribute the
- resulting aggregation provided that you do not charge a licensing
- fee for the Package. Distributor Fees are permitted, and licensing
- fees for other components in the aggregation are permitted. The
- terms of this license apply to the use and Distribution of the
- Standard or Modified Versions as included in the aggregation.
-
- (8) You are permitted to link Modified and Standard Versions with
- other works, to embed the Package in a larger work of your own,
- or to build stand-alone binary or bytecode versions of
- applications that include the Package, and Distribute the result
- without restriction, provided the result does not expose a direct
- interface to the Package.
-
- Items That are Not Considered Part of a Modified Version
-
- (9) Works (including, but not limited to, modules and scripts) that
- merely extend or make use of the Package, do not, by themselves,
- cause the Package to be a Modified Version. In addition, such
- works are not considered parts of the Package itself, and are
- not subject to the terms of this license.
-
- General Provisions
-
- (10) Any use, modification, and distribution of the Standard or
- Modified Versions is governed by this Artistic License. By
- using, modifying or distributing the Package, you accept this
- license. Do not use, modify, or distribute the Package, if you
- do not accept this license.
-
- (11) If your Modified Version has been derived from a Modified
- Version made by someone other than you, you are nevertheless
- required to ensure that your Modified Version complies with
- the requirements of this license.
-
- (12) This license does not grant you the right to use any trademark,
- service mark, tradename, or logo of the Copyright Holder.
-
- (13) This license includes the non-exclusive, worldwide,
- free-of-charge patent license to make, have made, use, offer to
- sell, import and otherwise transfer the Package with respect to
- any patent claims licensable by the Copyright Holder that are
- necessarily infringed by the Package. If you institute patent
- litigation (including a cross-claim or counterclaim) against
- any party alleging that the Package constitutes direct or
- contributory patent infringement, then this Artistic License to
- you shall terminate on the date that such litigation is filed.
-
- (14) Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT
- HOLDER AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR
- IMPLIED WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT ARE
- DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS
- REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
- DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN
- IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- - score: '100.0'
- start_line: 553
- end_line: 553
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_395.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-1+'
- - score: '100.0'
- start_line: 554
- end_line: 557
- matcher: 2-aho
- rule_length: 39
- matched_length: 39
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_2.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 1, or (at your option)
- any later version.
- - score: '100.0'
- start_line: 559
- end_line: 560
- matcher: 2-aho
- rule_length: 5
- matched_length: 5
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_33.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- the GNU General
- Public License
- - score: '100.0'
- start_line: 560
- end_line: 560
- matcher: 2-aho
- rule_length: 5
- matched_length: 5
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_424.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: usr/share/common-licenses/GPL-
- - score: '60.0'
- start_line: 560
- end_line: 560
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 60
- identifier: gpl-1.0_15.RULE
- license_expression: gpl-1.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: GPL-1'
- - score: '100.0'
- start_line: 562
- end_line: 562
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_561.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2'
- - score: '100.0'
- start_line: 563
- end_line: 565
- matcher: 2-aho
- rule_length: 31
- matched_length: 31
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_396.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; version 2.
- - score: '100.0'
- start_line: 567
- end_line: 568
- matcher: 2-aho
- rule_length: 25
- matched_length: 25
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1295.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of version 2 of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-2'
- - score: '100.0'
- start_line: 570
- end_line: 570
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 571
- end_line: 574
- matcher: 2-aho
- rule_length: 39
- matched_length: 39
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_165.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 2, or (at your option)
- any later version.
- - score: '100.0'
- start_line: 576
- end_line: 577
- matcher: 2-aho
- rule_length: 25
- matched_length: 25
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1295.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of version 2 of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-2'
- - score: '100.0'
- start_line: 579
- end_line: 579
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_rdesc_1.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-3'
- - score: '100.0'
- start_line: 580
- end_line: 582
- matcher: 2-aho
- rule_length: 29
- matched_length: 29
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl_91.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation;
- - score: '100.0'
- start_line: 584
- end_line: 585
- matcher: 2-aho
- rule_length: 8
- matched_length: 8
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_237.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- version 3 of the GNU General
- Public License
- - score: '100.0'
- start_line: 585
- end_line: 585
- matcher: 2-aho
- rule_length: 6
- matched_length: 6
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_93.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: usr/share/common-licenses/GPL-3'
- - score: '100.0'
- start_line: 587
- end_line: 587
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_92.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-3+'
- - score: '100.0'
- start_line: 588
- end_line: 591
- matcher: 2-aho
- rule_length: 39
- matched_length: 39
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_284.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 3, or (at your option)
- any later version.
- - score: '100.0'
- start_line: 593
- end_line: 594
- matcher: 2-aho
- rule_length: 8
- matched_length: 8
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_237.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- version 3 of the GNU General
- Public License
- - score: '100.0'
- start_line: 594
- end_line: 594
- matcher: 2-aho
- rule_length: 6
- matched_length: 6
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_93.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: usr/share/common-licenses/GPL-3'
- - score: '100.0'
- start_line: 597
- end_line: 607
- matcher: 1-hash
- rule_length: 112
- matched_length: 112
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: isc.LICENSE
- license_expression: isc
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and/or distribute this software for any
- purpose with or without fee is hereby granted, provided that the above
- copyright notice and this permission notice appear in all copies.
-
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THIS SOFTWARE.
- - score: '100.0'
- start_line: 610
- end_line: 612
- matcher: 1-hash
- rule_length: 33
- matched_length: 33
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain-disclaimer_16.RULE
- license_expression: public-domain-disclaimer
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- To the extent possible under law, the author(s) have dedicated all copyright
- and related and neighboring rights to this software to the public domain
- worldwide. This software is distributed without any warranty.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/dma/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/dma/stable_copyright-detailed.expected.yml
index 98d3bfaee95..fa79b588f62 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/dma/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/dma/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: bsd-new
declared_license:
- BSD-3
- BSD-3
@@ -11,8 +10,166 @@ declared_license:
- BSD-3
- BSD-1
- BSD-2
-license_expression: bsd-new AND bsd-new AND bsd-new AND (isc AND bsd-simplified) AND bsd-new
+declared_license_expression: bsd-new
+declared_license_expression_spdx: BSD-3-Clause
+other_license_expression: bsd-new AND bsd-new AND bsd-new AND (isc AND bsd-simplified) AND bsd-new
AND bsd-new AND bsd-new AND bsd-new
+other_license_expression_spdx: BSD-3-Clause AND BSD-3-Clause AND BSD-3-Clause AND (ISC AND BSD-2-Clause)
+ AND BSD-3-Clause AND BSD-3-Clause AND BSD-3-Clause AND BSD-3-Clause
+license_detections: []
+other_license_detections:
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '90.0'
+ start_line: 47
+ end_line: 59
+ matched_length: 101
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_1036.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_1036.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 101
+ rule_relevance: 90
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. Neither the name of The DragonFly Project nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific, prior written permission.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: isc
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 62
+ end_line: 72
+ matched_length: 111
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: isc
+ rule_identifier: isc_14.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/isc_14.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 111
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ licenses:
+ - key: isc
+ name: ISC License
+ short_name: ISC License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: ISC - Internet Systems Consortium
+ homepage_url: https://www.isc.org/licenses/
+ text_url: http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_with_legal_disclaimer_2
+ reference_url: https://scancode-licensedb.aboutcode.org/isc
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/isc.LICENSE
+ spdx_license_key: ISC
+ spdx_url: https://spdx.org/licenses/ISC
+ - license_expression: bsd-simplified
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 75
+ end_line: 94
+ matched_length: 183
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-simplified
+ rule_identifier: bsd-simplified_27.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-simplified_27.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 183
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 THE AUTHOR OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-simplified
+ name: BSD-2-Clause
+ short_name: BSD-2-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-2-Clause
+ text_url: http://opensource.org/licenses/bsd-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-simplified
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE
+ spdx_license_key: BSD-2-Clause
+ spdx_url: https://spdx.org/licenses/BSD-2-Clause
copyright: |
Copyright (c) 1995-2001 Kungliga Tekniska Högskolan
(Royal Institute of Technology, Stockholm, Sweden).
@@ -32,96 +189,3 @@ copyright: |
by Simon 'corecode' Schubert and
Matthias Schmidt .
Copyright (c) 2009 - 2012 Peter Pentchev.
-matches:
- - score: '90.0'
- start_line: 47
- end_line: 59
- matcher: 1-hash
- rule_length: 101
- matched_length: 101
- match_coverage: '100.0'
- rule_relevance: 90
- identifier: bsd-new_1036.RULE
- license_expression: bsd-new
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- .
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 3. Neither the name of The DragonFly Project nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific, prior written permission.
- - score: '100.0'
- start_line: 62
- end_line: 72
- matcher: 1-hash
- rule_length: 111
- matched_length: 111
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: isc_14.RULE
- license_expression: isc
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute this software for any
- purpose with or without fee is hereby granted, provided that the above
- copyright notice and this permission notice appear in all copies.
- .
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- - score: '100.0'
- start_line: 75
- end_line: 94
- matcher: 1-hash
- rule_length: 183
- matched_length: 183
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-simplified_27.RULE
- license_expression: bsd-simplified
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- .
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 THE AUTHOR OR CONTRIBUTORS 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.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/dovecot/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/dovecot/stable_copyright-detailed.expected.yml
index fc34b93aabf..5593561a509 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/dovecot/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/dovecot/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: lgpl-2.1 AND lgpl-2.1-plus
declared_license:
- LGPL-2.1
- MIT
@@ -28,12 +27,713 @@ declared_license:
- BSD-2-Clause
- GPL-2+
- Unicode-DFS-2015
-license_expression: (lgpl-2.1 AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1) AND mit AND
- mit AND beerware AND mit AND public-domain AND bsd-new AND bsd-new AND mit AND mit AND mit
- AND mit AND mit AND unicode AND bsd-new AND (apache-2.0 AND apache-2.0) AND bsd-simplified
+declared_license_expression: lgpl-2.1 AND lgpl-2.1-plus
+declared_license_expression_spdx: LGPL-2.1-only AND LGPL-2.1-or-later
+other_license_expression: (lgpl-2.1 AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1) AND mit
+ AND mit AND beerware AND mit AND public-domain AND bsd-new AND bsd-new AND mit AND mit AND
+ mit AND mit AND mit AND unicode AND bsd-new AND (apache-2.0 AND apache-2.0) AND bsd-simplified
AND mit AND ((apache-2.0 AND apache-2.0) OR (lgpl-2.1 AND lgpl-2.1-plus AND lgpl-2.1-plus
AND lgpl-2.1)) AND (gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0 AND gpl-2.0) AND (lgpl-2.1 AND
lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1)
+other_license_expression_spdx: (LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND
+ LGPL-2.1-only) AND MIT AND MIT AND Beerware AND MIT AND LicenseRef-scancode-public-domain
+ AND BSD-3-Clause AND BSD-3-Clause AND MIT AND MIT AND MIT AND MIT AND MIT AND LicenseRef-scancode-unicode
+ AND BSD-3-Clause AND (Apache-2.0 AND Apache-2.0) AND BSD-2-Clause AND MIT AND ((Apache-2.0
+ AND Apache-2.0) OR (LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-only))
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only AND GPL-2.0-only) AND (LGPL-2.1-only
+ AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-only)
+license_detections: []
+other_license_detections:
+ - license_expression: beerware
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 32
+ end_line: 35
+ matched_length: 52
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: beerware
+ rule_identifier: beerware_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/beerware_1.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 52
+ rule_relevance: 100
+ matched_text: |
+ THE BEER-WARE LICENSE" (Revision 42):
+ wrote this file. As long as you retain this notice you
+ can do whatever you want with this stuff. If we meet some day, and you think
+ this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
+ licenses:
+ - key: beerware
+ name: Beer-Ware License
+ short_name: Beer-Ware License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: FreeBSD
+ homepage_url: http://people.freebsd.org/~phk/
+ text_url: http://people.freebsd.org/~phk/
+ reference_url: https://scancode-licensedb.aboutcode.org/beerware
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/beerware.LICENSE
+ spdx_license_key: Beerware
+ spdx_url: https://spdx.org/licenses/Beerware
+ - license_expression: public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 46
+ end_line: 47
+ matched_length: 5
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_45.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_45.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 5
+ rule_relevance: 100
+ matched_text: |
+ placed in the
+ public domain.
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 121
+ end_line: 137
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+
+ The above copyright notice and 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
+ 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: lgpl-2.1 AND lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 139
+ end_line: 139
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_38.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1'
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - score: '100.0'
+ start_line: 140
+ end_line: 152
+ matched_length: 117
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_239.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_239.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 117
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 154
+ end_line: 154
+ matched_length: 6
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_83_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_83_1.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 6
+ rule_relevance: 100
+ matched_text: the GNU Lesser General Public License
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 155
+ end_line: 155
+ matched_length: 7
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_82.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_82.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 7
+ rule_relevance: 100
+ matched_text: usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - license_expression: apache-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 157
+ end_line: 157
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_65.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_65.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: apache-2.0'
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - score: '100.0'
+ start_line: 158
+ end_line: 171
+ matched_length: 109
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_951.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_951.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/Apache-2.0
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 109
+ rule_relevance: 100
+ matched_text: |
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ On Debian systems, the full text of the Apache License, Version 2.0 can be
+ found at /usr/share/common-licenses/Apache-2.0.
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 176
+ end_line: '198'
+ matched_length: 213
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-new
+ rule_identifier: bsd-new_19.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_19.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 213
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: bsd-simplified
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 201
+ end_line: 220
+ matched_length: 185
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-simplified
+ rule_identifier: bsd-simplified_16.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-simplified_16.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 185
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+ 2. 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.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-simplified
+ name: BSD-2-Clause
+ short_name: BSD-2-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-2-Clause
+ text_url: http://opensource.org/licenses/bsd-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-simplified
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE
+ spdx_license_key: BSD-2-Clause
+ spdx_url: https://spdx.org/licenses/BSD-2-Clause
+ - license_expression: gpl-2.0-plus AND gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 222
+ end_line: 222
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 223
+ end_line: 235
+ matched_length: 113
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_420.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_420.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 113
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 237
+ end_line: 237
+ matched_length: 7
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_660.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_660.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 7
+ rule_relevance: 100
+ matched_text: the GNU General Public License version 2
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: 238
+ end_line: 238
+ matched_length: 6
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_621.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_621.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 6
+ rule_relevance: 100
+ matched_text: usr/share/common-licenses/GPL-2.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: unicode
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 241
+ end_line: 273
+ matched_length: 300
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: unicode
+ rule_identifier: unicode_35.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unicode_35.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 300
+ rule_relevance: 100
+ matched_text: |
+ Distributed under the
+ Terms of Use in http://www.unicode.org/copyright.html.
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of the Unicode data files and any associated documentation (the "Data Files")
+ or Unicode software and any associated documentation (the "Software") to deal
+ in the Data Files or Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, and/or sell copies
+ of the Data Files or Software, and to permit persons to whom the Data Files or
+ Software are furnished to do so, provided that
+
+ (a) this copyright and permission notice appear with all copies of the Data
+ Files or Software,
+ (b) this copyright and permission notice appear in associated documentation,
+ and
+ (c) there is clear notice in each modified Data File or in the Software as
+ well as in the documentation associated with the Data File(s) or Software
+ that the data or software has been modified.
+
+ THE DATA FILES AND SOFTWARE 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 OF THIRD
+ PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
+ THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
+ DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
+ OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR
+ SOFTWARE.
+
+ Except as contained in this notice, the name of a copyright holder shall not
+ be used in advertising or otherwise to promote the sale, use or other dealings
+ in these Data Files or Software without prior written authorization of the
+ copyright holder.
+ licenses:
+ - key: unicode
+ name: Unicode Inc License Agreement
+ short_name: Unicode Inc License Agreement
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Unicode Consortium
+ homepage_url: http://unicode.org/
+ text_url: http://unicode.org/copyright.html
+ reference_url: https://scancode-licensedb.aboutcode.org/unicode
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
+ spdx_license_key: LicenseRef-scancode-unicode
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
copyright: |
(c) 2001-2018 Dovecot authors
(c) 2001-2018 Dovecot authors
@@ -71,399 +771,3 @@ copyright: |
(c) 2016-2018 Apollon Oikonomopoulos
(c) 2002-2018 Stephan Bosch
(c) 2002-2018 Dovecot authors
-matches:
- - score: '100.0'
- start_line: 32
- end_line: 35
- matcher: 1-hash
- rule_length: 52
- matched_length: 52
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: beerware_1.RULE
- license_expression: beerware
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- THE BEER-WARE LICENSE" (Revision 42):
- wrote this file. As long as you retain this notice you
- can do whatever you want with this stuff. If we meet some day, and you think
- this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
- - score: '100.0'
- start_line: 46
- end_line: 47
- matcher: 2-aho
- rule_length: 5
- matched_length: 5
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_45.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- placed in the
- public domain.
- - score: '100.0'
- start_line: 121
- end_line: 137
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish, distribute, sublicense,
- and/or sell copies of the Software, and to permit persons to whom the
- Software is furnished to do so, subject to the following conditions:
-
- The above copyright notice and 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
- 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.
- - score: '100.0'
- start_line: 139
- end_line: 139
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_38.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1'
- - score: '100.0'
- start_line: 140
- end_line: 152
- matcher: 2-aho
- rule_length: 117
- matched_length: 117
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_239.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- - score: '100.0'
- start_line: 154
- end_line: 154
- matcher: 2-aho
- rule_length: 6
- matched_length: 6
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_83_1.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: the GNU Lesser General Public License
- - score: '100.0'
- start_line: 155
- end_line: 155
- matcher: 2-aho
- rule_length: 7
- matched_length: 7
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_82.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 157
- end_line: 157
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_65.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: apache-2.0'
- - score: '100.0'
- start_line: 158
- end_line: 171
- matcher: 1-hash
- rule_length: 109
- matched_length: 109
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_951.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- On Debian systems, the full text of the Apache License, Version 2.0 can be
- found at /usr/share/common-licenses/Apache-2.0.
- - score: '100.0'
- start_line: 176
- end_line: '198'
- matcher: 2-aho
- rule_length: 213
- matched_length: 213
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_19.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 3. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 201
- end_line: 220
- matcher: 1-hash
- rule_length: 185
- matched_length: 185
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-simplified_16.RULE
- license_expression: bsd-simplified
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code must retain the above copyright notice, this
- list of conditions and the following disclaimer.
-
- 2. 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.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 222
- end_line: 222
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 223
- end_line: 235
- matcher: 2-aho
- rule_length: 113
- matched_length: 113
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_420.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- - score: '100.0'
- start_line: 237
- end_line: 237
- matcher: 2-aho
- rule_length: 7
- matched_length: 7
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_660.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: the GNU General Public License version 2
- - score: '100.0'
- start_line: 238
- end_line: 238
- matcher: 2-aho
- rule_length: 6
- matched_length: 6
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_621.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: usr/share/common-licenses/GPL-2.
- - score: '100.0'
- start_line: 241
- end_line: 273
- matcher: 2-aho
- rule_length: 300
- matched_length: 300
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: unicode_35.RULE
- license_expression: unicode
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Distributed under the
- Terms of Use in http://www.unicode.org/copyright.html.
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of the Unicode data files and any associated documentation (the "Data Files")
- or Unicode software and any associated documentation (the "Software") to deal
- in the Data Files or Software without restriction, including without limitation
- the rights to use, copy, modify, merge, publish, distribute, and/or sell copies
- of the Data Files or Software, and to permit persons to whom the Data Files or
- Software are furnished to do so, provided that
-
- (a) this copyright and permission notice appear with all copies of the Data
- Files or Software,
- (b) this copyright and permission notice appear in associated documentation,
- and
- (c) there is clear notice in each modified Data File or in the Software as
- well as in the documentation associated with the Data File(s) or Software
- that the data or software has been modified.
-
- THE DATA FILES AND SOFTWARE 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 OF THIRD
- PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
- THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
- DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
- WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
- OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR
- SOFTWARE.
-
- Except as contained in this notice, the name of a copyright holder shall not
- be used in advertising or otherwise to promote the sale, use or other dealings
- in these Data Files or Software without prior written authorization of the
- copyright holder.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/dpdk/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/dpdk/stable_copyright-detailed.expected.yml
index f483c32b707..42772aea211 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/dpdk/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/d/dpdk/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: bsd-new
declared_license:
- BSD-3-clause
- GPL-2
@@ -15,9 +14,395 @@ declared_license:
- LGPL-2.1
- BSD-2-clause
- BSD-3-clause
-license_expression: bsd-new AND (gpl-2.0 AND gpl-2.0) AND bsd-simplified AND (bsd-new OR (gpl-2.0
- AND gpl-2.0)) AND (bsd-new OR (lgpl-2.1 AND lgpl-2.1)) AND bsd-simplified AND (gpl-2.0 AND
- gpl-2.0) AND (gpl-3.0 AND gpl-3.0) AND gpl-2.0-plus
+declared_license_expression: bsd-new
+declared_license_expression_spdx: BSD-3-Clause
+other_license_expression: bsd-new AND (gpl-2.0 AND gpl-2.0) AND bsd-simplified AND (bsd-new
+ OR (gpl-2.0 AND gpl-2.0)) AND (bsd-new OR (lgpl-2.1 AND lgpl-2.1)) AND bsd-simplified AND
+ (gpl-2.0 AND gpl-2.0) AND (gpl-3.0 AND gpl-3.0) AND gpl-2.0-plus
+other_license_expression_spdx: BSD-3-Clause AND (GPL-2.0-only AND GPL-2.0-only) AND BSD-2-Clause
+ AND (BSD-3-Clause OR (GPL-2.0-only AND GPL-2.0-only)) AND (BSD-3-Clause OR (LGPL-2.1-only
+ AND LGPL-2.1-only)) AND BSD-2-Clause AND (GPL-2.0-only AND GPL-2.0-only) AND (GPL-3.0-only
+ AND GPL-3.0-only) AND GPL-2.0-or-later
+license_detections: []
+other_license_detections:
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 66
+ end_line: 66
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_561.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_561.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: 67
+ end_line: 68
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1120.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1120.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 71
+ end_line: 77
+ matched_length: 66
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_1040.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_1040.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 66
+ rule_relevance: 100
+ matched_text: |
+ This package 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 Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ On Debian systems, the complete text of the GNU General Public
+ License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-3.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 79
+ end_line: 79
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_rdesc_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_rdesc_1.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-3'
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
+ - score: '100.0'
+ start_line: 80
+ end_line: 81
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_394.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_394.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
+ - license_expression: lgpl-2.1
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 83
+ end_line: 83
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_38.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1'
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - score: '100.0'
+ start_line: 84
+ end_line: 85
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_307.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_307.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of the GNU Library General Public
+ License can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - license_expression: bsd-simplified
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 88
+ end_line: 111
+ matched_length: 185
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-simplified
+ rule_identifier: bsd-simplified_16.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-simplified_16.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 185
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ 2. 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.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE
+ COPYRIGHT HOLDER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-simplified
+ name: BSD-2-Clause
+ short_name: BSD-2-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-2-Clause
+ text_url: http://opensource.org/licenses/bsd-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-simplified
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE
+ spdx_license_key: BSD-2-Clause
+ spdx_url: https://spdx.org/licenses/BSD-2-Clause
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 114
+ end_line: 138
+ matched_length: 212
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-intel_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-intel_4.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 212
+ rule_relevance: 100
+ matched_text: |
+ 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 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.
+ * Neither the name of Intel Corporation nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
+ OWNER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
copyright: |
2008-2014 Cisco Systems, Inc.
2012-2014 6WIND S.A.
@@ -40,210 +425,3 @@ copyright: |
2015, 2016 Canonical Ltd.
2009-2016 Andreas Beckmann
2010-2016 Russ Allbery
-matches:
- - score: '100.0'
- start_line: 66
- end_line: 66
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_561.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2'
- - score: '100.0'
- start_line: 67
- end_line: 68
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1120.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
- - score: '100.0'
- start_line: 71
- end_line: 77
- matcher: 1-hash
- rule_length: 66
- matched_length: 66
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_1040.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package 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 Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- On Debian systems, the complete text of the GNU General Public
- License version 2 can be found in "/usr/share/common-licenses/GPL-2".
- - score: '100.0'
- start_line: 79
- end_line: 79
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_rdesc_1.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-3'
- - score: '100.0'
- start_line: 80
- end_line: 81
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_394.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of the GNU General
- Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
- - score: '100.0'
- start_line: 83
- end_line: 83
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_38.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1'
- - score: '100.0'
- start_line: 84
- end_line: 85
- matcher: 1-hash
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_307.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of the GNU Library General Public
- License can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
- - score: '100.0'
- start_line: 88
- end_line: 111
- matcher: 1-hash
- rule_length: 185
- matched_length: 185
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-simplified_16.RULE
- license_expression: bsd-simplified
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
-
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- 2. 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.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE
- COPYRIGHT HOLDER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 114
- end_line: 138
- matcher: 1-hash
- rule_length: 212
- matched_length: 212
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-intel_4.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 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.
- * Neither the name of Intel Corporation nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
- OWNER OR CONTRIBUTORS 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.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_copyright-detailed.expected.yml
index 31dbca58661..ddf374aa31a 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_copyright-detailed.expected.yml
@@ -1,7 +1,198 @@
-primary_license:
declared_license:
-license_expression: (gpl-2.0 AND lgpl-2.0 AND bsd-new AND mit-old-style-no-advert) AND ntp-0
- AND bsd-new
+declared_license_expression: (gpl-2.0 AND lgpl-2.0 AND bsd-new AND mit-old-style-no-advert)
+ AND ntp-0 AND bsd-new
+declared_license_expression_spdx: (GPL-2.0-only AND LGPL-2.0-only AND BSD-3-Clause AND NTP)
+ AND NTP-0 AND BSD-3-Clause
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: gpl-2.0 AND lgpl-2.0 AND bsd-new AND mit-old-style-no-advert
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.02'
+ start_line: 17
+ end_line: 30
+ matched_length: 101
+ match_coverage: '99.02'
+ matcher: 3-seq
+ license_expression: gpl-2.0 AND lgpl-2.0 AND bsd-new AND mit-old-style-no-advert
+ rule_identifier: gpl-2.0_and_lgpl-2.0_and_bsd-new_and_mit_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_and_lgpl-2.0_and_bsd-new_and_mit_1.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ - /usr/share/common-licenses/LGPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 102
+ rule_relevance: 100
+ matched_text: "This package, the EXT2 filesystem utilities, are made available under\n\
+ the GNU General Public License version 2, with the exception of the\nlib/ext2fs and\
+ \ lib/e2p libraries, which are made available under the\nGNU Library General Public\
+ \ License Version 2, the lib/uuid library\nwhich is made available under a BSD-style\
+ \ license and the lib/et and\nlib/ss libraries which are made available under an MIT-style\
+ \ license.\n\n\tCopyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, \n\t\
+ 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o\n\nOn Debian GNU systems,\
+ \ the complete text of the GNU General Public\nLicense can be found in `/usr/share/common-licenses/GPL-2'.\
+ \ The\ncomplete text of the GNU Library General Public License can be found\nin '/usr/share/common-licenses/LGPL-2'."
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - key: lgpl-2.0
+ name: GNU Library General Public License 2.0
+ short_name: LGPL 2.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.0.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0.LICENSE
+ spdx_license_key: LGPL-2.0-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-only
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - key: mit-old-style-no-advert
+ name: MIT Old Style no advertising
+ short_name: MIT Old Style no advertising
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_.28no_advertising_without_permission.29
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/mit-old-style-no-advert
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style-no-advert.LICENSE
+ spdx_license_key: NTP
+ spdx_url: https://spdx.org/licenses/NTP
+ - license_expression: ntp-0 AND bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 38
+ end_line: 45
+ matched_length: 85
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: ntp-0
+ rule_identifier: ntp-0.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ntp-0.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 85
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute this software and
+ its documentation for any purpose is hereby granted, provided that
+ the names of M.I.T. and the M.I.T. S.I.P.B. not be used in
+ advertising or publicity pertaining to distribution of the software
+ without specific, written prior permission. M.I.T. and the
+ M.I.T. S.I.P.B. make no representations about the suitability of
+ this software for any purpose. It is provided "as is" without
+ express or implied warranty.
+ licenses:
+ - key: ntp-0
+ name: NTP No Attribution
+ short_name: NTP-0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: https://github.com/tytso/e2fsprogs/blob/master/lib/et/et_name.c
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/ntp-0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ntp-0.LICENSE
+ spdx_license_key: NTP-0
+ spdx_url: https://spdx.org/licenses/NTP-0
+ - score: '100.0'
+ start_line: 49
+ end_line: 73
+ matched_length: 210
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-new
+ rule_identifier: bsd-new_117.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_117.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 210
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, and the entire permission notice in its entirety,
+ including the disclaimer of warranties.
+ 2. 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.
+ 3. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior
+ written permission.
+
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
+ WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR 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 NOT ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGE.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+other_license_detections: []
copyright: |
Copyright (c) 2003-2007 Theodore Ts'o
Copyright (c) 1997-2003 Yann Dirson
@@ -10,94 +201,3 @@ copyright: |
Copyright (c) 1995-1996 Michael Nonweiler
Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o
Copyright 1987 by the Student Information Processing Board of the Massachusetts Institute of Technology
-matches:
- - score: '99.02'
- start_line: 17
- end_line: 30
- matcher: 3-seq
- rule_length: 102
- matched_length: 101
- match_coverage: '99.02'
- rule_relevance: 100
- identifier: gpl-2.0_and_lgpl-2.0_and_bsd-new_and_mit_1.RULE
- license_expression: gpl-2.0 AND lgpl-2.0 AND bsd-new AND mit-old-style-no-advert
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: "This package, the EXT2 filesystem utilities, are made available under\nthe\
- \ GNU General Public License version 2, with the exception of the\n[lib]/[ext2fs] [and]\
- \ [lib]/[e2p] libraries, which are made available under the\nGNU Library General Public\
- \ License Version 2, the [lib]/[uuid] library\nwhich is made available under a BSD-style\
- \ license and the [lib]/[et] [and]\n[lib]/[ss] libraries which are made available under\
- \ an MIT-style license.\n\n\t[Copyright] ([c]) [1993], [1994], [1995], [1996], [1997],\
- \ [1998], [1999], [2000], \n\t[2001], [2002], [2003], [2004], [2005], [2006], [2007],\
- \ [2008] [by] [Theodore] [Ts]'[o]\n\nOn Debian GNU systems, the complete text of the GNU\
- \ General Public\nLicense can be found in `/usr/share/common-licenses/GPL-2'. The\ncomplete\
- \ text of the GNU Library General Public License can be found\nin '/usr/share/common-licenses/LGPL-2'."
- - score: '100.0'
- start_line: 38
- end_line: 45
- matcher: 2-aho
- rule_length: 85
- matched_length: 85
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: ntp-0.LICENSE
- license_expression: ntp-0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute this software and
- its documentation for any purpose is hereby granted, provided that
- the names of M.I.T. and the M.I.T. S.I.P.B. not be used in
- advertising or publicity pertaining to distribution of the software
- without specific, written prior permission. M.I.T. and the
- M.I.T. S.I.P.B. make no representations about the suitability of
- this software for any purpose. It is provided "as is" without
- express or implied warranty.
- - score: '100.0'
- start_line: 49
- end_line: 73
- matcher: 2-aho
- rule_length: 210
- matched_length: 210
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_117.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, and the entire permission notice in its entirety,
- including the disclaimer of warranties.
- 2. 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.
- 3. The name of the author may not be used to endorse or promote
- products derived from this software without specific prior
- written permission.
-
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
- WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR 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 NOT ADVISED OF THE POSSIBILITY OF SUCH
- DAMAGE.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_e2fsck-static.copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_e2fsck-static.copyright-detailed.expected.yml
index 6285ebc1717..3a83617931d 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_e2fsck-static.copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_e2fsck-static.copyright-detailed.expected.yml
@@ -1,6 +1,86 @@
-primary_license:
declared_license:
-license_expression: gpl-2.0 AND gpl-2.0
+declared_license_expression: gpl-2.0 AND gpl-2.0
+declared_license_expression_spdx: GPL-2.0-only AND GPL-2.0-only
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 18
+ end_line: '19'
+ matched_length: 14
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1137.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1137.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 14
+ rule_relevance: 100
+ matched_text: |
+ This package, the EXT2 filesystem utilities, is protected by the GNU
+ General Public License.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 24
+ end_line: 25
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_563.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_563.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ On Debian GNU systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+other_license_detections: []
copyright: |
Copyright (c) 2003-2006 Theodore Ts'o
Copyright (c) 1997-2003 Yann Dirson
@@ -8,40 +88,3 @@ copyright: |
Copyright (c) 1997 Klee Dienes
Copyright (c) 1995-1996 Michael Nonweiler
Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o
-matches:
- - score: '100.0'
- start_line: 18
- end_line: '19'
- matcher: 2-aho
- rule_length: 14
- matched_length: 14
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1137.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package, the EXT2 filesystem utilities, is protected by the GNU
- General Public License.
- - score: '100.0'
- start_line: 24
- end_line: 25
- matcher: 2-aho
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_563.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian GNU systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_e2fsprogs-l10n.copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_e2fsprogs-l10n.copyright-detailed.expected.yml
index 6285ebc1717..3a83617931d 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_e2fsprogs-l10n.copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_e2fsprogs-l10n.copyright-detailed.expected.yml
@@ -1,6 +1,86 @@
-primary_license:
declared_license:
-license_expression: gpl-2.0 AND gpl-2.0
+declared_license_expression: gpl-2.0 AND gpl-2.0
+declared_license_expression_spdx: GPL-2.0-only AND GPL-2.0-only
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 18
+ end_line: '19'
+ matched_length: 14
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1137.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1137.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 14
+ rule_relevance: 100
+ matched_text: |
+ This package, the EXT2 filesystem utilities, is protected by the GNU
+ General Public License.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 24
+ end_line: 25
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_563.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_563.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ On Debian GNU systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+other_license_detections: []
copyright: |
Copyright (c) 2003-2006 Theodore Ts'o
Copyright (c) 1997-2003 Yann Dirson
@@ -8,40 +88,3 @@ copyright: |
Copyright (c) 1997 Klee Dienes
Copyright (c) 1995-1996 Michael Nonweiler
Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Theodore Ts'o
-matches:
- - score: '100.0'
- start_line: 18
- end_line: '19'
- matcher: 2-aho
- rule_length: 14
- matched_length: 14
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1137.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package, the EXT2 filesystem utilities, is protected by the GNU
- General Public License.
- - score: '100.0'
- start_line: 24
- end_line: 25
- matcher: 2-aho
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_563.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian GNU systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_libblkid.copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_libblkid.copyright-detailed.expected.yml
index 55ce44d37a4..ef202ae09ed 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_libblkid.copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_libblkid.copyright-detailed.expected.yml
@@ -1,28 +1,51 @@
-primary_license:
declared_license:
-license_expression: lgpl-2.0
+declared_license_expression: lgpl-2.0
+declared_license_expression_spdx: LGPL-2.0-only
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: lgpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 15
+ end_line: '19'
+ matched_length: 42
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.0
+ rule_identifier: lgpl-2.0_24.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0_24.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 42
+ rule_relevance: 100
+ matched_text: |
+ You are free to distribute this software under the terms of the GNU
+ Lesser (Library) General Public License.
+
+ On Debian systems, the complete text of the GNU Lesser (Library)
+ General Public License can be found in /usr/share/common-licenses/LGPL-2.
+ licenses:
+ - key: lgpl-2.0
+ name: GNU Library General Public License 2.0
+ short_name: LGPL 2.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.0.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0.LICENSE
+ spdx_license_key: LGPL-2.0-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-only
+other_license_detections: []
copyright: |
Copyright (c) 1999, 2001 by Andries Brouwer
Copyright (c) 1999, 2000, 2003 by Theodore Ts'o
-matches:
- - score: '100.0'
- start_line: 15
- end_line: '19'
- matcher: 2-aho
- rule_length: 42
- matched_length: 42
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0_24.RULE
- license_expression: lgpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You are free to distribute this software under the terms of the GNU
- Lesser (Library) General Public License.
-
- On Debian systems, the complete text of the GNU Lesser (Library)
- General Public License can be found in /usr/share/common-licenses/LGPL-2.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_libcom-err2.copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_libcom-err2.copyright-detailed.expected.yml
index eda2058895f..d6dd138f5a5 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_libcom-err2.copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_libcom-err2.copyright-detailed.expected.yml
@@ -1,33 +1,56 @@
-primary_license:
declared_license:
-license_expression: mit-old-style-no-advert
+declared_license_expression: mit-old-style-no-advert
+declared_license_expression_spdx: NTP
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: mit-old-style-no-advert
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 14
+ end_line: 24
+ matched_length: 112
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: mit-old-style-no-advert
+ rule_identifier: mit-old-style-no-advert_5.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit-old-style-no-advert_5.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 112
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute this software
+ and its documentation for any purpose and without fee is
+ hereby granted, provided that the above copyright notice
+ appear in all copies and that both that copyright notice and
+ this permission notice appear in supporting documentation,
+ and that the names of M.I.T. and the M.I.T. S.I.P.B. not be
+ used in advertising or publicity pertaining to distribution
+ of the software without specific, written prior permission.
+ M.I.T. and the M.I.T. S.I.P.B. make no representations about
+ the suitability of this software for any purpose. It is
+ provided "as is" without express or implied warranty.
+ licenses:
+ - key: mit-old-style-no-advert
+ name: MIT Old Style no advertising
+ short_name: MIT Old Style no advertising
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_.28no_advertising_without_permission.29
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/mit-old-style-no-advert
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style-no-advert.LICENSE
+ spdx_license_key: NTP
+ spdx_url: https://spdx.org/licenses/NTP
+other_license_detections: []
copyright: Copyright 1987, 1988 by the Student Information Processing Board of the Massachusetts
Institute of Technology
-matches:
- - score: '100.0'
- start_line: 14
- end_line: 24
- matcher: 2-aho
- rule_length: 112
- matched_length: 112
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit-old-style-no-advert_5.RULE
- license_expression: mit-old-style-no-advert
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute this software
- and its documentation for any purpose and without fee is
- hereby granted, provided that the above copyright notice
- appear in all copies and that both that copyright notice and
- this permission notice appear in supporting documentation,
- and that the names of M.I.T. and the M.I.T. S.I.P.B. not be
- used in advertising or publicity pertaining to distribution
- of the software without specific, written prior permission.
- M.I.T. and the M.I.T. S.I.P.B. make no representations about
- the suitability of this software for any purpose. It is
- provided "as is" without express or implied warranty.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_libss2.copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_libss2.copyright-detailed.expected.yml
index 62ed3c9e887..0d16c10e303 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_libss2.copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_libss2.copyright-detailed.expected.yml
@@ -1,33 +1,56 @@
-primary_license:
declared_license:
-license_expression: mit-old-style-no-advert
+declared_license_expression: mit-old-style-no-advert
+declared_license_expression_spdx: NTP
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: mit-old-style-no-advert
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 15
+ end_line: 25
+ matched_length: 112
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: mit-old-style-no-advert
+ rule_identifier: mit-old-style-no-advert_5.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit-old-style-no-advert_5.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 112
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute this software
+ and its documentation for any purpose and without fee is
+ hereby granted, provided that the above copyright notice
+ appear in all copies and that both that copyright notice and
+ this permission notice appear in supporting documentation,
+ and that the names of M.I.T. and the M.I.T. S.I.P.B. not be
+ used in advertising or publicity pertaining to distribution
+ of the software without specific, written prior permission.
+ M.I.T. and the M.I.T. S.I.P.B. make no representations about
+ the suitability of this software for any purpose. It is
+ provided "as is" without express or implied warranty.
+ licenses:
+ - key: mit-old-style-no-advert
+ name: MIT Old Style no advertising
+ short_name: MIT Old Style no advertising
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_.28no_advertising_without_permission.29
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/mit-old-style-no-advert
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style-no-advert.LICENSE
+ spdx_license_key: NTP
+ spdx_url: https://spdx.org/licenses/NTP
+other_license_detections: []
copyright: Copyright 1987, 1988 by the Student Information Processing Board of the Massachusetts
Institute of Technology
-matches:
- - score: '100.0'
- start_line: 15
- end_line: 25
- matcher: 2-aho
- rule_length: 112
- matched_length: 112
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit-old-style-no-advert_5.RULE
- license_expression: mit-old-style-no-advert
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute this software
- and its documentation for any purpose and without fee is
- hereby granted, provided that the above copyright notice
- appear in all copies and that both that copyright notice and
- this permission notice appear in supporting documentation,
- and that the names of M.I.T. and the M.I.T. S.I.P.B. not be
- used in advertising or publicity pertaining to distribution
- of the software without specific, written prior permission.
- M.I.T. and the M.I.T. S.I.P.B. make no representations about
- the suitability of this software for any purpose. It is
- provided "as is" without express or implied warranty.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_libuuid1.copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_libuuid1.copyright-detailed.expected.yml
index 6e8e3c2dc53..0de5a39e9c5 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_libuuid1.copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_libuuid1.copyright-detailed.expected.yml
@@ -1,46 +1,69 @@
-primary_license:
declared_license:
-license_expression: bsd-new
-copyright: Copyright (c) 1999, 2000, 2003, 2004 by Theodore Ts'o
-matches:
- - score: '100.0'
- start_line: 14
- end_line: 38
- matcher: 2-aho
- rule_length: 210
- matched_length: 210
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_117.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, and the entire permission notice in its entirety,
- including the disclaimer of warranties.
- 2. 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.
- 3. The name of the author may not be used to endorse or promote
- products derived from this software without specific prior
- written permission.
+declared_license_expression: bsd-new
+declared_license_expression_spdx: BSD-3-Clause
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 14
+ end_line: 38
+ matched_length: 210
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-new
+ rule_identifier: bsd-new_117.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_117.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 210
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, and the entire permission notice in its entirety,
+ including the disclaimer of warranties.
+ 2. 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.
+ 3. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior
+ written permission.
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
- WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR 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 NOT ADVISED OF THE POSSIBILITY OF SUCH
- DAMAGE.
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
+ WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR 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 NOT ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGE.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+other_license_detections: []
+copyright: Copyright (c) 1999, 2000, 2003, 2004 by Theodore Ts'o
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_uuid-dev.copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_uuid-dev.copyright-detailed.expected.yml
index 6e8e3c2dc53..0de5a39e9c5 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_uuid-dev.copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_uuid-dev.copyright-detailed.expected.yml
@@ -1,46 +1,69 @@
-primary_license:
declared_license:
-license_expression: bsd-new
-copyright: Copyright (c) 1999, 2000, 2003, 2004 by Theodore Ts'o
-matches:
- - score: '100.0'
- start_line: 14
- end_line: 38
- matcher: 2-aho
- rule_length: 210
- matched_length: 210
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_117.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, and the entire permission notice in its entirety,
- including the disclaimer of warranties.
- 2. 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.
- 3. The name of the author may not be used to endorse or promote
- products derived from this software without specific prior
- written permission.
+declared_license_expression: bsd-new
+declared_license_expression_spdx: BSD-3-Clause
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 14
+ end_line: 38
+ matched_length: 210
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-new
+ rule_identifier: bsd-new_117.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_117.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 210
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, and the entire permission notice in its entirety,
+ including the disclaimer of warranties.
+ 2. 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.
+ 3. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior
+ written permission.
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
- WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR 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 NOT ADVISED OF THE POSSIBILITY OF SUCH
- DAMAGE.
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
+ WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR 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 NOT ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGE.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+other_license_detections: []
+copyright: Copyright (c) 1999, 2000, 2003, 2004 by Theodore Ts'o
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_uuid-runtime.copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_uuid-runtime.copyright-detailed.expected.yml
index 31efd6d62ac..5233f19df09 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_uuid-runtime.copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/e2fsprogs/stable_uuid-runtime.copyright-detailed.expected.yml
@@ -1,46 +1,69 @@
-primary_license:
declared_license:
-license_expression: bsd-new
-copyright: Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by Theodore Ts'o
-matches:
- - score: '100.0'
- start_line: 15
- end_line: 39
- matcher: 2-aho
- rule_length: 210
- matched_length: 210
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_117.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, and the entire permission notice in its entirety,
- including the disclaimer of warranties.
- 2. 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.
- 3. The name of the author may not be used to endorse or promote
- products derived from this software without specific prior
- written permission.
+declared_license_expression: bsd-new
+declared_license_expression_spdx: BSD-3-Clause
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 15
+ end_line: 39
+ matched_length: 210
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-new
+ rule_identifier: bsd-new_117.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_117.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 210
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, and the entire permission notice in its entirety,
+ including the disclaimer of warranties.
+ 2. 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.
+ 3. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior
+ written permission.
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
- WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR 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 NOT ADVISED OF THE POSSIBILITY OF SUCH
- DAMAGE.
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
+ WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR 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 NOT ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGE.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+other_license_detections: []
+copyright: Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by Theodore Ts'o
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/enigmail/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/enigmail/stable_copyright-detailed.expected.yml
index 3a57f54a45d..3e3e81bcdea 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/enigmail/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/enigmail/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: mpl-2.0
declared_license:
- MPL-2.0
- MPL-2.0
@@ -10,8 +9,658 @@ declared_license:
- BSD-2-clause
- BSD-3-clause
- CC0-1.0
-license_expression: (mpl-2.0 AND mpl-2.0) AND (mpl-2.0 AND mpl-2.0) AND bsd-2-clause-views AND
- bsd-new AND (cc0-1.0 AND cc0-1.0) AND (mpl-2.0 AND mpl-2.0)
+declared_license_expression: mpl-2.0
+declared_license_expression_spdx: MPL-2.0
+other_license_expression: (mpl-2.0 AND mpl-2.0) AND (mpl-2.0 AND mpl-2.0) AND bsd-2-clause-views
+ AND bsd-new AND (cc0-1.0 AND cc0-1.0) AND (mpl-2.0 AND mpl-2.0)
+other_license_expression_spdx: (MPL-2.0 AND MPL-2.0) AND (MPL-2.0 AND MPL-2.0) AND BSD-2-Clause-Views
+ AND BSD-3-Clause AND (CC0-1.0 AND CC0-1.0) AND (MPL-2.0 AND MPL-2.0)
+license_detections: []
+other_license_detections:
+ - license_expression: mpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 38
+ end_line: 38
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mpl-2.0
+ rule_identifier: mpl-2.0_75.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mpl-2.0_75.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: mpl-2.0'
+ licenses:
+ - key: mpl-2.0
+ name: Mozilla Public License 2.0
+ short_name: MPL 2.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Mozilla
+ homepage_url: http://mpl.mozilla.org/2012/01/03/announcing-mpl-2-0/
+ text_url: http://www.mozilla.com/MPL/2.0/
+ reference_url: https://scancode-licensedb.aboutcode.org/mpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpl-2.0.LICENSE
+ spdx_license_key: MPL-2.0
+ spdx_url: https://spdx.org/licenses/MPL-2.0
+ - score: '100.0'
+ start_line: 39
+ end_line: 411
+ matched_length: 2371
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mpl-2.0
+ rule_identifier: mpl-2.0.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpl-2.0.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 2371
+ rule_relevance: 100
+ matched_text: |
+ Mozilla Public License Version 2.0
+ ==================================
+
+ 1. Definitions
+ --------------
+
+ 1.1. "Contributor"
+ means each individual or legal entity that creates, contributes to
+ the creation of, or owns Covered Software.
+
+ 1.2. "Contributor Version"
+ means the combination of the Contributions of others (if any) used
+ by a Contributor and that particular Contributor's Contribution.
+
+ 1.3. "Contribution"
+ means Covered Software of a particular Contributor.
+
+ 1.4. "Covered Software"
+ means Source Code Form to which the initial Contributor has attached
+ the notice in Exhibit A, the Executable Form of such Source Code
+ Form, and Modifications of such Source Code Form, in each case
+ including portions thereof.
+
+ 1.5. "Incompatible With Secondary Licenses"
+ means
+
+ (a) that the initial Contributor has attached the notice described
+ in Exhibit B to the Covered Software; or
+
+ (b) that the Covered Software was made available under the terms of
+ version 1.1 or earlier of the License, but not also under the
+ terms of a Secondary License.
+
+ 1.6. "Executable Form"
+ means any form of the work other than Source Code Form.
+
+ 1.7. "Larger Work"
+ means a work that combines Covered Software with other material, in
+ a separate file or files, that is not Covered Software.
+
+ 1.8. "License"
+ means this document.
+
+ 1.9. "Licensable"
+ means having the right to grant, to the maximum extent possible,
+ whether at the time of the initial grant or subsequently, any and
+ all of the rights conveyed by this License.
+
+ 1.10. "Modifications"
+ means any of the following:
+
+ (a) any file in Source Code Form that results from an addition to,
+ deletion from, or modification of the contents of Covered
+ Software; or
+
+ (b) any new file in Source Code Form that contains any Covered
+ Software.
+
+ 1.11. "Patent Claims" of a Contributor
+ means any patent claim(s), including without limitation, method,
+ process, and apparatus claims, in any patent Licensable by such
+ Contributor that would be infringed, but for the grant of the
+ License, by the making, using, selling, offering for sale, having
+ made, import, or transfer of either its Contributions or its
+ Contributor Version.
+
+ 1.12. "Secondary License"
+ means either the GNU General Public License, Version 2.0, the GNU
+ Lesser General Public License, Version 2.1, the GNU Affero General
+ Public License, Version 3.0, or any later versions of those
+ licenses.
+
+ 1.13. "Source Code Form"
+ means the form of the work preferred for making modifications.
+
+ 1.14. "You" (or "Your")
+ means an individual or a legal entity exercising rights under 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 (a) the power, direct
+ or indirect, to cause the direction or management of such entity,
+ whether by contract or otherwise, or (b) ownership of more than
+ fifty percent (50%) of the outstanding shares or beneficial
+ ownership of such entity.
+
+ 2. License Grants and Conditions
+ --------------------------------
+
+ 2.1. Grants
+
+ Each Contributor hereby grants You a world-wide, royalty-free,
+ non-exclusive license:
+
+ (a) under intellectual property rights (other than patent or trademark)
+ Licensable by such Contributor to use, reproduce, make available,
+ modify, display, perform, distribute, and otherwise exploit its
+ Contributions, either on an unmodified basis, with Modifications, or
+ as part of a Larger Work; and
+
+ (b) under Patent Claims of such Contributor to make, use, sell, offer
+ for sale, have made, import, and otherwise transfer either its
+ Contributions or its Contributor Version.
+
+ 2.2. Effective Date
+
+ The licenses granted in Section 2.1 with respect to any Contribution
+ become effective for each Contribution on the date the Contributor first
+ distributes such Contribution.
+
+ 2.3. Limitations on Grant Scope
+
+ The licenses granted in this Section 2 are the only rights granted under
+ this License. No additional rights or licenses will be implied from the
+ distribution or licensing of Covered Software under this License.
+ Notwithstanding Section 2.1(b) above, no patent license is granted by a
+ Contributor:
+
+ (a) for any code that a Contributor has removed from Covered Software;
+ or
+
+ (b) for infringements caused by: (i) Your and any other third party's
+ modifications of Covered Software, or (ii) the combination of its
+ Contributions with other software (except as part of its Contributor
+ Version); or
+
+ (c) under Patent Claims infringed by Covered Software in the absence of
+ its Contributions.
+
+ This License does not grant any rights in the trademarks, service marks,
+ or logos of any Contributor (except as may be necessary to comply with
+ the notice requirements in Section 3.4).
+
+ 2.4. Subsequent Licenses
+
+ No Contributor makes additional grants as a result of Your choice to
+ distribute the Covered Software under a subsequent version of this
+ License (see Section 10.2) or under the terms of a Secondary License (if
+ permitted under the terms of Section 3.3).
+
+ 2.5. Representation
+
+ Each Contributor represents that the Contributor believes its
+ Contributions are its original creation(s) or it has sufficient rights
+ to grant the rights to its Contributions conveyed by this License.
+
+ 2.6. Fair Use
+
+ This License is not intended to limit any rights You have under
+ applicable copyright doctrines of fair use, fair dealing, or other
+ equivalents.
+
+ 2.7. Conditions
+
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
+ in Section 2.1.
+
+ 3. Responsibilities
+ -------------------
+
+ 3.1. Distribution of Source Form
+
+ All distribution of Covered Software in Source Code Form, including any
+ Modifications that You create or to which You contribute, must be under
+ the terms of this License. You must inform recipients that the Source
+ Code Form of the Covered Software is governed by the terms of this
+ License, and how they can obtain a copy of this License. You may not
+ attempt to alter or restrict the recipients' rights in the Source Code
+ Form.
+
+ 3.2. Distribution of Executable Form
+
+ If You distribute Covered Software in Executable Form then:
+
+ (a) such Covered Software must also be made available in Source Code
+ Form, as described in Section 3.1, and You must inform recipients of
+ the Executable Form how they can obtain a copy of such Source Code
+ Form by reasonable means in a timely manner, at a charge no more
+ than the cost of distribution to the recipient; and
+
+ (b) You may distribute such Executable Form under the terms of this
+ License, or sublicense it under different terms, provided that the
+ license for the Executable Form does not attempt to limit or alter
+ the recipients' rights in the Source Code Form under this License.
+
+ 3.3. Distribution of a Larger Work
+
+ You may create and distribute a Larger Work under terms of Your choice,
+ provided that You also comply with the requirements of this License for
+ the Covered Software. If the Larger Work is a combination of Covered
+ Software with a work governed by one or more Secondary Licenses, and the
+ Covered Software is not Incompatible With Secondary Licenses, this
+ License permits You to additionally distribute such Covered Software
+ under the terms of such Secondary License(s), so that the recipient of
+ the Larger Work may, at their option, further distribute the Covered
+ Software under the terms of either this License or such Secondary
+ License(s).
+
+ 3.4. Notices
+
+ You may not remove or alter the substance of any license notices
+ (including copyright notices, patent notices, disclaimers of warranty,
+ or limitations of liability) contained within the Source Code Form of
+ the Covered Software, except that You may alter any license notices to
+ the extent required to remedy known factual inaccuracies.
+
+ 3.5. Application of Additional Terms
+
+ You may choose to offer, and to charge a fee for, warranty, support,
+ indemnity or liability obligations to one or more recipients of Covered
+ Software. However, You may do so only on Your own behalf, and not on
+ behalf of any Contributor. You must make it absolutely clear that any
+ such warranty, support, indemnity, or liability obligation is offered by
+ You alone, and You hereby agree to indemnify every Contributor for any
+ liability incurred by such Contributor as a result of warranty, support,
+ indemnity or liability terms You offer. You may include additional
+ disclaimers of warranty and limitations of liability specific to any
+ jurisdiction.
+
+ 4. Inability to Comply Due to Statute or Regulation
+ ---------------------------------------------------
+
+ If it is impossible for You to comply with any of the terms of this
+ License with respect to some or all of the Covered Software due to
+ statute, judicial order, or regulation then You must: (a) comply with
+ the terms of this License to the maximum extent possible; and (b)
+ describe the limitations and the code they affect. Such description must
+ be placed in a text file included with all distributions of the Covered
+ Software under this License. Except to the extent prohibited by statute
+ or regulation, such description must be sufficiently detailed for a
+ recipient of ordinary skill to be able to understand it.
+
+ 5. Termination
+ --------------
+
+ 5.1. The rights granted under this License will terminate automatically
+ if You fail to comply with any of its terms. However, if You become
+ compliant, then the rights granted under this License from a particular
+ Contributor are reinstated (a) provisionally, unless and until such
+ Contributor explicitly and finally terminates Your grants, and (b) on an
+ ongoing basis, if such Contributor fails to notify You of the
+ non-compliance by some reasonable means prior to 60 days after You have
+ come back into compliance. Moreover, Your grants from a particular
+ Contributor are reinstated on an ongoing basis if such Contributor
+ notifies You of the non-compliance by some reasonable means, this is the
+ first time You have received notice of non-compliance with this License
+ from such Contributor, and You become compliant prior to 30 days after
+ Your receipt of the notice.
+
+ 5.2. If You initiate litigation against any entity by asserting a patent
+ infringement claim (excluding declaratory judgment actions,
+ counter-claims, and cross-claims) alleging that a Contributor Version
+ directly or indirectly infringes any patent, then the rights granted to
+ You by any and all Contributors for the Covered Software under Section
+ 2.1 of this License shall terminate.
+
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
+ end user license agreements (excluding distributors and resellers) which
+ have been validly granted by You or Your distributors under this License
+ prior to termination shall survive termination.
+
+ ************************************************************************
+ * *
+ * 6. Disclaimer of Warranty *
+ * ------------------------- *
+ * *
+ * Covered Software is provided under this License on an "as is" *
+ * basis, without warranty of any kind, either expressed, implied, or *
+ * statutory, including, without limitation, warranties that the *
+ * Covered Software is free of defects, merchantable, fit for a *
+ * particular purpose or non-infringing. The entire risk as to the *
+ * quality and performance of the Covered Software is with You. *
+ * Should any Covered Software prove defective in any respect, You *
+ * (not any Contributor) assume the cost of any necessary servicing, *
+ * repair, or correction. This disclaimer of warranty constitutes an *
+ * essential part of this License. No use of any Covered Software is *
+ * authorized under this License except under this disclaimer. *
+ * *
+ ************************************************************************
+
+ ************************************************************************
+ * *
+ * 7. Limitation of Liability *
+ * -------------------------- *
+ * *
+ * Under no circumstances and under no legal theory, whether tort *
+ * (including negligence), contract, or otherwise, shall any *
+ * Contributor, or anyone who distributes Covered Software as *
+ * permitted above, be liable to You for any direct, indirect, *
+ * special, incidental, or consequential damages of any character *
+ * including, without limitation, damages for lost profits, loss of *
+ * goodwill, work stoppage, computer failure or malfunction, or any *
+ * and all other commercial damages or losses, even if such party *
+ * shall have been informed of the possibility of such damages. This *
+ * limitation of liability shall not apply to liability for death or *
+ * personal injury resulting from such party's negligence to the *
+ * extent applicable law prohibits such limitation. Some *
+ * jurisdictions do not allow the exclusion or limitation of *
+ * incidental or consequential damages, so this exclusion and *
+ * limitation may not apply to You. *
+ * *
+ ************************************************************************
+
+ 8. Litigation
+ -------------
+
+ Any litigation relating to this License may be brought only in the
+ courts of a jurisdiction where the defendant maintains its principal
+ place of business and such litigation shall be governed by laws of that
+ jurisdiction, without reference to its conflict-of-law provisions.
+ Nothing in this Section shall prevent a party's ability to bring
+ cross-claims or counter-claims.
+
+ 9. Miscellaneous
+ ----------------
+
+ This License represents the complete agreement concerning the subject
+ matter hereof. 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. Any law or regulation which provides
+ that the language of a contract shall be construed against the drafter
+ shall not be used to construe this License against a Contributor.
+
+ 10. Versions of the License
+ ---------------------------
+
+ 10.1. New Versions
+
+ Mozilla Foundation is the license steward. Except as provided in Section
+ 10.3, no one other than the license steward has the right to modify or
+ publish new versions of this License. Each version will be given a
+ distinguishing version number.
+
+ 10.2. Effect of New Versions
+
+ You may distribute the Covered Software under the terms of the version
+ of the License under which You originally received the Covered Software,
+ or under the terms of any subsequent version published by the license
+ steward.
+
+ 10.3. Modified Versions
+
+ If you create software not governed by this License, and you want to
+ create a new license for such software, you may create and use a
+ modified version of this License if you rename the license and remove
+ any references to the name of the license steward (except to note that
+ such modified license differs from this License).
+
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary
+ Licenses
+
+ If You choose to distribute Source Code Form that is Incompatible With
+ Secondary Licenses under the terms of this version of the License, the
+ notice described in Exhibit B of this License must be attached.
+
+ Exhibit A - Source Code Form License Notice
+ -------------------------------------------
+
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+ If it is not possible or desirable to put the notice in a particular
+ file, then You may include the notice in a location (such as a LICENSE
+ file in a relevant directory) where a recipient would be likely to look
+ for such a notice.
+
+ You may add additional accurate notices of copyright ownership.
+
+ Exhibit B - "Incompatible With Secondary Licenses" Notice
+ ---------------------------------------------------------
+
+ This Source Code Form is "Incompatible With Secondary Licenses", as
+ defined by the Mozilla Public License, v. 2.0.
+ licenses:
+ - key: mpl-2.0
+ name: Mozilla Public License 2.0
+ short_name: MPL 2.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Mozilla
+ homepage_url: http://mpl.mozilla.org/2012/01/03/announcing-mpl-2-0/
+ text_url: http://www.mozilla.com/MPL/2.0/
+ reference_url: https://scancode-licensedb.aboutcode.org/mpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpl-2.0.LICENSE
+ spdx_license_key: MPL-2.0
+ spdx_url: https://spdx.org/licenses/MPL-2.0
+ - license_expression: bsd-2-clause-views
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 414
+ end_line: 441
+ matched_length: 215
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-2-clause-views
+ rule_identifier: bsd-2-clause-views_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-2-clause-views_1.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 215
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ 2. 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.
+
+ THIS SOFTWARE IS PROVIDED BY THE MOZILLA FOUNDATION ``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 THE MOZILLA FOUNDATION OR
+ CONTRIBUTORS 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.
+
+ The views and conclusions contained in the software and documentation
+ are those of the authors and should not be interpreted as representing
+ official policies, either expressed or implied, of the Mozilla
+ Foundation.
+ licenses:
+ - key: bsd-2-clause-views
+ name: BSD 2-Clause with views sentence
+ short_name: BSD-2-Clause-Views
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: FreeBSD
+ homepage_url: https://www.freebsd.org/copyright/freebsd-license.html
+ text_url: https://github.com/protegeproject/protege/blob/master/license.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-2-clause-views
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-2-clause-views.LICENSE
+ spdx_license_key: BSD-2-Clause-Views
+ spdx_url: https://spdx.org/licenses/BSD-2-Clause-Views
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.04'
+ start_line: 446
+ end_line: 470
+ matched_length: 207
+ match_coverage: '100.0'
+ matcher: 3-seq
+ license_expression: bsd-new
+ rule_identifier: bsd-new_784.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_784.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 207
+ rule_relevance: 100
+ matched_text: |
+ 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 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.
+
+ * Neither the name of the David Beazley or Dabeaz LLC may be used to endorse
+ or promote products derived from this software without specific prior
+ written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT OWNER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: cc0-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 472
+ end_line: 472
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: cc0-1.0
+ rule_identifier: cc0-1.0_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc0-1.0_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: cc0-1.0'
+ licenses:
+ - key: cc0-1.0
+ name: Creative Commons CC0 1.0 Universal
+ short_name: CC0-1.0
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/publicdomain/zero/1.0/
+ text_url: http://creativecommons.org/publicdomain/zero/1.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc0-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE
+ spdx_license_key: CC0-1.0
+ spdx_url: https://spdx.org/licenses/CC0-1.0
+ - score: '100.0'
+ start_line: 473
+ end_line: 481
+ matched_length: 82
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: cc0-1.0
+ rule_identifier: cc0-1.0_99.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc0-1.0_99.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/CC0-1.0
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 82
+ rule_relevance: 100
+ matched_text: |
+ To the extent possible under law, the author(s) have dedicated all copyright
+ and related and neighboring rights to this software to the public domain
+ worldwide. This software is distributed without any warranty.
+
+ You should have received a copy of the CC0 Public Domain Dedication along with
+ this software. If not, see .
+
+ On Debian systems, the complete text of the CC0 1.0 Universal license can be
+ found in ‘/usr/share/common-licenses/CC0-1.0’.
+ licenses:
+ - key: cc0-1.0
+ name: Creative Commons CC0 1.0 Universal
+ short_name: CC0-1.0
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/publicdomain/zero/1.0/
+ text_url: http://creativecommons.org/publicdomain/zero/1.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc0-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE
+ spdx_license_key: CC0-1.0
+ spdx_url: https://spdx.org/licenses/CC0-1.0
copyright: |
2003-2017 Patrick Brunschwig ,
2001-2002 Ramalingam Saravanan
@@ -20,535 +669,3 @@ copyright: |
2001-2012 David M. Beazley (Dabeaz LLC)
2016 Patrick Brunschwig
2013-2017 Daniel Kahn Gillmor
-matches:
- - score: '100.0'
- start_line: 38
- end_line: 38
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mpl-2.0_75.RULE
- license_expression: mpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: mpl-2.0'
- - score: '100.0'
- start_line: 39
- end_line: 411
- matcher: 1-hash
- rule_length: 2371
- matched_length: 2371
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mpl-2.0.LICENSE
- license_expression: mpl-2.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Mozilla Public License Version 2.0
- ==================================
-
- 1. Definitions
- --------------
-
- 1.1. "Contributor"
- means each individual or legal entity that creates, contributes to
- the creation of, or owns Covered Software.
-
- 1.2. "Contributor Version"
- means the combination of the Contributions of others (if any) used
- by a Contributor and that particular Contributor's Contribution.
-
- 1.3. "Contribution"
- means Covered Software of a particular Contributor.
-
- 1.4. "Covered Software"
- means Source Code Form to which the initial Contributor has attached
- the notice in Exhibit A, the Executable Form of such Source Code
- Form, and Modifications of such Source Code Form, in each case
- including portions thereof.
-
- 1.5. "Incompatible With Secondary Licenses"
- means
-
- (a) that the initial Contributor has attached the notice described
- in Exhibit B to the Covered Software; or
-
- (b) that the Covered Software was made available under the terms of
- version 1.1 or earlier of the License, but not also under the
- terms of a Secondary License.
-
- 1.6. "Executable Form"
- means any form of the work other than Source Code Form.
-
- 1.7. "Larger Work"
- means a work that combines Covered Software with other material, in
- a separate file or files, that is not Covered Software.
-
- 1.8. "License"
- means this document.
-
- 1.9. "Licensable"
- means having the right to grant, to the maximum extent possible,
- whether at the time of the initial grant or subsequently, any and
- all of the rights conveyed by this License.
-
- 1.10. "Modifications"
- means any of the following:
-
- (a) any file in Source Code Form that results from an addition to,
- deletion from, or modification of the contents of Covered
- Software; or
-
- (b) any new file in Source Code Form that contains any Covered
- Software.
-
- 1.11. "Patent Claims" of a Contributor
- means any patent claim(s), including without limitation, method,
- process, and apparatus claims, in any patent Licensable by such
- Contributor that would be infringed, but for the grant of the
- License, by the making, using, selling, offering for sale, having
- made, import, or transfer of either its Contributions or its
- Contributor Version.
-
- 1.12. "Secondary License"
- means either the GNU General Public License, Version 2.0, the GNU
- Lesser General Public License, Version 2.1, the GNU Affero General
- Public License, Version 3.0, or any later versions of those
- licenses.
-
- 1.13. "Source Code Form"
- means the form of the work preferred for making modifications.
-
- 1.14. "You" (or "Your")
- means an individual or a legal entity exercising rights under 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 (a) the power, direct
- or indirect, to cause the direction or management of such entity,
- whether by contract or otherwise, or (b) ownership of more than
- fifty percent (50%) of the outstanding shares or beneficial
- ownership of such entity.
-
- 2. License Grants and Conditions
- --------------------------------
-
- 2.1. Grants
-
- Each Contributor hereby grants You a world-wide, royalty-free,
- non-exclusive license:
-
- (a) under intellectual property rights (other than patent or trademark)
- Licensable by such Contributor to use, reproduce, make available,
- modify, display, perform, distribute, and otherwise exploit its
- Contributions, either on an unmodified basis, with Modifications, or
- as part of a Larger Work; and
-
- (b) under Patent Claims of such Contributor to make, use, sell, offer
- for sale, have made, import, and otherwise transfer either its
- Contributions or its Contributor Version.
-
- 2.2. Effective Date
-
- The licenses granted in Section 2.1 with respect to any Contribution
- become effective for each Contribution on the date the Contributor first
- distributes such Contribution.
-
- 2.3. Limitations on Grant Scope
-
- The licenses granted in this Section 2 are the only rights granted under
- this License. No additional rights or licenses will be implied from the
- distribution or licensing of Covered Software under this License.
- Notwithstanding Section 2.1(b) above, no patent license is granted by a
- Contributor:
-
- (a) for any code that a Contributor has removed from Covered Software;
- or
-
- (b) for infringements caused by: (i) Your and any other third party's
- modifications of Covered Software, or (ii) the combination of its
- Contributions with other software (except as part of its Contributor
- Version); or
-
- (c) under Patent Claims infringed by Covered Software in the absence of
- its Contributions.
-
- This License does not grant any rights in the trademarks, service marks,
- or logos of any Contributor (except as may be necessary to comply with
- the notice requirements in Section 3.4).
-
- 2.4. Subsequent Licenses
-
- No Contributor makes additional grants as a result of Your choice to
- distribute the Covered Software under a subsequent version of this
- License (see Section 10.2) or under the terms of a Secondary License (if
- permitted under the terms of Section 3.3).
-
- 2.5. Representation
-
- Each Contributor represents that the Contributor believes its
- Contributions are its original creation(s) or it has sufficient rights
- to grant the rights to its Contributions conveyed by this License.
-
- 2.6. Fair Use
-
- This License is not intended to limit any rights You have under
- applicable copyright doctrines of fair use, fair dealing, or other
- equivalents.
-
- 2.7. Conditions
-
- Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
- in Section 2.1.
-
- 3. Responsibilities
- -------------------
-
- 3.1. Distribution of Source Form
-
- All distribution of Covered Software in Source Code Form, including any
- Modifications that You create or to which You contribute, must be under
- the terms of this License. You must inform recipients that the Source
- Code Form of the Covered Software is governed by the terms of this
- License, and how they can obtain a copy of this License. You may not
- attempt to alter or restrict the recipients' rights in the Source Code
- Form.
-
- 3.2. Distribution of Executable Form
-
- If You distribute Covered Software in Executable Form then:
-
- (a) such Covered Software must also be made available in Source Code
- Form, as described in Section 3.1, and You must inform recipients of
- the Executable Form how they can obtain a copy of such Source Code
- Form by reasonable means in a timely manner, at a charge no more
- than the cost of distribution to the recipient; and
-
- (b) You may distribute such Executable Form under the terms of this
- License, or sublicense it under different terms, provided that the
- license for the Executable Form does not attempt to limit or alter
- the recipients' rights in the Source Code Form under this License.
-
- 3.3. Distribution of a Larger Work
-
- You may create and distribute a Larger Work under terms of Your choice,
- provided that You also comply with the requirements of this License for
- the Covered Software. If the Larger Work is a combination of Covered
- Software with a work governed by one or more Secondary Licenses, and the
- Covered Software is not Incompatible With Secondary Licenses, this
- License permits You to additionally distribute such Covered Software
- under the terms of such Secondary License(s), so that the recipient of
- the Larger Work may, at their option, further distribute the Covered
- Software under the terms of either this License or such Secondary
- License(s).
-
- 3.4. Notices
-
- You may not remove or alter the substance of any license notices
- (including copyright notices, patent notices, disclaimers of warranty,
- or limitations of liability) contained within the Source Code Form of
- the Covered Software, except that You may alter any license notices to
- the extent required to remedy known factual inaccuracies.
-
- 3.5. Application of Additional Terms
-
- You may choose to offer, and to charge a fee for, warranty, support,
- indemnity or liability obligations to one or more recipients of Covered
- Software. However, You may do so only on Your own behalf, and not on
- behalf of any Contributor. You must make it absolutely clear that any
- such warranty, support, indemnity, or liability obligation is offered by
- You alone, and You hereby agree to indemnify every Contributor for any
- liability incurred by such Contributor as a result of warranty, support,
- indemnity or liability terms You offer. You may include additional
- disclaimers of warranty and limitations of liability specific to any
- jurisdiction.
-
- 4. Inability to Comply Due to Statute or Regulation
- ---------------------------------------------------
-
- If it is impossible for You to comply with any of the terms of this
- License with respect to some or all of the Covered Software due to
- statute, judicial order, or regulation then You must: (a) comply with
- the terms of this License to the maximum extent possible; and (b)
- describe the limitations and the code they affect. Such description must
- be placed in a text file included with all distributions of the Covered
- Software under this License. Except to the extent prohibited by statute
- or regulation, such description must be sufficiently detailed for a
- recipient of ordinary skill to be able to understand it.
-
- 5. Termination
- --------------
-
- 5.1. The rights granted under this License will terminate automatically
- if You fail to comply with any of its terms. However, if You become
- compliant, then the rights granted under this License from a particular
- Contributor are reinstated (a) provisionally, unless and until such
- Contributor explicitly and finally terminates Your grants, and (b) on an
- ongoing basis, if such Contributor fails to notify You of the
- non-compliance by some reasonable means prior to 60 days after You have
- come back into compliance. Moreover, Your grants from a particular
- Contributor are reinstated on an ongoing basis if such Contributor
- notifies You of the non-compliance by some reasonable means, this is the
- first time You have received notice of non-compliance with this License
- from such Contributor, and You become compliant prior to 30 days after
- Your receipt of the notice.
-
- 5.2. If You initiate litigation against any entity by asserting a patent
- infringement claim (excluding declaratory judgment actions,
- counter-claims, and cross-claims) alleging that a Contributor Version
- directly or indirectly infringes any patent, then the rights granted to
- You by any and all Contributors for the Covered Software under Section
- 2.1 of this License shall terminate.
-
- 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
- end user license agreements (excluding distributors and resellers) which
- have been validly granted by You or Your distributors under this License
- prior to termination shall survive termination.
-
- ************************************************************************
- * *
- * 6. Disclaimer of Warranty *
- * ------------------------- *
- * *
- * Covered Software is provided under this License on an "as is" *
- * basis, without warranty of any kind, either expressed, implied, or *
- * statutory, including, without limitation, warranties that the *
- * Covered Software is free of defects, merchantable, fit for a *
- * particular purpose or non-infringing. The entire risk as to the *
- * quality and performance of the Covered Software is with You. *
- * Should any Covered Software prove defective in any respect, You *
- * (not any Contributor) assume the cost of any necessary servicing, *
- * repair, or correction. This disclaimer of warranty constitutes an *
- * essential part of this License. No use of any Covered Software is *
- * authorized under this License except under this disclaimer. *
- * *
- ************************************************************************
-
- ************************************************************************
- * *
- * 7. Limitation of Liability *
- * -------------------------- *
- * *
- * Under no circumstances and under no legal theory, whether tort *
- * (including negligence), contract, or otherwise, shall any *
- * Contributor, or anyone who distributes Covered Software as *
- * permitted above, be liable to You for any direct, indirect, *
- * special, incidental, or consequential damages of any character *
- * including, without limitation, damages for lost profits, loss of *
- * goodwill, work stoppage, computer failure or malfunction, or any *
- * and all other commercial damages or losses, even if such party *
- * shall have been informed of the possibility of such damages. This *
- * limitation of liability shall not apply to liability for death or *
- * personal injury resulting from such party's negligence to the *
- * extent applicable law prohibits such limitation. Some *
- * jurisdictions do not allow the exclusion or limitation of *
- * incidental or consequential damages, so this exclusion and *
- * limitation may not apply to You. *
- * *
- ************************************************************************
-
- 8. Litigation
- -------------
-
- Any litigation relating to this License may be brought only in the
- courts of a jurisdiction where the defendant maintains its principal
- place of business and such litigation shall be governed by laws of that
- jurisdiction, without reference to its conflict-of-law provisions.
- Nothing in this Section shall prevent a party's ability to bring
- cross-claims or counter-claims.
-
- 9. Miscellaneous
- ----------------
-
- This License represents the complete agreement concerning the subject
- matter hereof. 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. Any law or regulation which provides
- that the language of a contract shall be construed against the drafter
- shall not be used to construe this License against a Contributor.
-
- 10. Versions of the License
- ---------------------------
-
- 10.1. New Versions
-
- Mozilla Foundation is the license steward. Except as provided in Section
- 10.3, no one other than the license steward has the right to modify or
- publish new versions of this License. Each version will be given a
- distinguishing version number.
-
- 10.2. Effect of New Versions
-
- You may distribute the Covered Software under the terms of the version
- of the License under which You originally received the Covered Software,
- or under the terms of any subsequent version published by the license
- steward.
-
- 10.3. Modified Versions
-
- If you create software not governed by this License, and you want to
- create a new license for such software, you may create and use a
- modified version of this License if you rename the license and remove
- any references to the name of the license steward (except to note that
- such modified license differs from this License).
-
- 10.4. Distributing Source Code Form that is Incompatible With Secondary
- Licenses
-
- If You choose to distribute Source Code Form that is Incompatible With
- Secondary Licenses under the terms of this version of the License, the
- notice described in Exhibit B of this License must be attached.
-
- Exhibit A - Source Code Form License Notice
- -------------------------------------------
-
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
- If it is not possible or desirable to put the notice in a particular
- file, then You may include the notice in a location (such as a LICENSE
- file in a relevant directory) where a recipient would be likely to look
- for such a notice.
-
- You may add additional accurate notices of copyright ownership.
-
- Exhibit B - "Incompatible With Secondary Licenses" Notice
- ---------------------------------------------------------
-
- This Source Code Form is "Incompatible With Secondary Licenses", as
- defined by the Mozilla Public License, v. 2.0.
- - score: '100.0'
- start_line: 414
- end_line: 441
- matcher: 1-hash
- rule_length: 215
- matched_length: 215
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-2-clause-views_1.RULE
- license_expression: bsd-2-clause-views
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
-
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- 2. 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.
-
- THIS SOFTWARE IS PROVIDED BY THE MOZILLA FOUNDATION ``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 THE MOZILLA FOUNDATION OR
- CONTRIBUTORS 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.
-
- The views and conclusions contained in the software and documentation
- are those of the authors and should not be interpreted as representing
- official policies, either expressed or implied, of the Mozilla
- Foundation.
- - score: '99.04'
- start_line: 446
- end_line: 470
- matcher: 3-seq
- rule_length: 207
- matched_length: 207
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_784.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 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.
-
- * Neither the name of the [David] [Beazley] or [Dabeaz] LLC may be used to endorse
- or promote products derived from this software without specific prior
- written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT OWNER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 472
- end_line: 472
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cc0-1.0_12.RULE
- license_expression: cc0-1.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: cc0-1.0'
- - score: '100.0'
- start_line: 473
- end_line: 481
- matcher: 1-hash
- rule_length: 82
- matched_length: 82
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cc0-1.0_99.RULE
- license_expression: cc0-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- To the extent possible under law, the author(s) have dedicated all copyright
- and related and neighboring rights to this software to the public domain
- worldwide. This software is distributed without any warranty.
-
- You should have received a copy of the CC0 Public Domain Dedication along with
- this software. If not, see .
-
- On Debian systems, the complete text of the CC0 1.0 Universal license can be
- found in ‘/usr/share/common-licenses/CC0-1.0’.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/epiphany-browser/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/epiphany-browser/stable_copyright-detailed.expected.yml
index 1797d41f698..b83fc3dafa2 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/epiphany-browser/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/epiphany-browser/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-3.0-plus
declared_license:
- GPL-3+
- CC0-1.0
@@ -19,11 +18,1277 @@ declared_license:
- CC0-1.0
- CC-BY-SA-3.0
- CC-BY-SA-4.0
-license_expression: (gpl-3.0-plus AND gpl-3.0-plus) AND (cc0-1.0 AND cc0-1.0) AND (gpl-2.0-plus
+declared_license_expression: gpl-3.0-plus
+declared_license_expression_spdx: GPL-3.0-or-later
+other_license_expression: (gpl-3.0-plus AND gpl-3.0-plus) AND (cc0-1.0 AND cc0-1.0) AND (gpl-2.0-plus
AND gpl-2.0-plus) AND (gpl-3.0-plus AND gpl-3.0-plus) AND cc-by-sa-3.0 AND (lgpl-2.0-plus
AND lgpl-2.0-plus) AND (lgpl-2.0-plus AND lgpl-2.0-plus) AND (lgpl-2.0-plus AND lgpl-2.0-plus)
AND (lgpl-2.0-plus AND lgpl-2.0-plus) AND (apache-2.0 AND apache-2.0) AND (gpl-3.0-plus AND
gpl-3.0-plus) AND (cc-by-sa-4.0 AND cc-by-sa-4.0)
+other_license_expression_spdx: (GPL-3.0-or-later AND GPL-3.0-or-later) AND (CC0-1.0 AND CC0-1.0)
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-3.0-or-later AND GPL-3.0-or-later) AND
+ CC-BY-SA-3.0 AND (LGPL-2.0-or-later AND LGPL-2.0-or-later) AND (LGPL-2.0-or-later AND LGPL-2.0-or-later)
+ AND (LGPL-2.0-or-later AND LGPL-2.0-or-later) AND (LGPL-2.0-or-later AND LGPL-2.0-or-later)
+ AND (Apache-2.0 AND Apache-2.0) AND (GPL-3.0-or-later AND GPL-3.0-or-later) AND (CC-BY-SA-4.0
+ AND CC-BY-SA-4.0)
+license_detections: []
+other_license_detections:
+ - license_expression: apache-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 93
+ end_line: 93
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_65.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_65.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: apache-2.0'
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - score: '100.0'
+ start_line: 94
+ end_line: 107
+ matched_length: 107
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_949.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_949.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/Apache-2.0
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 107
+ rule_relevance: 100
+ matched_text: |
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ https://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS-IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ On Debian systems a copy of the Apache License, Version 2.0 can be
+ found in /usr/share/common-licenses/Apache-2.0
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 109
+ end_line: 109
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 110
+ end_line: 124
+ matched_length: 126
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_839.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_839.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 126
+ rule_relevance: 100
+ matched_text: |
+ This package 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 Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see
+
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 126
+ end_line: 126
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_92.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_92.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-3+'
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - score: '100.0'
+ start_line: 127
+ end_line: 141
+ matched_length: 126
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_385.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_385.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 126
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - license_expression: lgpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 143
+ end_line: 143
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_61.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_61.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2+'
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - score: '100.0'
+ start_line: 144
+ end_line: 155
+ matched_length: 106
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_457.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_457.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 106
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ On Debian systems, the complete text of the GNU Library General Public
+ License version 2 can be found in "/usr/share/common-licenses/LGPL-2".
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - license_expression: cc0-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 157
+ end_line: 157
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: cc0-1.0
+ rule_identifier: cc0-1.0_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc0-1.0_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: cc0-1.0'
+ licenses:
+ - key: cc0-1.0
+ name: Creative Commons CC0 1.0 Universal
+ short_name: CC0-1.0
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/publicdomain/zero/1.0/
+ text_url: http://creativecommons.org/publicdomain/zero/1.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc0-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE
+ spdx_license_key: CC0-1.0
+ spdx_url: https://spdx.org/licenses/CC0-1.0
+ - score: '100.0'
+ start_line: 158
+ end_line: 179
+ matched_length: 213
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: cc0-1.0
+ rule_identifier: cc0-1.0_186.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc0-1.0_186.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/CC0-1.0
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 213
+ rule_relevance: 100
+ matched_text: |
+ Certain owners wish to permanently relinquish those rights to a Work for
+ the purpose of contributing to a commons of creative, cultural and
+ scientific works ("Commons") that the public can reliably and without
+ fear of later claims of infringement build upon, modify, incorporate in
+ other works, reuse and redistribute as freely as possible in any form
+ whatsoever and for any purposes, including without limitation commercial
+ purposes. These owners may contribute to the Commons to promote the
+ ideal of a free culture and the further production of creative, cultural
+ and scientific works, or to gain reputation or greater distribution for
+ their Work in part through the use and efforts of others.
+
+ For these and/or other purposes and motivations, and without any
+ expectation of additional consideration or compensation, the person
+ associating CC0 with a Work (the "Affirmer"), to the extent that he or
+ she is an owner of Copyright and Related Rights in the Work, voluntarily
+ elects to apply CC0 to the Work and publicly distribute the Work under
+ its terms, with knowledge of his or her Copyright and Related Rights in
+ the Work and the meaning and intended legal effect of CC0 on those
+ rights.
+ .
+ The complete text of the Creative Commons 0 1.0 Universal
+ can be found in `/usr/share/common-licenses/CC0-1.0'.
+ licenses:
+ - key: cc0-1.0
+ name: Creative Commons CC0 1.0 Universal
+ short_name: CC0-1.0
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/publicdomain/zero/1.0/
+ text_url: http://creativecommons.org/publicdomain/zero/1.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc0-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE
+ spdx_license_key: CC0-1.0
+ spdx_url: https://spdx.org/licenses/CC0-1.0
+ - license_expression: cc-by-sa-3.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '97.8'
+ start_line: 182
+ end_line: 488
+ matched_length: 3074
+ match_coverage: '97.8'
+ matcher: 3-seq
+ license_expression: cc-by-sa-3.0
+ rule_identifier: cc-by-sa-3.0_35.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc-by-sa-3.0_35.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 3143
+ rule_relevance: 100
+ matched_text: |
+ THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS
+ CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
+ PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK
+ OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS
+ PROHIBITED.
+
+ BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND
+ AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS
+ LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE
+ RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
+ AND CONDITIONS.
+
+ 1. Definitions
+
+ "Adaptation" means a work based upon the Work, or upon the Work and
+ other pre-existing works, such as a translation, adaptation, derivative
+ work, arrangement of music or other alterations of a literary or
+ artistic work, or phonogram or performance and includes cinematographic
+ adaptations or any other form in which the Work may be recast,
+ transformed, or adapted including in any form recognizably derived from
+ the original, except that a work that constitutes a Collection will not
+ be considered an Adaptation for the purpose of this License. For the
+ avoidance of doubt, where the Work is a musical work, performance or
+ phonogram, the synchronization of the Work in timed-relation with a
+ moving image ("synching") will be considered an Adaptation for the
+ purpose of this License. "Collection" means a collection of literary or
+ artistic works, such as encyclopedias and anthologies, or performances,
+ phonograms or broadcasts, or other works or subject matter other than
+ works listed in Section 1(f) below, which, by reason of the selection
+ and arrangement of their contents, constitute intellectual creations, in
+ which the Work is included in its entirety in unmodified form along with
+ one or more other contributions, each constituting separate and
+ independent works in themselves, which together are assembled into a
+ collective whole. A work that constitutes a Collection will not be
+ considered an Adaptation (as defined below) for the purposes of this
+ License.
+ "Creative Commons Compatible License" means a license that is listed at
+ https://creativecommons.org/compatiblelicenses that has been approved by
+ Creative Commons as being essentially equivalent to this License,
+ including, at a minimum, because that license: (i) contains terms that
+ have the same purpose, meaning and effect as the License Elements of
+ this License; and, (ii) explicitly permits the relicensing of
+ adaptations of works made available under that license under this
+ License or a Creative Commons jurisdiction license with the same License
+ Elements as this License. "Distribute" means to make available to the
+ public the original and copies of the Work or Adaptation, as
+ appropriate, through sale or other transfer of ownership.
+ "License Elements" means the following high-level license attributes as
+ selected by Licensor and indicated in the title of this License:
+ Attribution, ShareAlike. "Licensor" means the individual, individuals,
+ entity or entities that offer(s) the Work under the terms of this
+ License.
+ "Original Author" means, in the case of a literary or artistic work,
+ the individual, individuals, entity or entities who created the Work or
+ if no individual or entity can be identified, the publisher; and in
+ addition (i) in the case of a performance the actors, singers,
+ musicians, dancers, and other persons who act, sing, deliver, declaim,
+ play in, interpret or otherwise perform literary or artistic works or
+ expressions of folklore; (ii) in the case of a phonogram the producer
+ being the person or legal entity who first fixes the sounds of a
+ performance or other sounds; and, (iii) in the case of broadcasts, the
+ organization that transmits the broadcast. "Work" means the literary
+ and/or artistic work offered under the terms of this License including
+ without limitation any production in the literary, scientific and
+ artistic domain, whatever may be the mode or form of its expression
+ including digital form, such as a book, pamphlet and other writing; a
+ lecture, address, sermon or other work of the same nature; a dramatic or
+ dramatico-musical work; a choreographic work or entertainment in dumb
+ show; a musical composition with or without words; a cinematographic
+ work to which are assimilated works expressed by a process analogous to
+ cinematography; a work of drawing, painting, architecture, sculpture,
+ engraving or lithography; a photographic work to which are assimilated
+ works expressed by a process analogous to photography; a work of applied
+ art; an illustration, map, plan, sketch or three-dimensional work
+ relative to geography, topography, architecture or science; a
+ performance; a broadcast; a phonogram; a compilation of data to the
+ extent it is protected as a copyrightable work; or a work performed by a
+ variety or circus performer to the extent it is not otherwise considered
+ a literary or artistic work.
+ "You" means an individual or entity exercising rights under this
+ License who has not previously violated the terms of this License with
+ respect to the Work, or who has received express permission from the
+ Licensor to exercise rights under this License despite a previous
+ violation. "Publicly Perform" means to perform public recitations of
+ the Work and to communicate to the public those public recitations, by
+ any means or process, including by wire or wireless means or public
+ digital performances; to make available to the public Works in such a
+ way that members of the public may access these Works from a place and
+ at a place individually chosen by them; to perform the Work to the
+ public by any means or process and the communication to the public of
+ the performances of the Work, including by public digital performance;
+ to broadcast and rebroadcast the Work by any means including signs,
+ sounds or images.
+ "Reproduce" means to make copies of the Work by any means including
+ without limitation by sound or visual recordings and the right of
+ fixation and reproducing fixations of the Work, including storage of a
+ protected performance or phonogram in digital form or other electronic
+ medium. 2. Fair Dealing Rights. Nothing in this License is intended to
+ reduce, limit, or restrict any uses free from copyright or rights
+ arising from limitations or exceptions that are provided for in
+ connection with the copyright protection under copyright law or other
+ applicable laws.
+
+ 3. License Grant. Subject to the terms and conditions of this License,
+ Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
+ perpetual (for the duration of the applicable copyright) license to
+ exercise the rights in the Work as stated below:
+
+ to Reproduce the Work, to incorporate the Work into one or more
+ Collections, and to Reproduce the Work as incorporated in the
+ Collections; to create and Reproduce Adaptations provided that any such
+ Adaptation, including any translation in any medium, takes reasonable
+ steps to clearly label, demarcate or otherwise identify that changes
+ were made to the original Work. For example, a translation could be
+ marked "The original work was translated from English to Spanish," or a
+ modification could indicate "The original work has been modified.";
+ to Distribute and Publicly Perform the Work including as incorporated
+ in Collections; and, to Distribute and Publicly Perform Adaptations.
+ For the avoidance of doubt:
+
+ Non-waivable Compulsory License Schemes. In those jurisdictions in
+ which the right to collect royalties through any statutory or compulsory
+ licensing scheme cannot be waived, the Licensor reserves the exclusive
+ right to collect such royalties for any exercise by You of the rights
+ granted under this License; Waivable Compulsory License Schemes. In
+ those jurisdictions in which the right to collect royalties through any
+ statutory or compulsory licensing scheme can be waived, the Licensor
+ waives the exclusive right to collect such royalties for any exercise by
+ You of the rights granted under this License; and, Voluntary License
+ Schemes. The Licensor waives the right to collect royalties, whether
+ individually or, in the event that the Licensor is a member of a
+ collecting society that administers voluntary licensing schemes, via
+ that society, from any exercise by You of the rights granted under this
+ License.
+ The above rights may be exercised in all media and formats whether now
+ known or hereafter devised. The above rights include the right to make
+ such modifications as are technically necessary to exercise the rights
+ in other media and formats. Subject to Section 8(f), all rights not
+ expressly granted by Licensor are hereby reserved.
+
+ 4. Restrictions. The license granted in Section 3 above is expressly
+ made subject to and limited by the following restrictions:
+
+ You may Distribute or Publicly Perform the Work only under the terms of
+ this License. You must include a copy of, or the Uniform Resource
+ Identifier (URI) for, this License with every copy of the Work You
+ Distribute or Publicly Perform. You may not offer or impose any terms on
+ the Work that restrict the terms of this License or the ability of the
+ recipient of the Work to exercise the rights granted to that recipient
+ under the terms of the License. You may not sublicense the Work. You
+ must keep intact all notices that refer to this License and to the
+ disclaimer of warranties with every copy of the Work You Distribute or
+ Publicly Perform. When You Distribute or Publicly Perform the Work, You
+ may not impose any effective technological measures on the Work that
+ restrict the ability of a recipient of the Work from You to exercise the
+ rights granted to that recipient under the terms of the License. This
+ Section 4(a) applies to the Work as incorporated in a Collection, but
+ this does not require the Collection apart from the Work itself to be
+ made subject to the terms of this License. If You create a Collection,
+ upon notice from any Licensor You must, to the extent practicable,
+ remove from the Collection any credit as required by Section 4(c), as
+ requested. If You create an Adaptation, upon notice from any Licensor
+ You must, to the extent practicable, remove from the Adaptation any
+ credit as required by Section 4(c), as requested. You may Distribute or
+ Publicly Perform an Adaptation only under the terms of: (i) this
+ License; (ii) a later version of this License with the same License
+ Elements as this License; (iii) a Creative Commons jurisdiction license
+ (either this or a later license version) that contains the same License
+ Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) a
+ Creative Commons Compatible License. If you license the Adaptation under
+ one of the licenses mentioned in (iv), you must comply with the terms of
+ that license. If you license the Adaptation under the terms of any of
+ the licenses mentioned in (i), (ii) or (iii) (the "Applicable License"),
+ you must comply with the terms of the Applicable License generally and
+ the following provisions: (I) You must include a copy of, or the URI
+ for, the Applicable License with every copy of each Adaptation You
+ Distribute or Publicly Perform; (II) You may not offer or impose any
+ terms on the Adaptation that restrict the terms of the Applicable
+ License or the ability of the recipient of the Adaptation to exercise
+ the rights granted to that recipient under the terms of the Applicable
+ License; (III) You must keep intact all notices that refer to the
+ Applicable License and to the disclaimer of warranties with every copy
+ of the Work as included in the Adaptation You Distribute or Publicly
+ Perform; (IV) when You Distribute or Publicly Perform the Adaptation,
+ You may not impose any effective technological measures on the
+ Adaptation that restrict the ability of a recipient of the Adaptation
+ from You to exercise the rights granted to that recipient under the
+ terms of the Applicable License. This Section 4(b) applies to the
+ Adaptation as incorporated in a Collection, but this does not require
+ the Collection apart from the Adaptation itself to be made subject to
+ the terms of the Applicable License.
+ If You Distribute, or Publicly Perform the Work or any Adaptations or
+ Collections, You must, unless a request has been made pursuant to
+ Section 4(a), keep intact all copyright notices for the Work and
+ provide, reasonable to the medium or means You are utilizing: (i) the
+ name of the Original Author (or pseudonym, if applicable) if supplied,
+ and/or if the Original Author and/or Licensor designate another party or
+ parties (e.g., a sponsor institute, publishing entity, journal) for
+ attribution ("Attribution Parties") in Licensor's copyright notice,
+ terms of service or by other reasonable means, the name of such party or
+ parties; (ii) the title of the Work if supplied; (iii) to the extent
+ reasonably practicable, the URI, if any, that Licensor specifies to be
+ associated with the Work, unless such URI does not refer to the
+ copyright notice or licensing information for the Work; and (iv) ,
+ consistent with Ssection 3(b), in the case of an Adaptation, a credit
+ identifying the use of the Work in the Adaptation (e.g., "French
+ translation of the Work by Original Author," or "Screenplay based on
+ original Work by Original Author"). The credit required by this Section
+ 4(c) may be implemented in any reasonable manner; provided, however,
+ that in the case of a Adaptation or Collection, at a minimum such credit
+ will appear, if a credit for all contributing authors of the Adaptation
+ or Collection appears, then as part of these credits and in a manner at
+ least as prominent as the credits for the other contributing authors.
+ For the avoidance of doubt, You may only use the credit required by this
+ Section for the purpose of attribution in the manner set out above and,
+ by exercising Your rights under this License, You may not implicitly or
+ explicitly assert or imply any connection with, sponsorship or
+ endorsement by the Original Author, Licensor and/or Attribution Parties,
+ as appropriate, of You or Your use of the Work, without the separate,
+ express prior written permission of the Original Author, Licensor and/or
+ Attribution Parties. Except as otherwise agreed in writing by the
+ Licensor or as may be otherwise permitted by applicable law, if You
+ Reproduce, Distribute or Publicly Perform the Work either by itself or
+ as part of any Adaptations or Collections, You must not distort,
+ mutilate, modify or take other derogatory action in relation to the Work
+ which would be prejudicial to the Original Author's honor or reputation.
+ Licensor agrees that in those jurisdictions (e.g. Japan), in which any
+ exercise of the right granted in Section 3(b) of this License (the right
+ to make Adaptations) would be deemed to be a distortion, mutilation,
+ modification or other derogatory action prejudicial to the Original
+ Author's honor and reputation, the Licensor will waive or not assert, as
+ appropriate, this Section, to the fullest extent permitted by the
+ applicable national law, to enable You to reasonably exercise Your right
+ under Section 3(b) of this License (right to make Adaptations) but not
+ otherwise.
+ 5. Representations, Warranties and Disclaimer
+
+ UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
+ 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, MERCHANTIBILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
+ LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
+ WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
+ EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
+
+ 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
+ LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
+ ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
+ ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
+ BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+ 7. Termination
+
+ This License and the rights granted hereunder will terminate
+ automatically upon any breach by You of the terms of this License.
+ Individuals or entities who have received Adaptations or Collections
+ from You under this License, however, will not have their licenses
+ terminated provided such individuals or entities remain in full
+ compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
+ survive any termination of this License. Subject to the above terms and
+ conditions, the license granted here is perpetual (for the duration of
+ the applicable copyright in the Work). Notwithstanding the above,
+ Licensor reserves the right to release the Work under different license
+ terms or to stop distributing the Work at any time; provided, however
+ that any such election will not serve to withdraw this License (or any
+ other license that has been, or is required to be, granted under the
+ terms of this License), and this License will continue in full force and
+ effect unless terminated as stated above.
+
+ 8. Miscellaneous
+
+ Each time You Distribute or Publicly Perform the Work or a Collection,
+ the Licensor offers to the recipient a license to the Work on the same
+ terms and conditions as the license granted to You under this License.
+ Each time You Distribute or Publicly Perform an Adaptation, Licensor
+ offers to the recipient a license to the original Work on the same terms
+ and conditions as the license granted to You under this License.
+ If any provision of this License is invalid or unenforceable under
+ applicable law, it shall not affect the validity or enforceability of
+ the remainder of the terms of this License, and without further action
+ by the parties to this agreement, such provision shall be reformed to
+ the minimum extent necessary to make such provision valid and
+ enforceable. No term or provision of this License shall be deemed
+ waived and no breach consented to unless such waiver or consent shall be
+ in writing and signed by the party to be charged with such waiver or
+ consent.
+ This License constitutes the entire agreement between the parties with
+ respect to the Work licensed here. There are no understandings,
+ agreements or representations with respect to the Work not specified
+ here. Licensor shall not be bound by any additional provisions that may
+ appear in any communication from You. This License may not be modified
+ without the mutual written agreement of the Licensor and You. The
+ rights granted under, and the subject matter referenced, in this License
+ were drafted utilizing the terminology of the Berne Convention for the
+ Protection of Literary and Artistic Works (as amended on September 28,
+ 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996,
+ the WIPO Performances and Phonograms Treaty of 1996 and the Universal
+ Copyright Convention (as revised on July 24, 1971). These rights and
+ subject matter take effect in the relevant jurisdiction in which the
+ License terms are sought to be enforced according to the corresponding
+ provisions of the implementation of those treaty provisions in the
+ applicable national law. If the standard suite of rights granted under
+ applicable copyright law includes additional rights not granted under
+ this License, such additional rights are deemed to be included in the
+ License; this License is not intended to restrict the license of any
+ rights under applicable law.
+ licenses:
+ - key: cc-by-sa-3.0
+ name: Creative Commons Attribution Share Alike License 3.0
+ short_name: CC-BY-SA-3.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/licenses/by-sa/3.0/
+ text_url: http://creativecommons.org/licenses/by-sa/3.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc-by-sa-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-sa-3.0.LICENSE
+ spdx_license_key: CC-BY-SA-3.0
+ spdx_url: https://spdx.org/licenses/CC-BY-SA-3.0
+ - license_expression: cc-by-sa-4.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 491
+ end_line: 491
+ matched_length: 8
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: cc-by-sa-4.0
+ rule_identifier: cc-by-sa-4.0_36.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc-by-sa-4.0_36.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 8
+ rule_relevance: 100
+ matched_text: http://creativecommons.org/licenses/by-sa/4.0/
+ licenses:
+ - key: cc-by-sa-4.0
+ name: Creative Commons Attribution-ShareAlike 4.0 International Public License
+ short_name: CC-BY-SA-4.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/licenses/by-sa/4.0/
+ text_url: http://creativecommons.org/licenses/by-sa/4.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc-by-sa-4.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-sa-4.0.LICENSE
+ spdx_license_key: CC-BY-SA-4.0
+ spdx_url: https://spdx.org/licenses/CC-BY-SA-4.0
+ - score: '99.82'
+ start_line: 493
+ end_line: 914
+ matched_length: 2766
+ match_coverage: '99.82'
+ matcher: 3-seq
+ license_expression: cc-by-sa-4.0
+ rule_identifier: cc-by-sa-4.0.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-sa-4.0.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 2771
+ rule_relevance: 100
+ matched_text: |
+ Creative Commons Corporation ("Creative Commons") is not a law firm and
+ does not provide legal services or legal advice. Distribution of
+ Creative Commons public licenses does not create a lawyer-client or
+ other relationship. Creative Commons makes its licenses and related
+ information available on an "as-is" basis. Creative Commons gives no
+ warranties regarding its licenses, any material licensed under their
+ terms and conditions, or any related information. Creative Commons
+ disclaims all liability for damages resulting from their use to the
+ fullest extent possible.
+
+ Using Creative Commons Public Licenses
+
+ Creative Commons public licenses provide a standard set of terms and
+ conditions that creators and other rights holders may use to share
+ original works of authorship and other material subject to copyright
+ and certain other rights specified in the public license below. The
+ following considerations are for informational purposes only, are not
+ exhaustive, and do not form part of our licenses.
+
+ Considerations for licensors: Our public licenses are
+ intended for use by those authorized to give the public
+ permission to use material in ways otherwise restricted by
+ copyright and certain other rights. Our licenses are
+ irrevocable. Licensors should read and understand the terms
+ and conditions of the license they choose before applying it.
+ Licensors should also secure all rights necessary before
+ applying our licenses so that the public can reuse the
+ material as expected. Licensors should clearly mark any
+ material not subject to the license. This includes other CC-
+ licensed material, or material used under an exception or
+ limitation to copyright. More considerations for licensors:
+ wiki.creativecommons.org/Considerations_for_licensors
+
+ Considerations for the public: By using one of our public
+ licenses, a licensor grants the public permission to use the
+ licensed material under specified terms and conditions. If
+ the licensor's permission is not necessary for any reason--for
+ example, because of any applicable exception or limitation to
+ copyright--then that use is not regulated by the license. Our
+ licenses grant only permissions under copyright and certain
+ other rights that a licensor has authority to grant. Use of
+ the licensed material may still be restricted for other
+ reasons, including because others have copyright or other
+ rights in the material. A licensor may make special requests,
+ such as asking that all changes be marked or described.
+ Although not required by our licenses, you are encouraged to
+ respect those requests where reasonable. More considerations
+ for the public:
+ wiki.creativecommons.org/Considerations_for_licensees
+
+ =======================================================================
+
+ Creative Commons Attribution-ShareAlike 4.0 International Public
+ License
+
+ By exercising the Licensed Rights (defined below), You accept and agree
+ to be bound by the terms and conditions of this Creative Commons
+ Attribution-ShareAlike 4.0 International Public License ("Public
+ License"). To the extent this Public License may be interpreted as a
+ contract, You are granted the Licensed Rights in consideration of Your
+ acceptance of these terms and conditions, and the Licensor grants You
+ such rights in consideration of benefits the Licensor receives from
+ making the Licensed Material available under these terms and
+ conditions.
+
+
+ Section 1 -- Definitions.
+
+ a. Adapted Material means material subject to Copyright and Similar
+ Rights that is derived from or based upon the Licensed Material
+ and in which the Licensed Material is translated, altered,
+ arranged, transformed, or otherwise modified in a manner requiring
+ permission under the Copyright and Similar Rights held by the
+ Licensor. For purposes of this Public License, where the Licensed
+ Material is a musical work, performance, or sound recording,
+ Adapted Material is always produced where the Licensed Material is
+ synched in timed relation with a moving image.
+
+ b. Adapter's License means the license You apply to Your Copyright
+ and Similar Rights in Your contributions to Adapted Material in
+ accordance with the terms and conditions of this Public License.
+
+ c. BY-SA Compatible License means a license listed at
+ creativecommons.org/compatiblelicenses, approved by Creative
+ Commons as essentially the equivalent of this Public License.
+
+ d. Copyright and Similar Rights means copyright and/or similar rights
+ closely related to copyright including, without limitation,
+ performance, broadcast, sound recording, and Sui Generis Database
+ Rights, without regard to how the rights are labeled or
+ categorized. For purposes of this Public License, the rights
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
+ Rights.
+
+ e. Effective Technological Measures means those measures that, in the
+ absence of proper authority, may not be circumvented under laws
+ fulfilling obligations under Article 11 of the WIPO Copyright
+ Treaty adopted on December 20, 1996, and/or similar international
+ agreements.
+
+ f. Exceptions and Limitations means fair use, fair dealing, and/or
+ any other exception or limitation to Copyright and Similar Rights
+ that applies to Your use of the Licensed Material.
+
+ g. License Elements means the license attributes listed in the name
+ of a Creative Commons Public License. The License Elements of this
+ Public License are Attribution and ShareAlike.
+
+ h. Licensed Material means the artistic or literary work, database,
+ or other material to which the Licensor applied this Public
+ License.
+
+ i. Licensed Rights means the rights granted to You subject to the
+ terms and conditions of this Public License, which are limited to
+ all Copyright and Similar Rights that apply to Your use of the
+ Licensed Material and that the Licensor has authority to license.
+
+ j. Licensor means the individual(s) or entity(ies) granting rights
+ under this Public License.
+
+ k. Share means to provide material to the public by any means or
+ process that requires permission under the Licensed Rights, such
+ as reproduction, public display, public performance, distribution,
+ dissemination, communication, or importation, and to make material
+ available to the public including in ways that members of the
+ public may access the material from a place and at a time
+ individually chosen by them.
+
+ l. Sui Generis Database Rights means rights other than copyright
+ resulting from Directive 96/9/EC of the European Parliament and of
+ the Council of 11 March 1996 on the legal protection of databases,
+ as amended and/or succeeded, as well as other essentially
+ equivalent rights anywhere in the world.
+
+ m. You means the individual or entity exercising the Licensed Rights
+ under this Public License. Your has a corresponding meaning.
+
+
+ Section 2 -- Scope.
+
+ a. License grant.
+
+ 1. Subject to the terms and conditions of this Public License,
+ the Licensor hereby grants You a worldwide, royalty-free,
+ non-sublicensable, non-exclusive, irrevocable license to
+ exercise the Licensed Rights in the Licensed Material to:
+
+ a. reproduce and Share the Licensed Material, in whole or
+ in part; and
+
+ b. produce, reproduce, and Share Adapted Material.
+
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
+ Exceptions and Limitations apply to Your use, this Public
+ License does not apply, and You do not need to comply with
+ its terms and conditions.
+
+ 3. Term. The term of this Public License is specified in Section
+ 6(a).
+
+ 4. Media and formats; technical modifications allowed. The
+ Licensor authorizes You to exercise the Licensed Rights in
+ all media and formats whether now known or hereafter created,
+ and to make technical modifications necessary to do so. The
+ Licensor waives and/or agrees not to assert any right or
+ authority to forbid You from making technical modifications
+ necessary to exercise the Licensed Rights, including
+ technical modifications necessary to circumvent Effective
+ Technological Measures. For purposes of this Public License,
+ simply making modifications authorized by this Section 2(a)
+ (4) never produces Adapted Material.
+
+ 5. Downstream recipients.
+
+ a. Offer from the Licensor -- Licensed Material. Every
+ recipient of the Licensed Material automatically
+ receives an offer from the Licensor to exercise the
+ Licensed Rights under the terms and conditions of this
+ Public License.
+
+ b. Additional offer from the Licensor -- Adapted Material.
+ Every recipient of Adapted Material from You
+ automatically receives an offer from the Licensor to
+ exercise the Licensed Rights in the Adapted Material
+ under the conditions of the Adapter's License You apply.
+
+ c. No downstream restrictions. You may not offer or impose
+ any additional or different terms or conditions on, or
+ apply any Effective Technological Measures to, the
+ Licensed Material if doing so restricts exercise of the
+ Licensed Rights by any recipient of the Licensed
+ Material.
+
+ 6. No endorsement. Nothing in this Public License constitutes or
+ may be construed as permission to assert or imply that You
+ are, or that Your use of the Licensed Material is, connected
+ with, or sponsored, endorsed, or granted official status by,
+ the Licensor or others designated to receive attribution as
+ provided in Section 3(a)(1)(A)(i).
+
+ b. Other rights.
+
+ 1. Moral rights, such as the right of integrity, are not
+ licensed under this Public License, nor are publicity,
+ privacy, and/or other similar personality rights; however, to
+ the extent possible, the Licensor waives and/or agrees not to
+ assert any such rights held by the Licensor to the limited
+ extent necessary to allow You to exercise the Licensed
+ Rights, but not otherwise.
+
+ 2. Patent and trademark rights are not licensed under this
+ Public License.
+
+ 3. To the extent possible, the Licensor waives any right to
+ collect royalties from You for the exercise of the Licensed
+ Rights, whether directly or through a collecting society
+ under any voluntary or waivable statutory or compulsory
+ licensing scheme. In all other cases the Licensor expressly
+ reserves any right to collect such royalties.
+
+
+ Section 3 -- License Conditions.
+
+ Your exercise of the Licensed Rights is expressly made subject to the
+ following conditions.
+
+ a. Attribution.
+
+ 1. If You Share the Licensed Material (including in modified
+ form), You must:
+
+ a. retain the following if it is supplied by the Licensor
+ with the Licensed Material:
+
+ i. identification of the creator(s) of the Licensed
+ Material and any others designated to receive
+ attribution, in any reasonable manner requested by
+ the Licensor (including by pseudonym if
+ designated);
+
+ ii. a copyright notice;
+
+ iii. a notice that refers to this Public License;
+
+ iv. a notice that refers to the disclaimer of
+ warranties;
+
+ v. a URI or hyperlink to the Licensed Material to the
+ extent reasonably practicable;
+
+ b. indicate if You modified the Licensed Material and
+ retain an indication of any previous modifications; and
+
+ c. indicate the Licensed Material is licensed under this
+ Public License, and include the text of, or the URI or
+ hyperlink to, this Public License.
+
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
+ reasonable manner based on the medium, means, and context in
+ which You Share the Licensed Material. For example, it may be
+ reasonable to satisfy the conditions by providing a URI or
+ hyperlink to a resource that includes the required
+ information.
+
+ 3. If requested by the Licensor, You must remove any of the
+ information required by Section 3(a)(1)(A) to the extent
+ reasonably practicable.
+
+ b. ShareAlike.
+
+ In addition to the conditions in Section 3(a), if You Share
+ Adapted Material You produce, the following conditions also apply.
+
+ 1. The Adapter's License You apply must be a Creative Commons
+ license with the same License Elements, this version or
+ later, or a BY-SA Compatible License.
+
+ 2. You must include the text of, or the URI or hyperlink to, the
+ Adapter's License You apply. You may satisfy this condition
+ in any reasonable manner based on the medium, means, and
+ context in which You Share Adapted Material.
+
+ 3. You may not offer or impose any additional or different terms
+ or conditions on, or apply any Effective Technological
+ Measures to, Adapted Material that restrict exercise of the
+ rights granted under the Adapter's License You apply.
+
+
+ Section 4 -- Sui Generis Database Rights.
+
+ Where the Licensed Rights include Sui Generis Database Rights that
+ apply to Your use of the Licensed Material:
+
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
+ to extract, reuse, reproduce, and Share all or a substantial
+ portion of the contents of the database;
+
+ b. if You include all or a substantial portion of the database
+ contents in a database in which You have Sui Generis Database
+ Rights, then the database in which You have Sui Generis Database
+ Rights (but not its individual contents) is Adapted Material,
+
+ including for purposes of Section 3(b); and
+ c. You must comply with the conditions in Section 3(a) if You Share
+ all or a substantial portion of the contents of the database.
+
+ For the avoidance of doubt, this Section 4 supplements and does not
+ replace Your obligations under this Public License where the Licensed
+ Rights include other Copyright and Similar Rights.
+
+
+ Section 5 -- Disclaimer of Warranties and Limitation of Liability.
+
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
+
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
+
+ c. The disclaimer of warranties and limitation of liability provided
+ above shall be interpreted in a manner that, to the extent
+ possible, most closely approximates an absolute disclaimer and
+ waiver of all liability.
+
+
+ Section 6 -- Term and Termination.
+
+ a. This Public License applies for the term of the Copyright and
+ Similar Rights licensed here. However, if You fail to comply with
+ this Public License, then Your rights under this Public License
+ terminate automatically.
+
+ b. Where Your right to use the Licensed Material has terminated under
+ Section 6(a), it reinstates:
+
+ 1. automatically as of the date the violation is cured, provided
+ it is cured within 30 days of Your discovery of the
+ violation; or
+
+ 2. upon express reinstatement by the Licensor.
+
+ For the avoidance of doubt, this Section 6(b) does not affect any
+ right the Licensor may have to seek remedies for Your violations
+ of this Public License.
+
+ c. For the avoidance of doubt, the Licensor may also offer the
+ Licensed Material under separate terms or conditions or stop
+ distributing the Licensed Material at any time; however, doing so
+ will not terminate this Public License.
+
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
+ License.
+
+
+ Section 7 -- Other Terms and Conditions.
+
+ a. The Licensor shall not be bound by any additional or different
+ terms or conditions communicated by You unless expressly agreed.
+
+ b. Any arrangements, understandings, or agreements regarding the
+ Licensed Material not stated herein are separate from and
+ independent of the terms and conditions of this Public License.
+
+
+ Section 8 -- Interpretation.
+
+ a. For the avoidance of doubt, this Public License does not, and
+ shall not be interpreted to, reduce, limit, restrict, or impose
+ conditions on any use of the Licensed Material that could lawfully
+ be made without permission under this Public License.
+
+ b. To the extent possible, if any provision of this Public License is
+ deemed unenforceable, it shall be automatically reformed to the
+ minimum extent necessary to make it enforceable. If the provision
+ cannot be reformed, it shall be severed from this Public License
+ without affecting the enforceability of the remaining terms and
+ conditions.
+
+ c. No term or condition of this Public License will be waived and no
+ failure to comply consented to unless expressly agreed to by the
+ Licensor.
+
+ d. Nothing in this Public License constitutes or may be interpreted
+ as a limitation upon, or waiver of, any privileges and immunities
+ that apply to the Licensor or You, including from the legal
+ processes of any jurisdiction or authority.
+
+ =======================================================================
+
+ Creative Commons is not a party to its public
+ licenses. Notwithstanding, Creative Commons may elect to apply one of
+ its public licenses to material it publishes and in those instances
+ will be considered the “Licensor.” The text of the Creative Commons
+ public licenses is dedicated to the public domain under the CC0 Public
+ Domain Dedication. Except for the limited purpose of indicating that
+ material is shared under a Creative Commons public license or as
+ otherwise permitted by the Creative Commons policies published at
+ creativecommons.org/policies, Creative Commons does not authorize the
+ use of the trademark "Creative Commons" or any other trademark or logo
+ of Creative Commons without its prior written consent including,
+ without limitation, in connection with any unauthorized modifications
+ to any of its public licenses or any other arrangements,
+ understandings, or agreements concerning use of licensed material. For
+ the avoidance of doubt, this paragraph does not form part of the
+ public licenses.
+
+ Creative Commons may be contacted at creativecommons.org.
+ licenses:
+ - key: cc-by-sa-4.0
+ name: Creative Commons Attribution-ShareAlike 4.0 International Public License
+ short_name: CC-BY-SA-4.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/licenses/by-sa/4.0/
+ text_url: http://creativecommons.org/licenses/by-sa/4.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc-by-sa-4.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-sa-4.0.LICENSE
+ spdx_license_key: CC-BY-SA-4.0
+ spdx_url: https://spdx.org/licenses/CC-BY-SA-4.0
copyright: |
2009-2018 Igalia S.L
2002 Jorn Baayen
@@ -71,1019 +1336,3 @@ copyright: |
2008, Diego Escalante Urrelo
GNOME Design Team
Jakub Steiner
-matches:
- - score: '100.0'
- start_line: 93
- end_line: 93
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_65.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: apache-2.0'
- - score: '100.0'
- start_line: 94
- end_line: 107
- matcher: 1-hash
- rule_length: 107
- matched_length: 107
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_949.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- https://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS-IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- On Debian systems a copy of the Apache License, Version 2.0 can be
- found in /usr/share/common-licenses/Apache-2.0
- - score: '100.0'
- start_line: 109
- end_line: 109
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 110
- end_line: 124
- matcher: 1-hash
- rule_length: 126
- matched_length: 126
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_839.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package 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 Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see
-
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
- - score: '100.0'
- start_line: 126
- end_line: 126
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_92.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-3+'
- - score: '100.0'
- start_line: 127
- end_line: 141
- matcher: 1-hash
- rule_length: 126
- matched_length: 126
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_385.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
- On Debian systems, the complete text of the GNU General
- Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
- - score: '100.0'
- start_line: 143
- end_line: 143
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_61.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2+'
- - score: '100.0'
- start_line: 144
- end_line: 155
- matcher: 1-hash
- rule_length: 106
- matched_length: 106
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_457.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- On Debian systems, the complete text of the GNU Library General Public
- License version 2 can be found in "/usr/share/common-licenses/LGPL-2".
- - score: '100.0'
- start_line: 157
- end_line: 157
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cc0-1.0_12.RULE
- license_expression: cc0-1.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: cc0-1.0'
- - score: '100.0'
- start_line: 158
- end_line: 179
- matcher: 1-hash
- rule_length: 213
- matched_length: 213
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cc0-1.0_186.RULE
- license_expression: cc0-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Certain owners wish to permanently relinquish those rights to a Work for
- the purpose of contributing to a commons of creative, cultural and
- scientific works ("Commons") that the public can reliably and without
- fear of later claims of infringement build upon, modify, incorporate in
- other works, reuse and redistribute as freely as possible in any form
- whatsoever and for any purposes, including without limitation commercial
- purposes. These owners may contribute to the Commons to promote the
- ideal of a free culture and the further production of creative, cultural
- and scientific works, or to gain reputation or greater distribution for
- their Work in part through the use and efforts of others.
-
- For these and/or other purposes and motivations, and without any
- expectation of additional consideration or compensation, the person
- associating CC0 with a Work (the "Affirmer"), to the extent that he or
- she is an owner of Copyright and Related Rights in the Work, voluntarily
- elects to apply CC0 to the Work and publicly distribute the Work under
- its terms, with knowledge of his or her Copyright and Related Rights in
- the Work and the meaning and intended legal effect of CC0 on those
- rights.
- .
- The complete text of the Creative Commons 0 1.0 Universal
- can be found in `/usr/share/common-licenses/CC0-1.0'.
- - score: '97.8'
- start_line: 182
- end_line: 488
- matcher: 3-seq
- rule_length: 3143
- matched_length: 3074
- match_coverage: '97.8'
- rule_relevance: 100
- identifier: cc-by-sa-3.0_35.RULE
- license_expression: cc-by-sa-3.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS
- CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
- PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK
- OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS
- PROHIBITED.
-
- BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND
- AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS
- LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE
- RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS
- AND CONDITIONS.
-
- 1. Definitions
-
- "Adaptation" means a work based upon the Work, or upon the Work and
- other pre-existing works, such as a translation, adaptation, derivative
- work, arrangement of music or other alterations of a literary or
- artistic work, or phonogram or performance and includes cinematographic
- adaptations or any other form in which the Work may be recast,
- transformed, or adapted including in any form recognizably derived from
- the original, except that a work that constitutes a Collection will not
- be considered an Adaptation for the purpose of this License. For the
- avoidance of doubt, where the Work is a musical work, performance or
- phonogram, the synchronization of the Work in timed-relation with a
- moving image ("synching") will be considered an Adaptation for the
- purpose of this License. "Collection" means a collection of literary or
- artistic works, such as encyclopedias and anthologies, or performances,
- phonograms or broadcasts, or other works or subject matter other than
- works listed in Section 1(f) below, which, by reason of the selection
- and arrangement of their contents, constitute intellectual creations, in
- which the Work is included in its entirety in unmodified form along with
- one or more other contributions, each constituting separate and
- independent works in themselves, which together are assembled into a
- collective whole. A work that constitutes a Collection will not be
- considered an Adaptation (as defined below) for the purposes of this
- License.
- "Creative Commons Compatible License" means a license that is listed at
- https://creativecommons.org/compatiblelicenses that has been approved by
- Creative Commons as being essentially equivalent to this License,
- including, at a minimum, because that license: (i) contains terms that
- have the same purpose, meaning and effect as the License Elements of
- this License; and, (ii) explicitly permits the relicensing of
- adaptations of works made available under that license under this
- License or a Creative Commons jurisdiction license with the same License
- Elements as this License. "Distribute" means to make available to the
- public the original and copies of the Work or Adaptation, as
- appropriate, through sale or other transfer of ownership.
- "License Elements" means the following high-level license attributes as
- selected by Licensor and indicated in the title of this License:
- Attribution, ShareAlike. "Licensor" means the individual, individuals,
- entity or entities that offer(s) the Work under the terms of this
- License.
- "Original Author" means, in the case of a literary or artistic work,
- the individual, individuals, entity or entities who created the Work or
- if no individual or entity can be identified, the publisher; and in
- addition (i) in the case of a performance the actors, singers,
- musicians, dancers, and other persons who act, sing, deliver, declaim,
- play in, interpret or otherwise perform literary or artistic works or
- expressions of folklore; (ii) in the case of a phonogram the producer
- being the person or legal entity who first fixes the sounds of a
- performance or other sounds; and, (iii) in the case of broadcasts, the
- organization that transmits the broadcast. "Work" means the literary
- and/or artistic work offered under the terms of this License including
- without limitation any production in the literary, scientific and
- artistic domain, whatever may be the mode or form of its expression
- including digital form, such as a book, pamphlet and other writing; a
- lecture, address, sermon or other work of the same nature; a dramatic or
- dramatico-musical work; a choreographic work or entertainment in dumb
- show; a musical composition with or without words; a cinematographic
- work to which are assimilated works expressed by a process analogous to
- cinematography; a work of drawing, painting, architecture, sculpture,
- engraving or lithography; a photographic work to which are assimilated
- works expressed by a process analogous to photography; a work of applied
- art; an illustration, map, plan, sketch or three-dimensional work
- relative to geography, topography, architecture or science; a
- performance; a broadcast; a phonogram; a compilation of data to the
- extent it is protected as a copyrightable work; or a work performed by a
- variety or circus performer to the extent it is not otherwise considered
- a literary or artistic work.
- "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this License with
- respect to the Work, or who has received express permission from the
- Licensor to exercise rights under this License despite a previous
- violation. "Publicly Perform" means to perform public recitations of
- the Work and to communicate to the public those public recitations, by
- any means or process, including by wire or wireless means or public
- digital performances; to make available to the public Works in such a
- way that members of the public may access these Works from a place and
- at a place individually chosen by them; to perform the Work to the
- public by any means or process and the communication to the public of
- the performances of the Work, including by public digital performance;
- to broadcast and rebroadcast the Work by any means including signs,
- sounds or images.
- "Reproduce" means to make copies of the Work by any means including
- without limitation by sound or visual recordings and the right of
- fixation and reproducing fixations of the Work, including storage of a
- protected performance or phonogram in digital form or other electronic
- medium. 2. Fair Dealing Rights. Nothing in this License is intended to
- reduce, limit, or restrict any uses free from copyright or rights
- arising from limitations or exceptions that are provided for in
- connection with the copyright protection under copyright law or other
- applicable laws.
-
- 3. License Grant. Subject to the terms and conditions of this License,
- Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
- perpetual (for the duration of the applicable copyright) license to
- exercise the rights in the Work as stated below:
-
- to Reproduce the Work, to incorporate the Work into one or more
- Collections, and to Reproduce the Work as incorporated in the
- Collections; to create and Reproduce Adaptations provided that any such
- Adaptation, including any translation in any medium, takes reasonable
- steps to clearly label, demarcate or otherwise identify that changes
- were made to the original Work. For example, a translation could be
- marked "The original work was translated from English to Spanish," or a
- modification could indicate "The original work has been modified.";
- to Distribute and Publicly Perform the Work including as incorporated
- in Collections; and, to Distribute and Publicly Perform Adaptations.
- For the avoidance of doubt:
-
- Non-waivable Compulsory License Schemes. In those jurisdictions in
- which the right to collect royalties through any statutory or compulsory
- licensing scheme cannot be waived, the Licensor reserves the exclusive
- right to collect such royalties for any exercise by You of the rights
- granted under this License; Waivable Compulsory License Schemes. In
- those jurisdictions in which the right to collect royalties through any
- statutory or compulsory licensing scheme can be waived, the Licensor
- waives the exclusive right to collect such royalties for any exercise by
- You of the rights granted under this License; and, Voluntary License
- Schemes. The Licensor waives the right to collect royalties, whether
- individually or, in the event that the Licensor is a member of a
- collecting society that administers voluntary licensing schemes, via
- that society, from any exercise by You of the rights granted under this
- License.
- The above rights may be exercised in all media and formats whether now
- known or hereafter devised. The above rights include the right to make
- such modifications as are technically necessary to exercise the rights
- in other media and formats. Subject to Section 8(f), all rights not
- expressly granted by Licensor are hereby reserved.
-
- 4. Restrictions. The license granted in Section 3 above is expressly
- made subject to and limited by the following restrictions:
-
- You may Distribute or Publicly Perform the Work only under the terms of
- this License. You must include a copy of, or the Uniform Resource
- Identifier (URI) for, this License with every copy of the Work You
- Distribute or Publicly Perform. You may not offer or impose any terms on
- the Work that restrict the terms of this License or the ability of the
- recipient of the Work to exercise the rights granted to that recipient
- under the terms of the License. You may not sublicense the Work. You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties with every copy of the Work You Distribute or
- Publicly Perform. When You Distribute or Publicly Perform the Work, You
- may not impose any effective technological measures on the Work that
- restrict the ability of a recipient of the Work from You to exercise the
- rights granted to that recipient under the terms of the License. This
- Section 4(a) applies to the Work as incorporated in a Collection, but
- this does not require the Collection apart from the Work itself to be
- made subject to the terms of this License. If You create a Collection,
- upon notice from any Licensor You must, to the extent practicable,
- remove from the Collection any credit as required by Section 4(c), as
- requested. If You create an Adaptation, upon notice from any Licensor
- You must, to the extent practicable, remove from the Adaptation any
- credit as required by Section 4(c), as requested. You may Distribute or
- Publicly Perform an Adaptation only under the terms of: (i) this
- License; (ii) a later version of this License with the same License
- Elements as this License; (iii) a Creative Commons jurisdiction license
- (either this or a later license version) that contains the same License
- Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) a
- Creative Commons Compatible License. If you license the Adaptation under
- one of the licenses mentioned in (iv), you must comply with the terms of
- that license. If you license the Adaptation under the terms of any of
- the licenses mentioned in (i), (ii) or (iii) (the "Applicable License"),
- you must comply with the terms of the Applicable License generally and
- the following provisions: (I) You must include a copy of, or the URI
- for, the Applicable License with every copy of each Adaptation You
- Distribute or Publicly Perform; (II) You may not offer or impose any
- terms on the Adaptation that restrict the terms of the Applicable
- License or the ability of the recipient of the Adaptation to exercise
- the rights granted to that recipient under the terms of the Applicable
- License; (III) You must keep intact all notices that refer to the
- Applicable License and to the disclaimer of warranties with every copy
- of the Work as included in the Adaptation You Distribute or Publicly
- Perform; (IV) when You Distribute or Publicly Perform the Adaptation,
- You may not impose any effective technological measures on the
- Adaptation that restrict the ability of a recipient of the Adaptation
- from You to exercise the rights granted to that recipient under the
- terms of the Applicable License. This Section 4(b) applies to the
- Adaptation as incorporated in a Collection, but this does not require
- the Collection apart from the Adaptation itself to be made subject to
- the terms of the Applicable License.
- If You Distribute, or Publicly Perform the Work or any Adaptations or
- Collections, You must, unless a request has been made pursuant to
- Section 4(a), keep intact all copyright notices for the Work and
- provide, reasonable to the medium or means You are utilizing: (i) the
- name of the Original Author (or pseudonym, if applicable) if supplied,
- and/or if the Original Author and/or Licensor designate another party or
- parties (e.g., a sponsor institute, publishing entity, journal) for
- attribution ("Attribution Parties") in Licensor's copyright notice,
- terms of service or by other reasonable means, the name of such party or
- parties; (ii) the title of the Work if supplied; (iii) to the extent
- reasonably practicable, the URI, if any, that Licensor specifies to be
- associated with the Work, unless such URI does not refer to the
- copyright notice or licensing information for the Work; and (iv) ,
- consistent with Ssection 3(b), in the case of an Adaptation, a credit
- identifying the use of the Work in the Adaptation (e.g., "French
- translation of the Work by Original Author," or "Screenplay based on
- original Work by Original Author"). The credit required by this Section
- 4(c) may be implemented in any reasonable manner; provided, however,
- that in the case of a Adaptation or Collection, at a minimum such credit
- will appear, if a credit for all contributing authors of the Adaptation
- or Collection appears, then as part of these credits and in a manner at
- least as prominent as the credits for the other contributing authors.
- For the avoidance of doubt, You may only use the credit required by this
- Section for the purpose of attribution in the manner set out above and,
- by exercising Your rights under this License, You may not implicitly or
- explicitly assert or imply any connection with, sponsorship or
- endorsement by the Original Author, Licensor and/or Attribution Parties,
- as appropriate, of You or Your use of the Work, without the separate,
- express prior written permission of the Original Author, Licensor and/or
- Attribution Parties. Except as otherwise agreed in writing by the
- Licensor or as may be otherwise permitted by applicable law, if You
- Reproduce, Distribute or Publicly Perform the Work either by itself or
- as part of any Adaptations or Collections, You must not distort,
- mutilate, modify or take other derogatory action in relation to the Work
- which would be prejudicial to the Original Author's honor or reputation.
- Licensor agrees that in those jurisdictions (e.g. Japan), in which any
- exercise of the right granted in Section 3(b) of this License (the right
- to make Adaptations) would be deemed to be a distortion, mutilation,
- modification or other derogatory action prejudicial to the Original
- Author's honor and reputation, the Licensor will waive or not assert, as
- appropriate, this Section, to the fullest extent permitted by the
- applicable national law, to enable You to reasonably exercise Your right
- under Section 3(b) of this License (right to make Adaptations) but not
- otherwise.
- 5. Representations, Warranties and Disclaimer
-
- UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
- 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, MERCHANTIBILITY,
- FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
- LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
- WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
- EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
-
- 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
- LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
- ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
- ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
- BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
- 7. Termination
-
- This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this License.
- Individuals or entities who have received Adaptations or Collections
- from You under this License, however, will not have their licenses
- terminated provided such individuals or entities remain in full
- compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
- survive any termination of this License. Subject to the above terms and
- conditions, the license granted here is perpetual (for the duration of
- the applicable copyright in the Work). Notwithstanding the above,
- Licensor reserves the right to release the Work under different license
- terms or to stop distributing the Work at any time; provided, however
- that any such election will not serve to withdraw this License (or any
- other license that has been, or is required to be, granted under the
- terms of this License), and this License will continue in full force and
- effect unless terminated as stated above.
-
- 8. Miscellaneous
-
- Each time You Distribute or Publicly Perform the Work or a Collection,
- the Licensor offers to the recipient a license to the Work on the same
- terms and conditions as the license granted to You under this License.
- Each time You Distribute or Publicly Perform an Adaptation, Licensor
- offers to the recipient a license to the original Work on the same terms
- and conditions as the license granted to You under this License.
- If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this agreement, such provision shall be reformed to
- the minimum extent necessary to make such provision valid and
- enforceable. No term or provision of this License shall be deemed
- waived and no breach consented to unless such waiver or consent shall be
- in writing and signed by the party to be charged with such waiver or
- consent.
- This License constitutes the entire agreement between the parties with
- respect to the Work licensed here. There are no understandings,
- agreements or representations with respect to the Work not specified
- here. Licensor shall not be bound by any additional provisions that may
- appear in any communication from You. This License may not be modified
- without the mutual written agreement of the Licensor and You. The
- rights granted under, and the subject matter referenced, in this License
- were drafted utilizing the terminology of the Berne Convention for the
- Protection of Literary and Artistic Works (as amended on September 28,
- 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996,
- the WIPO Performances and Phonograms Treaty of 1996 and the Universal
- Copyright Convention (as revised on July 24, 1971). These rights and
- subject matter take effect in the relevant jurisdiction in which the
- License terms are sought to be enforced according to the corresponding
- provisions of the implementation of those treaty provisions in the
- applicable national law. If the standard suite of rights granted under
- applicable copyright law includes additional rights not granted under
- this License, such additional rights are deemed to be included in the
- License; this License is not intended to restrict the license of any
- rights under applicable law.
- - score: '100.0'
- start_line: 491
- end_line: 491
- matcher: 2-aho
- rule_length: 8
- matched_length: 8
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cc-by-sa-4.0_36.RULE
- license_expression: cc-by-sa-4.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: http://creativecommons.org/licenses/by-sa/4.0/
- - score: '99.82'
- start_line: 493
- end_line: 914
- matcher: 3-seq
- rule_length: 2771
- matched_length: 2766
- match_coverage: '99.82'
- rule_relevance: 100
- identifier: cc-by-sa-4.0.LICENSE
- license_expression: cc-by-sa-4.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Creative Commons Corporation ("Creative Commons") is not a law firm and
- does not provide legal services or legal advice. Distribution of
- Creative Commons public licenses does not create a lawyer-client or
- other relationship. Creative Commons makes its licenses and related
- information available on an "as-is" basis. Creative Commons gives no
- warranties regarding its licenses, any material licensed under their
- terms and conditions, or any related information. Creative Commons
- disclaims all liability for damages resulting from their use to the
- fullest extent possible.
-
- Using Creative Commons Public Licenses
-
- Creative Commons public licenses provide a standard set of terms and
- conditions that creators and other rights holders may use to share
- original works of authorship and other material subject to copyright
- and certain other rights specified in the public license below. The
- following considerations are for informational purposes only, are not
- exhaustive, and do not form part of our licenses.
-
- Considerations for licensors: Our public licenses are
- intended for use by those authorized to give the public
- permission to use material in ways otherwise restricted by
- copyright and certain other rights. Our licenses are
- irrevocable. Licensors should read and understand the terms
- and conditions of the license they choose before applying it.
- Licensors should also secure all rights necessary before
- applying our licenses so that the public can reuse the
- material as expected. Licensors should clearly mark any
- material not subject to the license. This includes other CC-
- licensed material, or material used under an exception or
- limitation to copyright. More considerations for licensors:
- wiki.creativecommons.org/Considerations_for_licensors
-
- Considerations for the public: By using one of our public
- licenses, a licensor grants the public permission to use the
- licensed material under specified terms and conditions. If
- the licensor's permission is not necessary for any reason--for
- example, because of any applicable exception or limitation to
- copyright--then that use is not regulated by the license. Our
- licenses grant only permissions under copyright and certain
- other rights that a licensor has authority to grant. Use of
- the licensed material may still be restricted for other
- reasons, including because others have copyright or other
- rights in the material. A licensor may make special requests,
- such as asking that all changes be marked or described.
- Although not required by our licenses, you are encouraged to
- respect those requests where reasonable. More considerations
- for the public:
- wiki.creativecommons.org/Considerations_for_licensees
-
- =======================================================================
-
- Creative Commons Attribution-ShareAlike 4.0 International Public
- License
-
- By exercising the Licensed Rights (defined below), You accept and agree
- to be bound by the terms and conditions of this Creative Commons
- Attribution-ShareAlike 4.0 International Public License ("Public
- License"). To the extent this Public License may be interpreted as a
- contract, You are granted the Licensed Rights in consideration of Your
- acceptance of these terms and conditions, and the Licensor grants You
- such rights in consideration of benefits the Licensor receives from
- making the Licensed Material available under these terms and
- conditions.
-
-
- Section 1 -- Definitions.
-
- a. Adapted Material means material subject to Copyright and Similar
- Rights that is derived from or based upon the Licensed Material
- and in which the Licensed Material is translated, altered,
- arranged, transformed, or otherwise modified in a manner requiring
- permission under the Copyright and Similar Rights held by the
- Licensor. For purposes of this Public License, where the Licensed
- Material is a musical work, performance, or sound recording,
- Adapted Material is always produced where the Licensed Material is
- synched in timed relation with a moving image.
-
- b. Adapter's License means the license You apply to Your Copyright
- and Similar Rights in Your contributions to Adapted Material in
- accordance with the terms and conditions of this Public License.
-
- c. BY-SA Compatible License means a license listed at
- creativecommons.org/compatiblelicenses, approved by Creative
- Commons as essentially the equivalent of this Public License.
-
- d. Copyright and Similar Rights means copyright and/or similar rights
- closely related to copyright including, without limitation,
- performance, broadcast, sound recording, and Sui Generis Database
- Rights, without regard to how the rights are labeled or
- categorized. For purposes of this Public License, the rights
- specified in Section 2(b)(1)-(2) are not Copyright and Similar
- Rights.
-
- e. Effective Technological Measures means those measures that, in the
- absence of proper authority, may not be circumvented under laws
- fulfilling obligations under Article 11 of the WIPO Copyright
- Treaty adopted on December 20, 1996, and/or similar international
- agreements.
-
- f. Exceptions and Limitations means fair use, fair dealing, and/or
- any other exception or limitation to Copyright and Similar Rights
- that applies to Your use of the Licensed Material.
-
- g. License Elements means the license attributes listed in the name
- of a Creative Commons Public License. The License Elements of this
- Public License are Attribution and ShareAlike.
-
- h. Licensed Material means the artistic or literary work, database,
- or other material to which the Licensor applied this Public
- License.
-
- i. Licensed Rights means the rights granted to You subject to the
- terms and conditions of this Public License, which are limited to
- all Copyright and Similar Rights that apply to Your use of the
- Licensed Material and that the Licensor has authority to license.
-
- j. Licensor means the individual(s) or entity(ies) granting rights
- under this Public License.
-
- k. Share means to provide material to the public by any means or
- process that requires permission under the Licensed Rights, such
- as reproduction, public display, public performance, distribution,
- dissemination, communication, or importation, and to make material
- available to the public including in ways that members of the
- public may access the material from a place and at a time
- individually chosen by them.
-
- l. Sui Generis Database Rights means rights other than copyright
- resulting from Directive 96/9/EC of the European Parliament and of
- the Council of 11 March 1996 on the legal protection of databases,
- as amended and/or succeeded, as well as other essentially
- equivalent rights anywhere in the world.
-
- m. You means the individual or entity exercising the Licensed Rights
- under this Public License. Your has a corresponding meaning.
-
-
- Section 2 -- Scope.
-
- a. License grant.
-
- 1. Subject to the terms and conditions of this Public License,
- the Licensor hereby grants You a worldwide, royalty-free,
- non-sublicensable, non-exclusive, irrevocable license to
- exercise the Licensed Rights in the Licensed Material to:
-
- a. reproduce and Share the Licensed Material, in whole or
- in part; and
-
- b. produce, reproduce, and Share Adapted Material.
-
- 2. Exceptions and Limitations. For the avoidance of doubt, where
- Exceptions and Limitations apply to Your use, this Public
- License does not apply, and You do not need to comply with
- its terms and conditions.
-
- 3. Term. The term of this Public License is specified in Section
- 6(a).
-
- 4. Media and formats; technical modifications allowed. The
- Licensor authorizes You to exercise the Licensed Rights in
- all media and formats whether now known or hereafter created,
- and to make technical modifications necessary to do so. The
- Licensor waives and/or agrees not to assert any right or
- authority to forbid You from making technical modifications
- necessary to exercise the Licensed Rights, including
- technical modifications necessary to circumvent Effective
- Technological Measures. For purposes of this Public License,
- simply making modifications authorized by this Section 2(a)
- (4) never produces Adapted Material.
-
- 5. Downstream recipients.
-
- a. Offer from the Licensor -- Licensed Material. Every
- recipient of the Licensed Material automatically
- receives an offer from the Licensor to exercise the
- Licensed Rights under the terms and conditions of this
- Public License.
-
- b. Additional offer from the Licensor -- Adapted Material.
- Every recipient of Adapted Material from You
- automatically receives an offer from the Licensor to
- exercise the Licensed Rights in the Adapted Material
- under the conditions of the Adapter's License You apply.
-
- c. No downstream restrictions. You may not offer or impose
- any additional or different terms or conditions on, or
- apply any Effective Technological Measures to, the
- Licensed Material if doing so restricts exercise of the
- Licensed Rights by any recipient of the Licensed
- Material.
-
- 6. No endorsement. Nothing in this Public License constitutes or
- may be construed as permission to assert or imply that You
- are, or that Your use of the Licensed Material is, connected
- with, or sponsored, endorsed, or granted official status by,
- the Licensor or others designated to receive attribution as
- provided in Section 3(a)(1)(A)(i).
-
- b. Other rights.
-
- 1. Moral rights, such as the right of integrity, are not
- licensed under this Public License, nor are publicity,
- privacy, and/or other similar personality rights; however, to
- the extent possible, the Licensor waives and/or agrees not to
- assert any such rights held by the Licensor to the limited
- extent necessary to allow You to exercise the Licensed
- Rights, but not otherwise.
-
- 2. Patent and trademark rights are not licensed under this
- Public License.
-
- 3. To the extent possible, the Licensor waives any right to
- collect royalties from You for the exercise of the Licensed
- Rights, whether directly or through a collecting society
- under any voluntary or waivable statutory or compulsory
- licensing scheme. In all other cases the Licensor expressly
- reserves any right to collect such royalties.
-
-
- Section 3 -- License Conditions.
-
- Your exercise of the Licensed Rights is expressly made subject to the
- following conditions.
-
- a. Attribution.
-
- 1. If You Share the Licensed Material (including in modified
- form), You must:
-
- a. retain the following if it is supplied by the Licensor
- with the Licensed Material:
-
- i. identification of the creator(s) of the Licensed
- Material and any others designated to receive
- attribution, in any reasonable manner requested by
- the Licensor (including by pseudonym if
- designated);
-
- ii. a copyright notice;
-
- iii. a notice that refers to this Public License;
-
- iv. a notice that refers to the disclaimer of
- warranties;
-
- v. a URI or hyperlink to the Licensed Material to the
- extent reasonably practicable;
-
- b. indicate if You modified the Licensed Material and
- retain an indication of any previous modifications; and
-
- c. indicate the Licensed Material is licensed under this
- Public License, and include the text of, or the URI or
- hyperlink to, this Public License.
-
- 2. You may satisfy the conditions in Section 3(a)(1) in any
- reasonable manner based on the medium, means, and context in
- which You Share the Licensed Material. For example, it may be
- reasonable to satisfy the conditions by providing a URI or
- hyperlink to a resource that includes the required
- information.
-
- 3. If requested by the Licensor, You must remove any of the
- information required by Section 3(a)(1)(A) to the extent
- reasonably practicable.
-
- b. ShareAlike.
-
- In addition to the conditions in Section 3(a), if You Share
- Adapted Material You produce, the following conditions also apply.
-
- 1. The Adapter's License You apply must be a Creative Commons
- license with the same License Elements, this version or
- later, or a BY-SA Compatible License.
-
- 2. You must include the text of, or the URI or hyperlink to, the
- Adapter's License You apply. You may satisfy this condition
- in any reasonable manner based on the medium, means, and
- context in which You Share Adapted Material.
-
- 3. You may not offer or impose any additional or different terms
- or conditions on, or apply any Effective Technological
- Measures to, Adapted Material that restrict exercise of the
- rights granted under the Adapter's License You apply.
-
-
- Section 4 -- Sui Generis Database Rights.
-
- Where the Licensed Rights include Sui Generis Database Rights that
- apply to Your use of the Licensed Material:
-
- a. for the avoidance of doubt, Section 2(a)(1) grants You the right
- to extract, reuse, reproduce, and Share all or a substantial
- portion of the contents of the database;
-
- b. if You include all or a substantial portion of the database
- contents in a database in which You have Sui Generis Database
- Rights, then the database in which You have Sui Generis Database
- Rights (but not its individual contents) is Adapted Material,
-
- including for purposes of Section 3(b); and
- c. You must comply with the conditions in Section 3(a) if You Share
- all or a substantial portion of the contents of the database.
-
- For the avoidance of doubt, this Section 4 supplements and does not
- replace Your obligations under this Public License where the Licensed
- Rights include other Copyright and Similar Rights.
-
-
- Section 5 -- Disclaimer of Warranties and Limitation of Liability.
-
- a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
- EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
- AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
- ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
- IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
- WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
- PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
- ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
- KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
- ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
-
- b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
- TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
- NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
- INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
- COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
- USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
- ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
- DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
- IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
-
- c. The disclaimer of warranties and limitation of liability provided
- above shall be interpreted in a manner that, to the extent
- possible, most closely approximates an absolute disclaimer and
- waiver of all liability.
-
-
- Section 6 -- Term and Termination.
-
- a. This Public License applies for the term of the Copyright and
- Similar Rights licensed here. However, if You fail to comply with
- this Public License, then Your rights under this Public License
- terminate automatically.
-
- b. Where Your right to use the Licensed Material has terminated under
- Section 6(a), it reinstates:
-
- 1. automatically as of the date the violation is cured, provided
- it is cured within 30 days of Your discovery of the
- violation; or
-
- 2. upon express reinstatement by the Licensor.
-
- For the avoidance of doubt, this Section 6(b) does not affect any
- right the Licensor may have to seek remedies for Your violations
- of this Public License.
-
- c. For the avoidance of doubt, the Licensor may also offer the
- Licensed Material under separate terms or conditions or stop
- distributing the Licensed Material at any time; however, doing so
- will not terminate this Public License.
-
- d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
- License.
-
-
- Section 7 -- Other Terms and Conditions.
-
- a. The Licensor shall not be bound by any additional or different
- terms or conditions communicated by You unless expressly agreed.
-
- b. Any arrangements, understandings, or agreements regarding the
- Licensed Material not stated herein are separate from and
- independent of the terms and conditions of this Public License.
-
-
- Section 8 -- Interpretation.
-
- a. For the avoidance of doubt, this Public License does not, and
- shall not be interpreted to, reduce, limit, restrict, or impose
- conditions on any use of the Licensed Material that could lawfully
- be made without permission under this Public License.
-
- b. To the extent possible, if any provision of this Public License is
- deemed unenforceable, it shall be automatically reformed to the
- minimum extent necessary to make it enforceable. If the provision
- cannot be reformed, it shall be severed from this Public License
- without affecting the enforceability of the remaining terms and
- conditions.
-
- c. No term or condition of this Public License will be waived and no
- failure to comply consented to unless expressly agreed to by the
- Licensor.
-
- d. Nothing in this Public License constitutes or may be interpreted
- as a limitation upon, or waiver of, any privileges and immunities
- that apply to the Licensor or You, including from the legal
- processes of any jurisdiction or authority.
-
- =======================================================================
-
- Creative Commons is not a party to its public
- licenses. Notwithstanding, Creative Commons may elect to apply one of
- its public licenses to material it publishes and in those instances
- will be considered the “Licensor.” The text of the Creative Commons
- public licenses is dedicated to the public domain under the CC0 Public
- Domain Dedication. Except for the limited purpose of indicating that
- material is shared under a Creative Commons public license or as
- otherwise permitted by the Creative Commons policies published at
- creativecommons.org/policies, Creative Commons does not authorize the
- use of the trademark "Creative Commons" or any other trademark or logo
- of Creative Commons without its prior written consent including,
- without limitation, in connection with any unauthorized modifications
- to any of its public licenses or any other arrangements,
- understandings, or agreements concerning use of licensed material. For
- the avoidance of doubt, this paragraph does not form part of the
- public licenses.
-
- Creative Commons may be contacted at creativecommons.org.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/erlang-p1-pkix/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/erlang-p1-pkix/stable_copyright-detailed.expected.yml
index 836726291bc..880443676ee 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/erlang-p1-pkix/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/e/erlang-p1-pkix/stable_copyright-detailed.expected.yml
@@ -1,57 +1,97 @@
-primary_license: apache-2.0
declared_license:
- Apache-2.0
- Apache-2.0
- Apache-2.0
-license_expression: (apache-2.0 AND apache-2.0) AND (apache-2.0 AND apache-2.0)
+declared_license_expression: apache-2.0
+declared_license_expression_spdx: Apache-2.0
+other_license_expression: (apache-2.0 AND apache-2.0) AND (apache-2.0 AND apache-2.0)
+other_license_expression_spdx: (Apache-2.0 AND Apache-2.0) AND (Apache-2.0 AND Apache-2.0)
+license_detections: []
+other_license_detections:
+ - license_expression: apache-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 14
+ end_line: 14
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_65.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_65.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: apache-2.0'
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - score: '100.0'
+ start_line: 15
+ end_line: 28
+ matched_length: 109
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_845.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_845.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/Apache-2.0
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 109
+ rule_relevance: 100
+ matched_text: |
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ https://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
copyright: |
2002-2019 ProcessOne
2018-2019 Evgeny Khramtsov
2018-2019 Philipp Huebner
-matches:
- - score: '100.0'
- start_line: 14
- end_line: 14
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_65.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: apache-2.0'
- - score: '100.0'
- start_line: 15
- end_line: 28
- matcher: 1-hash
- rule_length: 109
- matched_length: 109
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_845.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- https://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- On Debian systems, the complete text of the Apache version 2.0 license
- can be found in "/usr/share/common-licenses/Apache-2.0".
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/fig2dev/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/fig2dev/stable_copyright-detailed.expected.yml
index 4223a80131e..fc298990de5 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/fig2dev/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/fig2dev/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: mit-xfig
declared_license:
- xfig
- GPL-2+
@@ -6,8 +5,314 @@ declared_license:
- GPL-2+
- MIT
- GPL-3
-license_expression: mit-xfig AND (gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)) AND (gpl-2.0-plus AND
- (gpl-2.0 OR gpl-3.0)) AND mit-old-style-no-advert AND (gpl-3.0 AND gpl-3.0-plus AND gpl-3.0)
+declared_license_expression: mit-xfig
+declared_license_expression_spdx: LicenseRef-scancode-mit-xfig
+other_license_expression: mit-xfig AND (gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)) AND (gpl-2.0-plus
+ AND (gpl-2.0 OR gpl-3.0)) AND mit-old-style-no-advert AND (gpl-3.0 AND gpl-3.0-plus AND gpl-3.0)
+other_license_expression_spdx: LicenseRef-scancode-mit-xfig AND (GPL-2.0-or-later AND (GPL-2.0-only
+ OR GPL-3.0-only)) AND (GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only)) AND NTP AND (GPL-3.0-only
+ AND GPL-3.0-or-later AND GPL-3.0-only)
+license_detections: []
+other_license_detections:
+ - license_expression: mit-xfig
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 28
+ end_line: 35
+ matched_length: 85
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit-xfig
+ rule_identifier: mit-xfig_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit-xfig_3.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 85
+ rule_relevance: 100
+ matched_text: |
+ Any party obtaining a copy of these files is granted, free of charge, a
+ full and unrestricted irrevocable, world-wide, paid up, royalty-free,
+ nonexclusive right and license to deal in this software and documentation
+ files (the "Software"), including without limitation the rights to use,
+ copy, modify, merge, publish distribute, sublicense and/or sell copies of
+ the Software, and to permit persons who receive copies from any such
+ party to do so, with the only requirement being that the above copyright
+ and this permission notice remain intact.
+ licenses:
+ - key: mit-xfig
+ name: MIT Xfig Variant
+ short_name: MIT Xfig Variant
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Xfig Project
+ homepage_url: http://www.xfig.org
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/mit-xfig
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-xfig.LICENSE
+ spdx_license_key: LicenseRef-scancode-mit-xfig
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-xfig.LICENSE
+ - license_expression: gpl-2.0-plus AND (gpl-2.0 OR gpl-3.0)
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 53
+ end_line: 53
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 54
+ end_line: 69
+ matched_length: 130
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0 OR gpl-3.0
+ rule_identifier: gpl-2.0_or_gpl-3.0_19.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_or_gpl-3.0_19.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 130
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 or 3 as
+ published by the Free Software Foundation.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
+ - license_expression: mit-old-style-no-advert
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 75
+ end_line: 83
+ matched_length: 96
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit-old-style-no-advert
+ rule_identifier: mit-old-style-no-advert_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit-old-style-no-advert_3.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 96
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, distribute, and sell this software and its
+ documentation for any purpose is hereby granted without fee, provided that
+ the above copyright notice appear in all copies and that both that
+ copyright notice and this permission notice appear in supporting
+ documentation, and that the name of M.I.T. not be used in advertising or
+ publicity pertaining to distribution of the software without specific,
+ written prior permission. M.I.T. makes no representations about the
+ suitability of this software for any purpose. It is provided "as is"
+ without express or implied warranty.
+ licenses:
+ - key: mit-old-style-no-advert
+ name: MIT Old Style no advertising
+ short_name: MIT Old Style no advertising
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_.28no_advertising_without_permission.29
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/mit-old-style-no-advert
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style-no-advert.LICENSE
+ spdx_license_key: NTP
+ spdx_url: https://spdx.org/licenses/NTP
+ - license_expression: gpl-3.0 AND gpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 88
+ end_line: 88
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_rdesc_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_rdesc_1.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-3'
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
+ - score: '100.0'
+ start_line: 89
+ end_line: 97
+ matched_length: 79
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_96.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_96.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 79
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - score: '100.0'
+ start_line: 99
+ end_line: 101
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_405.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_405.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
copyright: |
Copyright (c) 1991-1999 by Micah Beck
Parts Copyright (c) 1985-1988 by Supoj Sutanthavibul
@@ -38,161 +343,3 @@ copyright: |
Copyright (C) 2006 Michael Pfeiffer -- p3fff@web.de
Copyright, 1987, Massachusetts Institute of Technology
Copyright (C) 1997, 2003-2004, 2006-2007, 2009-2015 Free Software Foundation, Inc.
-matches:
- - score: '100.0'
- start_line: 28
- end_line: 35
- matcher: 1-hash
- rule_length: 85
- matched_length: 85
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit-xfig_3.RULE
- license_expression: mit-xfig
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Any party obtaining a copy of these files is granted, free of charge, a
- full and unrestricted irrevocable, world-wide, paid up, royalty-free,
- nonexclusive right and license to deal in this software and documentation
- files (the "Software"), including without limitation the rights to use,
- copy, modify, merge, publish distribute, sublicense and/or sell copies of
- the Software, and to permit persons who receive copies from any such
- party to do so, with the only requirement being that the above copyright
- and this permission notice remain intact.
- - score: '100.0'
- start_line: 53
- end_line: 53
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 54
- end_line: 69
- matcher: 1-hash
- rule_length: 130
- matched_length: 130
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_or_gpl-3.0_19.RULE
- license_expression: gpl-2.0 OR gpl-3.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 or 3 as
- published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
-
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 75
- end_line: 83
- matcher: 1-hash
- rule_length: 96
- matched_length: 96
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit-old-style-no-advert_3.RULE
- license_expression: mit-old-style-no-advert
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, distribute, and sell this software and its
- documentation for any purpose is hereby granted without fee, provided that
- the above copyright notice appear in all copies and that both that
- copyright notice and this permission notice appear in supporting
- documentation, and that the name of M.I.T. not be used in advertising or
- publicity pertaining to distribution of the software without specific,
- written prior permission. M.I.T. makes no representations about the
- suitability of this software for any purpose. It is provided "as is"
- without express or implied warranty.
- - score: '100.0'
- start_line: 88
- end_line: 88
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_rdesc_1.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-3'
- - score: '100.0'
- start_line: 89
- end_line: 97
- matcher: 2-aho
- rule_length: 79
- matched_length: 79
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_96.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- - score: '100.0'
- start_line: 99
- end_line: 101
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_405.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the full text of the GNU General Public
- License version 3 can be found in the file
- `/usr/share/common-licenses/GPL-3'.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/freeorion/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/freeorion/stable_copyright-detailed.expected.yml
index 2f979a9a884..eed1d25b043 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/freeorion/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/freeorion/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-2.0
declared_license:
- GPL-2
- CC-BY-SA-3.0
@@ -16,788 +15,1071 @@ declared_license:
- Apache-2.0
- CC-BY-SA-3.0
- DejaVu-License
-license_expression: (gpl-2.0 AND gpl-2.0) AND cc-by-sa-3.0 AND (cc-by-sa-3.0 AND gpl-2.0) AND
- (lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.0-plus AND lgpl-2.1) AND boost-1.0 AND (lgpl-2.1-plus
+declared_license_expression: gpl-2.0
+declared_license_expression_spdx: GPL-2.0-only
+other_license_expression: (gpl-2.0 AND gpl-2.0) AND cc-by-sa-3.0 AND (cc-by-sa-3.0 AND gpl-2.0)
+ AND (lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.0-plus AND lgpl-2.1) AND boost-1.0 AND (lgpl-2.1-plus
AND lgpl-2.1-plus AND lgpl-2.0-plus AND lgpl-2.1) AND bsd-new AND (bitstream AND bitstream)
AND (apache-2.0 AND apache-2.0) AND (lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.0-plus AND
lgpl-2.1)
-copyright: |
- The FreeOrion project
- The FreeOrion project
- 2003-2008, T. Zachary Laine
- 2006, Nemanja Trifunovic
- 2001, Daniel C. Nuffer
- 2006, T. Zachary Laine
- 2000-2011, Kitware, Inc
- 2003, Bitstream Inc
- 2006, Tavmjong Bah
- 2015, Google Inc.
- 2013-2014, Dmitry Smirnov
- 2013-2018, Markus Koschany
-matches:
- - score: '100.0'
- start_line: 69
- end_line: 69
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_561.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2'
- - score: '100.0'
- start_line: 70
- end_line: 83
- matcher: 1-hash
- rule_length: 114
- matched_length: 114
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1149.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License 2 as published by
- the Free Software Foundation.
+other_license_expression_spdx: (GPL-2.0-only AND GPL-2.0-only) AND CC-BY-SA-3.0 AND (CC-BY-SA-3.0
+ AND GPL-2.0-only) AND (LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later AND LGPL-2.1-only)
+ AND BSL-1.0 AND (LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later AND LGPL-2.1-only)
+ AND BSD-3-Clause AND (Bitstream-Vera AND Bitstream-Vera) AND (Apache-2.0 AND Apache-2.0) AND
+ (LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later AND LGPL-2.1-only)
+license_detections: []
+other_license_detections:
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 69
+ end_line: 69
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_561.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_561.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: 70
+ end_line: 83
+ matched_length: 114
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1149.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1149.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 114
+ rule_relevance: 100
+ matched_text: |
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License 2 as published by
+ the Free Software Foundation.
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program. If not, see
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
- - score: '100.0'
- start_line: 85
- end_line: 85
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_108.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1+'
- - score: '100.0'
- start_line: 86
- end_line: 94
- matcher: 2-aho
- rule_length: 82
- matched_length: 82
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_34.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: lgpl-2.1-plus AND lgpl-2.0-plus AND lgpl-2.1
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 85
+ end_line: 85
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_108.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1+'
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 86
+ end_line: 94
+ matched_length: 82
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_34.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_34.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 82
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
- - score: '100.0'
- start_line: 96
- end_line: 96
- matcher: 2-aho
- rule_length: 6
- matched_length: 6
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_215.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: the GNU Library General Public License
- - score: '100.0'
- start_line: 97
- end_line: 97
- matcher: 2-aho
- rule_length: 7
- matched_length: 7
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_82.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: usr/share/common-licenses/LGPL-2.1'.
- - score: '100.0'
- start_line: 100
- end_line: 122
- matcher: 1-hash
- rule_length: 211
- matched_length: 211
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: boost-1.0.LICENSE
- license_expression: boost-1.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Boost Software License - Version 1.0 - August 17th, 2003
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 96
+ end_line: 96
+ matched_length: 6
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_215.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_215.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 6
+ rule_relevance: 100
+ matched_text: the GNU Library General Public License
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - score: '100.0'
+ start_line: 97
+ end_line: 97
+ matched_length: 7
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_82.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_82.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 7
+ rule_relevance: 100
+ matched_text: usr/share/common-licenses/LGPL-2.1'.
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - license_expression: boost-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 100
+ end_line: 122
+ matched_length: 211
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: boost-1.0
+ rule_identifier: boost-1.0.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 211
+ rule_relevance: 100
+ matched_text: |
+ Boost Software License - Version 1.0 - August 17th, 2003
- Permission is hereby granted, free of charge, to any person or organization
- obtaining a copy of the software and accompanying documentation covered by
- this license (the "Software") to use, reproduce, display, distribute,
- execute, and transmit the Software, and to prepare derivative works of the
- Software, and to permit third-parties to whom the Software is furnished to
- do so, all subject to the following:
+ Permission is hereby granted, free of charge, to any person or organization
+ obtaining a copy of the software and accompanying documentation covered by
+ this license (the "Software") to use, reproduce, display, distribute,
+ execute, and transmit the Software, and to prepare derivative works of the
+ Software, and to permit third-parties to whom the Software is furnished to
+ do so, all subject to the following:
- The copyright notices in the Software and this entire statement, including
- the above license grant, this restriction and the following disclaimer,
- must be included in all copies of the Software, in whole or in part, and
- all derivative works of the Software, unless such copies or derivative
- works are solely in the form of machine-executable object code generated by
- a source language processor.
+ The copyright notices in the Software and this entire statement, including
+ the above license grant, this restriction and the following disclaimer,
+ must be included in all copies of the Software, in whole or in part, and
+ all derivative works of the Software, unless such copies or derivative
+ works are solely in the form of machine-executable object code generated by
+ a source language processor.
- 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
- SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
- FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.
- - score: '100.0'
- start_line: 125
- end_line: 139
- matcher: 1-hash
- rule_length: 101
- matched_length: 101
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_1073.RULE
- license_expression: bsd-new
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
+ 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+ licenses:
+ - key: boost-1.0
+ name: Boost Software License 1.0
+ short_name: Boost 1.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Boost
+ homepage_url: http://www.boost.org/users/license.html
+ text_url: http://www.boost.org/LICENSE_1_0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/boost-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.LICENSE
+ spdx_license_key: BSL-1.0
+ spdx_url: https://spdx.org/licenses/BSL-1.0
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 125
+ end_line: 139
+ matched_length: 101
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_1073.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_1073.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 101
+ rule_relevance: 100
+ matched_text: |
+ 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 must retain the above copyright
- notice, this list of conditions and the following disclaimer.
+ * Redistributions of source code 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.
+ * 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.
- * Neither the names of Kitware, Inc., the Insight Software Consortium,
- nor the names of their contributors may be used to endorse or promote
- products derived from this software without specific prior written
- permission.
- - score: '100.0'
- start_line: 141
- end_line: 141
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_65.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: apache-2.0'
- - score: '100.0'
- start_line: 142
- end_line: 143
- matcher: 1-hash
- rule_length: 25
- matched_length: 25
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_1020.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems the complete license text of the Apache license version 2.0
- can be found at /usr/share/common-licenses/Apache-2.0.
- - score: '99.82'
- start_line: 146
- end_line: 521
- matcher: 3-seq
- rule_length: 3354
- matched_length: 3348
- match_coverage: '99.82'
- rule_relevance: 100
- identifier: cc-by-sa-3.0_41.RULE
- license_expression: cc-by-sa-3.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Creative Commons Attribution-ShareAlike 3.0 Unported
- ․
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
- ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
- INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
- ITS USE.
- ․
- License
- ․
- THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
- COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
- COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
- AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
- ․
- BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
- TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
- BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
- CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
- CONDITIONS.
- ․
- 1. Definitions
- ․
- a. "Adaptation" means a work based upon the Work, or upon the Work and
- other pre-existing works, such as a translation, adaptation, derivative
- work, arrangement of music or other alterations of a literary or
- artistic work, or phonogram or performance and includes cinematographic
- adaptations or any other form in which the Work may be recast,
- transformed, or adapted including in any form recognizably derived from
- the original, except that a work that constitutes a Collection will not
- be considered an Adaptation for the purpose of this License. For the
- avoidance of doubt, where the Work is a musical work, performance or
- phonogram, the synchronization of the Work in timed-relation with a
- moving image ("synching") will be considered an Adaptation for the
- purpose of this License.
- ․
- b. "Collection" means a collection of literary or artistic works, such
- as encyclopedias and anthologies, or performances, phonograms or
- broadcasts, or other works or subject matter other than works listed in
- Section 1(f) below, which, by reason of the selection and arrangement of
- their contents, constitute intellectual creations, in which the Work is
- included in its entirety in unmodified form along with one or more other
- contributions, each constituting separate and independent works in
- themselves, which together are assembled into a collective whole. A work
- that constitutes a Collection will not be considered an Adaptation (as
- defined below) for the purposes of this License.
- ․
- c. "Creative Commons Compatible License" means a license that is listed
- at http://creativecommons.org/compatiblelicenses that has been approved
- by Creative Commons as being essentially equivalent to this License,
- including, at a minimum, because that license: (i) contains terms that
- have the same purpose, meaning and effect as the License Elements of
- this License; and, (ii) explicitly permits the relicensing of
- adaptations of works made available under that license under this
- License or a Creative Commons jurisdiction license with the same License
- Elements as this License.
- ․
- d. "Distribute" means to make available to the public the original and
- copies of the Work or Adaptation, as appropriate, through sale or other
- transfer of ownership.
- ․
- e. "License Elements" means the following high-level license attributes
- as selected by Licensor and indicated in the title of this License:
- Attribution, ShareAlike.
- ․
- f. "Licensor" means the individual, individuals, entity or entities that
- offer(s) the Work under the terms of this License.
- ․
- g. "Original Author" means, in the case of a literary or artistic work,
- the individual, individuals, entity or entities who created the Work or
- if no individual or entity can be identified, the publisher; and in
- addition (i) in the case of a performance the actors, singers,
- musicians, dancers, and other persons who act, sing, deliver, declaim,
- play in, interpret or otherwise perform literary or artistic works or
- expressions of folklore; (ii) in the case of a phonogram the producer
- being the person or legal entity who first fixes the sounds of a
- performance or other sounds; and, (iii) in the case of broadcasts, the
- organization that transmits the broadcast.
- ․
- h. "Work" means the literary and/or artistic work offered under the
- terms of this License including without limitation any production in the
- literary, scientific and artistic domain, whatever may be the mode or
- form of its expression including digital form, such as a book, pamphlet
- and other writing; a lecture, address, sermon or other work of the same
- nature; a dramatic or dramatico-musical work; a choreographic work or
- entertainment in dumb show; a musical composition with or without words;
- a cinematographic work to which are assimilated works expressed by a
- process analogous to cinematography; a work of drawing, painting,
- architecture, sculpture, engraving or lithography; a photographic work
- to which are assimilated works expressed by a process analogous to
- photography; a work of applied art; an illustration, map, plan, sketch
- or three-dimensional work relative to geography, topography,
- architecture or science; a performance; a broadcast; a phonogram; a
- compilation of data to the extent it is protected as a copyrightable
- work; or a work performed by a variety or circus performer to the extent
- it is not otherwise considered a literary or artistic work.
- ․
- i. "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this License with
- respect to the Work, or who has received express permission from the
- Licensor to exercise rights under this License despite a previous
- violation.
- ․
- j. "Publicly Perform" means to perform public recitations of the Work
- and to communicate to the public those public recitations, by any means
- or process, including by wire or wireless means or public digital
- performances; to make available to the public Works in such a way that
- members of the public may access these Works from a place and at a place
- individually chosen by them; to perform the Work to the public by any
- means or process and the communication to the public of the performances
- of the Work, including by public digital performance; to broadcast and
- rebroadcast the Work by any means including signs, sounds or images.
- ․
- k. "Reproduce" means to make copies of the Work by any means including
- without limitation by sound or visual recordings and the right of
- fixation and reproducing fixations of the Work, including storage of a
- protected performance or phonogram in digital form or other electronic
- medium.
- ․
- 2. Fair Dealing Rights. Nothing in this License is intended to reduce,
- limit, or restrict any uses free from copyright or rights arising from
- limitations or exceptions that are provided for in connection with the
- copyright protection under copyright law or other applicable laws.
- ․
- 3. License Grant. Subject to the terms and conditions of this License,
- Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
- perpetual (for the duration of the applicable copyright) license to
- exercise the rights in the Work as stated below:
- ․
- a. to Reproduce the Work, to incorporate the Work into one or more
- Collections, and to Reproduce the Work as incorporated in the
- Collections;
- ․
- b. to create and Reproduce Adaptations provided that any such
- Adaptation, including any translation in any medium, takes reasonable
- steps to clearly label, demarcate or otherwise identify that changes
- were made to the original Work. For example, a translation could be
- marked "The original work was translated from English to Spanish," or a
- modification could indicate "The original work has been modified.";
- ․
- c. to Distribute and Publicly Perform the Work including as incorporated
- in Collections; and,
- ․
- d. to Distribute and Publicly Perform Adaptations.
- ․
- e. For the avoidance of doubt:
- ․
- i. Non-waivable Compulsory License Schemes. In those jurisdictions in
- which the right to collect royalties through any statutory or compulsory
- licensing scheme cannot be waived, the Licensor reserves the exclusive
- right to collect such royalties for any exercise by You of the rights
- granted under this License;
- ․
- ii. Waivable Compulsory License Schemes. In those jurisdictions in which
- the right to collect royalties through any statutory or compulsory
- licensing scheme can be waived, the Licensor waives the exclusive right
- to collect such royalties for any exercise by You of the rights granted
- under this License; and,
- ․
- iii. Voluntary License Schemes. The Licensor waives the right to collect
- royalties, whether individually or, in the event that the Licensor is a
- member of a collecting society that administers voluntary licensing
- schemes, via that society, from any exercise by You of the rights
- granted under this License.
- ․
- The above rights may be exercised in all media and formats whether now
- known or hereafter devised. The above rights include the right to make
- such modifications as are technically necessary to exercise the rights
- in other media and formats. Subject to Section 8(f), all rights not
- expressly granted by Licensor are hereby reserved.
- ․
- 4. Restrictions. The license granted in Section 3 above is expressly
- made subject to and limited by the following restrictions:
- ․
- a. You may Distribute or Publicly Perform the Work only under the terms
- of this License. You must include a copy of, or the Uniform Resource
- Identifier (URI) for, this License with every copy of the Work You
- Distribute or Publicly Perform. You may not offer or impose any terms on
- the Work that restrict the terms of this License or the ability of the
- recipient of the Work to exercise the rights granted to that recipient
- under the terms of the License. You may not sublicense the Work. You
- must keep intact all notices that refer to this License and to the
- disclaimer of warranties with every copy of the Work You Distribute or
- Publicly Perform. When You Distribute or Publicly Perform the Work, You
- may not impose any effective technological measures on the Work that
- restrict the ability of a recipient of the Work from You to exercise the
- rights granted to that recipient under the terms of the License. This
- Section 4(a) applies to the Work as incorporated in a Collection, but
- this does not require the Collection apart from the Work itself to be
- made subject to the terms of this License. If You create a Collection,
- upon notice from any Licensor You must, to the extent practicable,
- remove from the Collection any credit as required by Section 4(c), as
- requested. If You create an Adaptation, upon notice from any Licensor
- You must, to the extent practicable, remove from the Adaptation any
- credit as required by Section 4(c), as requested.
- ․
- b. You may Distribute or Publicly Perform an Adaptation only under the
- terms of: (i) this License; (ii) a later version of this License with
- the same License Elements as this License; (iii) a Creative Commons
- jurisdiction license (either this or a later license version) that
- contains the same License Elements as this License (e.g.,
- Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible
- License. If you license the Adaptation under one of the licenses
- mentioned in (iv), you must comply with the terms of that license. If
- you license the Adaptation under the terms of any of the licenses
- mentioned in (i), (ii) or (iii) (the "Applicable License"), you must
- comply with the terms of the Applicable License generally and the
- following provisions: (I) You must include a copy of, or the URI for,
- the Applicable License with every copy of each Adaptation You Distribute
- or Publicly Perform; (II) You may not offer or impose any terms on the
- Adaptation that restrict the terms of the Applicable License or the
- ability of the recipient of the Adaptation to exercise the rights
- granted to that recipient under the terms of the Applicable License;
- (III) You must keep intact all notices that refer to the Applicable
- License and to the disclaimer of warranties with every copy of the Work
- as included in the Adaptation You Distribute or Publicly Perform; (IV)
- when You Distribute or Publicly Perform the Adaptation, You may not
- impose any effective technological measures on the Adaptation that
- restrict the ability of a recipient of the Adaptation from You to
- exercise the rights granted to that recipient under the terms of the
- Applicable License. This Section 4(b) applies to the Adaptation as
- incorporated in a Collection, but this does not require the Collection
- apart from the Adaptation itself to be made subject to the terms of the
- Applicable License.
- ․
- c. If You Distribute, or Publicly Perform the Work or any Adaptations or
- Collections, You must, unless a request has been made pursuant to
- Section 4(a), keep intact all copyright notices for the Work and
- provide, reasonable to the medium or means You are utilizing: (i) the
- name of the Original Author (or pseudonym, if applicable) if supplied,
- and/or if the Original Author and/or Licensor designate another party or
- parties (e.g., a sponsor institute, publishing entity, journal) for
- attribution ("Attribution Parties") in Licensor's copyright notice,
- terms of service or by other reasonable means, the name of such party or
- parties; (ii) the title of the Work if supplied; (iii) to the extent
- reasonably practicable, the URI, if any, that Licensor specifies to be
- associated with the Work, unless such URI does not refer to the
- copyright notice or licensing information for the Work; and (iv) ,
- consistent with Ssection 3(b), in the case of an Adaptation, a credit
- identifying the use of the Work in the Adaptation (e.g., "French
- translation of the Work by Original Author," or "Screenplay based on
- original Work by Original Author"). The credit required by this Section
- 4(c) may be implemented in any reasonable manner; provided, however,
- that in the case of a Adaptation or Collection, at a minimum such credit
- will appear, if a credit for all contributing authors of the Adaptation
- or Collection appears, then as part of these credits and in a manner at
- least as prominent as the credits for the other contributing authors.
- For the avoidance of doubt, You may only use the credit required by this
- Section for the purpose of attribution in the manner set out above and,
- by exercising Your rights under this License, You may not implicitly or
- explicitly assert or imply any connection with, sponsorship or
- endorsement by the Original Author, Licensor and/or Attribution Parties,
- as appropriate, of You or Your use of the Work, without the separate,
- express prior written permission of the Original Author, Licensor and/or
- Attribution Parties.
- ․
- d. Except as otherwise agreed in writing by the Licensor or as may be
- otherwise permitted by applicable law, if You Reproduce, Distribute or
- Publicly Perform the Work either by itself or as part of any Adaptations
- or Collections, You must not distort, mutilate, modify or take other
- derogatory action in relation to the Work which would be prejudicial to
- the Original Author's honor or reputation. Licensor agrees that in those
- jurisdictions (e.g. Japan), in which any exercise of the right granted
- in Section 3(b) of this License (the right to make Adaptations) would be
- deemed to be a distortion, mutilation, modification or other derogatory
- action prejudicial to the Original Author's honor and reputation, the
- Licensor will waive or not assert, as appropriate, this Section, to the
- fullest extent permitted by the applicable national law, to enable You
- to reasonably exercise Your right under Section 3(b) of this License
- (right to make Adaptations) but not otherwise.
- ․
- 5. Representations, Warranties and Disclaimer
- ․
- UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
- 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, MERCHANTIBILITY,
- FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
- LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
- WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
- EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
- ․
- 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
- LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
- ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
- ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
- BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
- ․
- 7. Termination
- ․
- a. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this License.
- Individuals or entities who have received Adaptations or Collections
- from You under this License, however, will not have their licenses
- terminated provided such individuals or entities remain in full
- compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
- survive any termination of this License.
- ․
- b. Subject to the above terms and conditions, the license granted here
- is perpetual (for the duration of the applicable copyright in the Work).
- Notwithstanding the above, Licensor reserves the right to release the
- Work under different license terms or to stop distributing the Work at
- any time; provided, however that any such election will not serve to
- withdraw this License (or any other license that has been, or is
- required to be, granted under the terms of this License), and this
- License will continue in full force and effect unless terminated as
- stated above.
- ․
- 8. Miscellaneous
- ․
- a. Each time You Distribute or Publicly Perform the Work or a
- Collection, the Licensor offers to the recipient a license to the Work
- on the same terms and conditions as the license granted to You under
- this License.
- ․
- b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
- offers to the recipient a license to the original Work on the same terms
- and conditions as the license granted to You under this License.
- ․
- c. If any provision of this License is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this License, and without further action
- by the parties to this agreement, such provision shall be reformed to
- the minimum extent necessary to make such provision valid and
- enforceable.
- ․
- d. No term or provision of this License shall be deemed waived and no
- breach consented to unless such waiver or consent shall be in writing
- and signed by the party to be charged with such waiver or consent.
- ․
- e. This License constitutes the entire agreement between the parties
- with respect to the Work licensed here. There are no understandings,
- agreements or representations with respect to the Work not specified
- here. Licensor shall not be bound by any additional provisions that may
- appear in any communication from You. This License may not be modified
- without the mutual written agreement of the Licensor and You.
- ․
- f. The rights granted under, and the subject matter referenced, in this
- License were drafted utilizing the terminology of the Berne Convention
- for the Protection of Literary and Artistic Works (as amended on
- September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
- Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and
- the Universal Copyright Convention (as revised on July 24, 1971). These
- rights and subject matter take effect in the relevant jurisdiction in
- which the License terms are sought to be enforced according to the
- corresponding provisions of the implementation of those treaty
- provisions in the applicable national law. If the standard suite of
- rights granted under applicable copyright law includes additional rights
- not granted under this License, such additional rights are deemed to be
- included in the License; this License is not intended to restrict the
- license of any rights under applicable law.
- ․
- ․
- Creative Commons Notice
- ․
- Creative Commons is not a party to this License, and makes no warranty
- whatsoever in connection with the Work. Creative Commons will not be
- liable to You or any party on any legal theory for any damages
- whatsoever, including without limitation any general, special,
- incidental or consequential damages arising in connection to this
- license. Notwithstanding the foregoing two (2) sentences, if Creative
- Commons has expressly identified itself as the Licensor hereunder, it
- shall have all rights and obligations of Licensor.
- ․
- Except for the limited purpose of indicating to the public that the Work
- is licensed under the CCPL, Creative Commons does not authorize the use
- by either party of the trademark "Creative Commons" or any related
- trademark or logo of Creative Commons without the prior written consent
- of Creative Commons. Any permitted use will be in compliance with
- Creative Commons' then-current trademark usage guidelines, as may be
- published on its website or otherwise made available upon request from
- time to time. For the avoidance of doubt, this trademark restriction
- does not form part of the License.
- ․
- Creative Commons may be contacted at http://creativecommons.org/.
- - score: '100.0'
- start_line: 527
- end_line: 566
- matcher: 2-aho
- rule_length: 357
- matched_length: 357
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bitstream.LICENSE
- license_expression: bitstream
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of the fonts accompanying this license ("Fonts") and associated
- documentation files (the "Font Software"), to reproduce and distribute the
- Font Software, including without limitation the rights to use, copy, merge,
- publish, distribute, and/or sell copies of the Font Software, and to permit
- persons to whom the Font Software is furnished to do so, subject to the
- following conditions:
+ * Neither the names of Kitware, Inc., the Insight Software Consortium,
+ nor the names of their contributors may be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: apache-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 141
+ end_line: 141
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_65.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_65.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: apache-2.0'
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - score: '100.0'
+ start_line: 142
+ end_line: 143
+ matched_length: 25
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_1020.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_1020.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/Apache-2.0
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 25
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems the complete license text of the Apache license version 2.0
+ can be found at /usr/share/common-licenses/Apache-2.0.
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - license_expression: cc-by-sa-3.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.82'
+ start_line: 146
+ end_line: 521
+ matched_length: 3348
+ match_coverage: '99.82'
+ matcher: 3-seq
+ license_expression: cc-by-sa-3.0
+ rule_identifier: cc-by-sa-3.0_41.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc-by-sa-3.0_41.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 3354
+ rule_relevance: 100
+ matched_text: |
+ Creative Commons Attribution-ShareAlike 3.0 Unported
+ ․
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION
+ ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
+ INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
+ ITS USE.
+ ․
+ License
+ ․
+ THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
+ COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
+ COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
+ AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
+ ․
+ BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
+ TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
+ BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
+ CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
+ CONDITIONS.
+ ․
+ 1. Definitions
+ ․
+ a. "Adaptation" means a work based upon the Work, or upon the Work and
+ other pre-existing works, such as a translation, adaptation, derivative
+ work, arrangement of music or other alterations of a literary or
+ artistic work, or phonogram or performance and includes cinematographic
+ adaptations or any other form in which the Work may be recast,
+ transformed, or adapted including in any form recognizably derived from
+ the original, except that a work that constitutes a Collection will not
+ be considered an Adaptation for the purpose of this License. For the
+ avoidance of doubt, where the Work is a musical work, performance or
+ phonogram, the synchronization of the Work in timed-relation with a
+ moving image ("synching") will be considered an Adaptation for the
+ purpose of this License.
+ ․
+ b. "Collection" means a collection of literary or artistic works, such
+ as encyclopedias and anthologies, or performances, phonograms or
+ broadcasts, or other works or subject matter other than works listed in
+ Section 1(f) below, which, by reason of the selection and arrangement of
+ their contents, constitute intellectual creations, in which the Work is
+ included in its entirety in unmodified form along with one or more other
+ contributions, each constituting separate and independent works in
+ themselves, which together are assembled into a collective whole. A work
+ that constitutes a Collection will not be considered an Adaptation (as
+ defined below) for the purposes of this License.
+ ․
+ c. "Creative Commons Compatible License" means a license that is listed
+ at http://creativecommons.org/compatiblelicenses that has been approved
+ by Creative Commons as being essentially equivalent to this License,
+ including, at a minimum, because that license: (i) contains terms that
+ have the same purpose, meaning and effect as the License Elements of
+ this License; and, (ii) explicitly permits the relicensing of
+ adaptations of works made available under that license under this
+ License or a Creative Commons jurisdiction license with the same License
+ Elements as this License.
+ ․
+ d. "Distribute" means to make available to the public the original and
+ copies of the Work or Adaptation, as appropriate, through sale or other
+ transfer of ownership.
+ ․
+ e. "License Elements" means the following high-level license attributes
+ as selected by Licensor and indicated in the title of this License:
+ Attribution, ShareAlike.
+ ․
+ f. "Licensor" means the individual, individuals, entity or entities that
+ offer(s) the Work under the terms of this License.
+ ․
+ g. "Original Author" means, in the case of a literary or artistic work,
+ the individual, individuals, entity or entities who created the Work or
+ if no individual or entity can be identified, the publisher; and in
+ addition (i) in the case of a performance the actors, singers,
+ musicians, dancers, and other persons who act, sing, deliver, declaim,
+ play in, interpret or otherwise perform literary or artistic works or
+ expressions of folklore; (ii) in the case of a phonogram the producer
+ being the person or legal entity who first fixes the sounds of a
+ performance or other sounds; and, (iii) in the case of broadcasts, the
+ organization that transmits the broadcast.
+ ․
+ h. "Work" means the literary and/or artistic work offered under the
+ terms of this License including without limitation any production in the
+ literary, scientific and artistic domain, whatever may be the mode or
+ form of its expression including digital form, such as a book, pamphlet
+ and other writing; a lecture, address, sermon or other work of the same
+ nature; a dramatic or dramatico-musical work; a choreographic work or
+ entertainment in dumb show; a musical composition with or without words;
+ a cinematographic work to which are assimilated works expressed by a
+ process analogous to cinematography; a work of drawing, painting,
+ architecture, sculpture, engraving or lithography; a photographic work
+ to which are assimilated works expressed by a process analogous to
+ photography; a work of applied art; an illustration, map, plan, sketch
+ or three-dimensional work relative to geography, topography,
+ architecture or science; a performance; a broadcast; a phonogram; a
+ compilation of data to the extent it is protected as a copyrightable
+ work; or a work performed by a variety or circus performer to the extent
+ it is not otherwise considered a literary or artistic work.
+ ․
+ i. "You" means an individual or entity exercising rights under this
+ License who has not previously violated the terms of this License with
+ respect to the Work, or who has received express permission from the
+ Licensor to exercise rights under this License despite a previous
+ violation.
+ ․
+ j. "Publicly Perform" means to perform public recitations of the Work
+ and to communicate to the public those public recitations, by any means
+ or process, including by wire or wireless means or public digital
+ performances; to make available to the public Works in such a way that
+ members of the public may access these Works from a place and at a place
+ individually chosen by them; to perform the Work to the public by any
+ means or process and the communication to the public of the performances
+ of the Work, including by public digital performance; to broadcast and
+ rebroadcast the Work by any means including signs, sounds or images.
+ ․
+ k. "Reproduce" means to make copies of the Work by any means including
+ without limitation by sound or visual recordings and the right of
+ fixation and reproducing fixations of the Work, including storage of a
+ protected performance or phonogram in digital form or other electronic
+ medium.
+ ․
+ 2. Fair Dealing Rights. Nothing in this License is intended to reduce,
+ limit, or restrict any uses free from copyright or rights arising from
+ limitations or exceptions that are provided for in connection with the
+ copyright protection under copyright law or other applicable laws.
+ ․
+ 3. License Grant. Subject to the terms and conditions of this License,
+ Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
+ perpetual (for the duration of the applicable copyright) license to
+ exercise the rights in the Work as stated below:
+ ․
+ a. to Reproduce the Work, to incorporate the Work into one or more
+ Collections, and to Reproduce the Work as incorporated in the
+ Collections;
+ ․
+ b. to create and Reproduce Adaptations provided that any such
+ Adaptation, including any translation in any medium, takes reasonable
+ steps to clearly label, demarcate or otherwise identify that changes
+ were made to the original Work. For example, a translation could be
+ marked "The original work was translated from English to Spanish," or a
+ modification could indicate "The original work has been modified.";
+ ․
+ c. to Distribute and Publicly Perform the Work including as incorporated
+ in Collections; and,
+ ․
+ d. to Distribute and Publicly Perform Adaptations.
+ ․
+ e. For the avoidance of doubt:
+ ․
+ i. Non-waivable Compulsory License Schemes. In those jurisdictions in
+ which the right to collect royalties through any statutory or compulsory
+ licensing scheme cannot be waived, the Licensor reserves the exclusive
+ right to collect such royalties for any exercise by You of the rights
+ granted under this License;
+ ․
+ ii. Waivable Compulsory License Schemes. In those jurisdictions in which
+ the right to collect royalties through any statutory or compulsory
+ licensing scheme can be waived, the Licensor waives the exclusive right
+ to collect such royalties for any exercise by You of the rights granted
+ under this License; and,
+ ․
+ iii. Voluntary License Schemes. The Licensor waives the right to collect
+ royalties, whether individually or, in the event that the Licensor is a
+ member of a collecting society that administers voluntary licensing
+ schemes, via that society, from any exercise by You of the rights
+ granted under this License.
+ ․
+ The above rights may be exercised in all media and formats whether now
+ known or hereafter devised. The above rights include the right to make
+ such modifications as are technically necessary to exercise the rights
+ in other media and formats. Subject to Section 8(f), all rights not
+ expressly granted by Licensor are hereby reserved.
+ ․
+ 4. Restrictions. The license granted in Section 3 above is expressly
+ made subject to and limited by the following restrictions:
+ ․
+ a. You may Distribute or Publicly Perform the Work only under the terms
+ of this License. You must include a copy of, or the Uniform Resource
+ Identifier (URI) for, this License with every copy of the Work You
+ Distribute or Publicly Perform. You may not offer or impose any terms on
+ the Work that restrict the terms of this License or the ability of the
+ recipient of the Work to exercise the rights granted to that recipient
+ under the terms of the License. You may not sublicense the Work. You
+ must keep intact all notices that refer to this License and to the
+ disclaimer of warranties with every copy of the Work You Distribute or
+ Publicly Perform. When You Distribute or Publicly Perform the Work, You
+ may not impose any effective technological measures on the Work that
+ restrict the ability of a recipient of the Work from You to exercise the
+ rights granted to that recipient under the terms of the License. This
+ Section 4(a) applies to the Work as incorporated in a Collection, but
+ this does not require the Collection apart from the Work itself to be
+ made subject to the terms of this License. If You create a Collection,
+ upon notice from any Licensor You must, to the extent practicable,
+ remove from the Collection any credit as required by Section 4(c), as
+ requested. If You create an Adaptation, upon notice from any Licensor
+ You must, to the extent practicable, remove from the Adaptation any
+ credit as required by Section 4(c), as requested.
+ ․
+ b. You may Distribute or Publicly Perform an Adaptation only under the
+ terms of: (i) this License; (ii) a later version of this License with
+ the same License Elements as this License; (iii) a Creative Commons
+ jurisdiction license (either this or a later license version) that
+ contains the same License Elements as this License (e.g.,
+ Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible
+ License. If you license the Adaptation under one of the licenses
+ mentioned in (iv), you must comply with the terms of that license. If
+ you license the Adaptation under the terms of any of the licenses
+ mentioned in (i), (ii) or (iii) (the "Applicable License"), you must
+ comply with the terms of the Applicable License generally and the
+ following provisions: (I) You must include a copy of, or the URI for,
+ the Applicable License with every copy of each Adaptation You Distribute
+ or Publicly Perform; (II) You may not offer or impose any terms on the
+ Adaptation that restrict the terms of the Applicable License or the
+ ability of the recipient of the Adaptation to exercise the rights
+ granted to that recipient under the terms of the Applicable License;
+ (III) You must keep intact all notices that refer to the Applicable
+ License and to the disclaimer of warranties with every copy of the Work
+ as included in the Adaptation You Distribute or Publicly Perform; (IV)
+ when You Distribute or Publicly Perform the Adaptation, You may not
+ impose any effective technological measures on the Adaptation that
+ restrict the ability of a recipient of the Adaptation from You to
+ exercise the rights granted to that recipient under the terms of the
+ Applicable License. This Section 4(b) applies to the Adaptation as
+ incorporated in a Collection, but this does not require the Collection
+ apart from the Adaptation itself to be made subject to the terms of the
+ Applicable License.
+ ․
+ c. If You Distribute, or Publicly Perform the Work or any Adaptations or
+ Collections, You must, unless a request has been made pursuant to
+ Section 4(a), keep intact all copyright notices for the Work and
+ provide, reasonable to the medium or means You are utilizing: (i) the
+ name of the Original Author (or pseudonym, if applicable) if supplied,
+ and/or if the Original Author and/or Licensor designate another party or
+ parties (e.g., a sponsor institute, publishing entity, journal) for
+ attribution ("Attribution Parties") in Licensor's copyright notice,
+ terms of service or by other reasonable means, the name of such party or
+ parties; (ii) the title of the Work if supplied; (iii) to the extent
+ reasonably practicable, the URI, if any, that Licensor specifies to be
+ associated with the Work, unless such URI does not refer to the
+ copyright notice or licensing information for the Work; and (iv) ,
+ consistent with Ssection 3(b), in the case of an Adaptation, a credit
+ identifying the use of the Work in the Adaptation (e.g., "French
+ translation of the Work by Original Author," or "Screenplay based on
+ original Work by Original Author"). The credit required by this Section
+ 4(c) may be implemented in any reasonable manner; provided, however,
+ that in the case of a Adaptation or Collection, at a minimum such credit
+ will appear, if a credit for all contributing authors of the Adaptation
+ or Collection appears, then as part of these credits and in a manner at
+ least as prominent as the credits for the other contributing authors.
+ For the avoidance of doubt, You may only use the credit required by this
+ Section for the purpose of attribution in the manner set out above and,
+ by exercising Your rights under this License, You may not implicitly or
+ explicitly assert or imply any connection with, sponsorship or
+ endorsement by the Original Author, Licensor and/or Attribution Parties,
+ as appropriate, of You or Your use of the Work, without the separate,
+ express prior written permission of the Original Author, Licensor and/or
+ Attribution Parties.
+ ․
+ d. Except as otherwise agreed in writing by the Licensor or as may be
+ otherwise permitted by applicable law, if You Reproduce, Distribute or
+ Publicly Perform the Work either by itself or as part of any Adaptations
+ or Collections, You must not distort, mutilate, modify or take other
+ derogatory action in relation to the Work which would be prejudicial to
+ the Original Author's honor or reputation. Licensor agrees that in those
+ jurisdictions (e.g. Japan), in which any exercise of the right granted
+ in Section 3(b) of this License (the right to make Adaptations) would be
+ deemed to be a distortion, mutilation, modification or other derogatory
+ action prejudicial to the Original Author's honor and reputation, the
+ Licensor will waive or not assert, as appropriate, this Section, to the
+ fullest extent permitted by the applicable national law, to enable You
+ to reasonably exercise Your right under Section 3(b) of this License
+ (right to make Adaptations) but not otherwise.
+ ․
+ 5. Representations, Warranties and Disclaimer
+ ․
+ UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
+ 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, MERCHANTIBILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
+ LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
+ WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE
+ EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
+ ․
+ 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
+ LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
+ ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
+ ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
+ BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+ ․
+ 7. Termination
+ ․
+ a. This License and the rights granted hereunder will terminate
+ automatically upon any breach by You of the terms of this License.
+ Individuals or entities who have received Adaptations or Collections
+ from You under this License, however, will not have their licenses
+ terminated provided such individuals or entities remain in full
+ compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
+ survive any termination of this License.
+ ․
+ b. Subject to the above terms and conditions, the license granted here
+ is perpetual (for the duration of the applicable copyright in the Work).
+ Notwithstanding the above, Licensor reserves the right to release the
+ Work under different license terms or to stop distributing the Work at
+ any time; provided, however that any such election will not serve to
+ withdraw this License (or any other license that has been, or is
+ required to be, granted under the terms of this License), and this
+ License will continue in full force and effect unless terminated as
+ stated above.
+ ․
+ 8. Miscellaneous
+ ․
+ a. Each time You Distribute or Publicly Perform the Work or a
+ Collection, the Licensor offers to the recipient a license to the Work
+ on the same terms and conditions as the license granted to You under
+ this License.
+ ․
+ b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
+ offers to the recipient a license to the original Work on the same terms
+ and conditions as the license granted to You under this License.
+ ․
+ c. If any provision of this License is invalid or unenforceable under
+ applicable law, it shall not affect the validity or enforceability of
+ the remainder of the terms of this License, and without further action
+ by the parties to this agreement, such provision shall be reformed to
+ the minimum extent necessary to make such provision valid and
+ enforceable.
+ ․
+ d. No term or provision of this License shall be deemed waived and no
+ breach consented to unless such waiver or consent shall be in writing
+ and signed by the party to be charged with such waiver or consent.
+ ․
+ e. This License constitutes the entire agreement between the parties
+ with respect to the Work licensed here. There are no understandings,
+ agreements or representations with respect to the Work not specified
+ here. Licensor shall not be bound by any additional provisions that may
+ appear in any communication from You. This License may not be modified
+ without the mutual written agreement of the Licensor and You.
+ ․
+ f. The rights granted under, and the subject matter referenced, in this
+ License were drafted utilizing the terminology of the Berne Convention
+ for the Protection of Literary and Artistic Works (as amended on
+ September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
+ Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and
+ the Universal Copyright Convention (as revised on July 24, 1971). These
+ rights and subject matter take effect in the relevant jurisdiction in
+ which the License terms are sought to be enforced according to the
+ corresponding provisions of the implementation of those treaty
+ provisions in the applicable national law. If the standard suite of
+ rights granted under applicable copyright law includes additional rights
+ not granted under this License, such additional rights are deemed to be
+ included in the License; this License is not intended to restrict the
+ license of any rights under applicable law.
+ ․
+ ․
+ Creative Commons Notice
+ ․
+ Creative Commons is not a party to this License, and makes no warranty
+ whatsoever in connection with the Work. Creative Commons will not be
+ liable to You or any party on any legal theory for any damages
+ whatsoever, including without limitation any general, special,
+ incidental or consequential damages arising in connection to this
+ license. Notwithstanding the foregoing two (2) sentences, if Creative
+ Commons has expressly identified itself as the Licensor hereunder, it
+ shall have all rights and obligations of Licensor.
+ ․
+ Except for the limited purpose of indicating to the public that the Work
+ is licensed under the CCPL, Creative Commons does not authorize the use
+ by either party of the trademark "Creative Commons" or any related
+ trademark or logo of Creative Commons without the prior written consent
+ of Creative Commons. Any permitted use will be in compliance with
+ Creative Commons' then-current trademark usage guidelines, as may be
+ published on its website or otherwise made available upon request from
+ time to time. For the avoidance of doubt, this trademark restriction
+ does not form part of the License.
+ ․
+ Creative Commons may be contacted at http://creativecommons.org/.
+ licenses:
+ - key: cc-by-sa-3.0
+ name: Creative Commons Attribution Share Alike License 3.0
+ short_name: CC-BY-SA-3.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/licenses/by-sa/3.0/
+ text_url: http://creativecommons.org/licenses/by-sa/3.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc-by-sa-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-sa-3.0.LICENSE
+ spdx_license_key: CC-BY-SA-3.0
+ spdx_url: https://spdx.org/licenses/CC-BY-SA-3.0
+ - license_expression: bitstream
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 527
+ end_line: 566
+ matched_length: 357
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bitstream
+ rule_identifier: bitstream.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bitstream.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 357
+ rule_relevance: 100
+ matched_text: |
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of the fonts accompanying this license ("Fonts") and associated
+ documentation files (the "Font Software"), to reproduce and distribute the
+ Font Software, including without limitation the rights to use, copy, merge,
+ publish, distribute, and/or sell copies of the Font Software, and to permit
+ persons to whom the Font Software is furnished to do so, subject to the
+ following conditions:
- The above copyright and trademark notices and this permission notice shall
- be included in all copies of one or more of the Font Software typefaces.
+ The above copyright and trademark notices and this permission notice shall
+ be included in all copies of one or more of the Font Software typefaces.
- The Font Software may be modified, altered, or added to, and in particular
- the designs of glyphs or characters in the Fonts may be modified and
- additional glyphs or characters may be added to the Fonts, only if the fonts
- are renamed to names not containing either the words "Bitstream" or the word
- "Vera".
+ The Font Software may be modified, altered, or added to, and in particular
+ the designs of glyphs or characters in the Fonts may be modified and
+ additional glyphs or characters may be added to the Fonts, only if the fonts
+ are renamed to names not containing either the words "Bitstream" or the word
+ "Vera".
- This License becomes null and void to the extent applicable to Fonts or Font
- Software that has been modified and is distributed under the "Bitstream
- Vera" names.
+ This License becomes null and void to the extent applicable to Fonts or Font
+ Software that has been modified and is distributed under the "Bitstream
+ Vera" names.
- The Font Software may be sold as part of a larger software package but no
- copy of one or more of the Font Software typefaces may be sold by itself.
+ The Font Software may be sold as part of a larger software package but no
+ copy of one or more of the Font Software typefaces may be sold by itself.
- THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
- TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
- FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
- ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
- THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
- FONT SOFTWARE.
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
+ TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
+ FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
+ ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
+ THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
+ FONT SOFTWARE.
- Except as contained in this notice, the names of Gnome, the Gnome
- Foundation, and Bitstream Inc., shall not be used in advertising or
- otherwise to promote the sale, use or other dealings in this Font Software
- without prior written authorization from the Gnome Foundation or Bitstream
- Inc., respectively. For further information, contact: fonts at gnome dot
- org.
- - score: '99.0'
- start_line: 573
- end_line: 614
- matcher: 2-aho
- rule_length: 349
- matched_length: 349
- match_coverage: '100.0'
- rule_relevance: 99
- identifier: bitstream_9.RULE
- license_expression: bitstream
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of the fonts accompanying this license ("Fonts") and
- associated documentation files (the "Font Software"), to reproduce
- and distribute the modifications to the Bitstream Vera Font Software,
- including without limitation the rights to use, copy, merge, publish,
- distribute, and/or sell copies of the Font Software, and to permit
- persons to whom the Font Software is furnished to do so, subject to
- the following conditions:
+ Except as contained in this notice, the names of Gnome, the Gnome
+ Foundation, and Bitstream Inc., shall not be used in advertising or
+ otherwise to promote the sale, use or other dealings in this Font Software
+ without prior written authorization from the Gnome Foundation or Bitstream
+ Inc., respectively. For further information, contact: fonts at gnome dot
+ org.
+ licenses:
+ - key: bitstream
+ name: Bitstream Vera Font License
+ short_name: Bitstream Vera Font License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Bitstream
+ homepage_url: http://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts
+ text_url: http://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts
+ reference_url: https://scancode-licensedb.aboutcode.org/bitstream
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bitstream.LICENSE
+ spdx_license_key: Bitstream-Vera
+ spdx_url: https://spdx.org/licenses/Bitstream-Vera
+ - score: '99.0'
+ start_line: 573
+ end_line: 614
+ matched_length: 349
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bitstream
+ rule_identifier: bitstream_9.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bitstream_9.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 349
+ rule_relevance: 99
+ matched_text: |
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of the fonts accompanying this license ("Fonts") and
+ associated documentation files (the "Font Software"), to reproduce
+ and distribute the modifications to the Bitstream Vera Font Software,
+ including without limitation the rights to use, copy, merge, publish,
+ distribute, and/or sell copies of the Font Software, and to permit
+ persons to whom the Font Software is furnished to do so, subject to
+ the following conditions:
- The above copyright and trademark notices and this permission notice
- shall be included in all copies of one or more of the Font Software
- typefaces.
+ The above copyright and trademark notices and this permission notice
+ shall be included in all copies of one or more of the Font Software
+ typefaces.
- The Font Software may be modified, altered, or added to, and in
- particular the designs of glyphs or characters in the Fonts may be
- modified and additional glyphs or characters may be added to the
- Fonts, only if the fonts are renamed to names not containing either
- the words "Tavmjong Bah" or the word "Arev".
+ The Font Software may be modified, altered, or added to, and in
+ particular the designs of glyphs or characters in the Fonts may be
+ modified and additional glyphs or characters may be added to the
+ Fonts, only if the fonts are renamed to names not containing either
+ the words "Tavmjong Bah" or the word "Arev".
- This License becomes null and void to the extent applicable to Fonts
- or Font Software that has been modified and is distributed under the
- "Tavmjong Bah Arev" names.
+ This License becomes null and void to the extent applicable to Fonts
+ or Font Software that has been modified and is distributed under the
+ "Tavmjong Bah Arev" names.
- The Font Software may be sold as part of a larger software package but
- no copy of one or more of the Font Software typefaces may be sold by
- itself.
+ The Font Software may be sold as part of a larger software package but
+ no copy of one or more of the Font Software typefaces may be sold by
+ itself.
- THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
- OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
- TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
- DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
- OTHER DEALINGS IN THE FONT SOFTWARE.
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
+ TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+ OTHER DEALINGS IN THE FONT SOFTWARE.
- Except as contained in this notice, the name of Tavmjong Bah shall not
- be used in advertising or otherwise to promote the sale, use or other
- dealings in this Font Software without prior written authorization
- from Tavmjong Bah. For further information, contact: tavmjong @ free
- fr.
- - score: '100.0'
- start_line: '19'
- end_line: 21
- matcher: 2-aho
- rule_length: 25
- matched_length: 25
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cc-by-sa-3.0_85.RULE
- license_expression: cc-by-sa-3.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Artistic or creative content is licensed under the Creative Commons
- Attribution-Share Alike 3.0 Unported license.
- (http://creativecommons.org/licenses/by-sa/3.0/)
- - score: '100.0'
- start_line: 26
- end_line: 27
- matcher: 2-aho
- rule_length: 9
- matched_length: 9
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_822.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- licensed
- under the GNU General Public License, Version 2.
+ Except as contained in this notice, the name of Tavmjong Bah shall not
+ be used in advertising or otherwise to promote the sale, use or other
+ dealings in this Font Software without prior written authorization
+ from Tavmjong Bah. For further information, contact: tavmjong @ free
+ fr.
+ licenses:
+ - key: bitstream
+ name: Bitstream Vera Font License
+ short_name: Bitstream Vera Font License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Bitstream
+ homepage_url: http://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts
+ text_url: http://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts
+ reference_url: https://scancode-licensedb.aboutcode.org/bitstream
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bitstream.LICENSE
+ spdx_license_key: Bitstream-Vera
+ spdx_url: https://spdx.org/licenses/Bitstream-Vera
+ - license_expression: cc-by-sa-3.0 AND gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: '19'
+ end_line: 21
+ matched_length: 25
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: cc-by-sa-3.0
+ rule_identifier: cc-by-sa-3.0_85.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc-by-sa-3.0_85.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 25
+ rule_relevance: 100
+ matched_text: |
+ Artistic or creative content is licensed under the Creative Commons
+ Attribution-Share Alike 3.0 Unported license.
+ (http://creativecommons.org/licenses/by-sa/3.0/)
+ licenses:
+ - key: cc-by-sa-3.0
+ name: Creative Commons Attribution Share Alike License 3.0
+ short_name: CC-BY-SA-3.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/licenses/by-sa/3.0/
+ text_url: http://creativecommons.org/licenses/by-sa/3.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc-by-sa-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-sa-3.0.LICENSE
+ spdx_license_key: CC-BY-SA-3.0
+ spdx_url: https://spdx.org/licenses/CC-BY-SA-3.0
+ - score: '100.0'
+ start_line: 26
+ end_line: 27
+ matched_length: 9
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_822.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_822.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 9
+ rule_relevance: 100
+ matched_text: |
+ licensed
+ under the GNU General Public License, Version 2.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+copyright: |
+ The FreeOrion project
+ The FreeOrion project
+ 2003-2008, T. Zachary Laine
+ 2006, Nemanja Trifunovic
+ 2001, Daniel C. Nuffer
+ 2006, T. Zachary Laine
+ 2000-2011, Kitware, Inc
+ 2003, Bitstream Inc
+ 2006, Tavmjong Bah
+ 2015, Google Inc.
+ 2013-2014, Dmitry Smirnov
+ 2013-2018, Markus Koschany
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/fuse-emulator/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/fuse-emulator/stable_copyright-detailed.expected.yml
index 5c93ea1a535..518aa84570b 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/fuse-emulator/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/fuse-emulator/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-2.0-plus
declared_license:
- GPL-2+
- LGPL-2.1+
@@ -7,9 +6,176 @@ declared_license:
- GPL-2+
- GPL-2+
- LGPL-2.1+
-license_expression: (gpl-2.0-plus AND gpl-2.0-plus) AND (lgpl-2.1-plus AND lgpl-2.1-plus) AND
- (lgpl-2.1-plus AND lgpl-2.1-plus) AND (lgpl-2.1-plus AND lgpl-2.1-plus) AND (gpl-2.0-plus
+declared_license_expression: gpl-2.0-plus
+declared_license_expression_spdx: GPL-2.0-or-later
+other_license_expression: (gpl-2.0-plus AND gpl-2.0-plus) AND (lgpl-2.1-plus AND lgpl-2.1-plus)
+ AND (lgpl-2.1-plus AND lgpl-2.1-plus) AND (lgpl-2.1-plus AND lgpl-2.1-plus) AND (gpl-2.0-plus
AND gpl-2.0-plus)
+other_license_expression_spdx: (GPL-2.0-or-later AND GPL-2.0-or-later) AND (LGPL-2.1-or-later
+ AND LGPL-2.1-or-later) AND (LGPL-2.1-or-later AND LGPL-2.1-or-later) AND (LGPL-2.1-or-later
+ AND LGPL-2.1-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later)
+license_detections: []
+other_license_detections:
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 34
+ end_line: 34
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 35
+ end_line: 45
+ matched_length: 91
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_655.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_655.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 91
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 2 of the License, or (at
+ your option) any later version.
+
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ On Debian systems, the complete text of the license can be found in
+ the file /usr/share/common-licenses/GPL-2
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 47
+ end_line: 47
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_108.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1+'
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 48
+ end_line: 58
+ matched_length: 94
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_202.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_202.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 94
+ rule_relevance: 100
+ matched_text: |
+ This module is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of the
+ License, or (at your option) any later version.
+
+ This module is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ On Debian systems, the complete text of the license can be found in
+ the file /usr/share/common-licenses/LGPL-2.1
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
copyright: |
1999-2018 Philip Kendall and others
1987-2001 Free Software Foundation, Inc.
@@ -17,90 +183,3 @@ copyright: |
2003-2006 Shay Green
2000-2002 David Olofson
2010-2013,2015-2019 Alberto Garcia
-matches:
- - score: '100.0'
- start_line: 34
- end_line: 34
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 35
- end_line: 45
- matcher: 1-hash
- rule_length: 91
- matched_length: 91
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_655.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 2 of the License, or (at
- your option) any later version.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
- On Debian systems, the complete text of the license can be found in
- the file /usr/share/common-licenses/GPL-2
- - score: '100.0'
- start_line: 47
- end_line: 47
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_108.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1+'
- - score: '100.0'
- start_line: 48
- end_line: 58
- matcher: 1-hash
- rule_length: 94
- matched_length: 94
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_202.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software; you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation; either version 2.1 of the
- License, or (at your option) any later version.
-
- This module is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
- On Debian systems, the complete text of the license can be found in
- the file /usr/share/common-licenses/LGPL-2.1
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/fusiondirectory/stable_copyright b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/fusiondirectory/stable_copyright
index d012f46ea31..4026ce695e8 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/fusiondirectory/stable_copyright
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/fusiondirectory/stable_copyright
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FusionDirectory
Upstream-Contact: Contact
-Source: https://repos.fusiondirectory.org/sources/
+Source: https://gitlab.fusiondirectory.org/fusiondirectory
Files:
core/contrib/smarty/plugins/function.filePath.php
@@ -12,8 +12,10 @@ Files:
core/include/class_exceptions.inc
core/include/class_exceptions.inc
core/include/class_IconTheme.inc
+ core/include/class_Language.inc
core/include/class_ldapFilter.inc
core/include/class_ldapGeneralizedTime.inc
+ core/include/class_ldapSizeLimit.inc
core/include/class_objects.inc
core/include/class_template.inc
core/include/class_templateHandling.inc
@@ -31,6 +33,7 @@ Files:
core/include/simpleplugin/attributes/class_FileAttribute.inc
core/include/simpleplugin/attributes/class_FlagsAttribute.inc
core/include/simpleplugin/attributes/class_IntAttribute.inc
+ core/include/simpleplugin/attributes/class_PhoneNumberAttribute.inc
core/include/simpleplugin/attributes/class_SelectAttribute.inc
core/include/simpleplugin/attributes/class_SetAttribute.inc
core/include/simpleplugin/attributes/class_StringAttribute.inc
@@ -41,6 +44,7 @@ Files:
core/include/simpleplugin/class_simplePlugin.inc
core/include/simpleplugin/class_simpleSelectManagement.inc
core/include/simpleplugin/class_simpleService.inc
+ core/plugins/addons/dashboard/class_dashBoardPasswords.inc
core/plugins/addons/dashboard/main.inc
core/plugins/addons/dashboard/tabs_dashBoard.inc
core/plugins/addons/dashboard/class_dashBoardPasswords.inc
@@ -51,11 +55,16 @@ Files:
core/plugins/admin/aclrole/main.inc
core/plugins/admin/departments/class_country.inc
core/plugins/admin/departments/class_dcObject.inc
+ core/plugins/admin/departments/class_departmentManagement.inc
core/plugins/admin/departments/class_domain.inc
core/plugins/admin/departments/class_locality.inc
core/plugins/admin/departments/class_organization.inc
+ core/plugins/admin/departments/main.inc
+ core/plugins/admin/departments/tabs_department.inc
core/plugins/admin/groups/class_roleGeneric.inc
core/plugins/admin/groups/main.inc
+ core/plugins/admin/groups/tabs_ogroups.inc
+ core/plugins/admin/users/main.inc
core/plugins/config/class_configInLdap.inc
core/plugins/config/class_dashBoardConfig.inc
core/plugins/config/class_mainPluginsConfig.inc
@@ -83,6 +92,7 @@ Files:
plugins/argonaut/addons/argonaut/class_filterArgonautEvents.inc
plugins/argonaut/addons/argonaut/main.inc
plugins/argonaut/admin/systems/argonaut/class_argonautClient.inc
+ plugins/argonaut/admin/systems/argonaut/class_deploymentTimeframe.inc
plugins/argonaut/admin/systems/services/argonaut/class_argonautDNSConfig.inc
plugins/argonaut/admin/systems/services/argonaut/class_argonautFuseConfig.inc
plugins/argonaut/admin/systems/services/argonaut/class_argonautFuseFAIConfig.inc
@@ -109,8 +119,8 @@ Files:
plugins/debconf/admin/debconfProfile/class_debconfProfileManagement.inc
plugins/debconf/admin/debconfProfile/main.inc
plugins/debconf/admin/systems/debconf/class_debconfStartup.inc
- plugins/developers/debug-help/addons/debug-help/class_debugHelp.inc
- plugins/developers/debug-help/addons/debug-help/main.inc
+ plugins/developers/addons/debugHelp/class_debugHelp.inc
+ plugins/developers/addons/debugHelp/main.inc
plugins/dhcp/admin/dhcp/class_dhcpManagement.inc
plugins/dhcp/admin/dhcp/class_dhcpPlugin.inc
plugins/dhcp/admin/dhcp/main.inc
@@ -187,6 +197,7 @@ Files:
plugins/newsletter/config/newsletter/class_newsletterConfig.inc
plugins/newsletter/personal/newsletter/class_newsletterSubscriptions.inc
plugins/newsletter/personal/newsletter/main.inc
+ plugins/opsi/addons/dashboard/class_dashBoardOpsi.inc
plugins/opsi/addons/opsi/main.inc
plugins/opsi/admin/opsi/class_opsiOnDemandList.inc
plugins/opsi/admin/opsi/class_opsiProductProperties.inc
@@ -195,6 +206,7 @@ Files:
plugins/opsi/admin/opsi/class_opsiSoftwareList.inc
plugins/opsi/admin/opsi/main.inc
plugins/opsi/admin/systems/opsi/class_opsiClient.inc
+ plugins/opsi/admin/systems/opsi/class_opsiLogView.inc
plugins/opsi/admin/systems/services/opsi/class_serviceOPSI.inc
plugins/opsi/config/opsi/class_opsiConfig.inc
plugins/personal/config/personal/class_personalConfig.inc
@@ -222,6 +234,12 @@ Files:
plugins/samba/admin/samba/main.inc
plugins/samba/admin/systems/samba/class_argonautEventSambaShares.inc
plugins/samba/config/samba/class_sambaPluginConfig.inc
+ plugins/sinaps/config/sinaps/class_sinapsConfig.inc
+ plugins/sinaps/html/sinaps.php
+ plugins/sinaps/include/class_sinapsDiffusionHandlerJob.inc
+ plugins/sinaps/include/class_sinapsRequest.inc
+ plugins/sinaps/include/class_sinapsRequestAcquisition.inc
+ plugins/sinaps/personal/sinaps/class_sinapsUser.inc
plugins/sogo/admin/sogo/class_sogoManagement.inc
plugins/sogo/admin/sogo/class_sogoResource.inc
plugins/sogo/admin/sogo/main.inc
@@ -230,10 +248,13 @@ Files:
plugins/spamassassin/personal/spamassassin/main.inc
plugins/squid/personal/squid/main.inc
plugins/ssh/personal/ssh/main.inc
+ plugins/subcontracting/personal/subcontracting/class_subContracting.inc
plugins/subcontracting/personal/subcontracting/main.inc
+ plugins/sudo/admin/sudo/class_sudoOptions.inc
plugins/sudo/admin/sudo/main.inc
plugins/sudo/admin/sudo/tabs_sudo.inc
plugins/sudo/config/sudo/class_sudoConfig.inc
+ plugins/supann-ext/admin/supannStructures/class_supannStructureExt.inc
plugins/supann/admin/supannStructures/class_entite.inc
plugins/supann/admin/supannStructures/class_etablissement.inc
plugins/supann/admin/supannStructures/class_supann.inc
@@ -243,6 +264,10 @@ Files:
plugins/supann/personal/supann/main.inc
plugins/sympa/admin/sympa/main.inc
plugins/sympa/admin/sympa/class_sympaAlias.inc
+ plugins/sympa/admin/sympa/class_sympaManagement.inc
+ plugins/systems/admin/systems/class_componentGeneric.inc
+ plugins/systems/admin/systems/class_ipHostPlugin.inc
+ plugins/systems/admin/systems/system-list.xml
plugins/sympa/admin/systems/services/sympa/class_serviceSympa.inc
plugins/sympa/config/sympa/class_sympaConfig.inc
plugins/systems/admin/systems/class_mobilePhoneGeneric.inc
@@ -258,20 +283,15 @@ Files:
plugins/weblink/admin/systems/weblink/class_webLink.inc
plugins/webservice/config/class_webserviceConfig.inc
plugins/webservice/html/jsonrpc.php
-Copyright: 2011-2016, FusionDirectory
- 2011-2017, FusionDirectory
- 2011-2018, FusionDirectory
- 2012-2016, FusionDirectory
- 2012-2017, FusionDirectory
- 2013-2016, FusionDirectory
- 2013-2016, FusionDirectory
- 2013-2017, FusionDirectory
+Copyright: 2011-2018, FusionDirectory
+ 2012-2018, FusionDirectory
+ 2012-2019, FusionDirectory
+ 2013-2018, FusionDirectory
2014-2016, FusionDirectory
+ 2014-2018, FusionDirectory
2015-2016, FusionDirectory
- 2015-2017, FusionDirectory
- 2016, FusionDirectory
- 2016-2017, FusionDirectory
- 2017, FusionDirectory
+ 2015-2018, FusionDirectory
+ 2016-2018, FusionDirectory
2017-2018, FusionDirectory
2018, FusionDirectory
License: GPL-2+
@@ -328,14 +348,9 @@ Files:
core/plugins/admin/acl/class_aclManagement.inc
core/plugins/admin/aclrole/class_aclEditionDialog.inc
core/plugins/admin/departments/class_department.inc
- core/plugins/admin/departments/class_departmentManagement.inc
- core/plugins/admin/departments/main.inc
- core/plugins/admin/departments/tabs_department.inc
core/plugins/admin/groups/class_groupManagement.inc
core/plugins/admin/groups/class_ogroup.inc
- core/plugins/admin/groups/tabs_ogroups.inc
core/plugins/admin/users/class_userManagement.inc
- core/plugins/admin/users/main.inc
core/plugins/generic/welcome/main.inc
core/setup/class_setup.inc
core/setup/class_setupStepChecks.inc
@@ -379,7 +394,6 @@ Files:
plugins/sudo/admin/sudo/class_sudoGeneric.inc
plugins/sudo/admin/sudo/class_sudoManagement.inc
plugins/sudo/admin/sudo/class_sudoOption.inc
- plugins/systems/admin/systems/class_componentGeneric.inc
plugins/systems/admin/systems/class_filterServerService.inc
plugins/systems/admin/systems/class_printGeneric.inc
plugins/systems/admin/systems/class_serverService.inc
@@ -392,10 +406,8 @@ Files:
plugins/systems/admin/systems/tabs_server.inc
Copyright: 2003, Cajus Pollmeier
2003-2010, Cajus Pollmeier
- 2011-2015, FusionDirectory
2011-2016, FusionDirectory
2011-2018, FusionDirectory
- 2012-2016, FusionDirectory
License: GPL-2+
Comment:
This file is distributed under the same license as the PACKAGE package.
@@ -411,7 +423,7 @@ Files:
core/setup/class_setupStepWelcome.inc
core/setup/main.inc
Copyright: 2007, Fabian Hickert
- 2011-2016, FusionDirectory
+ 2011-2018, FusionDirectory
License: GPL-2+
Files:
@@ -440,44 +452,53 @@ Copyright: 2014-2015, Dhatim
License: GPL-2+
Files:
- core/plugins/addons/dashboard/class_dashBoard.inc
+ core/contrib/man/fusiondirectory-insert-schema.1
+ core/contrib/man/fusiondirectory-setup.1
+ core/contrib/man/fusiondirectory.conf.5
+ plugins/systems/admin/systems/serverService-list.xml
+ plugins/webservice/contrib/man/fusiondirectory-shell.1
+Copyright: 2011-2019, FusionDirectory
+License: GPL-2+
+Comment:
+ Assuming copyright holdership and license from rest of the
+ project files.
+
+Files:
core/plugins/addons/dashboard/class_dashBoardUsers.inc
plugins/opsi/addons/opsi/class_opsiImport.inc
- plugins/sympa/admin/sympa/class_sympaManagement.inc
plugins/systems/addons/dashboard/class_dashBoardNetwork.inc
plugins/systems/addons/dashboard/class_dashBoardSystems.inc
Copyright: 2010, Antoine Gallavardin
2010-2012, Antoine Gallavardin
- 2011-2016, FusionDirectory
- 2012-2016, FusionDirectory
- 2012-2017, FusionDirectory
- 2013-2016, FusionDirectory
+ 2011-2018, FusionDirectory
+ 2012-2019, FusionDirectory
License: GPL-2+
Files:
+ core/plugins/addons/dashboard/class_dashBoard.inc
plugins/alias/admin/alias/class_aliasManagement.inc
plugins/quota/admin/systems/services/quota/class_serviceQuota.inc
plugins/quota/personal/quota/class_quotaAccount.inc
plugins/supann/personal/supann/class_supannAccount.inc
Copyright: 2010, Antoine Gallavardin
2010-2012, Antoine Gallavardin
- 2011-2016, FusionDirectory
- 2012-2016, FusionDirectory
- 2013-2016, FusionDirectory
+ 2011-2018, FusionDirectory
+ 2012-2018, FusionDirectory
+ 2013-2018, FusionDirectory
License: GPL-2+
Files:
plugins/netgroups/admin/netgroups/class_netgroup.inc
plugins/netgroups/personal/netgroups/class_netgroupMembership.inc
-Copyright: 2011, Alejandro Escanero Blanco (aescanero@gmail.com)
- 2011-2016, FusionDirectory
+Copyright: 2011, Alejandro Escanero Blanco
+ 2011-2018, FusionDirectory
License: GPL-2+
Files:
plugins/freeradius/admin/freeradius/class_freeradiusGroup.inc
plugins/freeradius/personal/freeradius/class_freeradiusAccount.inc
Copyright: 2003-2009, GONICUS GmbH
- 2011-2016, FusionDirectory
+ 2011-2018, FusionDirectory
2012, WILLIAME Jeremy
License: GPL-2+
@@ -521,6 +542,7 @@ Files:
plugins/quota/locale/*/fusiondirectory.po
plugins/repository/locale/*/fusiondirectory.po
plugins/samba/locale/*/fusiondirectory.po
+ plugins/sinaps/locale/*/fusiondirectory.po
plugins/sogo/locale/*/fusiondirectory.po
plugins/spamassassin/locale/*/fusiondirectory.po
plugins/squid/locale/*/fusiondirectory.po
@@ -528,6 +550,7 @@ Files:
plugins/subcontracting/locale/*/fusiondirectory.po
plugins/sudo/locale/*/fusiondirectory.po
plugins/supann/locale/*/fusiondirectory.po
+ plugins/supann-ext/locale/*/fusiondirectory.po
plugins/sympa/locale/*/fusiondirectory.po
plugins/systems/locale/*/fusiondirectory.po
plugins/user-reminder/locale/*/fusiondirectory.po
@@ -1084,16 +1107,14 @@ Files:
core/contrib/apache/fusiondirectory-apache.conf
core/contrib/bin/fusiondirectory-insert-schema
core/contrib/bin/fusiondirectory-setup
+ core/contrib/docs/fusiondirectory-oid.pdf
core/contrib/fusiondirectory.conf
core/contrib/images/favicon.png
core/contrib/images/favicon.svg
core/contrib/images/Fusiondirectory-logo-noir.eps
core/contrib/images/Fusiondirectory-logo.png
core/contrib/lighttpd/fusiondirectory-lighttpd.conf
- core/contrib/man/fusiondirectory.conf.5
core/contrib/man/fusiondirectory.conf.pod
- core/contrib/man/fusiondirectory-insert-schema.1
- core/contrib/man/fusiondirectory-setup.1
core/contrib/openldap/core-fd-conf.schema
core/contrib/openldap/core-fd.schema
core/contrib/openldap/ldapns.schema
@@ -1149,6 +1170,7 @@ Files:
core/html/themes/legacy/tabs.css
core/html/themes/legacy/theme.css
core/ihtml/themes/breezy/colors.txt
+ core/ihtml/themes/breezy/copynotice.tpl
core/ihtml/themes/breezy/css.tpl
core/ihtml/themes/breezy/framework.tpl
core/ihtml/themes/breezy/headers.tpl
@@ -1157,7 +1179,6 @@ Files:
core/ihtml/themes/breezy/msg_dialog.tpl
core/ihtml/themes/breezy/recovery.tpl
core/ihtml/themes/breezy/restore-confirm.tpl
- core/ihtml/themes/breezy/setup_header.tpl
core/ihtml/themes/breezy/simple-filter.tpl
core/ihtml/themes/breezy/simple-list.tpl
core/ihtml/themes/breezy/simpleplugin_section_alone.tpl
@@ -1167,6 +1188,9 @@ Files:
core/ihtml/themes/breezy/simple-select-list.tpl
core/ihtml/themes/breezy/sizelimit.tpl
core/ihtml/themes/breezy/template.tpl
+ core/ihtml/themes/legacy/login.tpl
+ core/ihtml/themes/legacy/recovery.tpl
+ core/ihtml/themes/legacy/setup_header.tpl
core/include/functions_debug.inc
core/include/functions_debug.inc
core/include/functions_debug.inc
@@ -1199,7 +1223,15 @@ Files:
core/setup/setup_migrate_baseOC.tpl
core/setup/setup_migrate.tpl
core/setup/setup_welcome.tpl
+ core/.gitlab/.gitkeep
core/.gitlab-ci.yml
+ core/.gitlab/issue_templates/.gitkeep
+ core/.gitlab/issue_templates/Backporting.md
+ core/.gitlab/issue_templates/Bugs.md
+ core/.gitlab/issue_templates/Contribution.md
+ core/.gitlab/issue_templates/Enhancement.md
+ core/.gitlab/merge_request_templates/.gitkeep
+ core/.gitlab/merge_request_templates/Merge.md
core/.tx/config
core/AUTHORS.md
core/CODE_OF_CONDUCT.md
@@ -1217,6 +1249,7 @@ Files:
plugins/argonaut/addons/argonaut/deploy-list.xml
plugins/argonaut/addons/argonaut/import_events.tpl
plugins/argonaut/contrib/openldap/argonaut-fd.schema
+ plugins/audit/admin/audit/audit-filter.tpl
plugins/audit/contrib/openldap/audit-fd-conf.schema
plugins/audit/contrib/openldap/audit-fd.schema
plugins/autofs/contrib/openldap/autofs-fd-conf.schema
@@ -1228,7 +1261,7 @@ Files:
plugins/debconf/admin/debconfProfile/debconfProfile-filter.xml
plugins/debconf/contrib/openldap/debconf-fd.schema
plugins/debconf/contrib/openldap/debconf.schema
- plugins/developers/debug-help/addons/debug-help/debughelp.tpl
+ plugins/developers/addons/debugHelp/debughelp.tpl
plugins/dhcp/contrib/openldap/dhcp-fd-conf.schema
plugins/dhcp/contrib/openldap/dhcp-fd.schema
plugins/dns/admin/systems/dnsrecords.tpl
@@ -1265,6 +1298,8 @@ Files:
plugins/netgroups/contrib/openldap/netgroups-fd-conf.schema
plugins/newsletter/contrib/openldap/newsletter-fd-conf.schema
plugins/newsletter/contrib/openldap/newsletter-fd.schema
+ plugins/opsi/addons/dashboard/opsi_profiles.tpl
+ plugins/opsi/addons/dashboard/opsi_stats.tpl
plugins/opsi/addons/opsi/opsiimport.tpl
plugins/opsi/contrib/openldap/opsi-fd-conf.schema
plugins/opsi/contrib/openldap/opsi-fd.schema
@@ -1304,6 +1339,9 @@ Files:
plugins/samba/contrib/openldap/samba-fd-conf.schema
plugins/samba/contrib/openldap/samba.schema
plugins/samba/personal/samba/sambaLogonHours.tpl
+ plugins/sinaps/contrib/openldap/sinaps-fd-conf.schema
+ plugins/sinaps/contrib/test/testAcquisition.php
+ plugins/sinaps/contrib/test/testEndPoint.php
plugins/sogo/contrib/openldap/calEntry.schema
plugins/sogo/contrib/openldap/calRessources.schema
plugins/sogo/contrib/openldap/sogo-fd-conf.schema
@@ -1315,16 +1353,17 @@ Files:
plugins/sudo/admin/sudo/usedoptions_section.tpl
plugins/sudo/contrib/openldap/sudo-fd-conf.schema
plugins/sudo/contrib/openldap/sudo.schema
+ plugins/supann-ext/contrib/openldap/supann-ext-fd.schema
plugins/supann/contrib/openldap/internet2.schema
plugins/supann/contrib/openldap/supann_2009.schema
plugins/supann/contrib/openldap/supann-fd-conf.schema
plugins/supann/contrib/etc/activite_CNU
plugins/supann/contrib/etc/activite_REFERENS
plugins/supann/contrib/etc/affiliation
- plugins/supann/contrib/etc/corps
+ plugins/supann/contrib/etc/corps_NCORPS
plugins/supann/contrib/etc/diplome_SISE
plugins/supann/contrib/etc/discipline_SISE
- plugins/supann/contrib/etc/entite
+ plugins/supann/contrib/etc/entite_SUPANN
plugins/supann/contrib/etc/etablissement_SUPANN
plugins/supann/contrib/etc/eturegimeinscription_SISE
plugins/supann/contrib/etc/role_SUPANN
@@ -1347,21 +1386,28 @@ Files:
plugins/systems/admin/systems/serverService-list.xml
plugins/systems/admin/systems/server_import.tpl
plugins/systems/admin/systems/services/shares/service_share.tpl
- plugins/systems/admin/systems/system-list.xml
plugins/systems/contrib/openldap/service-fd.schema
plugins/systems/contrib/openldap/systems-fd-conf.schema
plugins/systems/contrib/openldap/systems-fd.schema
plugins/.gitlab-ci.yml
+ plugins/.gitlab/.gitkeep
+ plugins/.gitlab/issue_templates/.gitkeep
+ plugins/.gitlab/issue_templates/Backporting.md
+ plugins/.gitlab/issue_templates/Bugs.md
+ plugins/.gitlab/issue_templates/Contribution.md
+ plugins/.gitlab/issue_templates/Enhancement.md
+ plugins/.gitlab/merge_request_templates/.gitkeep
+ plugins/.gitlab/merge_request_templates/Merge.md
plugins/.tx/config
plugins/CODE_OF_CONDUCT.md
plugins/CONTRIBUTING.md
plugins/Changelog.md
+ plugins/README.md
plugins/user-reminder/contrib/openldap/user-reminder-fd-conf.schema
plugins/user-reminder/ihtml/themes/breezy/user-reminder.tpl
plugins/weblink/contrib/openldap/weblink-fd.schema
plugins/webservice/contrib/bin/fusiondirectory-shell
plugins/webservice/contrib/docs/jsonrpc.php.doc
- plugins/webservice/contrib/man/fusiondirectory-shell.1
plugins/webservice/contrib/openldap/webservice-fd-conf.schema
Copyright: *No copyright*
License: GPL-2+
@@ -1372,7 +1418,7 @@ Files:
plugins/argonaut/include/jsonRPCClient.php
plugins/webservice/include/jsonrpcphp/jsonRPCServer.php
Copyright: 2007, Sergio Vaccaro
- 2012-2016, FusionDirectory
+ 2012-2018, FusionDirectory
2013-2018, FusionDirectory
License: GPL-2+
@@ -1384,23 +1430,22 @@ License: Expat
Files:
core/include/class_ldap.inc
-Copyright: 1998, Eric Kilfoil
- 2003, Alejandro Escanero Blanco
+Copyright: 1998, Eric Kilfoil
+ 2003, Alejandro Escanero Blanco
2003-2010, Cajus Pollmeier
- 2011-2016, FusionDirectory
+ 2011-2018, FusionDirectory
License: GPL-2+
-
Files:
plugins/mail/admin/groups/mail/class_mailGroup.inc
Copyright: 2009-2010, Bas Tichelaar
- 2013-2016, FusionDirectory
+ 2013-2018, FusionDirectory
License: GPL-2+
Files:
plugins/nagios/personal/nagios/main.inc
Copyright: 2005, Benoit Mortier
- 2011-2016, FusionDirectory
+ 2011-2018, FusionDirectory
License: GPL-2+
Files:
@@ -1408,37 +1453,37 @@ Files:
Copyright: 2005, Guillame Delecourt
2006, Benoit Mortier
2006, Vincent Seynhaeve
- 2011-2016, FusionDirectory
+ 2011-2018, FusionDirectory
License: GPL-2+
Files:
plugins/ppolicy/addons/dashboard/class_dashBoardPPolicy.inc
Copyright: 2014-2015, Dhatim
- 2014-2016, FusionDirectory project
+ 2014-2018, FusionDirectory project
License: GPL-2+
Files:
plugins/mail/personal/mail/class_mailAccount.inc
Copyright: 2007, Fabian Hicker
- 2011-2016, FusionDirectory
+ 2011-2018, FusionDirectory
License: GPL-2+
Files:
core/include/accept-to-gettext.inc
Copyright: 2003, Wouter Verhelst
- 2012-2016, FusionDirectory
+ 2012-2018, FusionDirectory
License: GPL-2+
Files:
plugins/samba/include/class_smbHash.inc
Copyright: 2004, - 2006, Roland Gruber
- 2013-2016, FusionDirectory Project
+ 2013-2018, FusionDirectory Project
License: GPL-2+
Files:
plugins/subcontracting/personal/subcontracting/class_subContracting.inc
Copyright:
- 2015-2016, OpenSides
+ 2015-2018, OpenSides
License: GPL-2+
Files:
@@ -1461,6 +1506,12 @@ Copyright:
2007, Mathieu Jondet
License: Expat
+Files:
+ core/html/include/tsorter.js
+Copyright:
+ 2015, Terrill Dent, http://terrill.ca
+License: Expat
+
Files:
debian/*
README.multi-orig-tarball-package
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/fusiondirectory/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/fusiondirectory/stable_copyright-detailed.expected.yml
index 61bd9ccf883..aa6bf118a27 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/fusiondirectory/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/f/fusiondirectory/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: None
declared_license:
- GPL-2+
- GPL-2+
@@ -11,6 +10,7 @@ declared_license:
- GPL-2+
- GPL-2+
- GPL-2+
+ - GPL-2+
- LGPL-3+
- public-domain
- GPL-2+
@@ -28,6 +28,7 @@ declared_license:
- GPL-2+
- BSD-4-clause
- Expat
+ - Expat
- GPL-2+ or GPL-3+ or LGPL-2.1+ or LGPL-3+ or Expat or BSD-3-clause or BSD-4-clause
- GPL-2+
- GPL-3+
@@ -37,64 +38,739 @@ declared_license:
- BSD-4-clause
- LGPL-3+
- public-domain
-license_expression: (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND
- free-unknown AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND bsd-new
- AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus
+declared_license_expression: (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus)
+ AND free-unknown AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND
+ bsd-new AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus
AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus)
- AND (gpl-2.0-plus AND gpl-2.0-plus) AND free-unknown AND (lgpl-3.0-plus AND lgpl-3.0-plus)
- AND other-permissive AND gpl-2.0-plus AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus
- AND gpl-2.0-plus) AND mit AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus)
+ AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND free-unknown AND
+ (lgpl-3.0-plus AND lgpl-3.0-plus) AND other-permissive AND gpl-2.0-plus AND (gpl-2.0-plus
+ AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND mit AND (gpl-2.0-plus AND gpl-2.0-plus)
AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus
AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus)
AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus
- AND gpl-2.0-plus) AND bsd-original AND mit AND ((gpl-2.0-plus AND gpl-2.0-plus) OR (gpl-3.0-plus
- AND gpl-3.0-plus) OR (lgpl-2.1-plus AND lgpl-2.1-plus) OR (lgpl-3.0-plus AND lgpl-3.0-plus)
- OR mit OR bsd-new OR bsd-original)
+ AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND bsd-original AND mit AND mit AND
+ ((gpl-2.0-plus AND gpl-2.0-plus) OR (gpl-3.0-plus AND gpl-3.0-plus) OR (lgpl-2.1-plus AND
+ lgpl-2.1-plus) OR (lgpl-3.0-plus AND lgpl-3.0-plus) OR mit OR bsd-new OR bsd-original)
+declared_license_expression_spdx: (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later) AND LicenseRef-scancode-free-unknown AND (GPL-2.0-or-later AND GPL-2.0-or-later)
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND BSD-3-Clause AND (GPL-2.0-or-later AND GPL-2.0-or-later)
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND
+ (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND LicenseRef-scancode-free-unknown
+ AND (LGPL-3.0-or-later AND LGPL-3.0-or-later) AND LicenseRef-scancode-other-permissive AND
+ GPL-2.0-or-later AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later)
+ AND MIT AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later)
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND
+ (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND
+ GPL-2.0-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND BSD-4-Clause AND MIT AND
+ MIT AND ((GPL-2.0-or-later AND GPL-2.0-or-later) OR (GPL-3.0-or-later AND GPL-3.0-or-later)
+ OR (LGPL-2.1-or-later AND LGPL-2.1-or-later) OR (LGPL-3.0-or-later AND LGPL-3.0-or-later)
+ OR MIT OR BSD-3-Clause OR BSD-4-Clause)
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1523
+ end_line: 1523
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 1524
+ end_line: 1539
+ matched_length: 136
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_1038.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_1038.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 136
+ rule_relevance: 100
+ matched_text: |
+ This package 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 Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+ On Debian systems, the complete text of the GNU General
+ Public License 2 can be found in `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1541
+ end_line: 1541
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_92.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_92.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-3+'
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - score: '100.0'
+ start_line: 1542
+ end_line: 1557
+ matched_length: 136
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_512.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_512.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 136
+ rule_relevance: 100
+ matched_text: |
+ This package 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 Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+ On Debian systems, the complete text of the GNU General
+ Public License 3 can be found in `/usr/share/common-licenses/GPL-3'.
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1559
+ end_line: 1559
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_108.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1+'
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 1560
+ end_line: 1577
+ matched_length: 146
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_418.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_418.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 146
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA
+
+ On Debian systems, the full text of the GNU Lesser General Public
+ License version 2,1 can be found in the file
+ `/usr/share/common-licenses/LGPL-2.1'.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1580
+ end_line: 1596
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+
+ The above copyright notice and 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
+ 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1599
+ end_line: 1621
+ matched_length: 213
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_577.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_577.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 213
+ rule_relevance: 100
+ matched_text: |
+ 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 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.
+ - Neither the name of the copyright holder nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: bsd-original
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1624
+ end_line: 1649
+ matched_length: 236
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-original
+ rule_identifier: bsd-original_71.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-original_71.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 236
+ rule_relevance: 100
+ matched_text: |
+ 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 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 by the .”
+ - Neither the name of the author(s) nor the names of this program's
+ contributors may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) “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 THE REGENTS OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-original
+ name: BSD-Original
+ short_name: BSD-Original
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.xfree86.org/3.3.6/COPYRIGHT2.html
+ text_url: http://www.xfree86.org/3.3.6/COPYRIGHT2.html#6
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-original
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-original.LICENSE
+ spdx_license_key: BSD-4-Clause
+ spdx_url: https://spdx.org/licenses/BSD-4-Clause
+ - license_expression: lgpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1651
+ end_line: 1651
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-3.0-plus
+ rule_identifier: lgpl-3.0-plus_166.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-3.0-plus_166.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: lgpl-3+'
+ licenses:
+ - key: lgpl-3.0-plus
+ name: GNU Lesser General Public License 3.0 or later
+ short_name: LGPL 3.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0-plus.LICENSE
+ spdx_license_key: LGPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-3.0-or-later
+ - score: '100.0'
+ start_line: 1652
+ end_line: 1663
+ matched_length: 105
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-3.0-plus
+ rule_identifier: lgpl-3.0-plus_189.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-3.0-plus_189.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-3
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 105
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 3 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License 3 can be found in `/usr/share/common-licenses/LGPL-3'.
+ licenses:
+ - key: lgpl-3.0-plus
+ name: GNU Lesser General Public License 3.0 or later
+ short_name: LGPL 3.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0-plus.LICENSE
+ spdx_license_key: LGPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-3.0-or-later
+ - license_expression: other-permissive
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1666
+ end_line: 1669
+ matched_length: 40
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: other-permissive
+ rule_identifier: other-permissive_325.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-permissive_325.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 40
+ rule_relevance: 100
+ matched_text: |
+ This file is in the public domain. You may use and modify it as
+ you see fit, as long as this copyright message is included and
+ that there is an indication as to what modifications have been
+ made (if any).
+ licenses:
+ - key: other-permissive
+ name: Other Permissive Licenses
+ short_name: Other Permissive Licenses
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: nexB
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/other-permissive
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ spdx_license_key: LicenseRef-scancode-other-permissive
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ - license_expression: free-unknown
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 413
+ end_line: 413
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: free-unknown
+ rule_identifier: free-unknown-package_2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/free-unknown-package_2.RULE
+ referenced_filenames:
+ - INHERIT_LICENSE_FROM_PACKAGE
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 100
+ matched_text: This file is distributed under the same license as the PACKAGE package.
+ licenses:
+ - key: free-unknown
+ name: Free unknown license detected but not recognized
+ short_name: Free unknown
+ category: Unstated License
+ is_exception: no
+ is_unknown: yes
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/free-unknown
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/free-unknown.LICENSE
+ spdx_license_key: LicenseRef-scancode-free-unknown
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/free-unknown.LICENSE
+ - license_expression: free-unknown
+ detection_log:
+ - not-combined
+ matches:
+ - score: '91.67'
+ start_line: 562
+ end_line: 562
+ matched_length: 11
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: free-unknown
+ rule_identifier: free-unknown-package_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/free-unknown-package_1.RULE
+ referenced_filenames:
+ - INHERIT_LICENSE_FROM_PACKAGE
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 11
+ rule_relevance: 100
+ matched_text: This file is distributed under the same license as the fusiondirectory
+ package.
+ licenses:
+ - key: free-unknown
+ name: Free unknown license detected but not recognized
+ short_name: Free unknown
+ category: Unstated License
+ is_exception: no
+ is_unknown: yes
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/free-unknown
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/free-unknown.LICENSE
+ spdx_license_key: LicenseRef-scancode-free-unknown
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/free-unknown.LICENSE
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1099
+ end_line: 1099
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_67.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_67.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 100
+ matched_text: GPL-2+).
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+other_license_detections: []
copyright: |
- 2011-2016, FusionDirectory
- 2011-2017, FusionDirectory
2011-2018, FusionDirectory
- 2012-2016, FusionDirectory
- 2012-2017, FusionDirectory
- 2013-2016, FusionDirectory
- 2013-2016, FusionDirectory
- 2013-2017, FusionDirectory
+ 2012-2018, FusionDirectory
+ 2012-2019, FusionDirectory
+ 2013-2018, FusionDirectory
2014-2016, FusionDirectory
+ 2014-2018, FusionDirectory
2015-2016, FusionDirectory
- 2015-2017, FusionDirectory
- 2016, FusionDirectory
- 2016-2017, FusionDirectory
- 2017, FusionDirectory
+ 2015-2018, FusionDirectory
+ 2016-2018, FusionDirectory
2017-2018, FusionDirectory
2018, FusionDirectory
2003, Cajus Pollmeier
2003-2010, Cajus Pollmeier
- 2011-2015, FusionDirectory
2011-2016, FusionDirectory
2011-2018, FusionDirectory
- 2012-2016, FusionDirectory
2007, Fabian Hickert
- 2011-2016, FusionDirectory
+ 2011-2018, FusionDirectory
2005-2009, Cajus Pollmeier
2005-2009, Thomas Lange
2001-2003, PGP Corporation
2014-2015, Dhatim
2014-2016, FusionDirectory
+ 2011-2019, FusionDirectory
2010, Antoine Gallavardin
2010-2012, Antoine Gallavardin
- 2011-2016, FusionDirectory
- 2012-2016, FusionDirectory
- 2012-2017, FusionDirectory
- 2013-2016, FusionDirectory
+ 2011-2018, FusionDirectory
+ 2012-2019, FusionDirectory
2010, Antoine Gallavardin
2010-2012, Antoine Gallavardin
- 2011-2016, FusionDirectory
- 2012-2016, FusionDirectory
- 2013-2016, FusionDirectory
- 2011, Alejandro Escanero Blanco (aescanero@gmail.com)
- 2011-2016, FusionDirectory
+ 2011-2018, FusionDirectory
+ 2012-2018, FusionDirectory
+ 2013-2018, FusionDirectory
+ 2011, Alejandro Escanero Blanco
+ 2011-2018, FusionDirectory
2003-2009, GONICUS GmbH
- 2011-2016, FusionDirectory
+ 2011-2018, FusionDirectory
2012, WILLIAME Jeremy
FusionDirectory Project
2014, Uri Herrera
@@ -110,406 +786,34 @@ copyright: |
Jakub Steiner
*No copyright*
2007, Sergio Vaccaro
- 2012-2016, FusionDirectory
+ 2012-2018, FusionDirectory
2013-2018, FusionDirectory
2006, Steve Moitozo
- 1998, Eric Kilfoil
- 2003, Alejandro Escanero Blanco
+ 1998, Eric Kilfoil
+ 2003, Alejandro Escanero Blanco
2003-2010, Cajus Pollmeier
- 2011-2016, FusionDirectory
+ 2011-2018, FusionDirectory
2009-2010, Bas Tichelaar
- 2013-2016, FusionDirectory
+ 2013-2018, FusionDirectory
2005, Benoit Mortier
- 2011-2016, FusionDirectory
+ 2011-2018, FusionDirectory
2005, Guillame Delecourt
2006, Benoit Mortier
2006, Vincent Seynhaeve
- 2011-2016, FusionDirectory
+ 2011-2018, FusionDirectory
2014-2015, Dhatim
- 2014-2016, FusionDirectory project
+ 2014-2018, FusionDirectory project
2007, Fabian Hicker
- 2011-2016, FusionDirectory
+ 2011-2018, FusionDirectory
2003, Wouter Verhelst
- 2012-2016, FusionDirectory
+ 2012-2018, FusionDirectory
2004, - 2006, Roland Gruber
- 2013-2016, FusionDirectory Project
- 2015-2016, OpenSides
+ 2013-2018, FusionDirectory Project
+ 2015-2018, OpenSides
2001, Dan Ellis
2001, Dan Ellis
2004, Knallgrau New Medias Solutions GmbH, Vienna - Austria
2007, Mathieu Jondet
+ 2015, Terrill Dent, http://terrill.ca
2010, Benoit Mortier
2014, Mike Gabriel
-matches:
- - score: '100.0'
- start_line: 1472
- end_line: 1472
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 1473
- end_line: 1488
- matcher: 1-hash
- rule_length: 136
- matched_length: 136
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_1038.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package 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 Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
- On Debian systems, the complete text of the GNU General
- Public License 2 can be found in `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 1490
- end_line: 1490
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_92.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-3+'
- - score: '100.0'
- start_line: 1491
- end_line: 1506
- matcher: 1-hash
- rule_length: 136
- matched_length: 136
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_512.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package 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 Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
- On Debian systems, the complete text of the GNU General
- Public License 3 can be found in `/usr/share/common-licenses/GPL-3'.
- - score: '100.0'
- start_line: 1508
- end_line: 1508
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_108.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1+'
- - score: '100.0'
- start_line: 1509
- end_line: 1526
- matcher: 1-hash
- rule_length: 146
- matched_length: 146
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_418.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA
-
- On Debian systems, the full text of the GNU Lesser General Public
- License version 2,1 can be found in the file
- `/usr/share/common-licenses/LGPL-2.1'.
- - score: '100.0'
- start_line: 1529
- end_line: 1545
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
- of the Software, and to permit persons to whom the Software is furnished to do
- so, subject to the following conditions:
-
- The above copyright notice and 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
- 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.
- - score: '100.0'
- start_line: 1548
- end_line: 1570
- matcher: 1-hash
- rule_length: 213
- matched_length: 213
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_577.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 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.
- - Neither the name of the copyright holder nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 1573
- end_line: 1598
- matcher: 1-hash
- rule_length: 236
- matched_length: 236
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-original_71.RULE
- license_expression: bsd-original
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 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 by the .”
- - Neither the name of the author(s) nor the names of this program's
- contributors may be used to endorse or promote products derived from this
- software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) “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 THE REGENTS OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 1600
- end_line: 1600
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-3.0-plus_166.RULE
- license_expression: lgpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-3+'
- - score: '100.0'
- start_line: 1601
- end_line: 1612
- matcher: 1-hash
- rule_length: 105
- matched_length: 105
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-3.0-plus_189.RULE
- license_expression: lgpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 3 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- On Debian systems, the complete text of the GNU Lesser General
- Public License 3 can be found in `/usr/share/common-licenses/LGPL-3'.
- - score: '100.0'
- start_line: 1615
- end_line: 1618
- matcher: 1-hash
- rule_length: 40
- matched_length: 40
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: other-permissive_325.RULE
- license_expression: other-permissive
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This file is in the public domain. You may use and modify it as
- you see fit, as long as this copyright message is included and
- that there is an indication as to what modifications have been
- made (if any).
- - score: '90.0'
- start_line: 401
- end_line: 401
- matcher: 1-hash
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 90
- identifier: free-unknown_80.RULE
- license_expression: free-unknown
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This file is distributed under the same license as the PACKAGE package.
- - score: '82.5'
- start_line: 539
- end_line: 539
- matcher: 1-hash
- rule_length: 11
- matched_length: 11
- match_coverage: '100.0'
- rule_relevance: 90
- identifier: free-unknown_79.RULE
- license_expression: free-unknown
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This file is distributed under the same license as the [fusiondirectory] package.
- - score: '100.0'
- start_line: 1076
- end_line: 1076
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_67.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: GPL-2+).
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/ghostscript/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/ghostscript/stable_copyright-detailed.expected.yml
index d529bd3471f..0c373ae8bd5 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/ghostscript/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/ghostscript/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: None
declared_license:
- AGPL-3+
- BSD-3-Clause~Adobe
@@ -58,18 +57,3219 @@ declared_license:
- FTL
- ZLIB
- ISC
-license_expression: (agpl-3.0 AND agpl-3.0-plus) AND agpl-3.0-plus AND agpl-3.0-plus AND bsd-new
- AND (agpl-3.0 AND agpl-3.0-plus) AND agpl-3.0-plus AND lgpl-2.1 AND lgpl-2.1 AND freetype
- AND freetype AND gpl-1.0-plus AND gpl-1.0-plus AND gpl-1.0-plus AND ghostscript-1988 AND agpl-3.0
- WITH ps-or-pdf-font-exception-20170817 AND agpl-3.0-plus AND gpl-1.0-plus AND gpl-1.0-plus
- AND gpl-1.0-plus AND gpl-1.0-plus AND fsf-free AND gpl-2.0-plus AND gpl-1.0-plus AND gpl-1.0-plus
- AND gpl-1.0-plus AND (gpl-1.0-plus OR cups) AND gpl-2.0-plus AND gpl-2.0-plus AND zlib AND
- bsd-new AND bsd-new AND sunsoft AND mit AND public-domain AND apache-2.0 AND apache-2.0 AND
- apache-2.0 AND apache-2.0 AND (agpl-3.0 AND agpl-3.0-plus) AND afpl-9.0 AND isc AND gpl-2.0-plus
- AND gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0-plus
- AND gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0-plus AND other-permissive
- AND x11-opengroup AND other-permissive AND gpl-1.0-plus AND gpl-1.0-plus AND x11-lucent-variant
- AND ghostpdl-permissive AND zlib AND gpl-3.0-plus AND gpl-3.0-plus AND gpl-1.0-plus
+declared_license_expression: (agpl-3.0 AND agpl-3.0-plus) AND agpl-3.0-plus AND agpl-3.0-plus
+ AND bsd-new AND (agpl-3.0 AND agpl-3.0-plus) AND agpl-3.0-plus AND lgpl-2.1 AND lgpl-2.1 AND
+ freetype AND freetype AND gpl-1.0-plus AND gpl-1.0-plus AND gpl-1.0-plus AND ghostscript-1988
+ AND agpl-3.0 WITH ps-or-pdf-font-exception-20170817 AND agpl-3.0-plus AND gpl-1.0-plus AND
+ gpl-1.0-plus AND gpl-1.0-plus AND gpl-1.0-plus AND fsf-free AND gpl-2.0-plus AND gpl-1.0-plus
+ AND gpl-1.0-plus AND gpl-1.0-plus AND (gpl-1.0-plus OR cups) AND gpl-2.0-plus AND gpl-2.0-plus
+ AND zlib AND bsd-new AND bsd-new AND sunsoft AND mit AND public-domain AND apache-2.0 AND
+ apache-2.0 AND apache-2.0 AND apache-2.0 AND (agpl-3.0 AND agpl-3.0-plus) AND afpl-9.0 AND
+ isc AND gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0-plus AND
+ gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0-plus
+ AND gpl-2.0-plus AND other-permissive AND x11-opengroup AND other-permissive AND gpl-1.0-plus
+ AND gpl-1.0-plus AND x11-lucent-variant AND ghostpdl-permissive AND zlib AND gpl-3.0-plus
+ AND gpl-3.0-plus AND gpl-1.0-plus
+declared_license_expression_spdx: (AGPL-3.0-only AND AGPL-3.0-or-later) AND AGPL-3.0-or-later
+ AND AGPL-3.0-or-later AND BSD-3-Clause AND (AGPL-3.0-only AND AGPL-3.0-or-later) AND AGPL-3.0-or-later
+ AND LGPL-2.1-only AND LGPL-2.1-only AND FTL AND FTL AND GPL-1.0-or-later AND GPL-1.0-or-later
+ AND GPL-1.0-or-later AND LicenseRef-scancode-ghostscript-1988 AND AGPL-3.0-only WITH PS-or-PDF-font-exception-20170817
+ AND AGPL-3.0-or-later AND GPL-1.0-or-later AND GPL-1.0-or-later AND GPL-1.0-or-later AND GPL-1.0-or-later
+ AND FSFUL AND GPL-2.0-or-later AND GPL-1.0-or-later AND GPL-1.0-or-later AND GPL-1.0-or-later
+ AND (GPL-1.0-or-later OR LicenseRef-scancode-cups) AND GPL-2.0-or-later AND GPL-2.0-or-later
+ AND Zlib AND BSD-3-Clause AND BSD-3-Clause AND LicenseRef-scancode-sunsoft AND MIT AND LicenseRef-scancode-public-domain
+ AND Apache-2.0 AND Apache-2.0 AND Apache-2.0 AND Apache-2.0 AND (AGPL-3.0-only AND AGPL-3.0-or-later)
+ AND LicenseRef-scancode-afpl-9.0 AND ISC AND GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-or-later
+ AND GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-or-later
+ AND GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-or-later AND LicenseRef-scancode-other-permissive
+ AND MIT-open-group AND LicenseRef-scancode-other-permissive AND GPL-1.0-or-later AND GPL-1.0-or-later
+ AND LicenseRef-scancode-x11-lucent-variant AND LicenseRef-scancode-ghostpdl-permissive AND
+ Zlib AND GPL-3.0-or-later AND GPL-3.0-or-later AND GPL-1.0-or-later
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: agpl-3.0 WITH ps-or-pdf-font-exception-20170817
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 173
+ end_line: 178
+ matched_length: 42
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: agpl-3.0 WITH ps-or-pdf-font-exception-20170817
+ rule_identifier: agpl-3.0_with_ps-or-pdf-font-exception-20170817_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/agpl-3.0_with_ps-or-pdf-font-exception-20170817_4.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 42
+ rule_relevance: 100
+ matched_text: |
+ As a special exception,
+ permission is granted to include this font program
+ in a Postscript or PDF file that consists of a document
+ that contains text to be displayed or printed using this font,
+ regardless of the conditions or license
+ applying to the document itself.
+ licenses:
+ - key: agpl-3.0
+ name: GNU Affero General Public License 3.0
+ short_name: AGPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/agpl-3.0.html
+ text_url: http://www.fsf.org/licensing/licenses/agpl-3.0.html
+ reference_url: https://scancode-licensedb.aboutcode.org/agpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/agpl-3.0.LICENSE
+ spdx_license_key: AGPL-3.0-only
+ spdx_url: https://spdx.org/licenses/AGPL-3.0-only
+ - key: ps-or-pdf-font-exception-20170817
+ name: PS/PDF font exception (2017-08-17)
+ short_name: PS-or-PDF-font-exception-20170817
+ category: Copyleft Limited
+ is_exception: yes
+ is_unknown: no
+ owner: Artifex Software
+ homepage_url: https://github.com/ArtifexSoftware/urw-base35-fonts/blob/master/LICENSE
+ text_url: https://github.com/ArtifexSoftware/urw-base35-fonts/blob/65962e27febc3883a17e651cdb23e783668c996f/LICENSE
+ reference_url: https://scancode-licensedb.aboutcode.org/ps-or-pdf-font-exception-20170817
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ps-or-pdf-font-exception-20170817.LICENSE
+ spdx_license_key: PS-or-PDF-font-exception-20170817
+ spdx_url: https://spdx.org/licenses/PS-or-PDF-font-exception-20170817
+ - license_expression: sunsoft
+ detection_log:
+ - not-combined
+ matches:
+ - score: '95.0'
+ start_line: 294
+ end_line: 298
+ matched_length: 36
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: sunsoft
+ rule_identifier: sunsoft_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/sunsoft_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 36
+ rule_relevance: 95
+ matched_text: |
+ Except as contained in this notice,
+ the name of SunSoft, Inc. shall not be used
+ in advertising or otherwise to promote
+ the sale, use or other dealings in this Software
+ without written authorization from SunSoft Inc.
+ licenses:
+ - key: sunsoft
+ name: Sunsoft License
+ short_name: Sunsoft License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Oracle (Sun)
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/sunsoft
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/sunsoft.LICENSE
+ spdx_license_key: LicenseRef-scancode-sunsoft
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/sunsoft.LICENSE
+ - license_expression: public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 309
+ end_line: 313
+ matched_length: 32
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: public-domain
+ rule_identifier: public-domain_383.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_383.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 32
+ rule_relevance: 100
+ matched_text: |
+ This file, unlike the rest of Ghostscript,
+ consists entirely of information copied from public sources.
+ It therefore is not covered
+ by the Ghostscript copyright or license:
+ it is in the public domain.
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: other-permissive
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 448
+ end_line: 451
+ matched_length: 25
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: other-permissive
+ rule_identifier: other-permissive_358.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-permissive_358.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 25
+ rule_relevance: 100
+ matched_text: |
+ This file may be freely distributed
+ with or without modifications,
+ so long as modified versions are marked as such
+ and copyright notices are not removed.
+ licenses:
+ - key: other-permissive
+ name: Other Permissive Licenses
+ short_name: Other Permissive Licenses
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: nexB
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/other-permissive
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ spdx_license_key: LicenseRef-scancode-other-permissive
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ - license_expression: gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 497
+ end_line: 497
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl_72.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl_72.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 100
+ matched_text: 'License: gpl'
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: agpl-3.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 501
+ end_line: 1350
+ matched_length: 5386
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: agpl-3.0
+ rule_identifier: agpl-3.0.SPDX.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/agpl-3.0.SPDX.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 5386
+ rule_relevance: 100
+ matched_text: |
+ GNU AFFERO GENERAL PUBLIC LICENSE
+ Version 3, 19 November 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute
+ verbatim copies of this license document,
+ but changing it is not allowed.
+
+ Preamble
+
+ The GNU Affero General Public License is a free, copyleft license
+ for software and other kinds of works,
+ specifically designed to ensure cooperation with the community
+ in the case of network server software.
+
+ The licenses for most software and other practical works
+ are designed to take away your freedom to share and change the works.
+ By contrast, our General Public Licenses are intended
+ to guarantee your freedom to share
+ and change all versions of a program--
+ to make sure it remains free software for all its users.
+
+ When we speak of free software,
+ we are referring to freedom, not price.
+ Our General Public Licenses are designed
+ to make sure that you have the freedom
+ to distribute copies of free software
+ (and charge for them if you wish),
+ that you receive source code or can get it if you want it,
+ that you can change the software
+ or use pieces of it in new free programs,
+ and that you know you can do these things.
+
+ Developers that use our General Public Licenses
+ protect your rights with two steps:
+ (1) assert copyright on the software,
+ and (2) offer you this License
+ which gives you legal permission
+ to copy, distribute and/or modify the software.
+
+ A secondary benefit of defending all users' freedom is
+ that improvements made in alternate versions of the program,
+ if they receive widespread use,
+ become available for other developers to incorporate.
+ Many developers of free software are heartened and encouraged
+ by the resulting cooperation.
+ However, in the case of software used on network servers,
+ this result may fail to come about.
+ The GNU General Public License permits
+ making a modified version and letting the public access it on a server
+ without ever releasing its source code to the public.
+
+ The GNU Affero General Public License is designed
+ specifically to ensure that, in such cases,
+ the modified source code becomes available to the community.
+ It requires the operator of a network server to provide
+ the source code of the modified version running there
+ to the users of that server.
+ Therefore, public use of a modified version,
+ on a publicly accessible server,
+ gives the public access to the source code of the modified version.
+
+ An older license,
+ called the Affero General Public License and published by Affero,
+ was designed to accomplish similar goals.
+ This is a different license, not a version of the Affero GPL,
+ but Affero has released a new version of the Affero GPL
+ which permits relicensing under this license.
+
+ The precise terms and conditions
+ for copying, distribution and modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3
+ of the GNU Affero General Public License.
+
+ "Copyright" also means copyright-like laws that apply
+ to other kinds of works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work
+ licensed under this License.
+ Each licensee is addressed as "you".
+ "Licensees" and "recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+ in a fashion requiring copyright permission,
+ other than the making of an exact copy.
+ The resulting work is called a "modified version" of the earlier work
+ or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program
+ or a work based on the Program.
+
+ To "propagate" a work means to do anything with it
+ that, without permission, would make you directly or secondarily liable
+ for infringement under applicable copyright law,
+ except executing it on a computer or modifying a private copy.
+ Propagation includes copying,
+ distribution (with or without modification),
+ making available to the public,
+ and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation
+ that enables other parties to make or receive copies.
+ Mere interaction with a user through a computer network,
+ with no transfer of a copy,
+ is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+ to the extent that it includes
+ a convenient and prominently visible feature
+ that (1) displays an appropriate copyright notice,
+ and (2) tells the user that there is no warranty for the work
+ (except to the extent that warranties are provided),
+ that licensees may convey the work under this License,
+ and how to view a copy of this License.
+ If the interface presents
+ a list of user commands or options, such as a menu,
+ a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means
+ the preferred form of the work for making modifications to it.
+ "Object code" means any non-source form of a work.
+
+ A "Standard Interface" means
+ an interface that either is an official standard
+ defined by a recognized standards body,
+ or, in the case of interfaces
+ specified for a particular programming language,
+ one that is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything,
+ other than the work as a whole,
+ that (a) is included in the normal form of packaging a Major Component,
+ but which is not part of that Major Component,
+ and (b) serves only
+ to enable use of the work with that Major Component,
+ or to implement a Standard Interface
+ for which an implementation is available to the public
+ in source code form.
+ A "Major Component", in this context, means
+ a major essential component (kernel, window system, and so on)
+ of the specific operating system (if any)
+ on which the executable work runs,
+ or a compiler used to produce the work,
+ or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means
+ all the source code needed to generate, install,
+ and (for an executable work) run the object code
+ and to modify the work,
+ including scripts to control those activities.
+ However, it does not include the work's System Libraries,
+ or general-purpose tools or generally available free programs
+ which are used unmodified in performing those activities
+ but which are not part of the work.
+ For example, Corresponding Source includes
+ interface definition files associated with source files for the work,
+ and the source code for shared libraries
+ and dynamically linked subprograms
+ that the work is specifically designed to require,
+ such as by intimate data communication or control flow
+ between those subprograms and other parts of the work.
+
+ The Corresponding Source need not include
+ anything that users can regenerate automatically
+ from other parts of the Corresponding Source.
+
+ The Corresponding Source for a work in source code form
+ is that same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted
+ for the term of copyright on the Program,
+ and are irrevocable provided the stated conditions are met.
+ This License explicitly affirms your unlimited permission
+ to run the unmodified Program.
+ The output from running a covered work is covered by this License
+ only if the output, given its content, constitutes a covered work.
+ This License acknowledges your rights of fair use
+ or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate
+ covered works that you do not convey,
+ without conditions
+ so long as your license otherwise remains in force.
+ You may convey covered works to others
+ for the sole purpose of having them
+ make modifications exclusively for you,
+ or provide you with facilities for running those works,
+ provided that you comply with the terms of this License
+ in conveying all material
+ for which you do not control copyright.
+ Those thus making or running the covered works for you
+ must do so exclusively on your behalf,
+ under your direction and control,
+ on terms that prohibit them from making any copies
+ of your copyrighted material
+ outside their relationship with you.
+
+ Conveying under any other circumstances is permitted
+ solely under the conditions stated below.
+ Sublicensing is not allowed;
+ section 10 makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed
+ part of an effective technological measure
+ under any applicable law fulfilling obligations
+ under article 11 of the WIPO copyright treaty
+ adopted on 20 December 1996,
+ or similar laws prohibiting or restricting
+ circumvention of such measures.
+
+ When you convey a covered work,
+ you waive any legal power
+ to forbid circumvention of technological measures
+ to the extent such circumvention is effected
+ by exercising rights under this License
+ with respect to the covered work,
+ and you disclaim any intention
+ to limit operation or modification of the work
+ as a means of enforcing, against the work's users,
+ your or third parties' legal rights
+ to forbid circumvention of technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code
+ as you receive it, in any medium,
+ provided that you conspicuously and appropriately publish
+ on each copy an appropriate copyright notice;
+ keep intact all notices
+ stating that this License and any non-permissive terms
+ added in accord with section 7 apply to the code;
+ keep intact all notices
+ of the absence of any warranty;
+ and give all recipients a copy of this License
+ along with the Program.
+
+ You may charge any price or no price
+ for each copy that you convey,
+ and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program,
+ or the modifications to produce it from the Program,
+ in the form of source code
+ under the terms of section 4,
+ provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices
+ stating that you modified it, and giving a relevant date.
+
+ b) The work must carry prominent notices
+ stating that it is released under this License
+ and any conditions added under section 7.
+ This requirement modifies
+ the requirement in section 4 to "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this License
+ to anyone who comes into possession of a copy.
+ This License will therefore apply,
+ along with any applicable section 7 additional terms,
+ to the whole of the work, and all its parts,
+ regardless of how they are packaged.
+ This License gives no permission
+ to license the work in any other way,
+ but it does not invalidate such permission
+ if you have separately received it.
+
+ d) If the work has interactive user interfaces,
+ each must display Appropriate Legal Notices;
+ however, if the Program has interactive interfaces
+ that do not display Appropriate Legal Notices,
+ your work need not make them do so.
+
+ A compilation of a covered work
+ with other separate and independent works,
+ which are not by their nature extensions of the covered work,
+ and which are not combined with it such as to form a larger program,
+ in or on a volume of a storage or distribution medium,
+ is called an "aggregate"
+ if the compilation and its resulting copyright are not used
+ to limit the access or legal rights of the compilation's users
+ beyond what the individual works permit.
+ Inclusion of a covered work in an aggregate
+ does not cause this License to apply
+ to the other parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form
+ under the terms of sections 4 and 5,
+ provided that you also convey the machine-readable Corresponding Source
+ under the terms of this License,
+ in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium),
+ accompanied by the Corresponding Source
+ fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium),
+ accompanied by a written offer,
+ valid for at least three years
+ and valid for as long as you offer spare parts or customer support
+ for that product model,
+ to give anyone who possesses the object code
+ either (1) a copy of the Corresponding Source
+ for all the software in the product that is covered by this License,
+ on a durable physical medium
+ customarily used for software interchange,
+ for a price no more than your reasonable cost
+ of physically performing this conveying of source,
+ or (2) access to copy the Corresponding Source
+ from a network server at no charge.
+
+ c) Convey individual copies of the object code
+ with a copy of the written offer to provide the Corresponding Source.
+ This alternative is allowed only occasionally and noncommercially,
+ and only if you received the object code with such an offer,
+ in accord with subsection 6b.
+
+ d) Convey the object code by offering access from a designated place
+ (gratis or for a charge),
+ and offer equivalent access to the Corresponding Source
+ in the same way through the same place at no further charge.
+ You need not require recipients to copy the Corresponding Source
+ along with the object code.
+ If the place to copy the object code is a network server,
+ the Corresponding Source may be on a different server
+ (operated by you or a third party)
+ that supports equivalent copying facilities,
+ provided you maintain clear directions next to the object code
+ saying where to find the Corresponding Source.
+ Regardless of what server hosts the Corresponding Source,
+ you remain obligated to ensure that it is available
+ for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission,
+ provided you inform other peers
+ where the object code and Corresponding Source of the work
+ are being offered to the general public
+ at no charge under subsection 6d.
+
+ A separable portion of the object code,
+ whose source code is excluded
+ from the Corresponding Source as a System Library,
+ need not be included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product",
+ which means any tangible personal property
+ which is normally used for personal, family, or household purposes,
+ or (2) anything designed or sold for incorporation into a dwelling.
+ In determining whether a product is a consumer product,
+ doubtful cases shall be resolved in favor of coverage.
+ For a particular product received by a particular user,
+ "normally used" refers to a typical or common use
+ of that class of product,
+ regardless of the status of the particular user
+ or of the way in which the particular user actually uses,
+ or expects or is expected to use,
+ the product.
+ A product is a consumer product
+ regardless of whether the product has substantial commercial,
+ industrial or non-consumer uses,
+ unless such uses represent the only significant mode
+ of use of the product.
+
+ "Installation Information" for a User Product means
+ any methods, procedures, authorization keys, or other information
+ required to install and execute modified versions of a covered work
+ in that User Product
+ from a modified version of its Corresponding Source.
+ The information must suffice to ensure
+ that the continued functioning of the modified object code
+ is in no case prevented or interfered with
+ solely because modification has been made.
+
+ If you convey an object code work under this section
+ in, or with, or specifically for use in, a User Product,
+ and the conveying occurs as part of a transaction
+ in which the right of possession and use of the User Product
+ is transferred to the recipient
+ in perpetuity or for a fixed term
+ (regardless of how the transaction is characterized),
+ the Corresponding Source conveyed under this section must
+ be accompanied by the Installation Information.
+ But this requirement does not apply
+ if neither you nor any third party retains
+ the ability to install modified object code on the User Product
+ (for example, the work has been installed in ROM).
+
+ The requirement to provide Installation Information does not include
+ a requirement to continue to provide support service, warranty,
+ or updates for a work
+ that has been modified or installed by the recipient,
+ or for the User Product in which it has been modified or installed.
+ Access to a network may be denied
+ when the modification itself materially and adversely affects
+ the operation of the network
+ or violates the rules and protocols
+ for communication across the network.
+
+ Corresponding Source conveyed,
+ and Installation Information provided,
+ in accord with this section must be in a format
+ that is publicly documented
+ (and with an implementation available to the public
+ in source code form),
+ and must require no special password or key
+ for unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms
+ that supplement the terms of this License
+ by making exceptions from one or more of its conditions.
+ Additional permissions that are applicable to the entire Program
+ shall be treated as though they were included in this License,
+ to the extent that they are valid under applicable law.
+ If additional permissions apply only to part of the Program,
+ that part may be used separately under those permissions,
+ but the entire Program remains governed by this License
+ without regard to the additional permissions.
+
+ When you convey a copy of a covered work,
+ you may at your option remove any additional permissions
+ from that copy, or from any part of it.
+ (Additional permissions may be written to require their own removal
+ in certain cases when you modify the work.)
+ You may place additional permissions on material,
+ added by you to a covered work,
+ for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License,
+ for material you add to a covered work, you may
+ (if authorized by the copyright holders of that material)
+ supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability
+ differently from the terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation
+ of specified reasonable legal notices
+ or author attributions in that material
+ or in the Appropriate Legal Notices
+ displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material,
+ or requiring that modified versions of such material be marked
+ in reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes
+ of names of licensors or authors of the material; or
+
+ e) Declining to grant rights under trademark law
+ for use of some trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification
+ of licensors and authors of that material
+ by anyone who conveys the material (or modified versions of it)
+ with contractual assumptions of liability to the recipient,
+ for any liability that these contractual assumptions directly impose
+ on those licensors and authors.
+
+ All other non-permissive additional terms
+ are considered "further restrictions"
+ within the meaning of section 10.
+ If the Program as you received it, or any part of it,
+ contains a notice stating that it is governed by this License
+ along with a term that is a further restriction,
+ you may remove that term.
+ If a license document contains a further restriction
+ but permits relicensing or conveying under this License,
+ you may add to a covered work material governed
+ by the terms of that license document,
+ provided that the further restriction does not survive
+ such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section,
+ you must place, in the relevant source files, a statement
+ of the additional terms that apply to those files,
+ or a notice indicating where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated
+ in the form of a separately written license,
+ or stated as exceptions;
+ the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work
+ except as expressly provided under this License.
+ Any attempt otherwise to propagate or modify it is void,
+ and will automatically terminate your rights under this License
+ (including any patent licenses granted
+ under the third paragraph of section 11).
+
+ However, if you cease all violation of this License,
+ then your license from a particular copyright holder is reinstated
+ (a) provisionally,
+ unless and until the copyright holder explicitly and finally
+ terminates your license,
+ and (b) permanently,
+ if the copyright holder fails to notify you of the violation
+ by some reasonable means prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder
+ is reinstated permanently
+ if the copyright holder notifies you
+ of the violation by some reasonable means,
+ this is the first time you have received notice
+ of violation of this License (for any work)
+ from that copyright holder,
+ and you cure the violation
+ prior to 30 days after your receipt of the notice.
+
+ Termination of your rights under this section does not terminate
+ the licenses of parties who have received copies or rights
+ from you under this License.
+ If your rights have been terminated and not permanently reinstated,
+ you do not qualify to receive new licenses for the same material
+ under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License
+ in order to receive or run a copy of the Program.
+ Ancillary propagation
+ of a covered work occurring solely as a consequence
+ of using peer-to-peer transmission to receive a copy
+ likewise does not require acceptance.
+ However, nothing other than this License grants you
+ permission to propagate or modify any covered work.
+ These actions infringe copyright
+ if you do not accept this License.
+ Therefore, by modifying or propagating a covered work,
+ you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work,
+ the recipient automatically receives
+ a license from the original licensors,
+ to run, modify and propagate that work,
+ subject to this License.
+ You are not responsible for enforcing compliance by third parties
+ with this License.
+
+ An "entity transaction" is a transaction transferring control
+ of an organization, or substantially all assets of one,
+ or subdividing an organization,
+ or merging organizations.
+ If propagation of a covered work results from an entity transaction,
+ each party to that transaction who receives a copy of the work
+ also receives whatever licenses to the work
+ the party's predecessor in interest had or could give
+ under the previous paragraph,
+ plus a right to possession of the Corresponding Source of the work
+ from the predecessor in interest,
+ if the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions
+ on the exercise of the rights granted or affirmed under this License.
+ For example, you may not impose
+ a license fee, royalty, or other charge
+ for exercise of rights granted under this License,
+ and you may not initiate litigation
+ (including a cross-claim or counterclaim in a lawsuit)
+ alleging that any patent claim is infringed
+ by making, using, selling, offering for sale, or importing
+ the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder
+ who authorizes use under this License of the Program
+ or a work on which the Program is based.
+ The work thus licensed is called
+ the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+ owned or controlled by the contributor,
+ whether already acquired or hereafter acquired,
+ that would be infringed by some manner,
+ permitted by this License,
+ of making, using, or selling its contributor version,
+ but do not include claims
+ that would be infringed only as a consequence
+ of further modification of the contributor version.
+ For purposes of this definition, "control" includes the right
+ to grant patent sublicenses in a manner
+ consistent with the requirements of this License.
+
+ Each contributor grants you
+ a non-exclusive, worldwide, royalty-free patent license
+ under the contributor's essential patent claims,
+ to make, use, sell, offer for sale, import and otherwise run, modify
+ and propagate the contents of its contributor version.
+
+ In the following three paragraphs,
+ a "patent license" is any express agreement or commitment,
+ however denominated, not to enforce a patent
+ (such as an express permission to practice a patent
+ or covenant not to sue for patent infringement).
+ To "grant" such a patent license to a party means
+ to make such an agreement or commitment
+ not to enforce a patent against the party.
+
+ If you convey a covered work,
+ knowingly relying on a patent license,
+ and the Corresponding Source of the work is not available
+ for anyone to copy,
+ free of charge and under the terms of this License,
+ through a publicly available network server
+ or other readily accessible means,
+ then you must either
+ (1) cause the Corresponding Source to be so available,
+ or (2) arrange to deprive yourself of the benefit
+ of the patent license for this particular work,
+ or (3) arrange,
+ in a manner consistent with the requirements of this License,
+ to extend the patent license to downstream recipients.
+ "Knowingly relying" means
+ you have actual knowledge that, but for the patent license,
+ your conveying the covered work in a country,
+ or your recipient's use of the covered work in a country,
+ would infringe one or more identifiable patents in that country
+ that you have reason to believe are valid.
+
+ If, pursuant to or in connection
+ with a single transaction or arrangement,
+ you convey, or propagate by procuring conveyance of, a covered work,
+ and grant a patent license to some of the parties
+ receiving the covered work authorizing them
+ to use, propagate, modify or convey a specific copy of the covered work,
+ then the patent license you grant is automatically extended
+ to all recipients of the covered work and works based on it.
+
+ A patent license is "discriminatory"
+ if it does not include within the scope of its coverage,
+ prohibits the exercise of, or is conditioned on
+ the non-exercise of one or more of the rights
+ that are specifically granted under this License.
+ You may not convey a covered work
+ if you are a party to an arrangement with a third party
+ that is in the business of distributing software,
+ under which you make payment to the third party
+ based on the extent of your activity of conveying the work,
+ and under which the third party grants,
+ to any of the parties who would receive the covered work from you,
+ a discriminatory patent license
+ (a) in connection with copies of the covered work conveyed by you
+ (or copies made from those copies),
+ or (b) primarily for and in connection with specific products
+ or compilations that contain the covered work,
+ unless you entered into that arrangement,
+ or that patent license was granted,
+ prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+ any implied license or other defenses to infringement
+ that may otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you
+ (whether by court order, agreement or otherwise)
+ that contradict the conditions of this License,
+ they do not excuse you from the conditions of this License.
+ If you cannot convey a covered work
+ so as to satisfy simultaneously your obligations
+ under this License and any other pertinent obligations,
+ then as a consequence you may not convey it at all.
+ For example, if you agree to terms that obligate you
+ to collect a royalty for further conveying from those
+ to whom you convey the Program,
+ the only way you could satisfy both those terms and this License
+ would be to refrain entirely from conveying the Program.
+
+ 13. Remote Network Interaction;
+ Use with the GNU General Public License.
+
+ Notwithstanding any other provision of this License,
+ if you modify the Program,
+ your modified version must prominently offer
+ all users interacting with it remotely through a computer network
+ (if your version supports such interaction)
+ an opportunity to receive the Corresponding Source of your version
+ by providing access to the Corresponding Source
+ from a network server at no charge,
+ through some standard or customary means
+ of facilitating copying of software.
+ This Corresponding Source shall include
+ the Corresponding Source for any work covered
+ by version 3 of the GNU General Public License
+ that is incorporated pursuant to the following paragraph.
+
+ Notwithstanding any other provision of this License,
+ you have permission to link or combine any covered work
+ with a work licensed
+ under version 3 of the GNU General Public License
+ into a single combined work, and to convey the resulting work.
+ The terms of this License will continue to apply
+ to the part which is the covered work,
+ but the work with which it is combined will remain governed
+ by version 3 of the GNU General Public License.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions
+ of the GNU Affero General Public License from time to time.
+ Such new versions will be similar in spirit to the present version,
+ but may differ in detail to address new problems or concerns.
+
+ Each version is given a distinguishing version number.
+ If the Program specifies that a certain numbered version
+ of the GNU Affero General Public License
+ "or any later version" applies to it,
+ you have the option of following the terms and conditions
+ either of that numbered version
+ or of any later version
+ published by the Free Software Foundation.
+ If the Program does not specify a version number
+ of the GNU Affero General Public License,
+ you may choose any version ever
+ published by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide
+ which future versions
+ of the GNU Affero General Public License can be used,
+ that proxy's public statement of acceptance of a version
+ permanently authorizes you to choose that version for the Program.
+
+ Later license versions may give you
+ additional or different permissions.
+ However, no additional obligations are imposed
+ on any author or copyright holder
+ as a result of your choosing to follow a later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM,
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+ EXCEPT WHEN OTHERWISE STATED IN WRITING
+ THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS"
+ WITHOUT WARRANTY OF ANY KIND,
+ EITHER EXPRESSED OR IMPLIED,
+ INCLUDING, BUT NOT LIMITED TO,
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS FOR A PARTICULAR PURPOSE.
+ THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+ IS WITH YOU.
+ SHOULD THE PROGRAM PROVE DEFECTIVE,
+ YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT
+ UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY
+ WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE,
+ BE LIABLE TO YOU FOR DAMAGES,
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
+ ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM
+ (INCLUDING BUT NOT LIMITED TO
+ LOSS OF DATA OR DATA BEING RENDERED INACCURATE
+ OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES
+ OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED
+ OF THE POSSIBILITY OF SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer
+ of warranty and limitation of liability provided above
+ cannot be given local legal effect according to their terms,
+ reviewing courts shall apply local law
+ that most closely approximates an absolute waiver
+ of all civil liability in connection with the Program,
+ unless a warranty or assumption of liability accompanies
+ a copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program,
+ and you want it to be of the greatest possible use to the public,
+ the best way to achieve this is to make it free software
+ which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program.
+ It is safest to attach them to the start of each source file
+ to most effectively state the exclusion of warranty;
+ and each file should have at least the "copyright" line
+ and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software:
+ you can redistribute it and/or modify it
+ under the terms of the GNU Affero General Public License
+ as published by the Free Software Foundation,
+ either version 3 of the License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY;
+ without even the implied warranty
+ of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ See the GNU Affero General Public License for more details.
+
+ You should have received
+ a copy of the GNU Affero General Public License
+ along with this program.
+ If not, see .
+
+ Also add information on how to contact you
+ by electronic and paper mail.
+
+ If your software can interact with users
+ remotely through a computer network,
+ you should also make sure that it provides
+ a way for users to get its source.
+ For example, if your program is a web application,
+ its interface could display a "Source" link
+ that leads users to an archive of the code.
+ There are many ways you could offer source,
+ and different solutions will be better for different programs;
+ see section 13 for the specific requirements.
+
+ You should also get your employer (if you work as a programmer)
+ or school, if any, to sign
+ a "copyright disclaimer" for the program, if necessary.
+ For more information on this,
+ and how to apply and follow the GNU AGPL,
+ see .
+ licenses:
+ - key: agpl-3.0
+ name: GNU Affero General Public License 3.0
+ short_name: AGPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/agpl-3.0.html
+ text_url: http://www.fsf.org/licensing/licenses/agpl-3.0.html
+ reference_url: https://scancode-licensedb.aboutcode.org/agpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/agpl-3.0.LICENSE
+ spdx_license_key: AGPL-3.0-only
+ spdx_url: https://spdx.org/licenses/AGPL-3.0-only
+ - license_expression: fsf-free
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1371
+ end_line: 1373
+ matched_length: 18
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: fsf-free
+ rule_identifier: fsf-free.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-free.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 18
+ rule_relevance: 100
+ matched_text: |
+ This configure script is free software;
+ the Free Software Foundation gives unlimited permission
+ to copy, distribute and modify it.
+ licenses:
+ - key: fsf-free
+ name: Free Software Foundation - Free Software License
+ short_name: FSF Free Software License
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.fsf.org/licensing/licenses/
+ text_url: https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License
+ reference_url: https://scancode-licensedb.aboutcode.org/fsf-free
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-free.LICENSE
+ spdx_license_key: FSFUL
+ spdx_url: https://spdx.org/licenses/FSFUL
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1376
+ end_line: 1398
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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
+ to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and 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 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1401
+ end_line: 1423
+ matched_length: 162
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit_1062.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_1062.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 162
+ rule_relevance: 100
+ matched_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
+ to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and 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 SUNSOFT, INC. OR ITS PARENT COMPANY 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: other-permissive
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1426
+ end_line: 1442
+ matched_length: 124
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: other-permissive
+ rule_identifier: other-permissive_ghostgum.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-permissive_ghostgum.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 124
+ rule_relevance: 100
+ matched_text: |
+ Permission is hereby granted, free of charge,
+ to any person obtaining a copy of this file ("Software"),
+ to deal in the Software without restriction,
+ including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of this Software,
+ and to permit persons to whom this file is furnished to do so,
+ subject to the following conditions:
+
+ This Software is distributed with NO WARRANTY OF ANY KIND.
+ No author or distributor accepts any responsibility
+ for the consequences of using it,
+ or for whether it serves any particular purpose or works at all,
+ unless he or she says so in writing.
+
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ licenses:
+ - key: other-permissive
+ name: Other Permissive Licenses
+ short_name: Other Permissive Licenses
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: nexB
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/other-permissive
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ spdx_license_key: LicenseRef-scancode-other-permissive
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ - license_expression: x11-opengroup
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.0'
+ start_line: 1445
+ end_line: 1464
+ matched_length: 138
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: x11-opengroup
+ rule_identifier: x11-opengroup_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/x11-opengroup_7.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 138
+ rule_relevance: 99
+ matched_text: |
+ Permission to use, copy, modify, distribute, and sell
+ this software and its documentation
+ for any purpose is hereby granted without fee,
+ provided that the above copyright notice appear in all copies
+ and that both that copyright notice and this permission notice appear
+ in supporting documentation.
+
+ The above copyright notice and 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 OPEN GROUP 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.
+ licenses:
+ - key: x11-opengroup
+ name: X11-Style (Open Group)
+ short_name: X11-Style (Open Group)
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Open Group
+ homepage_url: http://www.xfree86.org/current/LICENSE5.html
+ text_url: http://www.xfree86.org/current/LICENSE5.html
+ reference_url: https://scancode-licensedb.aboutcode.org/x11-opengroup
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-opengroup.LICENSE
+ spdx_license_key: MIT-open-group
+ spdx_url: https://spdx.org/licenses/MIT-open-group
+ - license_expression: ghostpdl-permissive
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1467
+ end_line: 1471
+ matched_length: 32
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: ghostpdl-permissive
+ rule_identifier: ghostpdl-permissive.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ghostpdl-permissive.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 32
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute
+ this software and its documentation
+ for any purpose and without fee is hereby granted.
+ This software is provided "as is"
+ without express or implied warranty.
+ licenses:
+ - key: ghostpdl-permissive
+ name: Ghostpdl Permissive
+ short_name: Ghostpdl Permissive
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Washington State University
+ homepage_url: http://git.ghostscript.com/?p=ghostpdl.git;a=blob;f=devices/gdev4693.c;h=7e7307776d6bc0e18b89fc0e8f972513bb257f46;hb=HEAD
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/ghostpdl-permissive
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ghostpdl-permissive.LICENSE
+ spdx_license_key: LicenseRef-scancode-ghostpdl-permissive
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ghostpdl-permissive.LICENSE
+ - license_expression: x11-lucent-variant
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1474
+ end_line: 1485
+ matched_length: 82
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: x11-lucent-variant
+ rule_identifier: x11-lucent-variant.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-lucent-variant.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 82
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute this software
+ for any purpose without fee is hereby granted,
+ provided that this entire notice is included in all copies
+ of any software which is or includes
+ a copy or modification of this software.
+
+ THIS SOFTWARE IS BEING PROVIDED "AS IS",
+ WITHOUT ANY EXPRESS OR IMPLIED WARRANTY.
+ IN PARTICULAR, NEITHER THE AUTHORS NOR LUCENT TECHNOLOGIES MAKE
+ ANY REPRESENTATION OR WARRANTY OF ANY KIND
+ CONCERNING THE MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS
+ FOR ANY PARTICULAR PURPOSE.
+ licenses:
+ - key: x11-lucent-variant
+ name: X11-Style (Lucent-variant)
+ short_name: X11-Style (Lucent-variant)
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Alcatel-Lucent
+ homepage_url: http://git.ghostscript.com/?p=ghostpdl.git;a=blob;f=devices/gdevifno.c;h=3a34cc1942d4a858a24d9b982907daf52a0c4c67;hb=HEAD
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/x11-lucent-variant
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-lucent-variant.LICENSE
+ spdx_license_key: LicenseRef-scancode-x11-lucent-variant
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-lucent-variant.LICENSE
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1488
+ end_line: 1519
+ matched_length: 213
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_19.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_19.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 213
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms,
+ with or without modification,
+ are permitted provided that the following conditions are met:
+ 1. Redistributions of source code must retain
+ the above copyright notice, this list of conditions
+ and the following disclaimer.
+ 2. 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.
+ 3. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products
+ derived from this software
+ without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1522
+ end_line: 1558
+ matched_length: 213
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_686.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_686.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 213
+ rule_relevance: 100
+ matched_text: |
+ 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 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.
+
+ Neither the name of Adobe Systems Incorporated
+ nor the names of its contributors may be used
+ to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED
+ BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: freetype
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1561
+ end_line: 1740
+ matched_length: 929
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: freetype
+ rule_identifier: freetype_13.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/freetype_13.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 929
+ rule_relevance: 100
+ matched_text: |
+ The FreeType Project LICENSE
+ ----------------------------
+
+ 2006-Jan-27
+
+ Copyright 1996-2002, 2006
+ by David Turner, Robert Wilhelm, and Werner Lemberg
+
+ Introduction
+ ============
+
+ The FreeType Project is distributed in several archive packages;
+ some of them may contain,
+ in addition to the FreeType font engine,
+ various tools and contributions which rely on, or relate to,
+ the FreeType Project.
+
+ This license applies to all files found in such packages, and
+ which do not fall under their own explicit license. The license
+ affects thus the FreeType font engine, the test programs,
+ documentation and makefiles, at the very least.
+
+ This license was inspired by the BSD, Artistic, and IJG
+ (Independent JPEG Group) licenses, which all encourage inclusion
+ and use of free software in commercial and freeware products
+ alike. As a consequence, its main points are that:
+ * We don't promise that this software works.
+ However, we will be interested in any kind of bug reports.
+ ("as is" distribution)
+ * You can use this software for whatever you want,
+ in parts or full form,
+ without having to pay us.
+ ("royalty-free" usage)
+ * You may not pretend that you wrote this software.
+ If you use it, or only parts of it, in a program,
+ you must acknowledge somewhere in your documentation
+ that you have used the FreeType code.
+ ("credits")
+
+ We specifically permit and encourage
+ the inclusion of this software,
+ with or without modifications,
+ in commercial products.
+ We disclaim all warranties covering The FreeType Project
+ and assume no liability related to The FreeType Project.
+
+ Finally, many people asked us for a preferred form
+ for a credit/disclaimer to use
+ in compliance with this license.
+ We thus encourage you to use the following text:
+
+ """
+ Portions of this software are
+ copyright © The FreeType Project (www.freetype.org).
+ All rights reserved.
+ """
+
+ Please replace with the value
+ from the FreeType version you actually use.
+
+ Legal Terms
+ ===========
+
+ 0. Definitions
+ --------------
+
+ Throughout this license,
+ the terms "package", "FreeType Project", and "FreeType archive"
+ refer to the set of files originally distributed by the authors
+ (David Turner, Robert Wilhelm, and Werner Lemberg)
+ as the "FreeType Project",
+ be they named as alpha, beta or final release.
+
+ "You" refers to the licensee, or person using the project,
+ where "using" is a generic term
+ including compiling the project's source code
+ as well as linking it to form a "program" or "executable".
+ This program is referred to as "a program using the FreeType engine".
+
+ This license applies to all files
+ distributed in the original FreeType Project,
+ including all source code, binaries and documentation,
+ unless otherwise stated in the file
+ in its original, unmodified form
+ as distributed in the original archive.
+ If you are unsure whether or not a particular file is covered
+ by this license,
+ you must contact us to verify this.
+
+ The FreeType Project is copyright (C) 1996-2000
+ by David Turner, Robert Wilhelm, and Werner Lemberg.
+ All rights reserved except as specified below.
+
+ 1. No Warranty
+ --------------
+
+ THE FREETYPE PROJECT IS PROVIDED "AS IS"
+ WITHOUT WARRANTY OF ANY KIND,
+ EITHER EXPRESS OR IMPLIED,
+ INCLUDING, BUT NOT LIMITED TO,
+ WARRANTIES OF MERCHANTABILITY
+ AND FITNESS FOR A PARTICULAR PURPOSE.
+ IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY DAMAGES
+ CAUSED BY THE USE OR THE INABILITY TO USE,
+ OF THE FREETYPE PROJECT.
+
+ 2. Redistribution
+ -----------------
+
+ This license grants a worldwide, royalty-free,
+ perpetual and irrevocable right and license
+ to use, execute, perform, compile, display, copy,
+ create derivative works of, distribute and sublicense
+ the FreeType Project (in both source and object code forms)
+ and derivative works thereof for any purpose;
+ and to authorize others to exercise
+ some or all of the rights granted herein,
+ subject to the following conditions:
+ * Redistribution of source code must retain
+ this license file ("FTL.TXT") unaltered;
+ any additions, deletions or changes to the original files
+ must be clearly indicated in accompanying documentation.
+ The copyright notices of the unaltered, original files
+ must be preserved in all copies of source files.
+ * Redistribution in binary form must provide a disclaimer
+ that states that the software is based in part
+ of the work of the FreeType Team,
+ in the distribution documentation.
+ We also encourage you to put an URL to the FreeType web page
+ in your documentation,
+ though this isn't mandatory.
+
+ These conditions apply to any software
+ derived from or based on the FreeType Project,
+ not just the unmodified files.
+ If you use our work, you must acknowledge us.
+ However, no fee need be paid to us.
+
+ 3. Advertising
+ --------------
+
+ Neither the FreeType authors and contributors nor you
+ shall use the name of the other
+ for commercial, advertising, or promotional purposes
+ without specific prior written permission.
+
+ We suggest, but do not require,
+ that you use one or more of the following phrases
+ to refer to this software
+ in your documentation or advertising materials:
+ "FreeType Project", "FreeType Engine", "FreeType library",
+ or "FreeType Distribution".
+
+ As you have not signed this license,
+ you are not required to accept it.
+ However, as the FreeType Project is copyrighted material,
+ only this license, or another one contracted with the authors,
+ grants you the right to use, distribute, and modify it.
+ Therefore, by using, distributing, or modifying
+ the FreeType Project,
+ you indicate that you understand
+ and accept all the terms of this license.
+
+ 4. Contacts
+ -----------
+
+ There are two mailing lists related to FreeType:
+ * freetype@nongnu.org
+ Discusses general use and applications of FreeType,
+ as well as future and wanted additions
+ to the library and distribution.
+ If you are looking for support,
+ start in this list
+ if you haven't found anything to help you in the documentation.
+ * freetype-devel@nongnu.org
+ Discusses bugs, as well as engine internals, design issues,
+ specific licenses, porting, etc.
+
+ Our home page can be found at https://www.freetype.org
+ licenses:
+ - key: freetype
+ name: FreeType Project License
+ short_name: FreeType Project License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: FreeType Project
+ homepage_url: http://www.freetype.org/license.html
+ text_url: http://www.freetype.org/FTL.TXT
+ reference_url: https://scancode-licensedb.aboutcode.org/freetype
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/freetype.LICENSE
+ spdx_license_key: FTL
+ spdx_url: https://spdx.org/licenses/FTL
+ - license_expression: zlib
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1743
+ end_line: 1762
+ matched_length: 132
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: zlib
+ rule_identifier: zlib.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 132
+ rule_relevance: 100
+ matched_text: |
+ This software is provided 'as-is',
+ without any express or implied warranty.
+ In no event will the authors be held liable
+ for any damages arising from the use of this software.
+
+ Permission is granted to anyone
+ to use this software for any purpose,
+ including commercial applications,
+ and to alter it and redistribute it freely,
+ subject to the following restrictions:
+
+ 1. The origin of this software must not be misrepresented;
+ you must not claim that you wrote the original software.
+ If you use this software in a product,
+ an acknowledgment in the product documentation
+ would be appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such,
+ and must not be misrepresented as being the original software.
+ 3. This notice may not be removed or altered
+ from any source distribution.
+ licenses:
+ - key: zlib
+ name: ZLIB License
+ short_name: ZLIB License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: zlib
+ homepage_url: http://www.zlib.net/
+ text_url: http://www.gzip.org/zlib/zlib_license.html
+ reference_url: https://scancode-licensedb.aboutcode.org/zlib
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE
+ spdx_license_key: Zlib
+ spdx_url: https://spdx.org/licenses/Zlib
+ - license_expression: isc
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1765
+ end_line: 1779
+ matched_length: 111
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: isc
+ rule_identifier: isc_14.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/isc_14.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 111
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute this software
+ for any purpose with or without fee is hereby granted,
+ provided that the above copyright notice and this permission notice
+ appear in all copies.
+
+ THE SOFTWARE IS PROVIDED "AS IS"
+ AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
+ INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
+ IN NO EVENT SHALL THE AUTHOR BE LIABLE
+ FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
+ OR ANY DAMAGES WHATSOEVER
+ RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ ARISING OUT OF OR IN CONNECTION WITH
+ THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ licenses:
+ - key: isc
+ name: ISC License
+ short_name: ISC License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: ISC - Internet Systems Consortium
+ homepage_url: https://www.isc.org/licenses/
+ text_url: http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_with_legal_disclaimer_2
+ reference_url: https://scancode-licensedb.aboutcode.org/isc
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/isc.LICENSE
+ spdx_license_key: ISC
+ spdx_url: https://spdx.org/licenses/ISC
+ - license_expression: agpl-3.0 AND agpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 73
+ end_line: 73
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: agpl-3.0
+ rule_identifier: agpl-3.0_191.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/agpl-3.0_191.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 100
+ matched_text: 'License: agpl-'
+ licenses:
+ - key: agpl-3.0
+ name: GNU Affero General Public License 3.0
+ short_name: AGPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/agpl-3.0.html
+ text_url: http://www.fsf.org/licensing/licenses/agpl-3.0.html
+ reference_url: https://scancode-licensedb.aboutcode.org/agpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/agpl-3.0.LICENSE
+ spdx_license_key: AGPL-3.0-only
+ spdx_url: https://spdx.org/licenses/AGPL-3.0-only
+ - score: '100.0'
+ start_line: 73
+ end_line: 73
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: agpl-3.0-plus
+ rule_identifier: agpl-3.0-plus_28.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/agpl-3.0-plus_28.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 100
+ matched_text: agpl-3+
+ licenses:
+ - key: agpl-3.0-plus
+ name: GNU Affero General Public License 3.0 or later
+ short_name: AGPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/agpl-3.0.html
+ text_url: http://www.gnu.org/licenses/agpl.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/agpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/agpl-3.0-plus.LICENSE
+ spdx_license_key: AGPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/AGPL-3.0-or-later
+ - license_expression: agpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 68
+ end_line: 72
+ matched_length: 44
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: agpl-3.0-plus
+ rule_identifier: agpl-3.0-plus_247.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/agpl-3.0-plus_247.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 44
+ rule_relevance: 100
+ matched_text: |
+ GhostPDL and GPL Ghostscript are free software;
+ you can redistribute and/or modify them
+ under the terms of the GNU Affero General Public License
+ as published by the Free Software Foundation,
+ either version 3 of the License, or (at your option) any later version.
+ licenses:
+ - key: agpl-3.0-plus
+ name: GNU Affero General Public License 3.0 or later
+ short_name: AGPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/agpl-3.0.html
+ text_url: http://www.gnu.org/licenses/agpl.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/agpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/agpl-3.0-plus.LICENSE
+ spdx_license_key: AGPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/AGPL-3.0-or-later
+ - license_expression: agpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '90.0'
+ start_line: 76
+ end_line: 76
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: agpl-3.0-plus
+ rule_identifier: agpl-3.0-plus_143.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/agpl-3.0-plus_143.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 90
+ matched_text: GPL Ghostscript,
+ licenses:
+ - key: agpl-3.0-plus
+ name: GNU Affero General Public License 3.0 or later
+ short_name: AGPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/agpl-3.0.html
+ text_url: http://www.gnu.org/licenses/agpl.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/agpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/agpl-3.0-plus.LICENSE
+ spdx_license_key: AGPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/AGPL-3.0-or-later
+ - license_expression: agpl-3.0 AND agpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 91
+ end_line: 91
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: agpl-3.0
+ rule_identifier: agpl-3.0_191.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/agpl-3.0_191.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 100
+ matched_text: 'License: agpl-'
+ licenses:
+ - key: agpl-3.0
+ name: GNU Affero General Public License 3.0
+ short_name: AGPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/agpl-3.0.html
+ text_url: http://www.fsf.org/licensing/licenses/agpl-3.0.html
+ reference_url: https://scancode-licensedb.aboutcode.org/agpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/agpl-3.0.LICENSE
+ spdx_license_key: AGPL-3.0-only
+ spdx_url: https://spdx.org/licenses/AGPL-3.0-only
+ - score: '100.0'
+ start_line: 91
+ end_line: 91
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: agpl-3.0-plus
+ rule_identifier: agpl-3.0-plus_28.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/agpl-3.0-plus_28.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 100
+ matched_text: agpl-3+
+ licenses:
+ - key: agpl-3.0-plus
+ name: GNU Affero General Public License 3.0 or later
+ short_name: AGPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/agpl-3.0.html
+ text_url: http://www.gnu.org/licenses/agpl.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/agpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/agpl-3.0-plus.LICENSE
+ spdx_license_key: AGPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/AGPL-3.0-or-later
+ - license_expression: agpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 86
+ end_line: 90
+ matched_length: 42
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: agpl-3.0-plus
+ rule_identifier: agpl-3.0-plus_244.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/agpl-3.0-plus_244.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 42
+ rule_relevance: 100
+ matched_text: |
+ GPL Ghostscript is free software;
+ you can redistribute it and/or modify
+ it under the terms the GNU Affero General Public License
+ as published by the Free Software Foundation,
+ either version 3 of the License, or (at your option) any later version.
+ licenses:
+ - key: agpl-3.0-plus
+ name: GNU Affero General Public License 3.0 or later
+ short_name: AGPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/agpl-3.0.html
+ text_url: http://www.gnu.org/licenses/agpl.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/agpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/agpl-3.0-plus.LICENSE
+ spdx_license_key: AGPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/AGPL-3.0-or-later
+ - license_expression: lgpl-2.1
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 96
+ end_line: 98
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_311.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_311.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ is free software and can be used
+ under the terms of the GNU Lesser General Public License (LGPL),
+ Version 2.1 (February 1999).
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - license_expression: freetype
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 121
+ end_line: 126
+ matched_length: 49
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: freetype
+ rule_identifier: freetype_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/freetype_4.RULE
+ referenced_filenames:
+ - LICENSE.TXT
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 49
+ rule_relevance: 100
+ matched_text: |
+ This file is part of the FreeType project,
+ and may only be used modified and distributed
+ under the terms of the FreeType project license, LICENSE.TXT.
+ By continuing to use, modify, or distribute this file
+ you indicate that you have read the license
+ and understand and accept it fully.
+ licenses:
+ - key: freetype
+ name: FreeType Project License
+ short_name: FreeType Project License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: FreeType Project
+ homepage_url: http://www.freetype.org/license.html
+ text_url: http://www.freetype.org/FTL.TXT
+ reference_url: https://scancode-licensedb.aboutcode.org/freetype
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/freetype.LICENSE
+ spdx_license_key: FTL
+ spdx_url: https://spdx.org/licenses/FTL
+ - license_expression: gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 135
+ end_line: 142
+ matched_length: 54
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl-1.0-plus_464.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_464.RULE
+ referenced_filenames:
+ - COPYING
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 54
+ rule_relevance: 100
+ matched_text: |
+ Everyone is granted permission
+ to copy, modify and redistribute GNU Ghostscript,
+ but only under the conditions
+ described in the GNU General Public License.
+ A copy of this license is supposed to have been given to you
+ along with this software
+ so you can know your rights and responsibilities.
+ It should be in a file named COPYING.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: ghostscript-1988
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 151
+ end_line: 158
+ matched_length: 53
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: ghostscript-1988
+ rule_identifier: ghostscript-1988_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/ghostscript-1988_4.RULE
+ referenced_filenames:
+ - COPYING
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 53
+ rule_relevance: 100
+ matched_text: |
+ Everyone is granted permission
+ to copy, modify and redistribute Ghostscript,
+ but only under the conditions
+ described in the Ghostscript General Public License.
+ A copy of this license is supposed to have been given to you
+ along with this software
+ so you can know your rights and responsibilities.
+ It should be in a file named COPYING.
+ licenses:
+ - key: ghostscript-1988
+ name: Ghostscript General Public License 1988
+ short_name: Ghostscript General Public License 1988
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Richard Stallman
+ homepage_url:
+ text_url: http://sourceforge.net/p/libpng/code/ci/0d5805822f8817a17937462a2fd0606ffdad378e/tree/ansi2knr.c
+ reference_url: https://scancode-licensedb.aboutcode.org/ghostscript-1988
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ghostscript-1988.LICENSE
+ spdx_license_key: LicenseRef-scancode-ghostscript-1988
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ghostscript-1988.LICENSE
+ - license_expression: agpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 167
+ end_line: 171
+ matched_length: 42
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: agpl-3.0-plus
+ rule_identifier: agpl-3.0-plus_244.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/agpl-3.0-plus_244.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 42
+ rule_relevance: 100
+ matched_text: |
+ GPL Ghostscript is free software;
+ you can redistribute it and/or modify it
+ under the terms the GNU Affero General Public License
+ as published by the Free Software Foundation,
+ either version 3 of the License, or (at your option) any later version.
+ licenses:
+ - key: agpl-3.0-plus
+ name: GNU Affero General Public License 3.0 or later
+ short_name: AGPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/agpl-3.0.html
+ text_url: http://www.gnu.org/licenses/agpl.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/agpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/agpl-3.0-plus.LICENSE
+ spdx_license_key: AGPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/AGPL-3.0-or-later
+ - license_expression: gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 183
+ end_line: '190'
+ matched_length: 54
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl-1.0-plus_463.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_463.RULE
+ referenced_filenames:
+ - COPYING
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 54
+ rule_relevance: 100
+ matched_text: |
+ Everyone is granted permission
+ to copy, modify and redistribute this software,
+ but only under the conditions
+ described in the GNU General Public License.
+ A copy of this license is supposed to have been given to you
+ along with this software
+ so you can know your rights and responsibilities.
+ It should be in a file named COPYING.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 201
+ end_line: 208
+ matched_length: 54
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl-1.0-plus_463.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_463.RULE
+ referenced_filenames:
+ - COPYING
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 54
+ rule_relevance: 100
+ matched_text: |
+ Everyone is granted permission
+ to copy, modify and redistribute this software,
+ but only under the conditions
+ described in the GNU General Public License.
+ A copy of this license is supposed to have been given to you
+ along with this software
+ so you can know your rights and responsibilities.
+ It should be in a file named COPYING.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 225
+ end_line: 234
+ matched_length: 69
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl-1.0-plus_537.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_537.RULE
+ referenced_filenames:
+ - COPYING
+ - COPYLEFT
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 69
+ rule_relevance: 100
+ matched_text: |
+ Everyone is granted permission
+ to copy, modify and redistribute Ghostscript,
+ but only under the conditions
+ described in the GNU General Public License.
+ A copy of this license is supposed to have been given to you
+ along with Ghostscript
+ so you can know your rights and responsibilities.
+ It should be in a file named COPYING or COPYLEFT.
+ Among other things,
+ the copyright notice and this notice must be preserved on all copies.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 236
+ end_line: 236
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl-1.0-plus_292.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_292.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 100
+ matched_text: This code is subject to the GNU General Public License
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR cups
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.0'
+ start_line: 243
+ end_line: 251
+ matched_length: 74
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR cups
+ rule_identifier: gpl-1.0-plus_or_cups_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_cups_1.RULE
+ referenced_filenames:
+ - LICENSE.txt
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 74
+ rule_relevance: 99
+ matched_text: |
+ Distribution and use rights are outlined in the file "LICENSE.txt"
+ which should have been included with this file. [...]
+ .
+ This code and any derivative of it may be used and distributed freely
+ under the terms of the GNU General Public License
+ when used with GNU Ghostscript or its derivatives.
+ Use of the code (or any derivative of it)
+ with software other than GNU GhostScript (or its derivatives)
+ is governed by the CUPS license agreement.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: cups
+ name: CUPS License
+ short_name: CUPS License
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Apple
+ homepage_url: http://www.cups.org/
+ text_url: http://www.cups.org/
+ reference_url: https://scancode-licensedb.aboutcode.org/cups
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cups.LICENSE
+ spdx_license_key: LicenseRef-scancode-cups
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cups.LICENSE
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 262
+ end_line: 265
+ matched_length: 39
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_1037.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_1037.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 39
+ rule_relevance: 100
+ matched_text: |
+ This program may be distributed and/or modified
+ under the terms of the GNU General Public License
+ as published by the Free Software Foundation (the "GPL");
+ either version 2 of the GPL, or (at your option) any later version.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: apache-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 320
+ end_line: 329
+ matched_length: 72
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_924.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_924.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/Apache-2.0
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 72
+ rule_relevance: 100
+ matched_text: |
+ Licensed to the Apache Software Foundation (ASF)
+ under one or more contributor license agreements.
+ See the NOTICE file distributed with this work
+ for additional information regarding copyright ownership.
+ The ASF licenses this file to You
+ under the Apache License, Version 2.0 (the "License");
+ you may not use this file
+ except in compliance with the License.
+ You may obtain a copy of the License
+ at
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - license_expression: apache-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 338
+ end_line: 341
+ matched_length: 22
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_712.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_712.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 22
+ rule_relevance: 100
+ matched_text: |
+ Licensed under the Apache License,
+ Version 2.0 (the "License");
+ you may not use this file
+ except in compliance with the License.
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - license_expression: agpl-3.0 AND agpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 352
+ end_line: 352
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: agpl-3.0
+ rule_identifier: agpl-3.0_191.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/agpl-3.0_191.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 100
+ matched_text: 'License: agpl-'
+ licenses:
+ - key: agpl-3.0
+ name: GNU Affero General Public License 3.0
+ short_name: AGPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/agpl-3.0.html
+ text_url: http://www.fsf.org/licensing/licenses/agpl-3.0.html
+ reference_url: https://scancode-licensedb.aboutcode.org/agpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/agpl-3.0.LICENSE
+ spdx_license_key: AGPL-3.0-only
+ spdx_url: https://spdx.org/licenses/AGPL-3.0-only
+ - score: '100.0'
+ start_line: 352
+ end_line: 352
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: agpl-3.0-plus
+ rule_identifier: agpl-3.0-plus_28.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/agpl-3.0-plus_28.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 100
+ matched_text: agpl-3+
+ licenses:
+ - key: agpl-3.0-plus
+ name: GNU Affero General Public License 3.0 or later
+ short_name: AGPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/agpl-3.0.html
+ text_url: http://www.gnu.org/licenses/agpl.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/agpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/agpl-3.0-plus.LICENSE
+ spdx_license_key: AGPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/AGPL-3.0-or-later
+ - license_expression: afpl-9.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '90.0'
+ start_line: 350
+ end_line: 350
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: afpl-9.0
+ rule_identifier: afpl-9.0_9.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/afpl-9.0_9.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 90
+ matched_text: AFPL Ghostscript,
+ licenses:
+ - key: afpl-9.0
+ name: Aladdin Free Public License v9
+ short_name: Aladdin FPL v9
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Aladdin Enterprises
+ homepage_url: http://www.artifex.com/downloads/doc/Public.htm
+ text_url: http://www.artifex.com/downloads/doc/Public.htm
+ reference_url: https://scancode-licensedb.aboutcode.org/afpl-9.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/afpl-9.0.LICENSE
+ spdx_license_key: LicenseRef-scancode-afpl-9.0
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/afpl-9.0.LICENSE
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 363
+ end_line: 367
+ matched_length: 39
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_165.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_165.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 39
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation;
+ either version 2, or (at your option) any later version.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 375
+ end_line: 379
+ matched_length: 42
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_64.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_64.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 42
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation;
+ either version 2 of the License, or (at your option) any later version.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 390
+ end_line: 394
+ matched_length: 42
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_64.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_64.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 42
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation;
+ either version 2 of the License, or (at your option) any later version.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 402
+ end_line: 406
+ matched_length: 42
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_64.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_64.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 42
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation;
+ either version 2 of the License, or (at your option) any later version.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 412
+ end_line: 416
+ matched_length: 42
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_64.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_64.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 42
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation;
+ either version 2 of the License, or (at your option) any later version.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 422
+ end_line: 426
+ matched_length: 42
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_64.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_64.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 42
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation;
+ either version 2 of the License, or (at your option) any later version.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 458
+ end_line: 465
+ matched_length: 54
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl-1.0-plus_463.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_463.RULE
+ referenced_filenames:
+ - COPYING
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 54
+ rule_relevance: 100
+ matched_text: |
+ Everyone is granted permission
+ to copy, modify and redistribute this software,
+ but only under the conditions
+ described in the GNU General Public License.
+ A copy of this license is supposed to have been given to you
+ along with this software
+ so you can know your rights and responsibilities.
+ It should be in a file named COPYING.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 488
+ end_line: 492
+ matched_length: 39
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_284.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_284.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 39
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation;
+ either version 3, or (at your option) any later version.
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+other_license_detections: []
copyright: |
1986, Eric Gisin
1989, Berthold K.P. Horn
@@ -135,2181 +3335,3 @@ copyright: |
2004-2009, Masayuki Hatta (mhatta)
2009-2019, Jonas Smedegaard
2010, Kenshi Muto
-matches:
- - score: '100.0'
- start_line: 173
- end_line: 178
- matcher: 1-hash
- rule_length: 42
- matched_length: 42
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: agpl-3.0_with_ps-or-pdf-font-exception-20170817_4.RULE
- license_expression: agpl-3.0 WITH ps-or-pdf-font-exception-20170817
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- As a special exception,
- permission is granted to include this font program
- in a Postscript or PDF file that consists of a document
- that contains text to be displayed or printed using this font,
- regardless of the conditions or license
- applying to the document itself.
- - score: '95.0'
- start_line: 294
- end_line: 298
- matcher: 1-hash
- rule_length: 36
- matched_length: 36
- match_coverage: '100.0'
- rule_relevance: 95
- identifier: sunsoft_3.RULE
- license_expression: sunsoft
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Except as contained in this notice,
- the name of SunSoft, Inc. shall not be used
- in advertising or otherwise to promote
- the sale, use or other dealings in this Software
- without written authorization from SunSoft Inc.
- - score: '100.0'
- start_line: 309
- end_line: 313
- matcher: 1-hash
- rule_length: 32
- matched_length: 32
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_383.RULE
- license_expression: public-domain
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This file, unlike the rest of Ghostscript,
- consists entirely of information copied from public sources.
- It therefore is not covered
- by the Ghostscript copyright or license:
- it is in the public domain.
- - score: '100.0'
- start_line: 448
- end_line: 451
- matcher: 1-hash
- rule_length: 25
- matched_length: 25
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: other-permissive_358.RULE
- license_expression: other-permissive
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This file may be freely distributed
- with or without modifications,
- so long as modified versions are marked as such
- and copyright notices are not removed.
- - score: '100.0'
- start_line: 497
- end_line: 497
- matcher: 1-hash
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl_72.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl'
- - score: '100.0'
- start_line: 501
- end_line: 1350
- matcher: 1-hash
- rule_length: 5386
- matched_length: 5386
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: agpl-3.0.SPDX.RULE
- license_expression: agpl-3.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- GNU AFFERO GENERAL PUBLIC LICENSE
- Version 3, 19 November 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute
- verbatim copies of this license document,
- but changing it is not allowed.
-
- Preamble
-
- The GNU Affero General Public License is a free, copyleft license
- for software and other kinds of works,
- specifically designed to ensure cooperation with the community
- in the case of network server software.
-
- The licenses for most software and other practical works
- are designed to take away your freedom to share and change the works.
- By contrast, our General Public Licenses are intended
- to guarantee your freedom to share
- and change all versions of a program--
- to make sure it remains free software for all its users.
-
- When we speak of free software,
- we are referring to freedom, not price.
- Our General Public Licenses are designed
- to make sure that you have the freedom
- to distribute copies of free software
- (and charge for them if you wish),
- that you receive source code or can get it if you want it,
- that you can change the software
- or use pieces of it in new free programs,
- and that you know you can do these things.
-
- Developers that use our General Public Licenses
- protect your rights with two steps:
- (1) assert copyright on the software,
- and (2) offer you this License
- which gives you legal permission
- to copy, distribute and/or modify the software.
-
- A secondary benefit of defending all users' freedom is
- that improvements made in alternate versions of the program,
- if they receive widespread use,
- become available for other developers to incorporate.
- Many developers of free software are heartened and encouraged
- by the resulting cooperation.
- However, in the case of software used on network servers,
- this result may fail to come about.
- The GNU General Public License permits
- making a modified version and letting the public access it on a server
- without ever releasing its source code to the public.
-
- The GNU Affero General Public License is designed
- specifically to ensure that, in such cases,
- the modified source code becomes available to the community.
- It requires the operator of a network server to provide
- the source code of the modified version running there
- to the users of that server.
- Therefore, public use of a modified version,
- on a publicly accessible server,
- gives the public access to the source code of the modified version.
-
- An older license,
- called the Affero General Public License and published by Affero,
- was designed to accomplish similar goals.
- This is a different license, not a version of the Affero GPL,
- but Affero has released a new version of the Affero GPL
- which permits relicensing under this license.
-
- The precise terms and conditions
- for copying, distribution and modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3
- of the GNU Affero General Public License.
-
- "Copyright" also means copyright-like laws that apply
- to other kinds of works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work
- licensed under this License.
- Each licensee is addressed as "you".
- "Licensees" and "recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
- in a fashion requiring copyright permission,
- other than the making of an exact copy.
- The resulting work is called a "modified version" of the earlier work
- or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program
- or a work based on the Program.
-
- To "propagate" a work means to do anything with it
- that, without permission, would make you directly or secondarily liable
- for infringement under applicable copyright law,
- except executing it on a computer or modifying a private copy.
- Propagation includes copying,
- distribution (with or without modification),
- making available to the public,
- and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation
- that enables other parties to make or receive copies.
- Mere interaction with a user through a computer network,
- with no transfer of a copy,
- is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
- to the extent that it includes
- a convenient and prominently visible feature
- that (1) displays an appropriate copyright notice,
- and (2) tells the user that there is no warranty for the work
- (except to the extent that warranties are provided),
- that licensees may convey the work under this License,
- and how to view a copy of this License.
- If the interface presents
- a list of user commands or options, such as a menu,
- a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means
- the preferred form of the work for making modifications to it.
- "Object code" means any non-source form of a work.
-
- A "Standard Interface" means
- an interface that either is an official standard
- defined by a recognized standards body,
- or, in the case of interfaces
- specified for a particular programming language,
- one that is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything,
- other than the work as a whole,
- that (a) is included in the normal form of packaging a Major Component,
- but which is not part of that Major Component,
- and (b) serves only
- to enable use of the work with that Major Component,
- or to implement a Standard Interface
- for which an implementation is available to the public
- in source code form.
- A "Major Component", in this context, means
- a major essential component (kernel, window system, and so on)
- of the specific operating system (if any)
- on which the executable work runs,
- or a compiler used to produce the work,
- or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means
- all the source code needed to generate, install,
- and (for an executable work) run the object code
- and to modify the work,
- including scripts to control those activities.
- However, it does not include the work's System Libraries,
- or general-purpose tools or generally available free programs
- which are used unmodified in performing those activities
- but which are not part of the work.
- For example, Corresponding Source includes
- interface definition files associated with source files for the work,
- and the source code for shared libraries
- and dynamically linked subprograms
- that the work is specifically designed to require,
- such as by intimate data communication or control flow
- between those subprograms and other parts of the work.
-
- The Corresponding Source need not include
- anything that users can regenerate automatically
- from other parts of the Corresponding Source.
-
- The Corresponding Source for a work in source code form
- is that same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted
- for the term of copyright on the Program,
- and are irrevocable provided the stated conditions are met.
- This License explicitly affirms your unlimited permission
- to run the unmodified Program.
- The output from running a covered work is covered by this License
- only if the output, given its content, constitutes a covered work.
- This License acknowledges your rights of fair use
- or other equivalent, as provided by copyright law.
-
- You may make, run and propagate
- covered works that you do not convey,
- without conditions
- so long as your license otherwise remains in force.
- You may convey covered works to others
- for the sole purpose of having them
- make modifications exclusively for you,
- or provide you with facilities for running those works,
- provided that you comply with the terms of this License
- in conveying all material
- for which you do not control copyright.
- Those thus making or running the covered works for you
- must do so exclusively on your behalf,
- under your direction and control,
- on terms that prohibit them from making any copies
- of your copyrighted material
- outside their relationship with you.
-
- Conveying under any other circumstances is permitted
- solely under the conditions stated below.
- Sublicensing is not allowed;
- section 10 makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed
- part of an effective technological measure
- under any applicable law fulfilling obligations
- under article 11 of the WIPO copyright treaty
- adopted on 20 December 1996,
- or similar laws prohibiting or restricting
- circumvention of such measures.
-
- When you convey a covered work,
- you waive any legal power
- to forbid circumvention of technological measures
- to the extent such circumvention is effected
- by exercising rights under this License
- with respect to the covered work,
- and you disclaim any intention
- to limit operation or modification of the work
- as a means of enforcing, against the work's users,
- your or third parties' legal rights
- to forbid circumvention of technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code
- as you receive it, in any medium,
- provided that you conspicuously and appropriately publish
- on each copy an appropriate copyright notice;
- keep intact all notices
- stating that this License and any non-permissive terms
- added in accord with section 7 apply to the code;
- keep intact all notices
- of the absence of any warranty;
- and give all recipients a copy of this License
- along with the Program.
-
- You may charge any price or no price
- for each copy that you convey,
- and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program,
- or the modifications to produce it from the Program,
- in the form of source code
- under the terms of section 4,
- provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices
- stating that you modified it, and giving a relevant date.
-
- b) The work must carry prominent notices
- stating that it is released under this License
- and any conditions added under section 7.
- This requirement modifies
- the requirement in section 4 to "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this License
- to anyone who comes into possession of a copy.
- This License will therefore apply,
- along with any applicable section 7 additional terms,
- to the whole of the work, and all its parts,
- regardless of how they are packaged.
- This License gives no permission
- to license the work in any other way,
- but it does not invalidate such permission
- if you have separately received it.
-
- d) If the work has interactive user interfaces,
- each must display Appropriate Legal Notices;
- however, if the Program has interactive interfaces
- that do not display Appropriate Legal Notices,
- your work need not make them do so.
-
- A compilation of a covered work
- with other separate and independent works,
- which are not by their nature extensions of the covered work,
- and which are not combined with it such as to form a larger program,
- in or on a volume of a storage or distribution medium,
- is called an "aggregate"
- if the compilation and its resulting copyright are not used
- to limit the access or legal rights of the compilation's users
- beyond what the individual works permit.
- Inclusion of a covered work in an aggregate
- does not cause this License to apply
- to the other parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form
- under the terms of sections 4 and 5,
- provided that you also convey the machine-readable Corresponding Source
- under the terms of this License,
- in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium),
- accompanied by the Corresponding Source
- fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium),
- accompanied by a written offer,
- valid for at least three years
- and valid for as long as you offer spare parts or customer support
- for that product model,
- to give anyone who possesses the object code
- either (1) a copy of the Corresponding Source
- for all the software in the product that is covered by this License,
- on a durable physical medium
- customarily used for software interchange,
- for a price no more than your reasonable cost
- of physically performing this conveying of source,
- or (2) access to copy the Corresponding Source
- from a network server at no charge.
-
- c) Convey individual copies of the object code
- with a copy of the written offer to provide the Corresponding Source.
- This alternative is allowed only occasionally and noncommercially,
- and only if you received the object code with such an offer,
- in accord with subsection 6b.
-
- d) Convey the object code by offering access from a designated place
- (gratis or for a charge),
- and offer equivalent access to the Corresponding Source
- in the same way through the same place at no further charge.
- You need not require recipients to copy the Corresponding Source
- along with the object code.
- If the place to copy the object code is a network server,
- the Corresponding Source may be on a different server
- (operated by you or a third party)
- that supports equivalent copying facilities,
- provided you maintain clear directions next to the object code
- saying where to find the Corresponding Source.
- Regardless of what server hosts the Corresponding Source,
- you remain obligated to ensure that it is available
- for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission,
- provided you inform other peers
- where the object code and Corresponding Source of the work
- are being offered to the general public
- at no charge under subsection 6d.
-
- A separable portion of the object code,
- whose source code is excluded
- from the Corresponding Source as a System Library,
- need not be included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product",
- which means any tangible personal property
- which is normally used for personal, family, or household purposes,
- or (2) anything designed or sold for incorporation into a dwelling.
- In determining whether a product is a consumer product,
- doubtful cases shall be resolved in favor of coverage.
- For a particular product received by a particular user,
- "normally used" refers to a typical or common use
- of that class of product,
- regardless of the status of the particular user
- or of the way in which the particular user actually uses,
- or expects or is expected to use,
- the product.
- A product is a consumer product
- regardless of whether the product has substantial commercial,
- industrial or non-consumer uses,
- unless such uses represent the only significant mode
- of use of the product.
-
- "Installation Information" for a User Product means
- any methods, procedures, authorization keys, or other information
- required to install and execute modified versions of a covered work
- in that User Product
- from a modified version of its Corresponding Source.
- The information must suffice to ensure
- that the continued functioning of the modified object code
- is in no case prevented or interfered with
- solely because modification has been made.
-
- If you convey an object code work under this section
- in, or with, or specifically for use in, a User Product,
- and the conveying occurs as part of a transaction
- in which the right of possession and use of the User Product
- is transferred to the recipient
- in perpetuity or for a fixed term
- (regardless of how the transaction is characterized),
- the Corresponding Source conveyed under this section must
- be accompanied by the Installation Information.
- But this requirement does not apply
- if neither you nor any third party retains
- the ability to install modified object code on the User Product
- (for example, the work has been installed in ROM).
-
- The requirement to provide Installation Information does not include
- a requirement to continue to provide support service, warranty,
- or updates for a work
- that has been modified or installed by the recipient,
- or for the User Product in which it has been modified or installed.
- Access to a network may be denied
- when the modification itself materially and adversely affects
- the operation of the network
- or violates the rules and protocols
- for communication across the network.
-
- Corresponding Source conveyed,
- and Installation Information provided,
- in accord with this section must be in a format
- that is publicly documented
- (and with an implementation available to the public
- in source code form),
- and must require no special password or key
- for unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms
- that supplement the terms of this License
- by making exceptions from one or more of its conditions.
- Additional permissions that are applicable to the entire Program
- shall be treated as though they were included in this License,
- to the extent that they are valid under applicable law.
- If additional permissions apply only to part of the Program,
- that part may be used separately under those permissions,
- but the entire Program remains governed by this License
- without regard to the additional permissions.
-
- When you convey a copy of a covered work,
- you may at your option remove any additional permissions
- from that copy, or from any part of it.
- (Additional permissions may be written to require their own removal
- in certain cases when you modify the work.)
- You may place additional permissions on material,
- added by you to a covered work,
- for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License,
- for material you add to a covered work, you may
- (if authorized by the copyright holders of that material)
- supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability
- differently from the terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation
- of specified reasonable legal notices
- or author attributions in that material
- or in the Appropriate Legal Notices
- displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material,
- or requiring that modified versions of such material be marked
- in reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes
- of names of licensors or authors of the material; or
-
- e) Declining to grant rights under trademark law
- for use of some trade names, trademarks, or service marks; or
-
- f) Requiring indemnification
- of licensors and authors of that material
- by anyone who conveys the material (or modified versions of it)
- with contractual assumptions of liability to the recipient,
- for any liability that these contractual assumptions directly impose
- on those licensors and authors.
-
- All other non-permissive additional terms
- are considered "further restrictions"
- within the meaning of section 10.
- If the Program as you received it, or any part of it,
- contains a notice stating that it is governed by this License
- along with a term that is a further restriction,
- you may remove that term.
- If a license document contains a further restriction
- but permits relicensing or conveying under this License,
- you may add to a covered work material governed
- by the terms of that license document,
- provided that the further restriction does not survive
- such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section,
- you must place, in the relevant source files, a statement
- of the additional terms that apply to those files,
- or a notice indicating where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated
- in the form of a separately written license,
- or stated as exceptions;
- the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work
- except as expressly provided under this License.
- Any attempt otherwise to propagate or modify it is void,
- and will automatically terminate your rights under this License
- (including any patent licenses granted
- under the third paragraph of section 11).
-
- However, if you cease all violation of this License,
- then your license from a particular copyright holder is reinstated
- (a) provisionally,
- unless and until the copyright holder explicitly and finally
- terminates your license,
- and (b) permanently,
- if the copyright holder fails to notify you of the violation
- by some reasonable means prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder
- is reinstated permanently
- if the copyright holder notifies you
- of the violation by some reasonable means,
- this is the first time you have received notice
- of violation of this License (for any work)
- from that copyright holder,
- and you cure the violation
- prior to 30 days after your receipt of the notice.
-
- Termination of your rights under this section does not terminate
- the licenses of parties who have received copies or rights
- from you under this License.
- If your rights have been terminated and not permanently reinstated,
- you do not qualify to receive new licenses for the same material
- under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License
- in order to receive or run a copy of the Program.
- Ancillary propagation
- of a covered work occurring solely as a consequence
- of using peer-to-peer transmission to receive a copy
- likewise does not require acceptance.
- However, nothing other than this License grants you
- permission to propagate or modify any covered work.
- These actions infringe copyright
- if you do not accept this License.
- Therefore, by modifying or propagating a covered work,
- you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work,
- the recipient automatically receives
- a license from the original licensors,
- to run, modify and propagate that work,
- subject to this License.
- You are not responsible for enforcing compliance by third parties
- with this License.
-
- An "entity transaction" is a transaction transferring control
- of an organization, or substantially all assets of one,
- or subdividing an organization,
- or merging organizations.
- If propagation of a covered work results from an entity transaction,
- each party to that transaction who receives a copy of the work
- also receives whatever licenses to the work
- the party's predecessor in interest had or could give
- under the previous paragraph,
- plus a right to possession of the Corresponding Source of the work
- from the predecessor in interest,
- if the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions
- on the exercise of the rights granted or affirmed under this License.
- For example, you may not impose
- a license fee, royalty, or other charge
- for exercise of rights granted under this License,
- and you may not initiate litigation
- (including a cross-claim or counterclaim in a lawsuit)
- alleging that any patent claim is infringed
- by making, using, selling, offering for sale, or importing
- the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder
- who authorizes use under this License of the Program
- or a work on which the Program is based.
- The work thus licensed is called
- the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
- owned or controlled by the contributor,
- whether already acquired or hereafter acquired,
- that would be infringed by some manner,
- permitted by this License,
- of making, using, or selling its contributor version,
- but do not include claims
- that would be infringed only as a consequence
- of further modification of the contributor version.
- For purposes of this definition, "control" includes the right
- to grant patent sublicenses in a manner
- consistent with the requirements of this License.
-
- Each contributor grants you
- a non-exclusive, worldwide, royalty-free patent license
- under the contributor's essential patent claims,
- to make, use, sell, offer for sale, import and otherwise run, modify
- and propagate the contents of its contributor version.
-
- In the following three paragraphs,
- a "patent license" is any express agreement or commitment,
- however denominated, not to enforce a patent
- (such as an express permission to practice a patent
- or covenant not to sue for patent infringement).
- To "grant" such a patent license to a party means
- to make such an agreement or commitment
- not to enforce a patent against the party.
-
- If you convey a covered work,
- knowingly relying on a patent license,
- and the Corresponding Source of the work is not available
- for anyone to copy,
- free of charge and under the terms of this License,
- through a publicly available network server
- or other readily accessible means,
- then you must either
- (1) cause the Corresponding Source to be so available,
- or (2) arrange to deprive yourself of the benefit
- of the patent license for this particular work,
- or (3) arrange,
- in a manner consistent with the requirements of this License,
- to extend the patent license to downstream recipients.
- "Knowingly relying" means
- you have actual knowledge that, but for the patent license,
- your conveying the covered work in a country,
- or your recipient's use of the covered work in a country,
- would infringe one or more identifiable patents in that country
- that you have reason to believe are valid.
-
- If, pursuant to or in connection
- with a single transaction or arrangement,
- you convey, or propagate by procuring conveyance of, a covered work,
- and grant a patent license to some of the parties
- receiving the covered work authorizing them
- to use, propagate, modify or convey a specific copy of the covered work,
- then the patent license you grant is automatically extended
- to all recipients of the covered work and works based on it.
-
- A patent license is "discriminatory"
- if it does not include within the scope of its coverage,
- prohibits the exercise of, or is conditioned on
- the non-exercise of one or more of the rights
- that are specifically granted under this License.
- You may not convey a covered work
- if you are a party to an arrangement with a third party
- that is in the business of distributing software,
- under which you make payment to the third party
- based on the extent of your activity of conveying the work,
- and under which the third party grants,
- to any of the parties who would receive the covered work from you,
- a discriminatory patent license
- (a) in connection with copies of the covered work conveyed by you
- (or copies made from those copies),
- or (b) primarily for and in connection with specific products
- or compilations that contain the covered work,
- unless you entered into that arrangement,
- or that patent license was granted,
- prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
- any implied license or other defenses to infringement
- that may otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you
- (whether by court order, agreement or otherwise)
- that contradict the conditions of this License,
- they do not excuse you from the conditions of this License.
- If you cannot convey a covered work
- so as to satisfy simultaneously your obligations
- under this License and any other pertinent obligations,
- then as a consequence you may not convey it at all.
- For example, if you agree to terms that obligate you
- to collect a royalty for further conveying from those
- to whom you convey the Program,
- the only way you could satisfy both those terms and this License
- would be to refrain entirely from conveying the Program.
-
- 13. Remote Network Interaction;
- Use with the GNU General Public License.
-
- Notwithstanding any other provision of this License,
- if you modify the Program,
- your modified version must prominently offer
- all users interacting with it remotely through a computer network
- (if your version supports such interaction)
- an opportunity to receive the Corresponding Source of your version
- by providing access to the Corresponding Source
- from a network server at no charge,
- through some standard or customary means
- of facilitating copying of software.
- This Corresponding Source shall include
- the Corresponding Source for any work covered
- by version 3 of the GNU General Public License
- that is incorporated pursuant to the following paragraph.
-
- Notwithstanding any other provision of this License,
- you have permission to link or combine any covered work
- with a work licensed
- under version 3 of the GNU General Public License
- into a single combined work, and to convey the resulting work.
- The terms of this License will continue to apply
- to the part which is the covered work,
- but the work with which it is combined will remain governed
- by version 3 of the GNU General Public License.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions
- of the GNU Affero General Public License from time to time.
- Such new versions will be similar in spirit to the present version,
- but may differ in detail to address new problems or concerns.
-
- Each version is given a distinguishing version number.
- If the Program specifies that a certain numbered version
- of the GNU Affero General Public License
- "or any later version" applies to it,
- you have the option of following the terms and conditions
- either of that numbered version
- or of any later version
- published by the Free Software Foundation.
- If the Program does not specify a version number
- of the GNU Affero General Public License,
- you may choose any version ever
- published by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide
- which future versions
- of the GNU Affero General Public License can be used,
- that proxy's public statement of acceptance of a version
- permanently authorizes you to choose that version for the Program.
-
- Later license versions may give you
- additional or different permissions.
- However, no additional obligations are imposed
- on any author or copyright holder
- as a result of your choosing to follow a later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM,
- TO THE EXTENT PERMITTED BY APPLICABLE LAW.
- EXCEPT WHEN OTHERWISE STATED IN WRITING
- THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS"
- WITHOUT WARRANTY OF ANY KIND,
- EITHER EXPRESSED OR IMPLIED,
- INCLUDING, BUT NOT LIMITED TO,
- THE IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS FOR A PARTICULAR PURPOSE.
- THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
- IS WITH YOU.
- SHOULD THE PROGRAM PROVE DEFECTIVE,
- YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT
- UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
- WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY
- WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE,
- BE LIABLE TO YOU FOR DAMAGES,
- INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
- ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM
- (INCLUDING BUT NOT LIMITED TO
- LOSS OF DATA OR DATA BEING RENDERED INACCURATE
- OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES
- OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
- EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED
- OF THE POSSIBILITY OF SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer
- of warranty and limitation of liability provided above
- cannot be given local legal effect according to their terms,
- reviewing courts shall apply local law
- that most closely approximates an absolute waiver
- of all civil liability in connection with the Program,
- unless a warranty or assumption of liability accompanies
- a copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program,
- and you want it to be of the greatest possible use to the public,
- the best way to achieve this is to make it free software
- which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program.
- It is safest to attach them to the start of each source file
- to most effectively state the exclusion of warranty;
- and each file should have at least the "copyright" line
- and a pointer to where the full notice is found.
-
-
- Copyright (C)
-
- This program is free software:
- you can redistribute it and/or modify it
- under the terms of the GNU Affero General Public License
- as published by the Free Software Foundation,
- either version 3 of the License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY;
- without even the implied warranty
- of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU Affero General Public License for more details.
-
- You should have received
- a copy of the GNU Affero General Public License
- along with this program.
- If not, see .
-
- Also add information on how to contact you
- by electronic and paper mail.
-
- If your software can interact with users
- remotely through a computer network,
- you should also make sure that it provides
- a way for users to get its source.
- For example, if your program is a web application,
- its interface could display a "Source" link
- that leads users to an archive of the code.
- There are many ways you could offer source,
- and different solutions will be better for different programs;
- see section 13 for the specific requirements.
-
- You should also get your employer (if you work as a programmer)
- or school, if any, to sign
- a "copyright disclaimer" for the program, if necessary.
- For more information on this,
- and how to apply and follow the GNU AGPL,
- see .
- - score: '100.0'
- start_line: 1371
- end_line: 1373
- matcher: 1-hash
- rule_length: 18
- matched_length: 18
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: fsf-free.LICENSE
- license_expression: fsf-free
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This configure script is free software;
- the Free Software Foundation gives unlimited permission
- to copy, distribute and modify it.
- - score: '100.0'
- start_line: 1376
- end_line: 1398
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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
- to use, copy, modify, merge, publish, distribute, sublicense,
- and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
-
- The above copyright notice and 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 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.
- - score: '100.0'
- start_line: 1401
- end_line: 1423
- matcher: 1-hash
- rule_length: 162
- matched_length: 162
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit_1062.RULE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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
- to use, copy, modify, merge, publish, distribute, sublicense,
- and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
-
- The above copyright notice and 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 SUNSOFT, INC. OR ITS PARENT COMPANY 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.
- - score: '100.0'
- start_line: 1426
- end_line: 1442
- matcher: 1-hash
- rule_length: 124
- matched_length: 124
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: other-permissive_ghostgum.RULE
- license_expression: other-permissive
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission is hereby granted, free of charge,
- to any person obtaining a copy of this file ("Software"),
- to deal in the Software without restriction,
- including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense,
- and/or sell copies of this Software,
- and to permit persons to whom this file is furnished to do so,
- subject to the following conditions:
-
- This Software is distributed with NO WARRANTY OF ANY KIND.
- No author or distributor accepts any responsibility
- for the consequences of using it,
- or for whether it serves any particular purpose or works at all,
- unless he or she says so in writing.
-
- The above copyright notice and this permission notice shall be included
- in all copies or substantial portions of the Software.
- - score: '99.0'
- start_line: 1445
- end_line: 1464
- matcher: 1-hash
- rule_length: 138
- matched_length: 138
- match_coverage: '100.0'
- rule_relevance: 99
- identifier: x11-opengroup_7.RULE
- license_expression: x11-opengroup
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, distribute, and sell
- this software and its documentation
- for any purpose is hereby granted without fee,
- provided that the above copyright notice appear in all copies
- and that both that copyright notice and this permission notice appear
- in supporting documentation.
-
- The above copyright notice and 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 OPEN GROUP 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.
- - score: '100.0'
- start_line: 1467
- end_line: 1471
- matcher: 1-hash
- rule_length: 32
- matched_length: 32
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: ghostpdl-permissive.LICENSE
- license_expression: ghostpdl-permissive
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute
- this software and its documentation
- for any purpose and without fee is hereby granted.
- This software is provided "as is"
- without express or implied warranty.
- - score: '100.0'
- start_line: 1474
- end_line: 1485
- matcher: 1-hash
- rule_length: 82
- matched_length: 82
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: x11-lucent-variant.LICENSE
- license_expression: x11-lucent-variant
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute this software
- for any purpose without fee is hereby granted,
- provided that this entire notice is included in all copies
- of any software which is or includes
- a copy or modification of this software.
-
- THIS SOFTWARE IS BEING PROVIDED "AS IS",
- WITHOUT ANY EXPRESS OR IMPLIED WARRANTY.
- IN PARTICULAR, NEITHER THE AUTHORS NOR LUCENT TECHNOLOGIES MAKE
- ANY REPRESENTATION OR WARRANTY OF ANY KIND
- CONCERNING THE MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS
- FOR ANY PARTICULAR PURPOSE.
- - score: '100.0'
- start_line: 1488
- end_line: 1519
- matcher: 1-hash
- rule_length: 213
- matched_length: 213
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_19.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms,
- with or without modification,
- are permitted provided that the following conditions are met:
- 1. Redistributions of source code must retain
- the above copyright notice, this list of conditions
- and the following disclaimer.
- 2. 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.
- 3. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products
- derived from this software
- without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 1522
- end_line: 1558
- matcher: 1-hash
- rule_length: 213
- matched_length: 213
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_686.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 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.
-
- Neither the name of Adobe Systems Incorporated
- nor the names of its contributors may be used
- to endorse or promote products derived from this software
- without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED
- BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 1561
- end_line: 1740
- matcher: 1-hash
- rule_length: 929
- matched_length: 929
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: freetype_13.RULE
- license_expression: freetype
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- The FreeType Project LICENSE
- ----------------------------
-
- 2006-Jan-27
-
- Copyright 1996-2002, 2006
- by David Turner, Robert Wilhelm, and Werner Lemberg
-
- Introduction
- ============
-
- The FreeType Project is distributed in several archive packages;
- some of them may contain,
- in addition to the FreeType font engine,
- various tools and contributions which rely on, or relate to,
- the FreeType Project.
-
- This license applies to all files found in such packages, and
- which do not fall under their own explicit license. The license
- affects thus the FreeType font engine, the test programs,
- documentation and makefiles, at the very least.
-
- This license was inspired by the BSD, Artistic, and IJG
- (Independent JPEG Group) licenses, which all encourage inclusion
- and use of free software in commercial and freeware products
- alike. As a consequence, its main points are that:
- * We don't promise that this software works.
- However, we will be interested in any kind of bug reports.
- ("as is" distribution)
- * You can use this software for whatever you want,
- in parts or full form,
- without having to pay us.
- ("royalty-free" usage)
- * You may not pretend that you wrote this software.
- If you use it, or only parts of it, in a program,
- you must acknowledge somewhere in your documentation
- that you have used the FreeType code.
- ("credits")
-
- We specifically permit and encourage
- the inclusion of this software,
- with or without modifications,
- in commercial products.
- We disclaim all warranties covering The FreeType Project
- and assume no liability related to The FreeType Project.
-
- Finally, many people asked us for a preferred form
- for a credit/disclaimer to use
- in compliance with this license.
- We thus encourage you to use the following text:
-
- """
- Portions of this software are
- copyright © The FreeType Project (www.freetype.org).
- All rights reserved.
- """
-
- Please replace with the value
- from the FreeType version you actually use.
-
- Legal Terms
- ===========
-
- 0. Definitions
- --------------
-
- Throughout this license,
- the terms "package", "FreeType Project", and "FreeType archive"
- refer to the set of files originally distributed by the authors
- (David Turner, Robert Wilhelm, and Werner Lemberg)
- as the "FreeType Project",
- be they named as alpha, beta or final release.
-
- "You" refers to the licensee, or person using the project,
- where "using" is a generic term
- including compiling the project's source code
- as well as linking it to form a "program" or "executable".
- This program is referred to as "a program using the FreeType engine".
-
- This license applies to all files
- distributed in the original FreeType Project,
- including all source code, binaries and documentation,
- unless otherwise stated in the file
- in its original, unmodified form
- as distributed in the original archive.
- If you are unsure whether or not a particular file is covered
- by this license,
- you must contact us to verify this.
-
- The FreeType Project is copyright (C) 1996-2000
- by David Turner, Robert Wilhelm, and Werner Lemberg.
- All rights reserved except as specified below.
-
- 1. No Warranty
- --------------
-
- THE FREETYPE PROJECT IS PROVIDED "AS IS"
- WITHOUT WARRANTY OF ANY KIND,
- EITHER EXPRESS OR IMPLIED,
- INCLUDING, BUT NOT LIMITED TO,
- WARRANTIES OF MERCHANTABILITY
- AND FITNESS FOR A PARTICULAR PURPOSE.
- IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
- BE LIABLE FOR ANY DAMAGES
- CAUSED BY THE USE OR THE INABILITY TO USE,
- OF THE FREETYPE PROJECT.
-
- 2. Redistribution
- -----------------
-
- This license grants a worldwide, royalty-free,
- perpetual and irrevocable right and license
- to use, execute, perform, compile, display, copy,
- create derivative works of, distribute and sublicense
- the FreeType Project (in both source and object code forms)
- and derivative works thereof for any purpose;
- and to authorize others to exercise
- some or all of the rights granted herein,
- subject to the following conditions:
- * Redistribution of source code must retain
- this license file ("FTL.TXT") unaltered;
- any additions, deletions or changes to the original files
- must be clearly indicated in accompanying documentation.
- The copyright notices of the unaltered, original files
- must be preserved in all copies of source files.
- * Redistribution in binary form must provide a disclaimer
- that states that the software is based in part
- of the work of the FreeType Team,
- in the distribution documentation.
- We also encourage you to put an URL to the FreeType web page
- in your documentation,
- though this isn't mandatory.
-
- These conditions apply to any software
- derived from or based on the FreeType Project,
- not just the unmodified files.
- If you use our work, you must acknowledge us.
- However, no fee need be paid to us.
-
- 3. Advertising
- --------------
-
- Neither the FreeType authors and contributors nor you
- shall use the name of the other
- for commercial, advertising, or promotional purposes
- without specific prior written permission.
-
- We suggest, but do not require,
- that you use one or more of the following phrases
- to refer to this software
- in your documentation or advertising materials:
- "FreeType Project", "FreeType Engine", "FreeType library",
- or "FreeType Distribution".
-
- As you have not signed this license,
- you are not required to accept it.
- However, as the FreeType Project is copyrighted material,
- only this license, or another one contracted with the authors,
- grants you the right to use, distribute, and modify it.
- Therefore, by using, distributing, or modifying
- the FreeType Project,
- you indicate that you understand
- and accept all the terms of this license.
-
- 4. Contacts
- -----------
-
- There are two mailing lists related to FreeType:
- * freetype@nongnu.org
- Discusses general use and applications of FreeType,
- as well as future and wanted additions
- to the library and distribution.
- If you are looking for support,
- start in this list
- if you haven't found anything to help you in the documentation.
- * freetype-devel@nongnu.org
- Discusses bugs, as well as engine internals, design issues,
- specific licenses, porting, etc.
-
- Our home page can be found at https://www.freetype.org
- - score: '100.0'
- start_line: 1743
- end_line: 1762
- matcher: 1-hash
- rule_length: 132
- matched_length: 132
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: zlib.LICENSE
- license_expression: zlib
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This software is provided 'as-is',
- without any express or implied warranty.
- In no event will the authors be held liable
- for any damages arising from the use of this software.
-
- Permission is granted to anyone
- to use this software for any purpose,
- including commercial applications,
- and to alter it and redistribute it freely,
- subject to the following restrictions:
-
- 1. The origin of this software must not be misrepresented;
- you must not claim that you wrote the original software.
- If you use this software in a product,
- an acknowledgment in the product documentation
- would be appreciated but is not required.
- 2. Altered source versions must be plainly marked as such,
- and must not be misrepresented as being the original software.
- 3. This notice may not be removed or altered
- from any source distribution.
- - score: '100.0'
- start_line: 1765
- end_line: 1779
- matcher: 1-hash
- rule_length: 111
- matched_length: 111
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: isc_14.RULE
- license_expression: isc
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute this software
- for any purpose with or without fee is hereby granted,
- provided that the above copyright notice and this permission notice
- appear in all copies.
-
- THE SOFTWARE IS PROVIDED "AS IS"
- AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
- INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
- IN NO EVENT SHALL THE AUTHOR BE LIABLE
- FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
- OR ANY DAMAGES WHATSOEVER
- RESULTING FROM LOSS OF USE, DATA OR PROFITS,
- WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
- ARISING OUT OF OR IN CONNECTION WITH
- THE USE OR PERFORMANCE OF THIS SOFTWARE.
- - score: '100.0'
- start_line: 73
- end_line: 73
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: agpl-3.0_191.RULE
- license_expression: agpl-3.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: 'License: agpl-'
- - score: '100.0'
- start_line: 73
- end_line: 73
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: agpl-3.0-plus_28.RULE
- license_expression: agpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: agpl-3+
- - score: '100.0'
- start_line: 68
- end_line: 72
- matcher: 1-hash
- rule_length: 44
- matched_length: 44
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: agpl-3.0-plus_247.RULE
- license_expression: agpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- GhostPDL and GPL Ghostscript are free software;
- you can redistribute and/or modify them
- under the terms of the GNU Affero General Public License
- as published by the Free Software Foundation,
- either version 3 of the License, or (at your option) any later version.
- - score: '90.0'
- start_line: 76
- end_line: 76
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 90
- identifier: agpl-3.0-plus_143.RULE
- license_expression: agpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: GPL Ghostscript,
- - score: '100.0'
- start_line: 91
- end_line: 91
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: agpl-3.0_191.RULE
- license_expression: agpl-3.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: 'License: agpl-'
- - score: '100.0'
- start_line: 91
- end_line: 91
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: agpl-3.0-plus_28.RULE
- license_expression: agpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: agpl-3+
- - score: '100.0'
- start_line: 86
- end_line: 90
- matcher: 1-hash
- rule_length: 42
- matched_length: 42
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: agpl-3.0-plus_244.RULE
- license_expression: agpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- GPL Ghostscript is free software;
- you can redistribute it and/or modify
- it under the terms the GNU Affero General Public License
- as published by the Free Software Foundation,
- either version 3 of the License, or (at your option) any later version.
- - score: '100.0'
- start_line: 96
- end_line: 98
- matcher: 1-hash
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_311.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- is free software and can be used
- under the terms of the GNU Lesser General Public License (LGPL),
- Version 2.1 (February 1999).
- - score: '100.0'
- start_line: 121
- end_line: 126
- matcher: 1-hash
- rule_length: 49
- matched_length: 49
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: freetype_4.RULE
- license_expression: freetype
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This file is part of the FreeType project,
- and may only be used modified and distributed
- under the terms of the FreeType project license, LICENSE.TXT.
- By continuing to use, modify, or distribute this file
- you indicate that you have read the license
- and understand and accept it fully.
- - score: '100.0'
- start_line: 135
- end_line: 142
- matcher: 1-hash
- rule_length: 54
- matched_length: 54
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_464.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Everyone is granted permission
- to copy, modify and redistribute GNU Ghostscript,
- but only under the conditions
- described in the GNU General Public License.
- A copy of this license is supposed to have been given to you
- along with this software
- so you can know your rights and responsibilities.
- It should be in a file named COPYING.
- - score: '100.0'
- start_line: 151
- end_line: 158
- matcher: 1-hash
- rule_length: 53
- matched_length: 53
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: ghostscript-1988_4.RULE
- license_expression: ghostscript-1988
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Everyone is granted permission
- to copy, modify and redistribute Ghostscript,
- but only under the conditions
- described in the Ghostscript General Public License.
- A copy of this license is supposed to have been given to you
- along with this software
- so you can know your rights and responsibilities.
- It should be in a file named COPYING.
- - score: '100.0'
- start_line: 167
- end_line: 171
- matcher: 1-hash
- rule_length: 42
- matched_length: 42
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: agpl-3.0-plus_244.RULE
- license_expression: agpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- GPL Ghostscript is free software;
- you can redistribute it and/or modify it
- under the terms the GNU Affero General Public License
- as published by the Free Software Foundation,
- either version 3 of the License, or (at your option) any later version.
- - score: '100.0'
- start_line: 183
- end_line: '190'
- matcher: 1-hash
- rule_length: 54
- matched_length: 54
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_463.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Everyone is granted permission
- to copy, modify and redistribute this software,
- but only under the conditions
- described in the GNU General Public License.
- A copy of this license is supposed to have been given to you
- along with this software
- so you can know your rights and responsibilities.
- It should be in a file named COPYING.
- - score: '100.0'
- start_line: 201
- end_line: 208
- matcher: 1-hash
- rule_length: 54
- matched_length: 54
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_463.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Everyone is granted permission
- to copy, modify and redistribute this software,
- but only under the conditions
- described in the GNU General Public License.
- A copy of this license is supposed to have been given to you
- along with this software
- so you can know your rights and responsibilities.
- It should be in a file named COPYING.
- - score: '100.0'
- start_line: 225
- end_line: 234
- matcher: 2-aho
- rule_length: 69
- matched_length: 69
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_537.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Everyone is granted permission
- to copy, modify and redistribute Ghostscript,
- but only under the conditions
- described in the GNU General Public License.
- A copy of this license is supposed to have been given to you
- along with Ghostscript
- so you can know your rights and responsibilities.
- It should be in a file named COPYING or COPYLEFT.
- Among other things,
- the copyright notice and this notice must be preserved on all copies.
- - score: '100.0'
- start_line: 236
- end_line: 236
- matcher: 1-hash
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_292.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This code is subject to the GNU General Public License
- - score: '99.0'
- start_line: 243
- end_line: 251
- matcher: 1-hash
- rule_length: 74
- matched_length: 74
- match_coverage: '100.0'
- rule_relevance: 99
- identifier: gpl-1.0-plus_or_cups_1.RULE
- license_expression: gpl-1.0-plus OR cups
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Distribution and use rights are outlined in the file "LICENSE.txt"
- which should have been included with this file. [...]
- .
- This code and any derivative of it may be used and distributed freely
- under the terms of the GNU General Public License
- when used with GNU Ghostscript or its derivatives.
- Use of the code (or any derivative of it)
- with software other than GNU GhostScript (or its derivatives)
- is governed by the CUPS license agreement.
- - score: '100.0'
- start_line: 262
- end_line: 265
- matcher: 1-hash
- rule_length: 39
- matched_length: 39
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_1037.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program may be distributed and/or modified
- under the terms of the GNU General Public License
- as published by the Free Software Foundation (the "GPL");
- either version 2 of the GPL, or (at your option) any later version.
- - score: '100.0'
- start_line: 320
- end_line: 329
- matcher: 1-hash
- rule_length: 72
- matched_length: 72
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_924.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Licensed to the Apache Software Foundation (ASF)
- under one or more contributor license agreements.
- See the NOTICE file distributed with this work
- for additional information regarding copyright ownership.
- The ASF licenses this file to You
- under the Apache License, Version 2.0 (the "License");
- you may not use this file
- except in compliance with the License.
- You may obtain a copy of the License
- at
- - score: '100.0'
- start_line: 338
- end_line: 341
- matcher: 1-hash
- rule_length: 22
- matched_length: 22
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_712.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Licensed under the Apache License,
- Version 2.0 (the "License");
- you may not use this file
- except in compliance with the License.
- - score: '100.0'
- start_line: 352
- end_line: 352
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: agpl-3.0_191.RULE
- license_expression: agpl-3.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: 'License: agpl-'
- - score: '100.0'
- start_line: 352
- end_line: 352
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: agpl-3.0-plus_28.RULE
- license_expression: agpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: agpl-3+
- - score: '90.0'
- start_line: 350
- end_line: 350
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 90
- identifier: afpl-9.0_9.RULE
- license_expression: afpl-9.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: AFPL Ghostscript,
- - score: '100.0'
- start_line: 363
- end_line: 367
- matcher: 1-hash
- rule_length: 39
- matched_length: 39
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_165.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation;
- either version 2, or (at your option) any later version.
- - score: '100.0'
- start_line: 375
- end_line: 379
- matcher: 1-hash
- rule_length: 42
- matched_length: 42
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_64.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation;
- either version 2 of the License, or (at your option) any later version.
- - score: '100.0'
- start_line: 390
- end_line: 394
- matcher: 1-hash
- rule_length: 42
- matched_length: 42
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_64.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation;
- either version 2 of the License, or (at your option) any later version.
- - score: '100.0'
- start_line: 402
- end_line: 406
- matcher: 1-hash
- rule_length: 42
- matched_length: 42
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_64.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation;
- either version 2 of the License, or (at your option) any later version.
- - score: '100.0'
- start_line: 412
- end_line: 416
- matcher: 1-hash
- rule_length: 42
- matched_length: 42
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_64.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation;
- either version 2 of the License, or (at your option) any later version.
- - score: '100.0'
- start_line: 422
- end_line: 426
- matcher: 1-hash
- rule_length: 42
- matched_length: 42
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_64.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation;
- either version 2 of the License, or (at your option) any later version.
- - score: '100.0'
- start_line: 458
- end_line: 465
- matcher: 1-hash
- rule_length: 54
- matched_length: 54
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_463.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Everyone is granted permission
- to copy, modify and redistribute this software,
- but only under the conditions
- described in the GNU General Public License.
- A copy of this license is supposed to have been given to you
- along with this software
- so you can know your rights and responsibilities.
- It should be in a file named COPYING.
- - score: '100.0'
- start_line: 488
- end_line: 492
- matcher: 1-hash
- rule_length: 39
- matched_length: 39
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_284.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation;
- either version 3, or (at your option) any later version.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/glib2.0/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/glib2.0/stable_copyright-detailed.expected.yml
index fac0cd434e3..d1070cf09e8 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/glib2.0/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/glib2.0/stable_copyright-detailed.expected.yml
@@ -1,7 +1,377 @@
-primary_license:
declared_license:
-license_expression: lgpl-2.0-plus AND mit AND gpl-2.0-plus AND apache-2.0 AND apache-2.0 AND
- mit AND mit AND gpl-2.0-plus AND gpl-2.0-plus
+declared_license_expression: lgpl-2.0-plus AND mit AND gpl-2.0-plus AND apache-2.0 AND apache-2.0
+ AND mit AND mit AND gpl-2.0-plus AND gpl-2.0-plus
+declared_license_expression_spdx: LGPL-2.0-or-later AND MIT AND GPL-2.0-or-later AND Apache-2.0
+ AND Apache-2.0 AND MIT AND MIT AND GPL-2.0-or-later AND GPL-2.0-or-later
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: lgpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 45
+ end_line: 60
+ matched_length: 138
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_18.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_18.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 138
+ rule_relevance: 100
+ matched_text: |
+ This package is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL'.
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 66
+ end_line: 66
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: mit
+ rule_identifier: mit_437.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_437.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 100
+ matched_text: 'License: Expat'
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 74
+ end_line: 74
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: GPL-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: apache-2.0 AND mit AND gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 80
+ end_line: 80
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_65.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_65.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: Apache-2.0'
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - score: '100.0'
+ start_line: 82
+ end_line: 96
+ matched_length: 108
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_1035.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_1035.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/Apache-2.0
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 108
+ rule_relevance: 100
+ matched_text: |
+ License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, a copy of the Apache license is available in
+ .
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - score: '100.0'
+ start_line: 98
+ end_line: 98
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: mit
+ rule_identifier: mit_437.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_437.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 100
+ matched_text: 'License: Expat'
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - score: '100.0'
+ start_line: 99
+ end_line: 115
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and 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
+ 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - score: '100.0'
+ start_line: 117
+ end_line: 117
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: GPL-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 118
+ end_line: 129
+ matched_length: 99
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_124.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_124.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 99
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 2, or (at your option)
+ any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, see .
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+other_license_detections: []
copyright: |
Copyright (c) 1995-2018 Red Hat, Inc.
Copyright (c) 2008-2010 Novell, Inc.
@@ -12,208 +382,3 @@ copyright: |
Copyright 2015 Remko Troncon
Copyright 1998-1999 Tom Tromey 2001 Red Hat Software
Copyright 2017 Jussi Pakkanen
-matches:
- - score: '100.0'
- start_line: 45
- end_line: 60
- matcher: 2-aho
- rule_length: 138
- matched_length: 138
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_18.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
- On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in `/usr/share/common-licenses/LGPL'.
- - score: '100.0'
- start_line: 66
- end_line: 66
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit_437.RULE
- license_expression: mit
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: Expat'
- - score: '100.0'
- start_line: 74
- end_line: 74
- matcher: 2-aho
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: GPL-2+'
- - score: '100.0'
- start_line: 80
- end_line: 80
- matcher: 2-aho
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_65.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: Apache-2.0'
- - score: '100.0'
- start_line: 82
- end_line: 96
- matcher: 2-aho
- rule_length: 108
- matched_length: 108
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_1035.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- License: Apache-2.0
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- .
- http://www.apache.org/licenses/LICENSE-2.0
- .
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- .
- On Debian systems, a copy of the Apache license is available in
- .
- - score: '100.0'
- start_line: 98
- end_line: 98
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit_437.RULE
- license_expression: mit
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: Expat'
- - score: '100.0'
- start_line: 99
- end_line: 115
- matcher: 2-aho
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
- .
- The above copyright notice and 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
- 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.
- - score: '100.0'
- start_line: 117
- end_line: 117
- matcher: 2-aho
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: GPL-2+'
- - score: '100.0'
- start_line: 118
- end_line: 129
- matcher: 2-aho
- rule_length: 99
- matched_length: 99
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_124.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 2, or (at your option)
- any later version.
- .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program; if not, see .
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/gnome-bluetooth/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/gnome-bluetooth/stable_copyright-detailed.expected.yml
index 7d2f33f97ee..6a1e488f9ce 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/gnome-bluetooth/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/gnome-bluetooth/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: lgpl-2.1-plus
declared_license:
- LGPL-2.1+
- GPL-2+
@@ -6,8 +5,183 @@ declared_license:
- GPL-2+
- GPL-2+
- LGPL-2.1+
-license_expression: (lgpl-2.1-plus AND lgpl-2.1-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND
- (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus)
+declared_license_expression: lgpl-2.1-plus
+declared_license_expression_spdx: LGPL-2.1-or-later
+other_license_expression: (lgpl-2.1-plus AND lgpl-2.1-plus) AND (gpl-2.0-plus AND gpl-2.0-plus)
+ AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus)
+other_license_expression_spdx: (LGPL-2.1-or-later AND LGPL-2.1-or-later) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND
+ GPL-2.0-or-later)
+license_detections: []
+other_license_detections:
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 27
+ end_line: 27
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 28
+ end_line: 42
+ matched_length: 126
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_839.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_839.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 126
+ rule_relevance: 100
+ matched_text: |
+ This package 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 Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see
+
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 44
+ end_line: 44
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_108.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1+'
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 45
+ end_line: 59
+ matched_length: 129
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_416.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_416.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 129
+ rule_relevance: 100
+ matched_text: |
+ This package is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in "/usr/share/common-licenses/LGPL-2.1".
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
copyright: |
2006-2013 Bastien Nocera
2010 Giovanni Campagna
@@ -18,98 +192,3 @@ copyright: |
2005-2008 Marcel Holtmann
2009 Bastien Nocera
2009 Bastien Nocera
-matches:
- - score: '100.0'
- start_line: 27
- end_line: 27
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 28
- end_line: 42
- matcher: 1-hash
- rule_length: 126
- matched_length: 126
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_839.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package 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 Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see
-
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
- - score: '100.0'
- start_line: 44
- end_line: 44
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_108.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1+'
- - score: '100.0'
- start_line: 45
- end_line: 59
- matcher: 1-hash
- rule_length: 129
- matched_length: 129
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_416.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
- On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in "/usr/share/common-licenses/LGPL-2.1".
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/gnome-control-center/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/gnome-control-center/stable_copyright-detailed.expected.yml
index 8a722225e3b..de8452fd9f1 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/gnome-control-center/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/gnome-control-center/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-2.0-plus AND gpl-2.0
declared_license:
- GPL-2+
- Expat
@@ -8,8 +7,404 @@ declared_license:
- Expat
- LGPL-2+
- LGPL-2.1+
-license_expression: (gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0) AND mit AND (lgpl-2.0-plus AND
- lgpl-2.0-plus AND lgpl-2.1) AND (lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1)
+declared_license_expression: gpl-2.0-plus AND gpl-2.0
+declared_license_expression_spdx: GPL-2.0-or-later AND GPL-2.0-only
+other_license_expression: (gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0) AND mit AND (lgpl-2.0-plus
+ AND lgpl-2.0-plus AND lgpl-2.1) AND (lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1)
+other_license_expression_spdx: (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-only) AND
+ MIT AND (LGPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-only) AND (LGPL-2.1-or-later
+ AND LGPL-2.1-or-later AND LGPL-2.1-only)
+license_detections: []
+other_license_detections:
+ - license_expression: gpl-2.0-plus AND gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 105
+ end_line: 105
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 106
+ end_line: 114
+ matched_length: 79
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_90.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_90.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 79
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 116
+ end_line: 117
+ matched_length: 22
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1092.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1092.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 22
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 120
+ end_line: 136
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and 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
+ 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: lgpl-2.0-plus AND lgpl-2.1
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 138
+ end_line: 138
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_61.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_61.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2+'
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - score: '100.0'
+ start_line: 139
+ end_line: 147
+ matched_length: 81
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_530.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_530.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 81
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - score: '100.0'
+ start_line: 149
+ end_line: 150
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_385.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_385.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - license_expression: lgpl-2.1-plus AND lgpl-2.1
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 152
+ end_line: 152
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_108.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1+'
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 153
+ end_line: 161
+ matched_length: 82
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_34.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_34.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 82
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 163
+ end_line: 164
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_385.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_385.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
copyright: |
1996-2018 Free Software Foundation, Inc.
1999-2015 The Gnome Project
@@ -75,214 +470,3 @@ copyright: |
2012 Colin Walters
2012 Giovanni Campagna
2017-2018 Red Hat, Inc.
-matches:
- - score: '100.0'
- start_line: 105
- end_line: 105
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 106
- end_line: 114
- matcher: 1-hash
- rule_length: 79
- matched_length: 79
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_90.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- - score: '100.0'
- start_line: 116
- end_line: 117
- matcher: 1-hash
- rule_length: 22
- matched_length: 22
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1092.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 120
- end_line: 136
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and 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
- 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.
- - score: '100.0'
- start_line: 138
- end_line: 138
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_61.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2+'
- - score: '100.0'
- start_line: 139
- end_line: 147
- matcher: 1-hash
- rule_length: 81
- matched_length: 81
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_530.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
- - score: '100.0'
- start_line: 149
- end_line: 150
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_385.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
- - score: '100.0'
- start_line: 152
- end_line: 152
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_108.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1+'
- - score: '100.0'
- start_line: 153
- end_line: 161
- matcher: 1-hash
- rule_length: 82
- matched_length: 82
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_34.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
- - score: '100.0'
- start_line: 163
- end_line: 164
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_385.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/gnupg2/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/gnupg2/stable_copyright-detailed.expected.yml
index aa20f2d2bdb..c5e01bf943e 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/gnupg2/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/gnupg2/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-3.0-plus
declared_license:
- GPL-3+
- GPL-3+
@@ -23,11 +22,659 @@ declared_license:
- BSD-3-clause
- Expat
- CC0-1.0
-license_expression: (gpl-3.0-plus AND gpl-3.0-plus) AND (gpl-3.0-plus AND gpl-3.0-plus) AND
- fsf-unlimited-no-warranty AND fsf-unlimited-no-warranty AND (lgpl-2.1-plus AND lgpl-2.1-plus)
+declared_license_expression: gpl-3.0-plus
+declared_license_expression_spdx: GPL-3.0-or-later
+other_license_expression: (gpl-3.0-plus AND gpl-3.0-plus) AND (gpl-3.0-plus AND gpl-3.0-plus)
+ AND fsf-unlimited-no-warranty AND fsf-unlimited-no-warranty AND (lgpl-2.1-plus AND lgpl-2.1-plus)
AND mit AND (gpl-3.0-plus AND gpl-3.0-plus) AND ((gpl-3.0-plus AND gpl-3.0-plus) OR bsd-new)
AND (lgpl-3.0-plus AND lgpl-3.0-plus) AND (gpl-3.0-plus AND gpl-3.0-plus) AND ietf AND bsd-new
AND (gpl-3.0-plus AND gpl-3.0-plus) AND (cc0-1.0 AND cc0-1.0) AND other-permissive
+other_license_expression_spdx: (GPL-3.0-or-later AND GPL-3.0-or-later) AND (GPL-3.0-or-later
+ AND GPL-3.0-or-later) AND LicenseRef-scancode-fsf-unlimited-no-warranty AND LicenseRef-scancode-fsf-unlimited-no-warranty
+ AND (LGPL-2.1-or-later AND LGPL-2.1-or-later) AND MIT AND (GPL-3.0-or-later AND GPL-3.0-or-later)
+ AND ((GPL-3.0-or-later AND GPL-3.0-or-later) OR BSD-3-Clause) AND (LGPL-3.0-or-later AND LGPL-3.0-or-later)
+ AND (GPL-3.0-or-later AND GPL-3.0-or-later) AND LicenseRef-scancode-ietf AND BSD-3-Clause
+ AND (GPL-3.0-or-later AND GPL-3.0-or-later) AND (CC0-1.0 AND CC0-1.0) AND LicenseRef-scancode-other-permissive
+license_detections: []
+other_license_detections:
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.05'
+ start_line: 85
+ end_line: 110
+ matched_length: 209
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_594.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_594.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 209
+ rule_relevance: 100
+ matched_text: |
+ 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 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.
+
+ Neither the name of Dimitrios Souflis nor the names of the
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE REGENTS OR
+ CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: fsf-unlimited-no-warranty
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 114
+ end_line: 121
+ matched_length: 64
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: fsf-unlimited-no-warranty
+ rule_identifier: fsf-unlimited-no-warranty.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/fsf-unlimited-no-warranty.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 64
+ rule_relevance: 100
+ matched_text: |
+ This file is free software; as a special exception the author gives
+ unlimited permission to copy and/or distribute it, with or without
+ modifications, as long as this notice is preserved.
+
+ This file is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY, to the extent permitted by law; without even
+ the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.
+ licenses:
+ - key: fsf-unlimited-no-warranty
+ name: FSF Unlimited License No Warranty
+ short_name: FSF Unlimited License No Warranty
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.fsf.org/licensing/licenses/
+ text_url: http://www.fsf.org/licensing/licenses/
+ reference_url: https://scancode-licensedb.aboutcode.org/fsf-unlimited-no-warranty
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-unlimited-no-warranty.LICENSE
+ spdx_license_key: LicenseRef-scancode-fsf-unlimited-no-warranty
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-unlimited-no-warranty.LICENSE
+ - license_expression: ietf
+ detection_log:
+ - not-combined
+ matches:
+ - score: '90.0'
+ start_line: 129
+ end_line: 144
+ matched_length: 149
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: ietf
+ rule_identifier: ietf_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/ietf_7.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 149
+ rule_relevance: 90
+ matched_text: |
+ This document and translations of it may be copied and furnished to
+ others, and derivative works that comment on or otherwise explain it
+ or assist in its implementation may be prepared, copied, published
+ and distributed, in whole or in part, without restriction of any
+ kind, provided that the above copyright notice and this paragraph
+ are included on all such copies and derivative works. However, this
+ document itself may not be modified in any way, such as by removing
+ the copyright notice or references to the Internet Society or other
+ Internet organizations, except as needed for the purpose of
+ developing Internet standards in which case the procedures for
+ copyrights defined in the Internet Standards process must be
+ followed, or as required to translate it into languages other than
+ English.
+
+ The limited permissions granted above are perpetual and will not be
+ revoked by the Internet Society or its successors or assigns.
+ licenses:
+ - key: ietf
+ name: Internet Engineering Task Force License
+ short_name: IETF License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: IETF - Internet Engineering Task Force
+ homepage_url: http://www.ietf.org/
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/ietf
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ietf.LICENSE
+ spdx_license_key: LicenseRef-scancode-ietf
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ietf.LICENSE
+ - license_expression: gpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 147
+ end_line: 147
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_92.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_92.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-3+'
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - score: '100.0'
+ start_line: 148
+ end_line: 163
+ matched_length: 126
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_480.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_480.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 126
+ rule_relevance: 100
+ matched_text: |
+ GnuPG 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 Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ GnuPG is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, see .
+
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - license_expression: lgpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 165
+ end_line: 165
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-3.0-plus
+ rule_identifier: lgpl-3.0-plus_166.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-3.0-plus_166.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: lgpl-3+'
+ licenses:
+ - key: lgpl-3.0-plus
+ name: GNU Lesser General Public License 3.0 or later
+ short_name: LGPL 3.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0-plus.LICENSE
+ spdx_license_key: LGPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-3.0-or-later
+ - score: '100.0'
+ start_line: 166
+ end_line: 181
+ matched_length: 132
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-3.0-plus
+ rule_identifier: lgpl-3.0-plus_191.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-3.0-plus_191.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-3
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 132
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 3 of
+ the License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this program; if not, see .
+
+ On Debian systems, the full text of the GNU Lesser General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/LGPL-3'.
+ licenses:
+ - key: lgpl-3.0-plus
+ name: GNU Lesser General Public License 3.0 or later
+ short_name: LGPL 3.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0-plus.LICENSE
+ spdx_license_key: LGPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-3.0-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 183
+ end_line: 183
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_108.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1+'
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 184
+ end_line: '199'
+ matched_length: 135
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_307.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_307.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 135
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of
+ the License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this program; if not, see .
+
+ On Debian systems, the full text of the GNU Lesser General Public
+ License version 2.1 can be found in the file
+ `/usr/share/common-licenses/LGPL-2.1'.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 202
+ end_line: 225
+ matched_length: 205
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_910.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_910.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 205
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, and the entire permission notice in its entirety,
+ including the disclaimer of warranties.
+ 2. 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.
+ 3. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior
+ written permission.
+
+ THIS SOFTWARE IS PROVIDED ``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 THE AUTHOR 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 228
+ end_line: 245
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to permit
+ persons to whom the Software is furnished to do so, subject to the
+ following conditions:
+
+ The above copyright notice and 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 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: cc0-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 247
+ end_line: 247
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: cc0-1.0
+ rule_identifier: cc0-1.0_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc0-1.0_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: cc0-1.0'
+ licenses:
+ - key: cc0-1.0
+ name: Creative Commons CC0 1.0 Universal
+ short_name: CC0-1.0
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/publicdomain/zero/1.0/
+ text_url: http://creativecommons.org/publicdomain/zero/1.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc0-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE
+ spdx_license_key: CC0-1.0
+ spdx_url: https://spdx.org/licenses/CC0-1.0
+ - score: '100.0'
+ start_line: 248
+ end_line: 253
+ matched_length: 57
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: cc0-1.0
+ rule_identifier: cc0-1.0_131.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc0-1.0_131.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/CC0-1.0
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 57
+ rule_relevance: 100
+ matched_text: |
+ To the extent possible under law, the author(s) have dedicated all
+ copyright and related and neighboring rights to this software to the public
+ domain worldwide. This software is distributed without any warranty.
+
+ On Debian systems, the complete text of the CC0 license, version 1.0,
+ can be found in /usr/share/common-licenses/CC0-1.0.
+ licenses:
+ - key: cc0-1.0
+ name: Creative Commons CC0 1.0 Universal
+ short_name: CC0-1.0
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/publicdomain/zero/1.0/
+ text_url: http://creativecommons.org/publicdomain/zero/1.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc0-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE
+ spdx_license_key: CC0-1.0
+ spdx_url: https://spdx.org/licenses/CC0-1.0
+ - license_expression: other-permissive
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 81
+ end_line: 81
+ matched_length: 5
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: other-permissive
+ rule_identifier: other-permissive_321.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-permissive_321.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 5
+ rule_relevance: 100
+ matched_text: This file is licensed permissively
+ licenses:
+ - key: other-permissive
+ name: Other Permissive Licenses
+ short_name: Other Permissive Licenses
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: nexB
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/other-permissive
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ spdx_license_key: LicenseRef-scancode-other-permissive
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
copyright: |
1992, 1995-2016, Free Software Foundation, Inc
1998-2007, 2009, 2012, Free Software Foundation, Inc
@@ -52,374 +699,3 @@ copyright: |
Daniel Kahn Gillmor
NIIBE Yutaka
2017 Daniel Kahn Gillmor
-matches:
- - score: '99.05'
- start_line: 85
- end_line: 110
- matcher: 1-hash
- rule_length: 209
- matched_length: 209
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_594.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 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.
-
- Neither the name of [Dimitrios] [Souflis] nor the names of the
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE REGENTS OR
- CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 114
- end_line: 121
- matcher: 1-hash
- rule_length: 64
- matched_length: 64
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: fsf-unlimited-no-warranty.RULE
- license_expression: fsf-unlimited-no-warranty
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This file is free software; as a special exception the author gives
- unlimited permission to copy and/or distribute it, with or without
- modifications, as long as this notice is preserved.
-
- This file is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY, to the extent permitted by law; without even
- the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE.
- - score: '90.0'
- start_line: 129
- end_line: 144
- matcher: 2-aho
- rule_length: 149
- matched_length: 149
- match_coverage: '100.0'
- rule_relevance: 90
- identifier: ietf_7.RULE
- license_expression: ietf
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This document and translations of it may be copied and furnished to
- others, and derivative works that comment on or otherwise explain it
- or assist in its implementation may be prepared, copied, published
- and distributed, in whole or in part, without restriction of any
- kind, provided that the above copyright notice and this paragraph
- are included on all such copies and derivative works. However, this
- document itself may not be modified in any way, such as by removing
- the copyright notice or references to the Internet Society or other
- Internet organizations, except as needed for the purpose of
- developing Internet standards in which case the procedures for
- copyrights defined in the Internet Standards process must be
- followed, or as required to translate it into languages other than
- English.
-
- The limited permissions granted above are perpetual and will not be
- revoked by the Internet Society or its successors or assigns.
- - score: '100.0'
- start_line: 147
- end_line: 147
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_92.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-3+'
- - score: '100.0'
- start_line: 148
- end_line: 163
- matcher: 1-hash
- rule_length: 126
- matched_length: 126
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_480.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- GnuPG 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 Software Foundation; either version 3 of the License, or
- (at your option) any later version.
-
- GnuPG is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, see .
-
- On Debian systems, the full text of the GNU General Public
- License version 3 can be found in the file
- `/usr/share/common-licenses/GPL-3'.
- - score: '100.0'
- start_line: 165
- end_line: 165
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-3.0-plus_166.RULE
- license_expression: lgpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-3+'
- - score: '100.0'
- start_line: 166
- end_line: 181
- matcher: 1-hash
- rule_length: 132
- matched_length: 132
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-3.0-plus_191.RULE
- license_expression: lgpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation; either version 3 of
- the License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this program; if not, see .
-
- On Debian systems, the full text of the GNU Lesser General Public
- License version 3 can be found in the file
- `/usr/share/common-licenses/LGPL-3'.
- - score: '100.0'
- start_line: 183
- end_line: 183
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_108.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1+'
- - score: '100.0'
- start_line: 184
- end_line: '199'
- matcher: 1-hash
- rule_length: 135
- matched_length: 135
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_307.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation; either version 2.1 of
- the License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this program; if not, see .
-
- On Debian systems, the full text of the GNU Lesser General Public
- License version 2.1 can be found in the file
- `/usr/share/common-licenses/LGPL-2.1'.
- - score: '100.0'
- start_line: 202
- end_line: 225
- matcher: 1-hash
- rule_length: 205
- matched_length: 205
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_910.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, and the entire permission notice in its entirety,
- including the disclaimer of warranties.
- 2. 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.
- 3. The name of the author may not be used to endorse or promote
- products derived from this software without specific prior
- written permission.
-
- THIS SOFTWARE IS PROVIDED ``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 THE AUTHOR 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.
- - score: '100.0'
- start_line: 228
- end_line: 245
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to permit
- persons to whom the Software is furnished to do so, subject to the
- following conditions:
-
- The above copyright notice and 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 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.
- - score: '100.0'
- start_line: 247
- end_line: 247
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cc0-1.0_12.RULE
- license_expression: cc0-1.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: cc0-1.0'
- - score: '100.0'
- start_line: 248
- end_line: 253
- matcher: 1-hash
- rule_length: 57
- matched_length: 57
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cc0-1.0_131.RULE
- license_expression: cc0-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- To the extent possible under law, the author(s) have dedicated all
- copyright and related and neighboring rights to this software to the public
- domain worldwide. This software is distributed without any warranty.
-
- On Debian systems, the complete text of the CC0 license, version 1.0,
- can be found in /usr/share/common-licenses/CC0-1.0.
- - score: '100.0'
- start_line: 81
- end_line: 81
- matcher: 2-aho
- rule_length: 5
- matched_length: 5
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: other-permissive_321.RULE
- license_expression: other-permissive
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This file is licensed permissively
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/golang-1.11/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/golang-1.11/stable_copyright-detailed.expected.yml
index 33e8c5c2762..ade9f6796d4 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/golang-1.11/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/g/golang-1.11/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: bsd-new AND google-patent-license-golang
declared_license:
- Go
- X11
@@ -23,11 +22,979 @@ declared_license:
- MPEG
- CC-BY-3.0
- BSD-2-clause-svgpan
-license_expression: (bsd-new AND google-patent-license-golang) AND mit AND (bsd-new AND google-patent-license-golang)
- AND (bsd-new AND google-patent-license-golang) AND (bsd-new AND google-patent-license-golang)
- AND bsd-simplified AND (bsd-new AND google-patent-license-golang) AND (bsd-new AND google-patent-license-golang)
- AND sunpro AND mpeg-ssg AND other-permissive AND (apache-2.0 AND apache-2.0) AND bsd-2-clause-views
- AND cc-by-3.0 AND cc-by-3.0 AND bsd-new AND (bsd-new AND google-patent-license-golang)
+declared_license_expression: bsd-new AND google-patent-license-golang
+declared_license_expression_spdx: BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang
+other_license_expression: (bsd-new AND google-patent-license-golang) AND mit AND (bsd-new AND
+ google-patent-license-golang) AND (bsd-new AND google-patent-license-golang) AND (bsd-new
+ AND google-patent-license-golang) AND bsd-simplified AND (bsd-new AND google-patent-license-golang)
+ AND (bsd-new AND google-patent-license-golang) AND sunpro AND mpeg-ssg AND other-permissive
+ AND (apache-2.0 AND apache-2.0) AND bsd-2-clause-views AND cc-by-3.0 AND cc-by-3.0 AND bsd-new
+ AND (bsd-new AND google-patent-license-golang)
+other_license_expression_spdx: (BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang)
+ AND MIT AND (BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang) AND (BSD-3-Clause
+ AND LicenseRef-scancode-google-patent-license-golang) AND (BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang)
+ AND BSD-2-Clause AND (BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang) AND
+ (BSD-3-Clause AND LicenseRef-scancode-google-patent-license-golang) AND LicenseRef-scancode-sunpro
+ AND LicenseRef-scancode-mpeg-ssg AND LicenseRef-scancode-other-permissive AND (Apache-2.0
+ AND Apache-2.0) AND BSD-2-Clause-Views AND CC-BY-3.0 AND CC-BY-3.0 AND BSD-3-Clause AND (BSD-3-Clause
+ AND LicenseRef-scancode-google-patent-license-golang)
+license_detections: []
+other_license_detections:
+ - license_expression: other-permissive
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 187
+ end_line: 188
+ matched_length: 17
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: other-permissive
+ rule_identifier: other-permissive_292.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-permissive_292.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 17
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, and distribute these images for any purpose and
+ without fee is hereby granted.
+ licenses:
+ - key: other-permissive
+ name: Other Permissive Licenses
+ short_name: Other Permissive Licenses
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: nexB
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/other-permissive
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ spdx_license_key: LicenseRef-scancode-other-permissive
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 226
+ end_line: 250
+ matched_length: 212
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_166.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_166.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 212
+ rule_relevance: 100
+ matched_text: |
+ 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 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.
+ * Neither the name of Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
+ OWNER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: bsd-new AND google-patent-license-golang
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 255
+ end_line: 279
+ matched_length: 212
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-new
+ rule_identifier: bsd-new_166.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_166.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 212
+ rule_relevance: 100
+ matched_text: |
+ 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 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.
+ * Neither the name of Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
+ OWNER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - score: '95.0'
+ start_line: 281
+ end_line: 294
+ matched_length: 131
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: google-patent-license-golang
+ rule_identifier: google-patent-license-golang_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/google-patent-license-golang_1.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 131
+ rule_relevance: 95
+ matched_text: |
+ Subject to the terms and conditions of this License, Google hereby
+ grants to You a perpetual, worldwide, non-exclusive, no-charge,
+ royalty-free, irrevocable (except as stated in this section) patent
+ license to make, have made, use, offer to sell, sell, import, and
+ otherwise transfer this implementation of Go, where such license
+ applies only to those patent claims licensable by Google that are
+ necessarily infringed by use of this implementation of Go. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that this
+ implementation of Go or a Contribution incorporated within this
+ implementation of Go constitutes direct or contributory patent
+ infringement, then any patent licenses granted to You under this
+ License for this implementation of Go shall terminate as of the date
+ such litigation is filed.
+ licenses:
+ - key: google-patent-license-golang
+ name: Google Patent License for Go
+ short_name: Google Patent License for Go
+ category: Patent License
+ is_exception: no
+ is_unknown: no
+ owner: Google
+ homepage_url: https://golang.org/PATENTS
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/google-patent-license-golang
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/google-patent-license-golang.LICENSE
+ spdx_license_key: LicenseRef-scancode-google-patent-license-golang
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/google-patent-license-golang.LICENSE
+ - license_expression: apache-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 296
+ end_line: 296
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_65.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_65.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: apache-2.0'
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - score: '100.0'
+ start_line: 297
+ end_line: 310
+ matched_length: 105
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_1019.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_1019.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/Apache-2.0
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 105
+ rule_relevance: 100
+ matched_text: |
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ On Debian systems, the Apache License, Version 2.0 can be found at
+ /usr/share/common-licenses/Apache-2.0.
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 313
+ end_line: 329
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and 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
+ 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: bsd-simplified
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 336
+ end_line: 355
+ matched_length: 183
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-simplified
+ rule_identifier: bsd-simplified_27.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-simplified_27.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 183
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 THE AUTHOR OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-simplified
+ name: BSD-2-Clause
+ short_name: BSD-2-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-2-Clause
+ text_url: http://opensource.org/licenses/bsd-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-simplified
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE
+ spdx_license_key: BSD-2-Clause
+ spdx_url: https://spdx.org/licenses/BSD-2-Clause
+ - license_expression: mpeg-ssg
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 358
+ end_line: 376
+ matched_length: 153
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mpeg-ssg
+ rule_identifier: mpeg-ssg_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mpeg-ssg_1.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 153
+ rule_relevance: 100
+ matched_text: |
+ These software programs are available to the user without any license fee or
+ royalty on an "as is" basis. The MPEG Software Simulation Group disclaims
+ any and all warranties, whether express, implied, or statuary, including any
+ implied warranties or merchantability or of fitness for a particular
+ purpose. In no event shall the copyright-holder be liable for any
+ incidental, punitive, or consequential damages of any kind whatsoever
+ arising from the use of these programs.
+
+ This disclaimer of warranty extends to the user of these programs and user's
+ customers, employees, agents, transferees, successors, and assigns.
+
+ The MPEG Software Simulation Group does not represent or warrant that the
+ programs furnished hereunder are free of infringement of any third-party
+ patents.
+
+ Commercial implementations of MPEG-1 and MPEG-2 video, including shareware,
+ are subject to royalty fees to patent holders. Many of these patents are
+ general enough such that they are unavoidable regardless of implementation
+ design.
+ licenses:
+ - key: mpeg-ssg
+ name: MPEG SSG License
+ short_name: MPEG SSG License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MSSG - MPEG Software Simulation Group
+ homepage_url: http://www.mpeg.org/MPEG/video/mssg-free-mpeg-software.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/mpeg-ssg
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpeg-ssg.LICENSE
+ spdx_license_key: LicenseRef-scancode-mpeg-ssg
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpeg-ssg.LICENSE
+ - license_expression: cc-by-3.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '97.85'
+ start_line: 379
+ end_line: 705
+ matched_length: 2686
+ match_coverage: '97.85'
+ matcher: 3-seq
+ license_expression: cc-by-3.0
+ rule_identifier: cc-by-3.0_102.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc-by-3.0_102.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 2745
+ rule_relevance: 100
+ matched_text: |
+ THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS
+ CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
+ PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE
+ WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS
+ PROHIBITED.
+
+ BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND
+ AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS
+ LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU
+ THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH
+ TERMS AND CONDITIONS.
+
+ 1. Definitions
+
+ a. "Adaptation" means a work based upon the Work, or upon the Work
+ and other pre-existing works, such as a translation, adaptation,
+ derivative work, arrangement of music or other alterations of a
+ literary or artistic work, or phonogram or performance and
+ includes cinematographic adaptations or any other form in which
+ the Work may be recast, transformed, or adapted including in any
+ form recognizably derived from the original, except that a work
+ that constitutes a Collection will not be considered an
+ Adaptation for the purpose of this License. For the avoidance of
+ doubt, where the Work is a musical work, performance or
+ phonogram, the synchronization of the Work in timed-relation
+ with a moving image ("synching") will be considered an
+ Adaptation for the purpose of this License.
+
+ b. "Collection" means a collection of literary or artistic works,
+ such as encyclopedias and anthologies, or performances,
+ phonograms or broadcasts, or other works or subject matter other
+ than works listed in Section 1(f) below, which, by reason of the
+ selection and arrangement of their contents, constitute
+ intellectual creations, in which the Work is included in its
+ entirety in unmodified form along with one or more other
+ contributions, each constituting separate and independent works
+ in themselves, which together are assembled into a collective
+ whole. A work that constitutes a Collection will not be
+ considered an Adaptation (as defined above) for the purposes of
+ this License.
+
+ c. "Distribute" means to make available to the public the original
+ and copies of the Work or Adaptation, as appropriate, through
+ sale or other transfer of ownership.
+
+ d. "Licensor" means the individual, individuals, entity or entities
+ that offer(s) the Work under the terms of this License.
+
+ e. "Original Author" means, in the case of a literary or artistic
+ work, the individual, individuals, entity or entities who
+ created the Work or if no individual or entity can be
+ identified, the publisher; and in addition (i) in the case of a
+ performance the actors, singers, musicians, dancers, and other
+ persons who act, sing, deliver, declaim, play in, interpret or
+ otherwise perform literary or artistic works or expressions of
+ folklore; (ii) in the case of a phonogram the producer being the
+ person or legal entity who first fixes the sounds of a
+ performance or other sounds; and, (iii) in the case of
+ broadcasts, the organization that transmits the broadcast.
+
+ f. "Work" means the literary and/or artistic work offered under the
+ terms of this License including without limitation any
+ production in the literary, scientific and artistic domain,
+ whatever may be the mode or form of its expression including
+ digital form, such as a book, pamphlet and other writing; a
+ lecture, address, sermon or other work of the same nature; a
+ dramatic or dramatico-musical work; a choreographic work or
+ entertainment in dumb show; a musical composition with or
+ without words; a cinematographic work to which are assimilated
+ works expressed by a process analogous to cinematography; a work
+ of drawing, painting, architecture, sculpture, engraving or
+ lithography; a photographic work to which are assimilated works
+ expressed by a process analogous to photography; a work of
+ applied art; an illustration, map, plan, sketch or
+ three-dimensional work relative to geography, topography,
+ architecture or science; a performance; a broadcast; a
+ phonogram; a compilation of data to the extent it is protected
+ as a copyrightable work; or a work performed by a variety or
+ circus performer to the extent it is not otherwise considered a
+ literary or artistic work.
+
+ g. "You" means an individual or entity exercising rights under this
+ License who has not previously violated the terms of this
+ License with respect to the Work, or who has received express
+ permission from the Licensor to exercise rights under this
+ License despite a previous violation.
+
+ h. "Publicly Perform" means to perform public recitations of the
+ Work and to communicate to the public those public recitations,
+ by any means or process, including by wire or wireless means or
+ public digital performances; to make available to the public
+ Works in such a way that members of the public may access these
+ Works from a place and at a place individually chosen by them;
+ to perform the Work to the public by any means or process and
+ the communication to the public of the performances of the Work,
+ including by public digital performance; to broadcast and
+ rebroadcast the Work by any means including signs, sounds or
+ images.
+
+ i. "Reproduce" means to make copies of the Work by any means
+ including without limitation by sound or visual recordings and
+ the right of fixation and reproducing fixations of the Work,
+ including storage of a protected performance or phonogram in
+ digital form or other electronic medium.
+
+ 2. Fair Dealing Rights. Nothing in this License is intended to
+ reduce, limit, or restrict any uses free from copyright or rights
+ arising from limitations or exceptions that are provided for in
+ connection with the copyright protection under copyright law or other
+ applicable laws.
+
+ 3. License Grant. Subject to the terms and conditions of this License,
+ Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
+ perpetual (for the duration of the applicable copyright) license to
+ exercise the rights in the Work as stated below:
+
+ a. to Reproduce the Work, to incorporate the Work into one or more
+ Collections, and to Reproduce the Work as incorporated in the
+ Collections;
+
+ b. to create and Reproduce Adaptations provided that any such
+ Adaptation, including any translation in any medium, takes
+ reasonable steps to clearly label, demarcate or otherwise
+ identify that changes were made to the original Work. For
+ example, a translation could be marked "The original work was
+ translated from English to Spanish," or a modification could
+ indicate "The original work has been modified.";
+
+ c. to Distribute and Publicly Perform the Work including as
+ incorporated in Collections; and,
+
+ d. to Distribute and Publicly Perform Adaptations.
+
+ e. For the avoidance of doubt:
+
+ i. Non-waivable Compulsory License Schemes. In those
+ jurisdictions in which the right to collect royalties
+ through any statutory or compulsory licensing scheme cannot
+ be waived, the Licensor reserves the exclusive right to
+ collect such royalties for any exercise by You of the
+ rights granted under this License;
+
+ ii. Waivable Compulsory License Schemes. In those jurisdictions
+ in which the right to collect royalties through any
+ statutory or compulsory licensing scheme can be waived, the
+ Licensor waives the exclusive right to collect such
+ royalties for any exercise by You of the rights granted
+ under this License; and,
+
+ iii. Voluntary License Schemes. The Licensor waives the right to
+ collect royalties, whether individually or, in the event
+ that the Licensor is a member of a collecting society that
+ administers voluntary licensing schemes, via that society,
+ from any exercise by You of the rights granted under this
+ License.
+
+ The above rights may be exercised in all media and formats whether
+ now known or hereafter devised. The above rights include the right to
+ make such modifications as are technically necessary to exercise the
+ rights in other media and formats. Subject to Section 8(f), all
+ rights not expressly granted by Licensor are hereby reserved.
+
+ 4. Restrictions. The license granted in Section 3 above is expressly
+ made subject to and limited by the following restrictions:
+
+ a. You may Distribute or Publicly Perform the Work only under the
+ terms of this License. You must include a copy of, or the
+ Uniform Resource Identifier (URI) for, this License with every
+ copy of the Work You Distribute or Publicly Perform. You may not
+ offer or impose any terms on the Work that restrict the terms of
+ this License or the ability of the recipient of the Work to
+ exercise the rights granted to that recipient under the terms of
+ the License. You may not sublicense the Work. You must keep
+ intact all notices that refer to this License and to the
+ disclaimer of warranties with every copy of the Work You
+ Distribute or Publicly Perform. When You Distribute or Publicly
+ Perform the Work, You may not impose any effective technological
+ measures on the Work that restrict the ability of a recipient of
+ the Work from You to exercise the rights granted to that
+ recipient under the terms of the License. This Section 4(a)
+ applies to the Work as incorporated in a Collection, but this
+ does not require the Collection apart from the Work itself to be
+ made subject to the terms of this License. If You create a
+ Collection, upon notice from any Licensor You must, to the
+ extent practicable, remove from the Collection any credit as
+ required by Section 4(b), as requested. If You create an
+ Adaptation, upon notice from any Licensor You must, to the
+ extent practicable, remove from the Adaptation any credit as
+ required by Section 4(b), as requested.
+
+ b. If You Distribute, or Publicly Perform the Work or any
+ Adaptations or Collections, You must, unless a request has been
+ made pursuant to Section 4(a), keep intact all copyright notices
+ for the Work and provide, reasonable to the medium or means You
+ are utilizing: (i) the name of the Original Author (or
+ pseudonym, if applicable) if supplied, and/or if the Original
+ Author and/or Licensor designate another party or parties (e.g.,
+ a sponsor institute, publishing entity, journal) for attribution
+ ("Attribution Parties") in Licensor's copyright notice, terms of
+ service or by other reasonable means, the name of such party or
+ parties; (ii) the title of the Work if supplied; (iii) to the
+ extent reasonably practicable, the URI, if any, that Licensor
+ specifies to be associated with the Work, unless such URI does
+ not refer to the copyright notice or licensing information for
+ the Work; and (iv) , consistent with Section 3(b), in the case
+ of an Adaptation, a credit identifying the use of the Work in
+ the Adaptation (e.g., "French translation of the Work by
+ Original Author," or "Screenplay based on original Work by
+ Original Author"). The credit required by this Section 4 (b) may
+ be implemented in any reasonable manner; provided, however, that
+ in the case of a Adaptation or Collection, at a minimum such
+ credit will appear, if a credit for all contributing authors of
+ the Adaptation or Collection appears, then as part of these
+ credits and in a manner at least as prominent as the credits for
+ the other contributing authors. For the avoidance of doubt, You
+ may only use the credit required by this Section for the purpose
+ of attribution in the manner set out above and, by exercising
+ Your rights under this License, You may not implicitly or
+ explicitly assert or imply any connection with, sponsorship or
+ endorsement by the Original Author, Licensor and/or Attribution
+ Parties, as appropriate, of You or Your use of the Work, without
+ the separate, express prior written permission of the Original
+ Author, Licensor and/or Attribution Parties.
+
+ c. Except as otherwise agreed in writing by the Licensor or as may
+ be otherwise permitted by applicable law, if You Reproduce,
+ Distribute or Publicly Perform the Work either by itself or as
+ part of any Adaptations or Collections, You must not distort,
+ mutilate, modify or take other derogatory action in relation to
+ the Work which would be prejudicial to the Original Author's
+ honor or reputation. Licensor agrees that in those jurisdictions
+ (e.g. Japan), in which any exercise of the right granted in
+ Section 3(b) of this License (the right to make Adaptations)
+ would be deemed to be a distortion, mutilation, modification or
+ other derogatory action prejudicial to the Original Author's
+ honor and reputation, the Licensor will waive or not assert, as
+ appropriate, this Section, to the fullest extent permitted by
+ the applicable national law, to enable You to reasonably
+ exercise Your right under Section 3(b) of this License (right to
+ make Adaptations) but not otherwise.
+
+ 5. Representations, Warranties and Disclaimer
+
+ UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING,
+ LICENSOR 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, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE,
+ NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY,
+ OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE.
+ SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES,
+ SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
+
+ 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY
+ APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY
+ LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR
+ EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK,
+ EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+ 7. Termination
+
+ a. This License and the rights granted hereunder will terminate
+ automatically upon any breach by You of the terms of this
+ License. Individuals or entities who have received Adaptations
+ or Collections from You under this License, however, will not
+ have their licenses terminated provided such individuals or
+ entities remain in full compliance with those licenses.
+ Sections 1, 2, 5, 6, 7, and 8 will survive any termination of
+ this License.
+
+ b. Subject to the above terms and conditions, the license granted
+ here is perpetual (for the duration of the applicable copyright
+ in the Work). Notwithstanding the above, Licensor reserves the
+ right to release the Work under different license terms or to
+ stop distributing the Work at any time; provided, however that
+ any such election will not serve to withdraw this License (or
+ any other license that has been, or is required to be, granted
+ under the terms of this License), and this License will continue
+ in full force and effect unless terminated as stated above.
+
+ 8. Miscellaneous
+
+ a. Each time You Distribute or Publicly Perform the Work or a
+ Collection, the Licensor offers to the recipient a license to
+ the Work on the same terms and conditions as the license granted
+ to You under this License.
+
+ b. Each time You Distribute or Publicly Perform an Adaptation,
+ Licensor offers to the recipient a license to the original Work
+ on the same terms and conditions as the license granted to You
+ under this License.
+
+ c. If any provision of this License is invalid or unenforceable
+ under applicable law, it shall not affect the validity or
+ enforceability of the remainder of the terms of this License,
+ and without further action by the parties to this agreement,
+ such provision shall be reformed to the minimum extent necessary
+ to make such provision valid and enforceable.
+
+ d. No term or provision of this License shall be deemed waived and
+ no breach consented to unless such waiver or consent shall be in
+ writing and signed by the party to be charged with such waiver
+ or consent.
+
+ e. This License constitutes the entire agreement between the
+ parties with respect to the Work licensed here. There are no
+ understandings, agreements or representations with respect to
+ the Work not specified here. Licensor shall not be bound by any
+ additional provisions that may appear in any communication from
+ You. This License may not be modified without the mutual written
+ agreement of the Licensor and You.
+
+ f. The rights granted under, and the subject matter referenced, in
+ this License were drafted utilizing the terminology of the Berne
+ Convention for the Protection of Literary and Artistic Works (as
+ amended on September 28, 1979), the Rome Convention of 1961, the
+ WIPO Copyright Treaty of 1996, the WIPO Performances and
+ Phonograms Treaty of 1996 and the Universal Copyright Convention
+ (as revised on July 24, 1971). These rights and subject matter
+ take effect in the relevant jurisdiction in which the License
+ terms are sought to be enforced according to the corresponding
+ provisions of the implementation of those treaty provisions in
+ the applicable national law. If the standard suite of rights
+ granted under applicable copyright law includes additional
+ rights not granted under this License, such additional rights
+ are deemed to be included in the License; this License is not
+ intended to restrict the license of any rights under applicable law.
+ licenses:
+ - key: cc-by-3.0
+ name: Creative Commons Attribution License 3.0
+ short_name: CC-BY-3.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/licenses/by/3.0/
+ text_url: http://creativecommons.org/licenses/by/3.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc-by-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-3.0.LICENSE
+ spdx_license_key: CC-BY-3.0
+ spdx_url: https://spdx.org/licenses/CC-BY-3.0
+ - license_expression: bsd-2-clause-views
+ detection_log:
+ - not-combined
+ matches:
+ - score: '98.1'
+ start_line: 708
+ end_line: 731
+ matched_length: 206
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-2-clause-views
+ rule_identifier: bsd-2-clause-views_11.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-2-clause-views_11.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 206
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ 2. 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.
+
+ THIS SOFTWARE IS PROVIDED BY Andrea Leofreddi ``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 Andrea Leofreddi OR CONTRIBUTORS 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.
+
+ The views and conclusions contained in the software and documentation are those
+ of the authors and should not be interpreted as representing official policies,
+ either expressed or implied, of
+ licenses:
+ - key: bsd-2-clause-views
+ name: BSD 2-Clause with views sentence
+ short_name: BSD-2-Clause-Views
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: FreeBSD
+ homepage_url: https://www.freebsd.org/copyright/freebsd-license.html
+ text_url: https://github.com/protegeproject/protege/blob/master/license.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-2-clause-views
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-2-clause-views.LICENSE
+ spdx_license_key: BSD-2-Clause-Views
+ spdx_url: https://spdx.org/licenses/BSD-2-Clause-Views
+ - license_expression: sunpro
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 171
+ end_line: 174
+ matched_length: 25
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: sunpro
+ rule_identifier: sunpro.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/sunpro.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 25
+ rule_relevance: 100
+ matched_text: |
+ Developed at SunPro, a Sun Microsystems, Inc. business.
+ Permission to use, copy, modify, and distribute this
+ software is freely granted, provided that this notice
+ is preserved.
+ licenses:
+ - key: sunpro
+ name: SunPro Attribution License
+ short_name: SunPro Attribution License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Oracle (Sun)
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/sunpro
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/sunpro.LICENSE
+ spdx_license_key: LicenseRef-scancode-sunpro
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/sunpro.LICENSE
+ - license_expression: cc-by-3.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 209
+ end_line: 211
+ matched_length: 17
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: cc-by-3.0
+ rule_identifier: cc-by-3.0_111.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc-by-3.0_111.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 17
+ rule_relevance: 100
+ matched_text: |
+ are covered by the
+ Creative Commons Attribution 3.0
+ license.
+ licenses:
+ - key: cc-by-3.0
+ name: Creative Commons Attribution License 3.0
+ short_name: CC-BY-3.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/licenses/by/3.0/
+ text_url: http://creativecommons.org/licenses/by/3.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc-by-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-3.0.LICENSE
+ spdx_license_key: CC-BY-3.0
+ spdx_url: https://spdx.org/licenses/CC-BY-3.0
copyright: |
© 2009, 2010, The Go Authors. All rights reserved.
© 1994-1999 Lucent Technologies Inc. All rights reserved.
@@ -59,706 +1026,3 @@ copyright: |
2012 Michael Stapelberg
2014 Canonical Ltd
2014 Tianon Gravi
-matches:
- - score: '100.0'
- start_line: 187
- end_line: 188
- matcher: 1-hash
- rule_length: 17
- matched_length: 17
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: other-permissive_292.RULE
- license_expression: other-permissive
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, and distribute these images for any purpose and
- without fee is hereby granted.
- - score: '100.0'
- start_line: 226
- end_line: 250
- matcher: 1-hash
- rule_length: 212
- matched_length: 212
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_166.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 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.
- * Neither the name of Google Inc. nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
- OWNER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 255
- end_line: 279
- matcher: 2-aho
- rule_length: 212
- matched_length: 212
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_166.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 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.
- * Neither the name of Google Inc. nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
- OWNER OR CONTRIBUTORS 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.
- - score: '95.0'
- start_line: 281
- end_line: 294
- matcher: 2-aho
- rule_length: 131
- matched_length: 131
- match_coverage: '100.0'
- rule_relevance: 95
- identifier: google-patent-license-golang_1.RULE
- license_expression: google-patent-license-golang
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Subject to the terms and conditions of this License, Google hereby
- grants to You a perpetual, worldwide, non-exclusive, no-charge,
- royalty-free, irrevocable (except as stated in this section) patent
- license to make, have made, use, offer to sell, sell, import, and
- otherwise transfer this implementation of Go, where such license
- applies only to those patent claims licensable by Google that are
- necessarily infringed by use of this implementation of Go. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that this
- implementation of Go or a Contribution incorporated within this
- implementation of Go constitutes direct or contributory patent
- infringement, then any patent licenses granted to You under this
- License for this implementation of Go shall terminate as of the date
- such litigation is filed.
- - score: '100.0'
- start_line: 296
- end_line: 296
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_65.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: apache-2.0'
- - score: '100.0'
- start_line: 297
- end_line: 310
- matcher: 1-hash
- rule_length: 105
- matched_length: 105
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_1019.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- On Debian systems, the Apache License, Version 2.0 can be found at
- /usr/share/common-licenses/Apache-2.0.
- - score: '100.0'
- start_line: 313
- end_line: 329
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and 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
- 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.
- - score: '100.0'
- start_line: 336
- end_line: 355
- matcher: 2-aho
- rule_length: 183
- matched_length: 183
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-simplified_27.RULE
- license_expression: bsd-simplified
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 THE AUTHOR OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 358
- end_line: 376
- matcher: 1-hash
- rule_length: 153
- matched_length: 153
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mpeg-ssg_1.RULE
- license_expression: mpeg-ssg
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- These software programs are available to the user without any license fee or
- royalty on an "as is" basis. The MPEG Software Simulation Group disclaims
- any and all warranties, whether express, implied, or statuary, including any
- implied warranties or merchantability or of fitness for a particular
- purpose. In no event shall the copyright-holder be liable for any
- incidental, punitive, or consequential damages of any kind whatsoever
- arising from the use of these programs.
-
- This disclaimer of warranty extends to the user of these programs and user's
- customers, employees, agents, transferees, successors, and assigns.
-
- The MPEG Software Simulation Group does not represent or warrant that the
- programs furnished hereunder are free of infringement of any third-party
- patents.
-
- Commercial implementations of MPEG-1 and MPEG-2 video, including shareware,
- are subject to royalty fees to patent holders. Many of these patents are
- general enough such that they are unavoidable regardless of implementation
- design.
- - score: '97.85'
- start_line: 379
- end_line: 705
- matcher: 3-seq
- rule_length: 2745
- matched_length: 2686
- match_coverage: '97.85'
- rule_relevance: 100
- identifier: cc-by-3.0_102.RULE
- license_expression: cc-by-3.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS
- CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
- PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE
- WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS
- PROHIBITED.
-
- BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND
- AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS
- LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU
- THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH
- TERMS AND CONDITIONS.
-
- 1. Definitions
-
- a. "Adaptation" means a work based upon the Work, or upon the Work
- and other pre-existing works, such as a translation, adaptation,
- derivative work, arrangement of music or other alterations of a
- literary or artistic work, or phonogram or performance and
- includes cinematographic adaptations or any other form in which
- the Work may be recast, transformed, or adapted including in any
- form recognizably derived from the original, except that a work
- that constitutes a Collection will not be considered an
- Adaptation for the purpose of this License. For the avoidance of
- doubt, where the Work is a musical work, performance or
- phonogram, the synchronization of the Work in timed-relation
- with a moving image ("synching") will be considered an
- Adaptation for the purpose of this License.
-
- b. "Collection" means a collection of literary or artistic works,
- such as encyclopedias and anthologies, or performances,
- phonograms or broadcasts, or other works or subject matter other
- than works listed in Section 1(f) below, which, by reason of the
- selection and arrangement of their contents, constitute
- intellectual creations, in which the Work is included in its
- entirety in unmodified form along with one or more other
- contributions, each constituting separate and independent works
- in themselves, which together are assembled into a collective
- whole. A work that constitutes a Collection will not be
- considered an Adaptation (as defined above) for the purposes of
- this License.
-
- c. "Distribute" means to make available to the public the original
- and copies of the Work or Adaptation, as appropriate, through
- sale or other transfer of ownership.
-
- d. "Licensor" means the individual, individuals, entity or entities
- that offer(s) the Work under the terms of this License.
-
- e. "Original Author" means, in the case of a literary or artistic
- work, the individual, individuals, entity or entities who
- created the Work or if no individual or entity can be
- identified, the publisher; and in addition (i) in the case of a
- performance the actors, singers, musicians, dancers, and other
- persons who act, sing, deliver, declaim, play in, interpret or
- otherwise perform literary or artistic works or expressions of
- folklore; (ii) in the case of a phonogram the producer being the
- person or legal entity who first fixes the sounds of a
- performance or other sounds; and, (iii) in the case of
- broadcasts, the organization that transmits the broadcast.
-
- f. "Work" means the literary and/or artistic work offered under the
- terms of this License including without limitation any
- production in the literary, scientific and artistic domain,
- whatever may be the mode or form of its expression including
- digital form, such as a book, pamphlet and other writing; a
- lecture, address, sermon or other work of the same nature; a
- dramatic or dramatico-musical work; a choreographic work or
- entertainment in dumb show; a musical composition with or
- without words; a cinematographic work to which are assimilated
- works expressed by a process analogous to cinematography; a work
- of drawing, painting, architecture, sculpture, engraving or
- lithography; a photographic work to which are assimilated works
- expressed by a process analogous to photography; a work of
- applied art; an illustration, map, plan, sketch or
- three-dimensional work relative to geography, topography,
- architecture or science; a performance; a broadcast; a
- phonogram; a compilation of data to the extent it is protected
- as a copyrightable work; or a work performed by a variety or
- circus performer to the extent it is not otherwise considered a
- literary or artistic work.
-
- g. "You" means an individual or entity exercising rights under this
- License who has not previously violated the terms of this
- License with respect to the Work, or who has received express
- permission from the Licensor to exercise rights under this
- License despite a previous violation.
-
- h. "Publicly Perform" means to perform public recitations of the
- Work and to communicate to the public those public recitations,
- by any means or process, including by wire or wireless means or
- public digital performances; to make available to the public
- Works in such a way that members of the public may access these
- Works from a place and at a place individually chosen by them;
- to perform the Work to the public by any means or process and
- the communication to the public of the performances of the Work,
- including by public digital performance; to broadcast and
- rebroadcast the Work by any means including signs, sounds or
- images.
-
- i. "Reproduce" means to make copies of the Work by any means
- including without limitation by sound or visual recordings and
- the right of fixation and reproducing fixations of the Work,
- including storage of a protected performance or phonogram in
- digital form or other electronic medium.
-
- 2. Fair Dealing Rights. Nothing in this License is intended to
- reduce, limit, or restrict any uses free from copyright or rights
- arising from limitations or exceptions that are provided for in
- connection with the copyright protection under copyright law or other
- applicable laws.
-
- 3. License Grant. Subject to the terms and conditions of this License,
- Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
- perpetual (for the duration of the applicable copyright) license to
- exercise the rights in the Work as stated below:
-
- a. to Reproduce the Work, to incorporate the Work into one or more
- Collections, and to Reproduce the Work as incorporated in the
- Collections;
-
- b. to create and Reproduce Adaptations provided that any such
- Adaptation, including any translation in any medium, takes
- reasonable steps to clearly label, demarcate or otherwise
- identify that changes were made to the original Work. For
- example, a translation could be marked "The original work was
- translated from English to Spanish," or a modification could
- indicate "The original work has been modified.";
-
- c. to Distribute and Publicly Perform the Work including as
- incorporated in Collections; and,
-
- d. to Distribute and Publicly Perform Adaptations.
-
- e. For the avoidance of doubt:
-
- i. Non-waivable Compulsory License Schemes. In those
- jurisdictions in which the right to collect royalties
- through any statutory or compulsory licensing scheme cannot
- be waived, the Licensor reserves the exclusive right to
- collect such royalties for any exercise by You of the
- rights granted under this License;
-
- ii. Waivable Compulsory License Schemes. In those jurisdictions
- in which the right to collect royalties through any
- statutory or compulsory licensing scheme can be waived, the
- Licensor waives the exclusive right to collect such
- royalties for any exercise by You of the rights granted
- under this License; and,
-
- iii. Voluntary License Schemes. The Licensor waives the right to
- collect royalties, whether individually or, in the event
- that the Licensor is a member of a collecting society that
- administers voluntary licensing schemes, via that society,
- from any exercise by You of the rights granted under this
- License.
-
- The above rights may be exercised in all media and formats whether
- now known or hereafter devised. The above rights include the right to
- make such modifications as are technically necessary to exercise the
- rights in other media and formats. Subject to Section 8(f), all
- rights not expressly granted by Licensor are hereby reserved.
-
- 4. Restrictions. The license granted in Section 3 above is expressly
- made subject to and limited by the following restrictions:
-
- a. You may Distribute or Publicly Perform the Work only under the
- terms of this License. You must include a copy of, or the
- Uniform Resource Identifier (URI) for, this License with every
- copy of the Work You Distribute or Publicly Perform. You may not
- offer or impose any terms on the Work that restrict the terms of
- this License or the ability of the recipient of the Work to
- exercise the rights granted to that recipient under the terms of
- the License. You may not sublicense the Work. You must keep
- intact all notices that refer to this License and to the
- disclaimer of warranties with every copy of the Work You
- Distribute or Publicly Perform. When You Distribute or Publicly
- Perform the Work, You may not impose any effective technological
- measures on the Work that restrict the ability of a recipient of
- the Work from You to exercise the rights granted to that
- recipient under the terms of the License. This Section 4(a)
- applies to the Work as incorporated in a Collection, but this
- does not require the Collection apart from the Work itself to be
- made subject to the terms of this License. If You create a
- Collection, upon notice from any Licensor You must, to the
- extent practicable, remove from the Collection any credit as
- required by Section 4(b), as requested. If You create an
- Adaptation, upon notice from any Licensor You must, to the
- extent practicable, remove from the Adaptation any credit as
- required by Section 4(b), as requested.
-
- b. If You Distribute, or Publicly Perform the Work or any
- Adaptations or Collections, You must, unless a request has been
- made pursuant to Section 4(a), keep intact all copyright notices
- for the Work and provide, reasonable to the medium or means You
- are utilizing: (i) the name of the Original Author (or
- pseudonym, if applicable) if supplied, and/or if the Original
- Author and/or Licensor designate another party or parties (e.g.,
- a sponsor institute, publishing entity, journal) for attribution
- ("Attribution Parties") in Licensor's copyright notice, terms of
- service or by other reasonable means, the name of such party or
- parties; (ii) the title of the Work if supplied; (iii) to the
- extent reasonably practicable, the URI, if any, that Licensor
- specifies to be associated with the Work, unless such URI does
- not refer to the copyright notice or licensing information for
- the Work; and (iv) , consistent with Section 3(b), in the case
- of an Adaptation, a credit identifying the use of the Work in
- the Adaptation (e.g., "French translation of the Work by
- Original Author," or "Screenplay based on original Work by
- Original Author"). The credit required by this Section 4 (b) may
- be implemented in any reasonable manner; provided, however, that
- in the case of a Adaptation or Collection, at a minimum such
- credit will appear, if a credit for all contributing authors of
- the Adaptation or Collection appears, then as part of these
- credits and in a manner at least as prominent as the credits for
- the other contributing authors. For the avoidance of doubt, You
- may only use the credit required by this Section for the purpose
- of attribution in the manner set out above and, by exercising
- Your rights under this License, You may not implicitly or
- explicitly assert or imply any connection with, sponsorship or
- endorsement by the Original Author, Licensor and/or Attribution
- Parties, as appropriate, of You or Your use of the Work, without
- the separate, express prior written permission of the Original
- Author, Licensor and/or Attribution Parties.
-
- c. Except as otherwise agreed in writing by the Licensor or as may
- be otherwise permitted by applicable law, if You Reproduce,
- Distribute or Publicly Perform the Work either by itself or as
- part of any Adaptations or Collections, You must not distort,
- mutilate, modify or take other derogatory action in relation to
- the Work which would be prejudicial to the Original Author's
- honor or reputation. Licensor agrees that in those jurisdictions
- (e.g. Japan), in which any exercise of the right granted in
- Section 3(b) of this License (the right to make Adaptations)
- would be deemed to be a distortion, mutilation, modification or
- other derogatory action prejudicial to the Original Author's
- honor and reputation, the Licensor will waive or not assert, as
- appropriate, this Section, to the fullest extent permitted by
- the applicable national law, to enable You to reasonably
- exercise Your right under Section 3(b) of this License (right to
- make Adaptations) but not otherwise.
-
- 5. Representations, Warranties and Disclaimer
-
- UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING,
- LICENSOR 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, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE,
- NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY,
- OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE.
- SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES,
- SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
-
- 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY
- APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY
- LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR
- EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK,
- EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
- 7. Termination
-
- a. This License and the rights granted hereunder will terminate
- automatically upon any breach by You of the terms of this
- License. Individuals or entities who have received Adaptations
- or Collections from You under this License, however, will not
- have their licenses terminated provided such individuals or
- entities remain in full compliance with those licenses.
- Sections 1, 2, 5, 6, 7, and 8 will survive any termination of
- this License.
-
- b. Subject to the above terms and conditions, the license granted
- here is perpetual (for the duration of the applicable copyright
- in the Work). Notwithstanding the above, Licensor reserves the
- right to release the Work under different license terms or to
- stop distributing the Work at any time; provided, however that
- any such election will not serve to withdraw this License (or
- any other license that has been, or is required to be, granted
- under the terms of this License), and this License will continue
- in full force and effect unless terminated as stated above.
-
- 8. Miscellaneous
-
- a. Each time You Distribute or Publicly Perform the Work or a
- Collection, the Licensor offers to the recipient a license to
- the Work on the same terms and conditions as the license granted
- to You under this License.
-
- b. Each time You Distribute or Publicly Perform an Adaptation,
- Licensor offers to the recipient a license to the original Work
- on the same terms and conditions as the license granted to You
- under this License.
-
- c. If any provision of this License is invalid or unenforceable
- under applicable law, it shall not affect the validity or
- enforceability of the remainder of the terms of this License,
- and without further action by the parties to this agreement,
- such provision shall be reformed to the minimum extent necessary
- to make such provision valid and enforceable.
-
- d. No term or provision of this License shall be deemed waived and
- no breach consented to unless such waiver or consent shall be in
- writing and signed by the party to be charged with such waiver
- or consent.
-
- e. This License constitutes the entire agreement between the
- parties with respect to the Work licensed here. There are no
- understandings, agreements or representations with respect to
- the Work not specified here. Licensor shall not be bound by any
- additional provisions that may appear in any communication from
- You. This License may not be modified without the mutual written
- agreement of the Licensor and You.
-
- f. The rights granted under, and the subject matter referenced, in
- this License were drafted utilizing the terminology of the Berne
- Convention for the Protection of Literary and Artistic Works (as
- amended on September 28, 1979), the Rome Convention of 1961, the
- WIPO Copyright Treaty of 1996, the WIPO Performances and
- Phonograms Treaty of 1996 and the Universal Copyright Convention
- (as revised on July 24, 1971). These rights and subject matter
- take effect in the relevant jurisdiction in which the License
- terms are sought to be enforced according to the corresponding
- provisions of the implementation of those treaty provisions in
- the applicable national law. If the standard suite of rights
- granted under applicable copyright law includes additional
- rights not granted under this License, such additional rights
- are deemed to be included in the License; this License is not
- intended to restrict the license of any rights under applicable law.
- - score: '98.1'
- start_line: 708
- end_line: 731
- matcher: 1-hash
- rule_length: 206
- matched_length: 206
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-2-clause-views_11.RULE
- license_expression: bsd-2-clause-views
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- 2. 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.
-
- THIS SOFTWARE IS PROVIDED BY [Andrea] [Leofreddi] ``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 [Andrea] [Leofreddi] OR CONTRIBUTORS 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.
-
- The views and conclusions contained in the software and documentation are those
- of the authors and should not be interpreted as representing official policies,
- either expressed or implied, of
- - score: '100.0'
- start_line: 171
- end_line: 174
- matcher: 2-aho
- rule_length: 25
- matched_length: 25
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: sunpro.LICENSE
- license_expression: sunpro
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Developed at SunPro, a Sun Microsystems, Inc. business.
- Permission to use, copy, modify, and distribute this
- software is freely granted, provided that this notice
- is preserved.
- - score: '100.0'
- start_line: 209
- end_line: 211
- matcher: 2-aho
- rule_length: 17
- matched_length: 17
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cc-by-3.0_111.RULE
- license_expression: cc-by-3.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- are covered by the
- Creative Commons Attribution 3.0
- license.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/lacme/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/lacme/stable_copyright-detailed.expected.yml
index 8116a108a10..debab3b2727 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/lacme/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/lacme/stable_copyright-detailed.expected.yml
@@ -1,46 +1,86 @@
-primary_license: gpl-3.0-plus
declared_license:
- GPL-3+
- GPL-3+
-license_expression: gpl-3.0-plus AND gpl-3.0-plus
-copyright: © 2015-2017 Guilhem Moulin
-matches:
- - score: '100.0'
- start_line: 8
- end_line: 8
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_92.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-3+'
- - score: '100.0'
- start_line: 9
- end_line: 15
- matcher: 1-hash
- rule_length: 67
- matched_length: 67
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_509.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package 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 Software Foundation; either version 3 of the License, or (at your
- option) any later version.
+declared_license_expression: gpl-3.0-plus
+declared_license_expression_spdx: GPL-3.0-or-later
+other_license_expression: gpl-3.0-plus AND gpl-3.0-plus
+other_license_expression_spdx: GPL-3.0-or-later AND GPL-3.0-or-later
+license_detections: []
+other_license_detections:
+ - license_expression: gpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 8
+ end_line: 8
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_92.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_92.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-3+'
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - score: '100.0'
+ start_line: 9
+ end_line: 15
+ matched_length: 67
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_509.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_509.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 67
+ rule_relevance: 100
+ matched_text: |
+ This package 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 Software Foundation; either version 3 of the License, or (at your
+ option) any later version.
- On Debian systems, the complete text of the GNU General Public License
- version 3 can be found in file "/usr/share/common-licenses/GPL-3".
+ On Debian systems, the complete text of the GNU General Public License
+ version 3 can be found in file "/usr/share/common-licenses/GPL-3".
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+copyright: © 2015-2017 Guilhem Moulin
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/linux-signed-amd64/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/linux-signed-amd64/stable_copyright-detailed.expected.yml
index 97b60ac036a..86a5ff13754 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/linux-signed-amd64/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/linux-signed-amd64/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-2.0
declared_license:
- GPL-2
- GPL-2
@@ -11,9 +10,502 @@ declared_license:
- GPL-2
- LGPL-2.1
- GPL-2+ or X11
-license_expression: (gpl-2.0 AND gpl-2.0) AND (gpl-2.0 AND gpl-2.0) AND (lgpl-2.1 AND lgpl-2.1-plus
- AND lgpl-2.1) AND (gpl-2.0-plus OR mit) AND (bsd-new OR gpl-1.0-plus) AND unicode AND mit
- AND (lgpl-2.1 AND lgpl-2.1-plus AND lgpl-2.1)
+declared_license_expression: gpl-2.0
+declared_license_expression_spdx: GPL-2.0-only
+other_license_expression: (gpl-2.0 AND gpl-2.0) AND (gpl-2.0 AND gpl-2.0) AND (lgpl-2.1 AND
+ lgpl-2.1-plus AND lgpl-2.1) AND (gpl-2.0-plus OR mit) AND (bsd-new OR gpl-1.0-plus) AND unicode
+ AND mit AND (lgpl-2.1 AND lgpl-2.1-plus AND lgpl-2.1)
+other_license_expression_spdx: (GPL-2.0-only AND GPL-2.0-only) AND (GPL-2.0-only AND GPL-2.0-only)
+ AND (LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-2.1-only) AND (GPL-2.0-or-later OR MIT)
+ AND (BSD-3-Clause OR GPL-1.0-or-later) AND LicenseRef-scancode-unicode AND MIT AND (LGPL-2.1-only
+ AND LGPL-2.1-or-later AND LGPL-2.1-only)
+license_detections: []
+other_license_detections:
+ - license_expression: bsd-new OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.6'
+ start_line: 91
+ end_line: 121
+ matched_length: 250
+ match_coverage: '100.0'
+ matcher: 3-seq
+ license_expression: bsd-new OR gpl-1.0-plus
+ rule_identifier: bsd-new_or_gpl.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_or_gpl.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 250
+ rule_relevance: 100
+ matched_text: |
+ 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 must retain copyright notices, 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.
+ * Neither the name of the CRYPTOGAMS nor the names of its copyright
+ holder and contributors may be used to endorse or promote products
+ derived from this software without specific prior written
+ permission.
+
+ ALTERNATIVELY, provided that this notice is retained in full, this
+ product may be distributed under the terms of the GNU General Public
+ License (GPL), in which case the provisions of the GPL apply INSTEAD
+ OF those given above.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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 THE COPYRIGHT
+ OWNER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: unicode
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 126
+ end_line: 156
+ matched_length: 309
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: unicode
+ rule_identifier: unicode_17.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unicode_17.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 309
+ rule_relevance: 100
+ matched_text: |
+ Distributed under the Terms of Use in
+ http://www.unicode.org/copyright.html.
+
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of the Unicode data files and any associated documentation (the "Data
+ Files") or Unicode software and any associated documentation (the
+ "Software") to deal in the Data Files or Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, and/or sell copies of the Data Files or Software, and
+ to permit persons to whom the Data Files or Software are furnished to do
+ so, provided that (a) the above copyright notice(s) and this permission
+ notice appear with all copies of the Data Files or Software, (b) both the
+ above copyright notice(s) and this permission notice appear in associated
+ documentation, and (c) there is clear notice in each modified Data File or
+ in the Software as well as in the documentation associated with the Data
+ File(s) or Software that the data or software has been modified.
+
+ THE DATA FILES AND SOFTWARE 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 OF
+ THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
+ INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
+ OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
+ USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+
+ Except as contained in this notice, the name of a copyright holder shall
+ not be used in advertising or otherwise to promote the sale, use or other
+ dealings in these Data Files or Software without prior written
+ authorization of the copyright holder.
+ licenses:
+ - key: unicode
+ name: Unicode Inc License Agreement
+ short_name: Unicode Inc License Agreement
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Unicode Consortium
+ homepage_url: http://unicode.org/
+ text_url: http://unicode.org/copyright.html
+ reference_url: https://scancode-licensedb.aboutcode.org/unicode
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
+ spdx_license_key: LicenseRef-scancode-unicode
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 171
+ end_line: 187
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and 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
+ 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: '194'
+ end_line: '194'
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_561.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_561.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: '195'
+ end_line: 209
+ matched_length: 126
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1330.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1330.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 126
+ rule_relevance: 100
+ matched_text: |
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+ On Debian systems, the complete text of the GNU General Public License version
+ 2 can be found in `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: lgpl-2.1 AND lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 211
+ end_line: 211
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_38.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1'
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - score: '100.0'
+ start_line: 212
+ end_line: 223
+ matched_length: 106
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_62.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_62.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 106
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program; If not, see .
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 225
+ end_line: 226
+ matched_length: 27
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_293.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_293.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 27
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - license_expression: gpl-2.0-plus OR mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 229
+ end_line: 265
+ matched_length: 282
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus OR mit
+ rule_identifier: gpl-2.0-plus_or_mit2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_or_mit2.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 282
+ rule_relevance: 100
+ matched_text: |
+ This file is dual-licensed: you can use it either under the terms
+ of the GPL or the X11 license, at your option. Note that this dual
+ licensing only applies to this file, and not this project as a
+ whole.
+
+ a) This file 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 Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+
+ This file is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ Or, alternatively,
+
+ b) 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 to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+
+ The above copyright notice and 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 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.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
copyright: |
1991-2012 Linus Torvalds and many others
1996-2006 Manoj Srivastava
@@ -35,293 +527,3 @@ copyright: |
2010 Ryan Wilson
2014-2015 Red Hat, Inc.
2015 Intel Corporation
-matches:
- - score: '99.6'
- start_line: 91
- end_line: 121
- matcher: 3-seq
- rule_length: 250
- matched_length: 250
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_or_gpl.RULE
- license_expression: bsd-new OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 must retain copyright notices, 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.
- * Neither the name of the [CRYPTOGAMS] nor the names of its copyright
- holder and contributors may be used to endorse or promote products
- derived from this software without specific prior written
- permission.
-
- ALTERNATIVELY, provided that this notice is retained in full, this
- product may be distributed under the terms of the GNU General Public
- License (GPL), in which case the provisions of the GPL apply INSTEAD
- OF those given above.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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 THE COPYRIGHT
- OWNER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 126
- end_line: 156
- matcher: 2-aho
- rule_length: 309
- matched_length: 309
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: unicode_17.RULE
- license_expression: unicode
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Distributed under the Terms of Use in
- http://www.unicode.org/copyright.html.
-
- Permission is hereby granted, free of charge, to any person obtaining a
- copy of the Unicode data files and any associated documentation (the "Data
- Files") or Unicode software and any associated documentation (the
- "Software") to deal in the Data Files or Software without restriction,
- including without limitation the rights to use, copy, modify, merge,
- publish, distribute, and/or sell copies of the Data Files or Software, and
- to permit persons to whom the Data Files or Software are furnished to do
- so, provided that (a) the above copyright notice(s) and this permission
- notice appear with all copies of the Data Files or Software, (b) both the
- above copyright notice(s) and this permission notice appear in associated
- documentation, and (c) there is clear notice in each modified Data File or
- in the Software as well as in the documentation associated with the Data
- File(s) or Software that the data or software has been modified.
-
- THE DATA FILES AND SOFTWARE 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 OF
- THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
- INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
- OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
- USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THE DATA FILES OR SOFTWARE.
-
- Except as contained in this notice, the name of a copyright holder shall
- not be used in advertising or otherwise to promote the sale, use or other
- dealings in these Data Files or Software without prior written
- authorization of the copyright holder.
- - score: '100.0'
- start_line: 171
- end_line: 187
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
- sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and 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
- 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.
- - score: '100.0'
- start_line: '194'
- end_line: '194'
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_561.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2'
- - score: '100.0'
- start_line: '195'
- end_line: 209
- matcher: 1-hash
- rule_length: 126
- matched_length: 126
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1330.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 as
- published by the Free Software Foundation.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
- On Debian systems, the complete text of the GNU General Public License version
- 2 can be found in `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 211
- end_line: 211
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_38.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1'
- - score: '100.0'
- start_line: 212
- end_line: 223
- matcher: 2-aho
- rule_length: 106
- matched_length: 106
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_62.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation; either version 2.1 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this program; If not, see .
- - score: '100.0'
- start_line: 225
- end_line: 226
- matcher: 2-aho
- rule_length: 27
- matched_length: 27
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_293.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of the GNU Lesser General Public
- License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
- - score: '100.0'
- start_line: 229
- end_line: 265
- matcher: 1-hash
- rule_length: 282
- matched_length: 282
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_or_mit2.RULE
- license_expression: gpl-2.0-plus OR mit
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This file is dual-licensed: you can use it either under the terms
- of the GPL or the X11 license, at your option. Note that this dual
- licensing only applies to this file, and not this project as a
- whole.
-
- a) This file 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 Software Foundation; either version 2 of the
- License, or (at your option) any later version.
-
- This file is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- Or, alternatively,
-
- b) 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 to use,
- copy, modify, merge, publish, distribute, sublicense, and/or
- sell copies of the Software, and to permit persons to whom the
- Software is furnished to do so, subject to the following
- conditions:
-
- The above copyright notice and 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 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.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/linux-signed-arm64/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/linux-signed-arm64/stable_copyright-detailed.expected.yml
index 97b60ac036a..86a5ff13754 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/linux-signed-arm64/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/linux-signed-arm64/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-2.0
declared_license:
- GPL-2
- GPL-2
@@ -11,9 +10,502 @@ declared_license:
- GPL-2
- LGPL-2.1
- GPL-2+ or X11
-license_expression: (gpl-2.0 AND gpl-2.0) AND (gpl-2.0 AND gpl-2.0) AND (lgpl-2.1 AND lgpl-2.1-plus
- AND lgpl-2.1) AND (gpl-2.0-plus OR mit) AND (bsd-new OR gpl-1.0-plus) AND unicode AND mit
- AND (lgpl-2.1 AND lgpl-2.1-plus AND lgpl-2.1)
+declared_license_expression: gpl-2.0
+declared_license_expression_spdx: GPL-2.0-only
+other_license_expression: (gpl-2.0 AND gpl-2.0) AND (gpl-2.0 AND gpl-2.0) AND (lgpl-2.1 AND
+ lgpl-2.1-plus AND lgpl-2.1) AND (gpl-2.0-plus OR mit) AND (bsd-new OR gpl-1.0-plus) AND unicode
+ AND mit AND (lgpl-2.1 AND lgpl-2.1-plus AND lgpl-2.1)
+other_license_expression_spdx: (GPL-2.0-only AND GPL-2.0-only) AND (GPL-2.0-only AND GPL-2.0-only)
+ AND (LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-2.1-only) AND (GPL-2.0-or-later OR MIT)
+ AND (BSD-3-Clause OR GPL-1.0-or-later) AND LicenseRef-scancode-unicode AND MIT AND (LGPL-2.1-only
+ AND LGPL-2.1-or-later AND LGPL-2.1-only)
+license_detections: []
+other_license_detections:
+ - license_expression: bsd-new OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.6'
+ start_line: 91
+ end_line: 121
+ matched_length: 250
+ match_coverage: '100.0'
+ matcher: 3-seq
+ license_expression: bsd-new OR gpl-1.0-plus
+ rule_identifier: bsd-new_or_gpl.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_or_gpl.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 250
+ rule_relevance: 100
+ matched_text: |
+ 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 must retain copyright notices, 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.
+ * Neither the name of the CRYPTOGAMS nor the names of its copyright
+ holder and contributors may be used to endorse or promote products
+ derived from this software without specific prior written
+ permission.
+
+ ALTERNATIVELY, provided that this notice is retained in full, this
+ product may be distributed under the terms of the GNU General Public
+ License (GPL), in which case the provisions of the GPL apply INSTEAD
+ OF those given above.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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 THE COPYRIGHT
+ OWNER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: unicode
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 126
+ end_line: 156
+ matched_length: 309
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: unicode
+ rule_identifier: unicode_17.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unicode_17.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 309
+ rule_relevance: 100
+ matched_text: |
+ Distributed under the Terms of Use in
+ http://www.unicode.org/copyright.html.
+
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of the Unicode data files and any associated documentation (the "Data
+ Files") or Unicode software and any associated documentation (the
+ "Software") to deal in the Data Files or Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, and/or sell copies of the Data Files or Software, and
+ to permit persons to whom the Data Files or Software are furnished to do
+ so, provided that (a) the above copyright notice(s) and this permission
+ notice appear with all copies of the Data Files or Software, (b) both the
+ above copyright notice(s) and this permission notice appear in associated
+ documentation, and (c) there is clear notice in each modified Data File or
+ in the Software as well as in the documentation associated with the Data
+ File(s) or Software that the data or software has been modified.
+
+ THE DATA FILES AND SOFTWARE 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 OF
+ THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
+ INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
+ OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
+ USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+
+ Except as contained in this notice, the name of a copyright holder shall
+ not be used in advertising or otherwise to promote the sale, use or other
+ dealings in these Data Files or Software without prior written
+ authorization of the copyright holder.
+ licenses:
+ - key: unicode
+ name: Unicode Inc License Agreement
+ short_name: Unicode Inc License Agreement
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Unicode Consortium
+ homepage_url: http://unicode.org/
+ text_url: http://unicode.org/copyright.html
+ reference_url: https://scancode-licensedb.aboutcode.org/unicode
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
+ spdx_license_key: LicenseRef-scancode-unicode
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 171
+ end_line: 187
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and 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
+ 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: '194'
+ end_line: '194'
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_561.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_561.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: '195'
+ end_line: 209
+ matched_length: 126
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1330.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1330.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 126
+ rule_relevance: 100
+ matched_text: |
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+ On Debian systems, the complete text of the GNU General Public License version
+ 2 can be found in `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: lgpl-2.1 AND lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 211
+ end_line: 211
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_38.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1'
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - score: '100.0'
+ start_line: 212
+ end_line: 223
+ matched_length: 106
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_62.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_62.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 106
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program; If not, see .
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 225
+ end_line: 226
+ matched_length: 27
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_293.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_293.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 27
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - license_expression: gpl-2.0-plus OR mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 229
+ end_line: 265
+ matched_length: 282
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus OR mit
+ rule_identifier: gpl-2.0-plus_or_mit2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_or_mit2.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 282
+ rule_relevance: 100
+ matched_text: |
+ This file is dual-licensed: you can use it either under the terms
+ of the GPL or the X11 license, at your option. Note that this dual
+ licensing only applies to this file, and not this project as a
+ whole.
+
+ a) This file 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 Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+
+ This file is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ Or, alternatively,
+
+ b) 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 to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+
+ The above copyright notice and 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 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.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
copyright: |
1991-2012 Linus Torvalds and many others
1996-2006 Manoj Srivastava
@@ -35,293 +527,3 @@ copyright: |
2010 Ryan Wilson
2014-2015 Red Hat, Inc.
2015 Intel Corporation
-matches:
- - score: '99.6'
- start_line: 91
- end_line: 121
- matcher: 3-seq
- rule_length: 250
- matched_length: 250
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_or_gpl.RULE
- license_expression: bsd-new OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 must retain copyright notices, 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.
- * Neither the name of the [CRYPTOGAMS] nor the names of its copyright
- holder and contributors may be used to endorse or promote products
- derived from this software without specific prior written
- permission.
-
- ALTERNATIVELY, provided that this notice is retained in full, this
- product may be distributed under the terms of the GNU General Public
- License (GPL), in which case the provisions of the GPL apply INSTEAD
- OF those given above.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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 THE COPYRIGHT
- OWNER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 126
- end_line: 156
- matcher: 2-aho
- rule_length: 309
- matched_length: 309
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: unicode_17.RULE
- license_expression: unicode
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Distributed under the Terms of Use in
- http://www.unicode.org/copyright.html.
-
- Permission is hereby granted, free of charge, to any person obtaining a
- copy of the Unicode data files and any associated documentation (the "Data
- Files") or Unicode software and any associated documentation (the
- "Software") to deal in the Data Files or Software without restriction,
- including without limitation the rights to use, copy, modify, merge,
- publish, distribute, and/or sell copies of the Data Files or Software, and
- to permit persons to whom the Data Files or Software are furnished to do
- so, provided that (a) the above copyright notice(s) and this permission
- notice appear with all copies of the Data Files or Software, (b) both the
- above copyright notice(s) and this permission notice appear in associated
- documentation, and (c) there is clear notice in each modified Data File or
- in the Software as well as in the documentation associated with the Data
- File(s) or Software that the data or software has been modified.
-
- THE DATA FILES AND SOFTWARE 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 OF
- THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
- INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
- OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
- USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THE DATA FILES OR SOFTWARE.
-
- Except as contained in this notice, the name of a copyright holder shall
- not be used in advertising or otherwise to promote the sale, use or other
- dealings in these Data Files or Software without prior written
- authorization of the copyright holder.
- - score: '100.0'
- start_line: 171
- end_line: 187
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
- sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and 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
- 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.
- - score: '100.0'
- start_line: '194'
- end_line: '194'
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_561.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2'
- - score: '100.0'
- start_line: '195'
- end_line: 209
- matcher: 1-hash
- rule_length: 126
- matched_length: 126
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1330.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 as
- published by the Free Software Foundation.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
- On Debian systems, the complete text of the GNU General Public License version
- 2 can be found in `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 211
- end_line: 211
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_38.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1'
- - score: '100.0'
- start_line: 212
- end_line: 223
- matcher: 2-aho
- rule_length: 106
- matched_length: 106
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_62.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation; either version 2.1 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this program; If not, see .
- - score: '100.0'
- start_line: 225
- end_line: 226
- matcher: 2-aho
- rule_length: 27
- matched_length: 27
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_293.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of the GNU Lesser General Public
- License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
- - score: '100.0'
- start_line: 229
- end_line: 265
- matcher: 1-hash
- rule_length: 282
- matched_length: 282
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_or_mit2.RULE
- license_expression: gpl-2.0-plus OR mit
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This file is dual-licensed: you can use it either under the terms
- of the GPL or the X11 license, at your option. Note that this dual
- licensing only applies to this file, and not this project as a
- whole.
-
- a) This file 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 Software Foundation; either version 2 of the
- License, or (at your option) any later version.
-
- This file is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- Or, alternatively,
-
- b) 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 to use,
- copy, modify, merge, publish, distribute, sublicense, and/or
- sell copies of the Software, and to permit persons to whom the
- Software is furnished to do so, subject to the following
- conditions:
-
- The above copyright notice and 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 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.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/linux-signed-i386/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/linux-signed-i386/stable_copyright-detailed.expected.yml
index 97b60ac036a..86a5ff13754 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/linux-signed-i386/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/linux-signed-i386/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-2.0
declared_license:
- GPL-2
- GPL-2
@@ -11,9 +10,502 @@ declared_license:
- GPL-2
- LGPL-2.1
- GPL-2+ or X11
-license_expression: (gpl-2.0 AND gpl-2.0) AND (gpl-2.0 AND gpl-2.0) AND (lgpl-2.1 AND lgpl-2.1-plus
- AND lgpl-2.1) AND (gpl-2.0-plus OR mit) AND (bsd-new OR gpl-1.0-plus) AND unicode AND mit
- AND (lgpl-2.1 AND lgpl-2.1-plus AND lgpl-2.1)
+declared_license_expression: gpl-2.0
+declared_license_expression_spdx: GPL-2.0-only
+other_license_expression: (gpl-2.0 AND gpl-2.0) AND (gpl-2.0 AND gpl-2.0) AND (lgpl-2.1 AND
+ lgpl-2.1-plus AND lgpl-2.1) AND (gpl-2.0-plus OR mit) AND (bsd-new OR gpl-1.0-plus) AND unicode
+ AND mit AND (lgpl-2.1 AND lgpl-2.1-plus AND lgpl-2.1)
+other_license_expression_spdx: (GPL-2.0-only AND GPL-2.0-only) AND (GPL-2.0-only AND GPL-2.0-only)
+ AND (LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-2.1-only) AND (GPL-2.0-or-later OR MIT)
+ AND (BSD-3-Clause OR GPL-1.0-or-later) AND LicenseRef-scancode-unicode AND MIT AND (LGPL-2.1-only
+ AND LGPL-2.1-or-later AND LGPL-2.1-only)
+license_detections: []
+other_license_detections:
+ - license_expression: bsd-new OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.6'
+ start_line: 91
+ end_line: 121
+ matched_length: 250
+ match_coverage: '100.0'
+ matcher: 3-seq
+ license_expression: bsd-new OR gpl-1.0-plus
+ rule_identifier: bsd-new_or_gpl.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_or_gpl.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 250
+ rule_relevance: 100
+ matched_text: |
+ 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 must retain copyright notices, 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.
+ * Neither the name of the CRYPTOGAMS nor the names of its copyright
+ holder and contributors may be used to endorse or promote products
+ derived from this software without specific prior written
+ permission.
+
+ ALTERNATIVELY, provided that this notice is retained in full, this
+ product may be distributed under the terms of the GNU General Public
+ License (GPL), in which case the provisions of the GPL apply INSTEAD
+ OF those given above.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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 THE COPYRIGHT
+ OWNER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: unicode
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 126
+ end_line: 156
+ matched_length: 309
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: unicode
+ rule_identifier: unicode_17.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unicode_17.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 309
+ rule_relevance: 100
+ matched_text: |
+ Distributed under the Terms of Use in
+ http://www.unicode.org/copyright.html.
+
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of the Unicode data files and any associated documentation (the "Data
+ Files") or Unicode software and any associated documentation (the
+ "Software") to deal in the Data Files or Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, and/or sell copies of the Data Files or Software, and
+ to permit persons to whom the Data Files or Software are furnished to do
+ so, provided that (a) the above copyright notice(s) and this permission
+ notice appear with all copies of the Data Files or Software, (b) both the
+ above copyright notice(s) and this permission notice appear in associated
+ documentation, and (c) there is clear notice in each modified Data File or
+ in the Software as well as in the documentation associated with the Data
+ File(s) or Software that the data or software has been modified.
+
+ THE DATA FILES AND SOFTWARE 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 OF
+ THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
+ INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
+ OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
+ USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+
+ Except as contained in this notice, the name of a copyright holder shall
+ not be used in advertising or otherwise to promote the sale, use or other
+ dealings in these Data Files or Software without prior written
+ authorization of the copyright holder.
+ licenses:
+ - key: unicode
+ name: Unicode Inc License Agreement
+ short_name: Unicode Inc License Agreement
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Unicode Consortium
+ homepage_url: http://unicode.org/
+ text_url: http://unicode.org/copyright.html
+ reference_url: https://scancode-licensedb.aboutcode.org/unicode
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
+ spdx_license_key: LicenseRef-scancode-unicode
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 171
+ end_line: 187
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and 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
+ 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: '194'
+ end_line: '194'
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_561.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_561.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: '195'
+ end_line: 209
+ matched_length: 126
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1330.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1330.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 126
+ rule_relevance: 100
+ matched_text: |
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+ On Debian systems, the complete text of the GNU General Public License version
+ 2 can be found in `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: lgpl-2.1 AND lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 211
+ end_line: 211
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_38.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1'
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - score: '100.0'
+ start_line: 212
+ end_line: 223
+ matched_length: 106
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_62.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_62.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 106
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program; If not, see .
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 225
+ end_line: 226
+ matched_length: 27
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_293.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_293.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 27
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - license_expression: gpl-2.0-plus OR mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 229
+ end_line: 265
+ matched_length: 282
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus OR mit
+ rule_identifier: gpl-2.0-plus_or_mit2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_or_mit2.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 282
+ rule_relevance: 100
+ matched_text: |
+ This file is dual-licensed: you can use it either under the terms
+ of the GPL or the X11 license, at your option. Note that this dual
+ licensing only applies to this file, and not this project as a
+ whole.
+
+ a) This file 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 Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+
+ This file is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ Or, alternatively,
+
+ b) 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 to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+
+ The above copyright notice and 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 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.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
copyright: |
1991-2012 Linus Torvalds and many others
1996-2006 Manoj Srivastava
@@ -35,293 +527,3 @@ copyright: |
2010 Ryan Wilson
2014-2015 Red Hat, Inc.
2015 Intel Corporation
-matches:
- - score: '99.6'
- start_line: 91
- end_line: 121
- matcher: 3-seq
- rule_length: 250
- matched_length: 250
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_or_gpl.RULE
- license_expression: bsd-new OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 must retain copyright notices, 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.
- * Neither the name of the [CRYPTOGAMS] nor the names of its copyright
- holder and contributors may be used to endorse or promote products
- derived from this software without specific prior written
- permission.
-
- ALTERNATIVELY, provided that this notice is retained in full, this
- product may be distributed under the terms of the GNU General Public
- License (GPL), in which case the provisions of the GPL apply INSTEAD
- OF those given above.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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 THE COPYRIGHT
- OWNER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 126
- end_line: 156
- matcher: 2-aho
- rule_length: 309
- matched_length: 309
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: unicode_17.RULE
- license_expression: unicode
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Distributed under the Terms of Use in
- http://www.unicode.org/copyright.html.
-
- Permission is hereby granted, free of charge, to any person obtaining a
- copy of the Unicode data files and any associated documentation (the "Data
- Files") or Unicode software and any associated documentation (the
- "Software") to deal in the Data Files or Software without restriction,
- including without limitation the rights to use, copy, modify, merge,
- publish, distribute, and/or sell copies of the Data Files or Software, and
- to permit persons to whom the Data Files or Software are furnished to do
- so, provided that (a) the above copyright notice(s) and this permission
- notice appear with all copies of the Data Files or Software, (b) both the
- above copyright notice(s) and this permission notice appear in associated
- documentation, and (c) there is clear notice in each modified Data File or
- in the Software as well as in the documentation associated with the Data
- File(s) or Software that the data or software has been modified.
-
- THE DATA FILES AND SOFTWARE 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 OF
- THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
- INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
- OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
- USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THE DATA FILES OR SOFTWARE.
-
- Except as contained in this notice, the name of a copyright holder shall
- not be used in advertising or otherwise to promote the sale, use or other
- dealings in these Data Files or Software without prior written
- authorization of the copyright holder.
- - score: '100.0'
- start_line: 171
- end_line: 187
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
- sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and 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
- 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.
- - score: '100.0'
- start_line: '194'
- end_line: '194'
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_561.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2'
- - score: '100.0'
- start_line: '195'
- end_line: 209
- matcher: 1-hash
- rule_length: 126
- matched_length: 126
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1330.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 as
- published by the Free Software Foundation.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
- On Debian systems, the complete text of the GNU General Public License version
- 2 can be found in `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 211
- end_line: 211
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_38.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1'
- - score: '100.0'
- start_line: 212
- end_line: 223
- matcher: 2-aho
- rule_length: 106
- matched_length: 106
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_62.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation; either version 2.1 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this program; If not, see .
- - score: '100.0'
- start_line: 225
- end_line: 226
- matcher: 2-aho
- rule_length: 27
- matched_length: 27
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_293.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of the GNU Lesser General Public
- License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
- - score: '100.0'
- start_line: 229
- end_line: 265
- matcher: 1-hash
- rule_length: 282
- matched_length: 282
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_or_mit2.RULE
- license_expression: gpl-2.0-plus OR mit
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This file is dual-licensed: you can use it either under the terms
- of the GPL or the X11 license, at your option. Note that this dual
- licensing only applies to this file, and not this project as a
- whole.
-
- a) This file 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 Software Foundation; either version 2 of the
- License, or (at your option) any later version.
-
- This file is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- Or, alternatively,
-
- b) 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 to use,
- copy, modify, merge, publish, distribute, sublicense, and/or
- sell copies of the Software, and to permit persons to whom the
- Software is furnished to do so, subject to the following
- conditions:
-
- The above copyright notice and 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 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.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/linux/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/linux/stable_copyright-detailed.expected.yml
index 97b60ac036a..86a5ff13754 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/linux/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/l/linux/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-2.0
declared_license:
- GPL-2
- GPL-2
@@ -11,9 +10,502 @@ declared_license:
- GPL-2
- LGPL-2.1
- GPL-2+ or X11
-license_expression: (gpl-2.0 AND gpl-2.0) AND (gpl-2.0 AND gpl-2.0) AND (lgpl-2.1 AND lgpl-2.1-plus
- AND lgpl-2.1) AND (gpl-2.0-plus OR mit) AND (bsd-new OR gpl-1.0-plus) AND unicode AND mit
- AND (lgpl-2.1 AND lgpl-2.1-plus AND lgpl-2.1)
+declared_license_expression: gpl-2.0
+declared_license_expression_spdx: GPL-2.0-only
+other_license_expression: (gpl-2.0 AND gpl-2.0) AND (gpl-2.0 AND gpl-2.0) AND (lgpl-2.1 AND
+ lgpl-2.1-plus AND lgpl-2.1) AND (gpl-2.0-plus OR mit) AND (bsd-new OR gpl-1.0-plus) AND unicode
+ AND mit AND (lgpl-2.1 AND lgpl-2.1-plus AND lgpl-2.1)
+other_license_expression_spdx: (GPL-2.0-only AND GPL-2.0-only) AND (GPL-2.0-only AND GPL-2.0-only)
+ AND (LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-2.1-only) AND (GPL-2.0-or-later OR MIT)
+ AND (BSD-3-Clause OR GPL-1.0-or-later) AND LicenseRef-scancode-unicode AND MIT AND (LGPL-2.1-only
+ AND LGPL-2.1-or-later AND LGPL-2.1-only)
+license_detections: []
+other_license_detections:
+ - license_expression: bsd-new OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.6'
+ start_line: 91
+ end_line: 121
+ matched_length: 250
+ match_coverage: '100.0'
+ matcher: 3-seq
+ license_expression: bsd-new OR gpl-1.0-plus
+ rule_identifier: bsd-new_or_gpl.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_or_gpl.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 250
+ rule_relevance: 100
+ matched_text: |
+ 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 must retain copyright notices, 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.
+ * Neither the name of the CRYPTOGAMS nor the names of its copyright
+ holder and contributors may be used to endorse or promote products
+ derived from this software without specific prior written
+ permission.
+
+ ALTERNATIVELY, provided that this notice is retained in full, this
+ product may be distributed under the terms of the GNU General Public
+ License (GPL), in which case the provisions of the GPL apply INSTEAD
+ OF those given above.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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 THE COPYRIGHT
+ OWNER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: unicode
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 126
+ end_line: 156
+ matched_length: 309
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: unicode
+ rule_identifier: unicode_17.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unicode_17.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 309
+ rule_relevance: 100
+ matched_text: |
+ Distributed under the Terms of Use in
+ http://www.unicode.org/copyright.html.
+
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of the Unicode data files and any associated documentation (the "Data
+ Files") or Unicode software and any associated documentation (the
+ "Software") to deal in the Data Files or Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, and/or sell copies of the Data Files or Software, and
+ to permit persons to whom the Data Files or Software are furnished to do
+ so, provided that (a) the above copyright notice(s) and this permission
+ notice appear with all copies of the Data Files or Software, (b) both the
+ above copyright notice(s) and this permission notice appear in associated
+ documentation, and (c) there is clear notice in each modified Data File or
+ in the Software as well as in the documentation associated with the Data
+ File(s) or Software that the data or software has been modified.
+
+ THE DATA FILES AND SOFTWARE 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 OF
+ THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
+ INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
+ OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
+ USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+
+ Except as contained in this notice, the name of a copyright holder shall
+ not be used in advertising or otherwise to promote the sale, use or other
+ dealings in these Data Files or Software without prior written
+ authorization of the copyright holder.
+ licenses:
+ - key: unicode
+ name: Unicode Inc License Agreement
+ short_name: Unicode Inc License Agreement
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Unicode Consortium
+ homepage_url: http://unicode.org/
+ text_url: http://unicode.org/copyright.html
+ reference_url: https://scancode-licensedb.aboutcode.org/unicode
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
+ spdx_license_key: LicenseRef-scancode-unicode
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 171
+ end_line: 187
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and 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
+ 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: '194'
+ end_line: '194'
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_561.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_561.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: '195'
+ end_line: 209
+ matched_length: 126
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1330.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1330.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 126
+ rule_relevance: 100
+ matched_text: |
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+ On Debian systems, the complete text of the GNU General Public License version
+ 2 can be found in `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: lgpl-2.1 AND lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 211
+ end_line: 211
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_38.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1'
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - score: '100.0'
+ start_line: 212
+ end_line: 223
+ matched_length: 106
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_62.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_62.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 106
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program; If not, see .
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 225
+ end_line: 226
+ matched_length: 27
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_293.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_293.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 27
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - license_expression: gpl-2.0-plus OR mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 229
+ end_line: 265
+ matched_length: 282
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus OR mit
+ rule_identifier: gpl-2.0-plus_or_mit2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_or_mit2.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 282
+ rule_relevance: 100
+ matched_text: |
+ This file is dual-licensed: you can use it either under the terms
+ of the GPL or the X11 license, at your option. Note that this dual
+ licensing only applies to this file, and not this project as a
+ whole.
+
+ a) This file 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 Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+
+ This file is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ Or, alternatively,
+
+ b) 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 to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+
+ The above copyright notice and 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 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.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
copyright: |
1991-2012 Linus Torvalds and many others
1996-2006 Manoj Srivastava
@@ -35,293 +527,3 @@ copyright: |
2010 Ryan Wilson
2014-2015 Red Hat, Inc.
2015 Intel Corporation
-matches:
- - score: '99.6'
- start_line: 91
- end_line: 121
- matcher: 3-seq
- rule_length: 250
- matched_length: 250
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_or_gpl.RULE
- license_expression: bsd-new OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 must retain copyright notices, 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.
- * Neither the name of the [CRYPTOGAMS] nor the names of its copyright
- holder and contributors may be used to endorse or promote products
- derived from this software without specific prior written
- permission.
-
- ALTERNATIVELY, provided that this notice is retained in full, this
- product may be distributed under the terms of the GNU General Public
- License (GPL), in which case the provisions of the GPL apply INSTEAD
- OF those given above.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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 THE COPYRIGHT
- OWNER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 126
- end_line: 156
- matcher: 2-aho
- rule_length: 309
- matched_length: 309
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: unicode_17.RULE
- license_expression: unicode
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Distributed under the Terms of Use in
- http://www.unicode.org/copyright.html.
-
- Permission is hereby granted, free of charge, to any person obtaining a
- copy of the Unicode data files and any associated documentation (the "Data
- Files") or Unicode software and any associated documentation (the
- "Software") to deal in the Data Files or Software without restriction,
- including without limitation the rights to use, copy, modify, merge,
- publish, distribute, and/or sell copies of the Data Files or Software, and
- to permit persons to whom the Data Files or Software are furnished to do
- so, provided that (a) the above copyright notice(s) and this permission
- notice appear with all copies of the Data Files or Software, (b) both the
- above copyright notice(s) and this permission notice appear in associated
- documentation, and (c) there is clear notice in each modified Data File or
- in the Software as well as in the documentation associated with the Data
- File(s) or Software that the data or software has been modified.
-
- THE DATA FILES AND SOFTWARE 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 OF
- THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
- INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
- OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
- USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THE DATA FILES OR SOFTWARE.
-
- Except as contained in this notice, the name of a copyright holder shall
- not be used in advertising or otherwise to promote the sale, use or other
- dealings in these Data Files or Software without prior written
- authorization of the copyright holder.
- - score: '100.0'
- start_line: 171
- end_line: 187
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
- sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and 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
- 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.
- - score: '100.0'
- start_line: '194'
- end_line: '194'
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_561.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2'
- - score: '100.0'
- start_line: '195'
- end_line: 209
- matcher: 1-hash
- rule_length: 126
- matched_length: 126
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1330.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 as
- published by the Free Software Foundation.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
- On Debian systems, the complete text of the GNU General Public License version
- 2 can be found in `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 211
- end_line: 211
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_38.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1'
- - score: '100.0'
- start_line: 212
- end_line: 223
- matcher: 2-aho
- rule_length: 106
- matched_length: 106
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_62.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation; either version 2.1 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this program; If not, see .
- - score: '100.0'
- start_line: 225
- end_line: 226
- matcher: 2-aho
- rule_length: 27
- matched_length: 27
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_293.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of the GNU Lesser General Public
- License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
- - score: '100.0'
- start_line: 229
- end_line: 265
- matcher: 1-hash
- rule_length: 282
- matched_length: 282
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_or_mit2.RULE
- license_expression: gpl-2.0-plus OR mit
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This file is dual-licensed: you can use it either under the terms
- of the GPL or the X11 license, at your option. Note that this dual
- licensing only applies to this file, and not this project as a
- whole.
-
- a) This file 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 Software Foundation; either version 2 of the
- License, or (at your option) any later version.
-
- This file is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- Or, alternatively,
-
- b) 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 to use,
- copy, modify, merge, publish, distribute, sublicense, and/or
- sell copies of the Software, and to permit persons to whom the
- Software is furnished to do so, subject to the following
- conditions:
-
- The above copyright notice and 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 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.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/libs/libsdl2-image/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/libs/libsdl2-image/stable_copyright-detailed.expected.yml
index ee9e96ab860..5c3c9f4eac1 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/libs/libsdl2-image/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/libs/libsdl2-image/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: zlib
declared_license:
- zlib/libpng
- zlib/libpng
@@ -7,8 +6,199 @@ declared_license:
- LGPL-2+
- zlib/libpng
- LGPL-2+
-license_expression: zlib AND zlib AND (lgpl-2.0-plus AND lgpl-2.1-plus) AND unlicense AND (lgpl-2.0-plus
- AND lgpl-2.1-plus)
+declared_license_expression: zlib
+declared_license_expression_spdx: Zlib
+other_license_expression: zlib AND zlib AND (lgpl-2.0-plus AND lgpl-2.1-plus) AND unlicense
+ AND (lgpl-2.0-plus AND lgpl-2.1-plus)
+other_license_expression_spdx: Zlib AND Zlib AND (LGPL-2.0-or-later AND LGPL-2.1-or-later) AND
+ Unlicense AND (LGPL-2.0-or-later AND LGPL-2.1-or-later)
+license_detections: []
+other_license_detections:
+ - license_expression: unlicense
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 33
+ end_line: 54
+ matched_length: 189
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: unlicense
+ rule_identifier: unlicense_6.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unlicense_6.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 189
+ rule_relevance: 100
+ matched_text: |
+ This is free and unencumbered software released into the public domain.
+
+ Anyone is free to copy, modify, publish, use, compile, sell, or
+ distribute this software, either in source code form or as a compiled
+ binary, for any purpose, commercial or non-commercial, and by any
+ means.
+
+ In jurisdictions that recognize copyright laws, the author or authors
+ of this software dedicate any and all copyright interest in the
+ software to the public domain. We make this dedication for the benefit
+ of the public at large and to the detriment of our heirs and
+ successors. We intend this dedication to be an overt act of
+ relinquishment in perpetuity of all present and future rights to this
+ software under copyright law.
+
+ 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 AUTHORS 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.
+ licenses:
+ - key: unlicense
+ name: Unlicense
+ short_name: Unlicense
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unlicense
+ homepage_url: http://unlicense.org/
+ text_url: https://unlicense.org/
+ reference_url: https://scancode-licensedb.aboutcode.org/unlicense
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unlicense.LICENSE
+ spdx_license_key: Unlicense
+ spdx_url: https://spdx.org/licenses/Unlicense
+ - license_expression: zlib
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 63
+ end_line: 77
+ matched_length: 132
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: zlib
+ rule_identifier: zlib.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 132
+ rule_relevance: 100
+ matched_text: |
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ licenses:
+ - key: zlib
+ name: ZLIB License
+ short_name: ZLIB License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: zlib
+ homepage_url: http://www.zlib.net/
+ text_url: http://www.gzip.org/zlib/zlib_license.html
+ reference_url: https://scancode-licensedb.aboutcode.org/zlib
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE
+ spdx_license_key: Zlib
+ spdx_url: https://spdx.org/licenses/Zlib
+ - license_expression: lgpl-2.0-plus AND lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 79
+ end_line: 79
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_61.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_61.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2+'
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - score: '100.0'
+ start_line: 80
+ end_line: 86
+ matched_length: 70
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_419.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_419.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 70
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 of the License, or (at
+ your option) any later version.
+
+ On Debian systems, the complete text of version 2 of the GNU Lesser
+ General Public License can be found in '/usr/share/common-licenses/LGPL-2'.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
copyright: |
1997-2016 Sam Lantinga
1997-2016 Sam Lantinga
@@ -20,112 +210,3 @@ copyright: |
2013, Manuel A. Fernandez Montecelo
2013, Felix Geyer
2016, Gianfranco Costamagna
-matches:
- - score: '100.0'
- start_line: 33
- end_line: 54
- matcher: 1-hash
- rule_length: 189
- matched_length: 189
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: unlicense_6.RULE
- license_expression: unlicense
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This is free and unencumbered software released into the public domain.
-
- Anyone is free to copy, modify, publish, use, compile, sell, or
- distribute this software, either in source code form or as a compiled
- binary, for any purpose, commercial or non-commercial, and by any
- means.
-
- In jurisdictions that recognize copyright laws, the author or authors
- of this software dedicate any and all copyright interest in the
- software to the public domain. We make this dedication for the benefit
- of the public at large and to the detriment of our heirs and
- successors. We intend this dedication to be an overt act of
- relinquishment in perpetuity of all present and future rights to this
- software under copyright law.
-
- 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 AUTHORS 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.
- - score: '100.0'
- start_line: 63
- end_line: 77
- matcher: 1-hash
- rule_length: 132
- matched_length: 132
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: zlib.LICENSE
- license_expression: zlib
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This software is provided 'as-is', without any express or implied
- warranty. In no event will the authors be held liable for any damages
- arising from the use of this software.
-
- Permission is granted to anyone to use this software for any purpose,
- including commercial applications, and to alter it and redistribute it
- freely, subject to the following restrictions:
-
- 1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would be
- appreciated but is not required.
- 2. Altered source versions must be plainly marked as such, and must not be
- misrepresented as being the original software.
- 3. This notice may not be removed or altered from any source distribution.
- - score: '100.0'
- start_line: 79
- end_line: 79
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_61.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2+'
- - score: '100.0'
- start_line: 80
- end_line: 86
- matcher: 1-hash
- rule_length: 70
- matched_length: 70
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_419.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation; either version 2.1 of the License, or (at
- your option) any later version.
-
- On Debian systems, the complete text of version 2 of the GNU Lesser
- General Public License can be found in '/usr/share/common-licenses/LGPL-2'.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/libt/libtk-img/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/libt/libtk-img/stable_copyright-detailed.expected.yml
index 4297cb36b7e..9b8c04e215a 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/libt/libtk-img/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/libt/libtk-img/stable_copyright-detailed.expected.yml
@@ -1,86 +1,129 @@
-primary_license: tcl
declared_license:
- Tcl
- Public-domain
- Tcl
- Public-domain
-license_expression: tcl AND pngsuite
-copyright: |
- 1997-2004 Jan Nijtmans
- 1999, 2011 Willem van Schaik
-matches:
- - score: '98.8'
- start_line: 13
- end_line: 53
- matcher: 3-seq
- rule_length: 332
- matched_length: 328
- match_coverage: '98.8'
- rule_relevance: 100
- identifier: tcl_3.RULE
- license_expression: tcl
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This software is copyrighted by [Jan] [Nijtmans] ([the] [maintainer])
- [and] a [lot] [of] [other] [people] [who] [contributed] [code] ([most] [notably]
- [Andreas] [Kupries], [Thomas] [G]. [Lane], [Ioi] [K]. [Lam], [Mario] [Weilguni]
- [and] [Roger] [E] [Critchlow] [Jr]).
- The following terms apply to all files associated with the
- software unless explicitly disclaimed in individual files.
+declared_license_expression: tcl
+declared_license_expression_spdx: TCL
+other_license_expression: tcl AND pngsuite
+other_license_expression_spdx: TCL AND LicenseRef-scancode-pngsuite
+license_detections: []
+other_license_detections:
+ - license_expression: tcl
+ detection_log:
+ - not-combined
+ matches:
+ - score: '98.8'
+ start_line: 13
+ end_line: 53
+ matched_length: 328
+ match_coverage: '98.8'
+ matcher: 3-seq
+ license_expression: tcl
+ rule_identifier: tcl_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/tcl_3.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 332
+ rule_relevance: 100
+ matched_text: |
+ This software is copyrighted by Jan Nijtmans (the maintainer)
+ and a lot of other people who contributed code (most notably
+ Andreas Kupries, Thomas G. Lane, Ioi K. Lam, Mario Weilguni
+ and Roger E Critchlow Jr).
+ The following terms apply to all files associated with the
+ software unless explicitly disclaimed in individual files.
- The authors hereby grant permission to use, copy, modify, distribute,
- and license this software and its documentation for any purpose, provided
- that existing copyright notices are retained in all copies and that this
- notice is included verbatim in any distributions. No written agreement,
- license, or royalty fee is required for any of the authorized uses.
- Modifications to this software may be copyrighted by their authors
- and need not follow the licensing terms described here, provided that
- the new terms are clearly indicated on the first page of each file where
- they apply.
+ The authors hereby grant permission to use, copy, modify, distribute,
+ and license this software and its documentation for any purpose, provided
+ that existing copyright notices are retained in all copies and that this
+ notice is included verbatim in any distributions. No written agreement,
+ license, or royalty fee is required for any of the authorized uses.
+ Modifications to this software may be copyrighted by their authors
+ and need not follow the licensing terms described here, provided that
+ the new terms are clearly indicated on the first page of each file where
+ they apply.
- IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
- FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
- ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
- DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
+ IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
+ FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
+ DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
- THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
- IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
- NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
- MODIFICATIONS.
+ THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
+ IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
+ NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
+ MODIFICATIONS.
- GOVERNMENT USE: If you are acquiring this software on behalf of the
- U.S. government, the Government shall have only "Restricted Rights"
- in the software and related documentation as defined in the Federal
- Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you
- are acquiring the software on behalf of the Department of Defense, the
- software shall be classified as "Commercial Computer Software" and the
- Government shall have only "Restricted Rights" as defined in Clause
- 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the
- authors grant the U.S. Government and others acting in its behalf
- permission to use and distribute the software in accordance with the
- terms specified in this license.
- - score: '100.0'
- start_line: 56
- end_line: 57
- matcher: 1-hash
- rule_length: 18
- matched_length: 18
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: pngsuite.LICENSE
- license_expression: pngsuite
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute these images for any
- purpose and without fee is hereby granted.
+ GOVERNMENT USE: If you are acquiring this software on behalf of the
+ U.S. government, the Government shall have only "Restricted Rights"
+ in the software and related documentation as defined in the Federal
+ Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you
+ are acquiring the software on behalf of the Department of Defense, the
+ software shall be classified as "Commercial Computer Software" and the
+ Government shall have only "Restricted Rights" as defined in Clause
+ 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the
+ authors grant the U.S. Government and others acting in its behalf
+ permission to use and distribute the software in accordance with the
+ terms specified in this license.
+ licenses:
+ - key: tcl
+ name: TCL/TK License
+ short_name: TCL/TK License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Tcl Developer Xchange
+ homepage_url: http://www.tcl.tk/software/tcltk/license.html
+ text_url: http://www.tcl.tk/software/tcltk/license.html
+ reference_url: https://scancode-licensedb.aboutcode.org/tcl
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/tcl.LICENSE
+ spdx_license_key: TCL
+ spdx_url: https://spdx.org/licenses/TCL
+ - license_expression: pngsuite
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 56
+ end_line: 57
+ matched_length: 18
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: pngsuite
+ rule_identifier: pngsuite.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/pngsuite.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 18
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute these images for any
+ purpose and without fee is hereby granted.
+ licenses:
+ - key: pngsuite
+ name: PngSuite License
+ short_name: PngSuite License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/pngsuite
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/pngsuite.LICENSE
+ spdx_license_key: LicenseRef-scancode-pngsuite
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/pngsuite.LICENSE
+copyright: |
+ 1997-2004 Jan Nijtmans
+ 1999, 2011 Willem van Schaik
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/libx/libxslt/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/libx/libxslt/stable_copyright-detailed.expected.yml
index 97912ec9387..62b7223bf7b 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/libx/libxslt/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/libx/libxslt/stable_copyright-detailed.expected.yml
@@ -1,79 +1,122 @@
-primary_license:
declared_license:
-license_expression: x11-xconsortium-veillard AND x11-xconsortium
-copyright: |
- Copyright (c) 2001-2002 Daniel Veillard
- Copyright (c) 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard
-matches:
- - score: '100.0'
- start_line: 15
- end_line: 34
- matcher: 2-aho
- rule_length: '199'
- matched_length: '199'
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: x11-xconsortium-veillard.LICENSE
- license_expression: x11-xconsortium-veillard
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is fur-
- nished to do so, subject to the following conditions:
+declared_license_expression: x11-xconsortium-veillard AND x11-xconsortium
+declared_license_expression_spdx: LicenseRef-scancode-x11-xconsortium-veillard AND X11
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: x11-xconsortium-veillard
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 15
+ end_line: 34
+ matched_length: '199'
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: x11-xconsortium-veillard
+ rule_identifier: x11-xconsortium-veillard.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium-veillard.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: '199'
+ rule_relevance: 100
+ matched_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
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is fur-
+ nished to do so, subject to the following conditions:
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
+ The above copyright notice and 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, FIT-
- NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
- NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 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, FIT-
+ NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
+ NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Except as contained in this notice, the name of Daniel Veillard shall not
- be used in advertising or otherwise to promote the sale, use or other deal-
- ings in this Software without prior written authorization from him.
- - score: '100.0'
- start_line: 43
- end_line: 62
- matcher: 2-aho
- rule_length: '198'
- matched_length: '198'
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: x11-xconsortium_4.RULE
- license_expression: x11-xconsortium
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is fur-
- nished to do so, subject to the following conditions:
+ Except as contained in this notice, the name of Daniel Veillard shall not
+ be used in advertising or otherwise to promote the sale, use or other deal-
+ ings in this Software without prior written authorization from him.
+ licenses:
+ - key: x11-xconsortium-veillard
+ name: X11-Style (X Consortium Veillard)
+ short_name: X11-Style (X Consortium Veillard)
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Daniel Veillard
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/x11-xconsortium-veillard
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium-veillard.LICENSE
+ spdx_license_key: LicenseRef-scancode-x11-xconsortium-veillard
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium-veillard.LICENSE
+ - license_expression: x11-xconsortium
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 43
+ end_line: 62
+ matched_length: '198'
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: x11-xconsortium
+ rule_identifier: x11-xconsortium_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/x11-xconsortium_4.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: '198'
+ rule_relevance: 100
+ matched_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
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is fur-
+ nished to do so, subject to the following conditions:
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
+ The above copyright notice and 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, FIT-
- NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
- NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 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, FIT-
+ NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
+ NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Except as contained in this notice, the name of the authors shall not
- be used in advertising or otherwise to promote the sale, use or other deal-
- ings in this Software without prior written authorization from him.
+ Except as contained in this notice, the name of the authors shall not
+ be used in advertising or otherwise to promote the sale, use or other deal-
+ ings in this Software without prior written authorization from him.
+ licenses:
+ - key: x11-xconsortium
+ name: X11-Style (X Consortium)
+ short_name: X11-Style (X Consortium)
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: X Consortium
+ homepage_url: http://www.xfree86.org/current/LICENSE5.html
+ text_url: http://www.xfree86.org/current/LICENSE5.html
+ reference_url: https://scancode-licensedb.aboutcode.org/x11-xconsortium
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium.LICENSE
+ spdx_license_key: X11
+ spdx_url: https://spdx.org/licenses/X11
+other_license_detections: []
+copyright: |
+ Copyright (c) 2001-2002 Daniel Veillard
+ Copyright (c) 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/m/mariadb-10.3/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/m/mariadb-10.3/stable_copyright-detailed.expected.yml
index c07654501f7..9aac93c5927 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/m/mariadb-10.3/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/m/mariadb-10.3/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-2.0
declared_license:
- GPL-2
- GPL-2+
@@ -91,11 +90,13 @@ declared_license:
- public-domain
- GPL-3+
- LGPL-2
-license_expression: (gpl-2.0 AND gpl-2.0) AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0 AND
- gpl-2.0) AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0 AND gpl-2.0) AND gpl-2.0 AND (gpl-2.0
- AND gpl-2.0) AND other-copyleft AND (gpl-2.0-plus AND gpl-2.0-plus) AND public-domain AND
- bsd-new AND bsd-new AND (lgpl-2.1-plus AND lgpl-2.1-plus) AND bsd-new AND (lgpl-2.1-plus AND
- lgpl-2.1-plus) AND (lgpl-2.0 AND lgpl-2.0) AND (gpl-2.0-plus AND gpl-2.0-plus) AND bsd-new
+declared_license_expression: gpl-2.0
+declared_license_expression_spdx: GPL-2.0-only
+other_license_expression: (gpl-2.0 AND gpl-2.0) AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0
+ AND gpl-2.0) AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0 AND gpl-2.0) AND gpl-2.0 AND
+ (gpl-2.0 AND gpl-2.0) AND other-copyleft AND (gpl-2.0-plus AND gpl-2.0-plus) AND public-domain
+ AND bsd-new AND bsd-new AND (lgpl-2.1-plus AND lgpl-2.1-plus) AND bsd-new AND (lgpl-2.1-plus
+ AND lgpl-2.1-plus) AND (lgpl-2.0 AND lgpl-2.0) AND (gpl-2.0-plus AND gpl-2.0-plus) AND bsd-new
AND bsd-new AND (lgpl-2.1-plus AND lgpl-2.1-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND
(gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0 AND gpl-2.0) AND fsf-free AND (lgpl-2.0-plus
AND lgpl-2.0) AND (gpl-2.0 AND gpl-2.0) AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0 AND
@@ -114,6 +115,1340 @@ license_expression: (gpl-2.0 AND gpl-2.0) AND (gpl-2.0-plus AND gpl-2.0-plus) AN
AND gpl-2.0) AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-3.0-plus AND gpl-3.0-plus) AND (lgpl-2.1-plus
AND lgpl-2.1-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND (x11-xconsortium AND public-domain)
AND bsd-new AND (gpl-2.0 AND gpl-2.0) AND (gpl-2.0 AND gpl-2.0) AND (gpl-2.0 AND gpl-2.0)
+other_license_expression_spdx: (GPL-2.0-only AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later)
+ AND (GPL-2.0-only AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-only
+ AND GPL-2.0-only) AND GPL-2.0-only AND (GPL-2.0-only AND GPL-2.0-only) AND LicenseRef-scancode-other-copyleft
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND LicenseRef-scancode-public-domain AND BSD-3-Clause
+ AND BSD-3-Clause AND (LGPL-2.1-or-later AND LGPL-2.1-or-later) AND BSD-3-Clause AND (LGPL-2.1-or-later
+ AND LGPL-2.1-or-later) AND (LGPL-2.0-only AND LGPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later)
+ AND BSD-3-Clause AND BSD-3-Clause AND (LGPL-2.1-or-later AND LGPL-2.1-or-later) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-only AND GPL-2.0-only)
+ AND FSFUL AND (LGPL-2.0-or-later AND LGPL-2.0-only) AND (GPL-2.0-only AND GPL-2.0-only) AND
+ (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-only AND GPL-2.0-only) AND (GPL-2.0-only
+ AND GPL-2.0-only) AND ((GPL-2.0-only AND GPL-2.0-only) AND BSD-3-Clause) AND BSD-3-Clause
+ AND BSD-3-Clause AND (GPL-2.0-only AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later)
+ AND (LGPL-2.0-or-later AND LGPL-2.0-only) AND (LGPL-2.0-or-later AND LGPL-2.0-only) AND (GPL-2.0-only
+ AND GPL-2.0-only) AND Zlib AND (GPL-2.0-only AND GPL-2.0-only) AND (GPL-2.0-only AND GPL-2.0-only)
+ AND (LGPL-2.0-or-later AND LGPL-2.0-only) AND LicenseRef-scancode-public-domain AND GPL-3.0-or-later
+ WITH Bison-exception-2.2 AND GPL-2.0-or-later WITH Bison-exception-2.2 AND GPL-3.0-or-later
+ WITH Bison-exception-2.2 AND (GPL-2.0-only AND GPL-2.0-only) AND BSD-3-Clause AND LicenseRef-scancode-public-domain
+ AND LicenseRef-scancode-public-domain AND BSD-3-Clause AND BSD-3-Clause AND BSD-3-Clause AND
+ (GPL-2.0-only AND GPL-2.0-only) AND (LGPL-2.1-or-later AND LGPL-2.1-or-later) AND (LGPL-2.1-or-later
+ AND LGPL-2.1-or-later) AND (GPL-2.0-only AND GPL-2.0-only) AND BSD-3-Clause AND (GPL-2.0-only
+ AND GPL-2.0-only) AND (GPL-2.0-only AND GPL-2.0-only) AND (GPL-2.0-only AND GPL-2.0-only)
+ AND (GPL-2.0-only AND GPL-2.0-only) AND (GPL-2.0-only AND GPL-2.0-only) AND (GPL-2.0-only
+ AND GPL-2.0-only) AND (LGPL-2.0-or-later AND LGPL-2.0-only) AND (LGPL-2.0-or-later AND LGPL-2.0-only)
+ AND LicenseRef-scancode-stlport-4.5 AND LicenseRef-scancode-public-domain AND (GPL-2.0-only
+ AND GPL-2.0-only) AND ((GPL-2.0-only AND GPL-2.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND LicenseRef-scancode-public-domain AND BSD-3-Clause AND (GPL-2.0-only AND GPL-2.0-only)
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-3.0-or-later AND GPL-3.0-or-later) AND
+ (LGPL-2.1-or-later AND LGPL-2.1-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND
+ (X11 AND LicenseRef-scancode-public-domain) AND BSD-3-Clause AND (GPL-2.0-only AND GPL-2.0-only)
+ AND (GPL-2.0-only AND GPL-2.0-only) AND (GPL-2.0-only AND GPL-2.0-only)
+license_detections: []
+other_license_detections:
+ - license_expression: other-copyleft
+ detection_log:
+ - not-combined
+ matches:
+ - score: '90.0'
+ start_line: 304
+ end_line: 305
+ matched_length: '19'
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: other-copyleft
+ rule_identifier: other-copyleft_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-copyleft_4.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: '19'
+ rule_relevance: 90
+ matched_text: |
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+ licenses:
+ - key: other-copyleft
+ name: Other Copyleft Licenses
+ short_name: Other Copyleft Licenses
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: nexB
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/other-copyleft
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-copyleft.LICENSE
+ spdx_license_key: LicenseRef-scancode-other-copyleft
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-copyleft.LICENSE
+ - license_expression: fsf-free
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 386
+ end_line: 387
+ matched_length: 18
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: fsf-free
+ rule_identifier: fsf-free2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/fsf-free2.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 18
+ rule_relevance: 100
+ matched_text: |
+ This file is free documentation; the Free Software Foundation gives
+ unlimited permission to copy, distribute and modify it.
+ licenses:
+ - key: fsf-free
+ name: Free Software Foundation - Free Software License
+ short_name: FSF Free Software License
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.fsf.org/licensing/licenses/
+ text_url: https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License
+ reference_url: https://scancode-licensedb.aboutcode.org/fsf-free
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-free.LICENSE
+ spdx_license_key: FSFUL
+ spdx_url: https://spdx.org/licenses/FSFUL
+ - license_expression: zlib
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 505
+ end_line: 519
+ matched_length: 132
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: zlib
+ rule_identifier: zlib.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 132
+ rule_relevance: 100
+ matched_text: |
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ licenses:
+ - key: zlib
+ name: ZLIB License
+ short_name: ZLIB License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: zlib
+ homepage_url: http://www.zlib.net/
+ text_url: http://www.gzip.org/zlib/zlib_license.html
+ reference_url: https://scancode-licensedb.aboutcode.org/zlib
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE
+ spdx_license_key: Zlib
+ spdx_url: https://spdx.org/licenses/Zlib
+ - license_expression: gpl-2.0-plus WITH bison-exception-2.2
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 562
+ end_line: 588
+ matched_length: 216
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus WITH bison-exception-2.2
+ rule_identifier: gpl-2.0-plus_with_bison-exception-2.2_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_with_bison-exception-2.2_1.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 216
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
+
+ As a special exception, you may create a larger work that contains
+ part or all of the Bison parser skeleton and distribute that work
+ under terms of your choice, so long as that work isn't itself a
+ parser generator using the skeleton or a modified version thereof
+ as a parser skeleton. Alternatively, if you modify or redistribute
+ the parser skeleton itself, you may (at your option) remove this
+ special exception, which will cause the skeleton and the resulting
+ Bison output files to be licensed under the GNU General Public
+ License without this special exception.
+
+ This special exception was added by the Free Software Foundation in
+ version 2.2 of Bison.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - key: bison-exception-2.2
+ name: Bison 2.2 exception to GPL 2.0 or later
+ short_name: Bison 2.2 exception to GPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: yes
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/bison-exception-2.2
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bison-exception-2.2.LICENSE
+ spdx_license_key: Bison-exception-2.2
+ spdx_url: https://spdx.org/licenses/Bison-exception-2.2
+ - license_expression: gpl-3.0-plus WITH bison-exception-2.2
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 597
+ end_line: 621
+ matched_length: 208
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus WITH bison-exception-2.2
+ rule_identifier: gpl-3.0-plus_with_bison-exception-3.0_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_with_bison-exception-3.0_1.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 208
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+ As a special exception, you may create a larger work that contains
+ part or all of the Bison parser skeleton and distribute that work
+ under terms of your choice, so long as that work isn't itself a
+ parser generator using the skeleton or a modified version thereof
+ as a parser skeleton. Alternatively, if you modify or redistribute
+ the parser skeleton itself, you may (at your option) remove this
+ special exception, which will cause the skeleton and the resulting
+ Bison output files to be licensed under the GNU General Public
+ License without this special exception.
+
+ This special exception was added by the Free Software Foundation in
+ version 2.2 of Bison.
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - key: bison-exception-2.2
+ name: Bison 2.2 exception to GPL 2.0 or later
+ short_name: Bison 2.2 exception to GPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: yes
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/bison-exception-2.2
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bison-exception-2.2.LICENSE
+ spdx_license_key: Bison-exception-2.2
+ spdx_url: https://spdx.org/licenses/Bison-exception-2.2
+ - license_expression: stlport-4.5
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 734
+ end_line: 741
+ matched_length: 76
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: stlport-4.5
+ rule_identifier: stlport-4.5.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/stlport-4.5.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 76
+ rule_relevance: 100
+ matched_text: |
+ This material is provided "as is", with absolutely no warranty expressed
+ or implied. Any use is at your own risk.
+
+ Permission to use or copy this software for any purpose is hereby granted
+ without fee, provided the above notices are retained on all copies.
+ Permission to modify the code and to distribute modified code is granted,
+ provided the above notices are retained, and a notice that the code was
+ modified is included with the above copyright notice.
+ licenses:
+ - key: stlport-4.5
+ name: STLport License v4.5
+ short_name: STLport License 4.5
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: STLport Consulting
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/stlport-4.5
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/stlport-4.5.LICENSE
+ spdx_license_key: LicenseRef-scancode-stlport-4.5
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/stlport-4.5.LICENSE
+ - license_expression: x11-xconsortium AND public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 807
+ end_line: 827
+ matched_length: 201
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: x11-xconsortium
+ rule_identifier: x11-xconsortium_2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/x11-xconsortium_2.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 201
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and 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
+ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+ Except as contained in this notice, the name of the X Consortium shall not
+ be used in advertising or otherwise to promote the sale, use or other deal-
+ ings in this Software without prior written authorization from the X Consor-
+ tium.
+ licenses:
+ - key: x11-xconsortium
+ name: X11-Style (X Consortium)
+ short_name: X11-Style (X Consortium)
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: X Consortium
+ homepage_url: http://www.xfree86.org/current/LICENSE5.html
+ text_url: http://www.xfree86.org/current/LICENSE5.html
+ reference_url: https://scancode-licensedb.aboutcode.org/x11-xconsortium
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium.LICENSE
+ spdx_license_key: X11
+ spdx_url: https://spdx.org/licenses/X11
+ - score: '100.0'
+ start_line: 829
+ end_line: 829
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_58.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_58.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 100
+ matched_text: FSF changes to this file are in the public domain.
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 850
+ end_line: 850
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_561.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_561.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: 851
+ end_line: 865
+ matched_length: 121
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1329.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1329.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 121
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; version 2 of the License.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ On Debian and systems the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2`
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 867
+ end_line: 867
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 868
+ end_line: 883
+ matched_length: 129
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_1036.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_1036.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 129
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ On Debian and systems the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2`
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 885
+ end_line: 885
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_108.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1+'
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 886
+ end_line: 902
+ matched_length: 144
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_415.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_415.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 144
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License along
+ with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+
+ On Debian and systems the full text of the GNU Library General Public
+ License version 2.1 can be found in the file
+ `/usr/share/common-licenses/LGPL-2.1`
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.0-plus AND lgpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 904
+ end_line: 904
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_51.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_51.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 100
+ matched_text: 'License: lgpl'
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - score: '100.0'
+ start_line: 905
+ end_line: 922
+ matched_length: 136
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0
+ rule_identifier: lgpl-2.0_189.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0_189.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 136
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; version 2
+ of the License.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
+
+ You should have received a copy of the GNU Library General Public
+ License along with this library; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301, USA
+
+ On Debian and systems the full text of the GNU Library General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/LGPL-2`
+ licenses:
+ - key: lgpl-2.0
+ name: GNU Library General Public License 2.0
+ short_name: LGPL 2.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.0.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0.LICENSE
+ spdx_license_key: LGPL-2.0-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-only
+ - license_expression: bsd-new
+ detection_log:
+ - license-clues
+ matches:
+ - score: '53.47'
+ start_line: 925
+ end_line: 934
+ matched_length: 60
+ match_coverage: '59.41'
+ matcher: 3-seq
+ license_expression: bsd-new
+ rule_identifier: bsd-new_1036.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_1036.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 101
+ rule_relevance: 90
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must the following disclaimer in
+ the documentation and/or other materials provided with the
+ distribution.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 937
+ end_line: 959
+ matched_length: 213
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_19.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_19.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 213
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.0'
+ start_line: 961
+ end_line: 961
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0
+ rule_identifier: artistic-perl-1.0_26.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_26.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 99
+ matched_text: 'License: artistic'
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - score: '100.0'
+ start_line: 962
+ end_line: 1088
+ matched_length: 960
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0
+ rule_identifier: artistic-perl-1.0.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 960
+ rule_relevance: 100
+ matched_text: |
+ The "Artistic License"
+
+ Preamble
+
+ The intent of this document is to state the conditions under which a
+ Package may be copied, such that the Copyright Holder maintains some
+ semblance of artistic control over the development of the package,
+ while giving the users of the package the right to use and distribute
+ the Package in a more-or-less customary fashion, plus the right to make
+ reasonable modifications.
+
+ Definitions:
+
+ "Package" refers to the collection of files distributed by the
+ Copyright Holder, and derivatives of that collection of files
+ created through textual modification.
+
+ "Standard Version" refers to such a Package if it has not been
+ modified, or has been modified in accordance with the wishes
+ of the Copyright Holder as specified below.
+
+ "Copyright Holder" is whoever is named in the copyright or
+ copyrights for the package.
+
+ "You" is you, if you're thinking about copying or distributing
+ this Package.
+
+ "Reasonable copying fee" is whatever you can justify on the
+ basis of media cost, duplication charges, time of people involved,
+ and so on. (You will not be required to justify it to the
+ Copyright Holder, but only to the computing community at large
+ as a market that must bear the fee.)
+
+ "Freely Available" means that no fee is charged for the item
+ itself, though there may be fees involved in handling the item.
+ It also means that recipients of the item may redistribute it
+ under the same conditions they received it.
+
+ 1. You may make and give away verbatim copies of the source form of the
+ Standard Version of this Package without restriction, provided that you
+ duplicate all of the original copyright notices and associated disclaimers.
+
+ 2. You may apply bug fixes, portability fixes and other modifications
+ derived from the Public Domain or from the Copyright Holder. A Package
+ modified in such a way shall still be considered the Standard Version.
+
+ 3. You may otherwise modify your copy of this Package in any way, provided
+ that you insert a prominent notice in each changed file stating how and
+ when you changed that file, and provided that you do at least ONE of the
+ following:
+
+ a) place your modifications in the Public Domain or otherwise make them
+ Freely Available, such as by posting said modifications to Usenet or
+ an equivalent medium, or placing the modifications on a major archive
+ site such as uunet.uu.net, or by allowing the Copyright Holder to include
+ your modifications in the Standard Version of the Package.
+
+ b) use the modified Package only within your corporation or organization.
+
+ c) rename any non-standard executables so the names do not conflict
+ with standard executables, which must also be provided, and provide
+ a separate manual page for each non-standard executable that clearly
+ documents how it differs from the Standard Version.
+
+ d) make other distribution arrangements with the Copyright Holder.
+
+ 4. You may distribute the programs of this Package in object code or
+ executable form, provided that you do at least ONE of the following:
+
+ a) distribute a Standard Version of the executables and library files,
+ together with instructions (in the manual page or equivalent) on where
+ to get the Standard Version.
+
+ b) accompany the distribution with the machine-readable source of
+ the Package with your modifications.
+
+ c) give non-standard executables non-standard names, and clearly
+ document the differences in manual pages (or equivalent), together
+ with instructions on where to get the Standard Version.
+
+ d) make other distribution arrangements with the Copyright Holder.
+
+ 5. You may charge a reasonable copying fee for any distribution of this
+ Package. You may charge any fee you choose for support of this
+ Package. You may not charge a fee for this Package itself. However,
+ you may distribute this Package in aggregate with other (possibly
+ commercial) programs as part of a larger (possibly commercial) software
+ distribution provided that you do not advertise this Package as a
+ product of your own. You may embed this Package's interpreter within
+ an executable of yours (by linking); this shall be construed as a mere
+ form of aggregation, provided that the complete Standard Version of the
+ interpreter is so embedded.
+
+ 6. The scripts and library files supplied as input to or produced as
+ output from the programs of this Package do not automatically fall
+ under the copyright of this Package, but belong to whoever generated
+ them, and may be sold commercially, and may be aggregated with this
+ Package. If such scripts or library files are aggregated with this
+ Package via the so-called "undump" or "unexec" methods of producing a
+ binary executable image, then distribution of such an image shall
+ neither be construed as a distribution of this Package nor shall it
+ fall under the restrictions of Paragraphs 3 and 4, provided that you do
+ not represent such an executable image as a Standard Version of this
+ Package.
+
+ 7. C subroutines (or comparably compiled subroutines in other
+ languages) supplied by you and linked into this Package in order to
+ emulate subroutines and variables of the language defined by this
+ Package shall not be considered part of this Package, but are the
+ equivalent of input as in Paragraph 6, provided these subroutines do
+ not change the language in any way that would cause it to fail the
+ regression tests for the language.
+
+ 8. Aggregation of this Package with a commercial distribution is always
+ permitted provided that the use of this Package is embedded; that is,
+ when no overt attempt is made to make this Package's interfaces visible
+ to the end user of the commercial distribution. Such use shall not be
+ construed as a distribution of this Package.
+
+ 9. The name of the Copyright Holder may not be used to endorse or promote
+ products derived from this software without specific prior written permission.
+
+ 10. THIS PACKAGE 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.
+
+ The End
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1091
+ end_line: 1091
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_38.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: is public domain (
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: gpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1093
+ end_line: 1093
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_92.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_92.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-3+'
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - score: '100.0'
+ start_line: 1094
+ end_line: 1108
+ matched_length: 126
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_83.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_83.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 126
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - license_expression: lgpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1110
+ end_line: 1110
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0
+ rule_identifier: lgpl-2.0_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2'
+ licenses:
+ - key: lgpl-2.0
+ name: GNU Library General Public License 2.0
+ short_name: LGPL 2.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.0.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0.LICENSE
+ spdx_license_key: LGPL-2.0-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-only
+ - score: '100.0'
+ start_line: 1111
+ end_line: 1124
+ matched_length: 116
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0
+ rule_identifier: lgpl-2.0_187.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0_187.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 116
+ rule_relevance: 100
+ matched_text: |
+ This package is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License Version 2 as published by the Free Software Foundation.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in "/usr/share/common-licenses/LGPL-2".
+ licenses:
+ - key: lgpl-2.0
+ name: GNU Library General Public License 2.0
+ short_name: LGPL 2.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.0.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0.LICENSE
+ spdx_license_key: LGPL-2.0-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-only
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 201
+ end_line: 210
+ matched_length: 92
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1328.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1328.RULE
+ referenced_filenames:
+ - COPYING
+ - README
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 92
+ rule_relevance: 100
+ matched_text: |
+ These files fall under the blanket license specified in the file
+ COPYING and README
+ GPLv2 Disclaimer:
+ For the avoidance of doubt, except that if any license choice
+ other than GPL or LGPL is available it will apply instead,
+ Oracle elects to use only the General Public License version 2
+ (GPLv2) at this time for any software where a choice of GPL
+ license versions is made available with the language indicating
+ that GPLv2 or any later version may be used, or where a choice
+ of which version of the GPL is applied is otherwise unspecified.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
copyright: |
2000-2016, Oracle and/or its affiliates. All rights reserved.
2008-2013 Monty Program AB
@@ -314,785 +1649,3 @@ copyright: |
2006, 2014, Oracle and/or its affiliates
2015 Daniel Black
2008-2015 Codership Oy
-matches:
- - score: '90.0'
- start_line: 304
- end_line: 305
- matcher: 1-hash
- rule_length: '19'
- matched_length: '19'
- match_coverage: '100.0'
- rule_relevance: 90
- identifier: other-copyleft_4.RULE
- license_expression: other-copyleft
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
- - score: '100.0'
- start_line: 386
- end_line: 387
- matcher: 1-hash
- rule_length: 18
- matched_length: 18
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: fsf-free2.RULE
- license_expression: fsf-free
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This file is free documentation; the Free Software Foundation gives
- unlimited permission to copy, distribute and modify it.
- - score: '100.0'
- start_line: 505
- end_line: 519
- matcher: 1-hash
- rule_length: 132
- matched_length: 132
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: zlib.LICENSE
- license_expression: zlib
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This software is provided 'as-is', without any express or implied
- warranty. In no event will the authors be held liable for any damages
- arising from the use of this software.
- .
- Permission is granted to anyone to use this software for any purpose,
- including commercial applications, and to alter it and redistribute it
- freely, subject to the following restrictions:
- .
- 1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would be
- appreciated but is not required.
- 2. Altered source versions must be plainly marked as such, and must not be
- misrepresented as being the original software.
- 3. This notice may not be removed or altered from any source distribution.
- - score: '100.0'
- start_line: 562
- end_line: 588
- matcher: 1-hash
- rule_length: 216
- matched_length: 216
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_with_bison-exception-2.2_1.RULE
- license_expression: gpl-2.0-plus WITH bison-exception-2.2
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 2, or (at your option)
- any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301, USA.
-
- As a special exception, you may create a larger work that contains
- part or all of the Bison parser skeleton and distribute that work
- under terms of your choice, so long as that work isn't itself a
- parser generator using the skeleton or a modified version thereof
- as a parser skeleton. Alternatively, if you modify or redistribute
- the parser skeleton itself, you may (at your option) remove this
- special exception, which will cause the skeleton and the resulting
- Bison output files to be licensed under the GNU General Public
- License without this special exception.
-
- This special exception was added by the Free Software Foundation in
- version 2.2 of Bison.
- - score: '100.0'
- start_line: 597
- end_line: 621
- matcher: 1-hash
- rule_length: 208
- matched_length: 208
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_with_bison-exception-3.0_1.RULE
- license_expression: gpl-3.0-plus WITH bison-exception-2.2
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
- As a special exception, you may create a larger work that contains
- part or all of the Bison parser skeleton and distribute that work
- under terms of your choice, so long as that work isn't itself a
- parser generator using the skeleton or a modified version thereof
- as a parser skeleton. Alternatively, if you modify or redistribute
- the parser skeleton itself, you may (at your option) remove this
- special exception, which will cause the skeleton and the resulting
- Bison output files to be licensed under the GNU General Public
- License without this special exception.
-
- This special exception was added by the Free Software Foundation in
- version 2.2 of Bison.
- - score: '100.0'
- start_line: 734
- end_line: 741
- matcher: 1-hash
- rule_length: 76
- matched_length: 76
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: stlport-4.5.LICENSE
- license_expression: stlport-4.5
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This material is provided "as is", with absolutely no warranty expressed
- or implied. Any use is at your own risk.
-
- Permission to use or copy this software for any purpose is hereby granted
- without fee, provided the above notices are retained on all copies.
- Permission to modify the code and to distribute modified code is granted,
- provided the above notices are retained, and a notice that the code was
- modified is included with the above copyright notice.
- - score: '100.0'
- start_line: 807
- end_line: 827
- matcher: 2-aho
- rule_length: 201
- matched_length: 201
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: x11-xconsortium_2.RULE
- license_expression: x11-xconsortium
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
- sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and 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
- X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
- AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
- TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
- Except as contained in this notice, the name of the X Consortium shall not
- be used in advertising or otherwise to promote the sale, use or other deal-
- ings in this Software without prior written authorization from the X Consor-
- tium.
- - score: '100.0'
- start_line: 829
- end_line: 829
- matcher: 2-aho
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_58.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: FSF changes to this file are in the public domain.
- - score: '100.0'
- start_line: 850
- end_line: 850
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_561.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2'
- - score: '100.0'
- start_line: 851
- end_line: 865
- matcher: 1-hash
- rule_length: 121
- matched_length: 121
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1329.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; version 2 of the License.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- On Debian and systems the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2`
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
- - score: '100.0'
- start_line: 867
- end_line: 867
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 868
- end_line: 883
- matcher: 1-hash
- rule_length: 129
- matched_length: 129
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_1036.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- On Debian and systems the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2`
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
- - score: '100.0'
- start_line: 885
- end_line: 885
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_108.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1+'
- - score: '100.0'
- start_line: 886
- end_line: 902
- matcher: 1-hash
- rule_length: 144
- matched_length: 144
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_415.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation; either version 2.1, or (at your option)
- any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along
- with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
-
- On Debian and systems the full text of the GNU Library General Public
- License version 2.1 can be found in the file
- `/usr/share/common-licenses/LGPL-2.1`
- - score: '100.0'
- start_line: 904
- end_line: 904
- matcher: 1-hash
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_51.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl'
- - score: '100.0'
- start_line: 905
- end_line: 922
- matcher: 1-hash
- rule_length: 136
- matched_length: 136
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0_189.RULE
- license_expression: lgpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
- License as published by the Free Software Foundation; version 2
- of the License.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
-
- You should have received a copy of the GNU Library General Public
- License along with this library; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- MA 02110-1301, USA
-
- On Debian and systems the full text of the GNU Library General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/LGPL-2`
- - score: '53.47'
- start_line: 925
- end_line: 934
- matcher: 3-seq
- rule_length: 101
- matched_length: 60
- match_coverage: '59.41'
- rule_relevance: 90
- identifier: bsd-new_1036.RULE
- license_expression: bsd-new
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
-
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
- - score: '100.0'
- start_line: 937
- end_line: 959
- matcher: 1-hash
- rule_length: 213
- matched_length: 213
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_19.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 3. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
- - score: '99.0'
- start_line: 961
- end_line: 961
- matcher: 1-hash
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 99
- identifier: artistic-perl-1.0_26.RULE
- license_expression: artistic-perl-1.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: artistic'
- - score: '100.0'
- start_line: 962
- end_line: 1088
- matcher: 1-hash
- rule_length: 960
- matched_length: 960
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0.LICENSE
- license_expression: artistic-perl-1.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- The "Artistic License"
-
- Preamble
-
- The intent of this document is to state the conditions under which a
- Package may be copied, such that the Copyright Holder maintains some
- semblance of artistic control over the development of the package,
- while giving the users of the package the right to use and distribute
- the Package in a more-or-less customary fashion, plus the right to make
- reasonable modifications.
-
- Definitions:
-
- "Package" refers to the collection of files distributed by the
- Copyright Holder, and derivatives of that collection of files
- created through textual modification.
-
- "Standard Version" refers to such a Package if it has not been
- modified, or has been modified in accordance with the wishes
- of the Copyright Holder as specified below.
-
- "Copyright Holder" is whoever is named in the copyright or
- copyrights for the package.
-
- "You" is you, if you're thinking about copying or distributing
- this Package.
-
- "Reasonable copying fee" is whatever you can justify on the
- basis of media cost, duplication charges, time of people involved,
- and so on. (You will not be required to justify it to the
- Copyright Holder, but only to the computing community at large
- as a market that must bear the fee.)
-
- "Freely Available" means that no fee is charged for the item
- itself, though there may be fees involved in handling the item.
- It also means that recipients of the item may redistribute it
- under the same conditions they received it.
-
- 1. You may make and give away verbatim copies of the source form of the
- Standard Version of this Package without restriction, provided that you
- duplicate all of the original copyright notices and associated disclaimers.
-
- 2. You may apply bug fixes, portability fixes and other modifications
- derived from the Public Domain or from the Copyright Holder. A Package
- modified in such a way shall still be considered the Standard Version.
-
- 3. You may otherwise modify your copy of this Package in any way, provided
- that you insert a prominent notice in each changed file stating how and
- when you changed that file, and provided that you do at least ONE of the
- following:
-
- a) place your modifications in the Public Domain or otherwise make them
- Freely Available, such as by posting said modifications to Usenet or
- an equivalent medium, or placing the modifications on a major archive
- site such as uunet.uu.net, or by allowing the Copyright Holder to include
- your modifications in the Standard Version of the Package.
-
- b) use the modified Package only within your corporation or organization.
-
- c) rename any non-standard executables so the names do not conflict
- with standard executables, which must also be provided, and provide
- a separate manual page for each non-standard executable that clearly
- documents how it differs from the Standard Version.
-
- d) make other distribution arrangements with the Copyright Holder.
-
- 4. You may distribute the programs of this Package in object code or
- executable form, provided that you do at least ONE of the following:
-
- a) distribute a Standard Version of the executables and library files,
- together with instructions (in the manual page or equivalent) on where
- to get the Standard Version.
-
- b) accompany the distribution with the machine-readable source of
- the Package with your modifications.
-
- c) give non-standard executables non-standard names, and clearly
- document the differences in manual pages (or equivalent), together
- with instructions on where to get the Standard Version.
-
- d) make other distribution arrangements with the Copyright Holder.
-
- 5. You may charge a reasonable copying fee for any distribution of this
- Package. You may charge any fee you choose for support of this
- Package. You may not charge a fee for this Package itself. However,
- you may distribute this Package in aggregate with other (possibly
- commercial) programs as part of a larger (possibly commercial) software
- distribution provided that you do not advertise this Package as a
- product of your own. You may embed this Package's interpreter within
- an executable of yours (by linking); this shall be construed as a mere
- form of aggregation, provided that the complete Standard Version of the
- interpreter is so embedded.
-
- 6. The scripts and library files supplied as input to or produced as
- output from the programs of this Package do not automatically fall
- under the copyright of this Package, but belong to whoever generated
- them, and may be sold commercially, and may be aggregated with this
- Package. If such scripts or library files are aggregated with this
- Package via the so-called "undump" or "unexec" methods of producing a
- binary executable image, then distribution of such an image shall
- neither be construed as a distribution of this Package nor shall it
- fall under the restrictions of Paragraphs 3 and 4, provided that you do
- not represent such an executable image as a Standard Version of this
- Package.
-
- 7. C subroutines (or comparably compiled subroutines in other
- languages) supplied by you and linked into this Package in order to
- emulate subroutines and variables of the language defined by this
- Package shall not be considered part of this Package, but are the
- equivalent of input as in Paragraph 6, provided these subroutines do
- not change the language in any way that would cause it to fail the
- regression tests for the language.
-
- 8. Aggregation of this Package with a commercial distribution is always
- permitted provided that the use of this Package is embedded; that is,
- when no overt attempt is made to make this Package's interfaces visible
- to the end user of the commercial distribution. Such use shall not be
- construed as a distribution of this Package.
-
- 9. The name of the Copyright Holder may not be used to endorse or promote
- products derived from this software without specific prior written permission.
-
- 10. THIS PACKAGE 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.
-
- The End
- - score: '100.0'
- start_line: 1091
- end_line: 1091
- matcher: 2-aho
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_38.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: is public domain (
- - score: '100.0'
- start_line: 1093
- end_line: 1093
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_92.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-3+'
- - score: '100.0'
- start_line: 1094
- end_line: 1108
- matcher: 1-hash
- rule_length: 126
- matched_length: 126
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_83.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
- On Debian systems, the complete text of the GNU General
- Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
- - score: '100.0'
- start_line: 1110
- end_line: 1110
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0_12.RULE
- license_expression: lgpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2'
- - score: '100.0'
- start_line: 1111
- end_line: 1124
- matcher: 1-hash
- rule_length: 116
- matched_length: 116
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0_187.RULE
- license_expression: lgpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License Version 2 as published by the Free Software Foundation.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
- On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in "/usr/share/common-licenses/LGPL-2".
- - score: '100.0'
- start_line: 201
- end_line: 210
- matcher: 1-hash
- rule_length: 92
- matched_length: 92
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1328.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- These files fall under the blanket license specified in the file
- COPYING and README
- GPLv2 Disclaimer:
- For the avoidance of doubt, except that if any license choice
- other than GPL or LGPL is available it will apply instead,
- Oracle elects to use only the General Public License version 2
- (GPLv2) at this time for any software where a choice of GPL
- license versions is made available with the language indicating
- that GPLv2 or any later version may be used, or where a choice
- of which version of the GPL is applied is otherwise unspecified.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/ncbi-tools6/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/ncbi-tools6/stable_copyright-detailed.expected.yml
index f01fff6cd5b..54d9bd95009 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/ncbi-tools6/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/ncbi-tools6/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: public-domain AND us-govt-public-domain
declared_license:
- public_domain
- BSL-1.0
@@ -22,11 +21,492 @@ declared_license:
- NCSA
- BSD-3-Clause
- GPL-2+
-license_expression: (public-domain AND us-govt-public-domain) AND boost-1.0 AND (mit-with-modification-obligations
+declared_license_expression: public-domain AND us-govt-public-domain
+declared_license_expression_spdx: LicenseRef-scancode-public-domain AND LicenseRef-scancode-us-govt-public-domain
+other_license_expression: (public-domain AND us-govt-public-domain) AND boost-1.0 AND (mit-with-modification-obligations
AND proprietary-license) AND public-domain AND flex-2.5 AND flex-2.5 AND flex-2.5 AND flex-2.5
AND flex-2.5 AND mit AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus)
AND (public-domain AND us-govt-public-domain) AND (public-domain AND us-govt-public-domain)
AND (public-domain AND us-govt-public-domain)
+other_license_expression_spdx: (LicenseRef-scancode-public-domain AND LicenseRef-scancode-us-govt-public-domain)
+ AND BSL-1.0 AND (LicenseRef-scancode-mit-modification-obligations AND LicenseRef-scancode-proprietary-license)
+ AND LicenseRef-scancode-public-domain AND LicenseRef-scancode-flex-2.5 AND LicenseRef-scancode-flex-2.5
+ AND LicenseRef-scancode-flex-2.5 AND LicenseRef-scancode-flex-2.5 AND LicenseRef-scancode-flex-2.5
+ AND MIT AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later)
+ AND (LicenseRef-scancode-public-domain AND LicenseRef-scancode-us-govt-public-domain) AND
+ (LicenseRef-scancode-public-domain AND LicenseRef-scancode-us-govt-public-domain) AND (LicenseRef-scancode-public-domain
+ AND LicenseRef-scancode-us-govt-public-domain)
+license_detections: []
+other_license_detections:
+ - license_expression: public-domain AND us-govt-public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 92
+ end_line: 92
+ matched_length: 5
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_128.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_128.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 5
+ rule_relevance: 100
+ matched_text: put into the public domain,
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - score: '100.0'
+ start_line: 94
+ end_line: 112
+ matched_length: 158
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: us-govt-public-domain
+ rule_identifier: us-govt-public-domain_24.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/us-govt-public-domain_24.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 158
+ rule_relevance: 100
+ matched_text: |
+ PUBLIC DOMAIN NOTICE
+ National Center for Biotechnology Information
+
+ This software/database is a "United States Government Work" under the
+ terms of the United States Copyright Act. It was written as part of
+ the author's official duties as a United States Government employee and
+ thus cannot be copyrighted. This software/database is freely available
+ to the public for use. The National Library of Medicine and the U.S.
+ Government have not placed any restriction on its use or reproduction.
+
+ Although all reasonable efforts have been taken to ensure the accuracy
+ and reliability of the software and data, the NLM and the U.S.
+ Government do not and cannot warrant the performance or results that
+ may be obtained by using this software or data. The NLM and the U.S.
+ Government disclaim all warranties, express or implied, including
+ warranties of performance, merchantability or fitness for any particular
+ purpose.
+
+ Please cite the author in any work or product based on this material.
+ licenses:
+ - key: us-govt-public-domain
+ name: United States Government Public Domain
+ short_name: US Government Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: US Government
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/us-govt-public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/us-govt-public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-us-govt-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/us-govt-public-domain.LICENSE
+ - license_expression: boost-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 115
+ end_line: 135
+ matched_length: 202
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: boost-1.0
+ rule_identifier: boost-1.0_9.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/boost-1.0_9.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 202
+ rule_relevance: 100
+ matched_text: |
+ Permission is hereby granted, free of charge, to any person or organization
+ obtaining a copy of the software and accompanying documentation covered by
+ this license (the "Software") to use, reproduce, display, distribute,
+ execute, and transmit the Software, and to prepare derivative works of the
+ Software, and to permit third-parties to whom the Software is furnished to
+ do so, all subject to the following:
+
+ The copyright notices in the Software and this entire statement, including
+ the above license grant, this restriction and the following disclaimer,
+ must be included in all copies of the Software, in whole or in part, and
+ all derivative works of the Software, unless such copies or derivative
+ works are solely in the form of machine-executable object code generated by
+ a source language processor.
+
+ 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+ licenses:
+ - key: boost-1.0
+ name: Boost Software License 1.0
+ short_name: Boost 1.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Boost
+ homepage_url: http://www.boost.org/users/license.html
+ text_url: http://www.boost.org/LICENSE_1_0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/boost-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.LICENSE
+ spdx_license_key: BSL-1.0
+ spdx_url: https://spdx.org/licenses/BSL-1.0
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 138
+ end_line: 154
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and 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
+ 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: mit-with-modification-obligations AND proprietary-license
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 157
+ end_line: 172
+ matched_length: 153
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: mit-with-modification-obligations
+ rule_identifier: mit-with-modification-obligations_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit-with-modification-obligations_4.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 153
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute this software and its
+ documentation for any purpose and without fee is hereby granted,
+ provided that the above copyright notice appear in all copies and that
+ both that copyright notice and this permission notice appear in
+ supporting documentation, and that the name of M.I.T. not be used in
+ advertising or publicity pertaining to distribution of the software
+ without specific, written prior permission. Furthermore if you modify
+ this software you must label your software as modified software and not
+ distribute it in such a fashion that it might be confused with the
+ original MIT software. M.I.T. makes no representations about the
+ suitability of this software for any purpose. It is provided "as is"
+ without express or implied warranty.
+
+ 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.
+ licenses:
+ - key: mit-with-modification-obligations
+ name: MIT With Modification Obligations
+ short_name: MIT With Modification Obligations
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/mit-with-modification-obligations
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-with-modification-obligations.LICENSE
+ spdx_license_key: LicenseRef-scancode-mit-modification-obligations
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-with-modification-obligations.LICENSE
+ - score: '100.0'
+ start_line: 179
+ end_line: 185
+ matched_length: 57
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: proprietary-license
+ rule_identifier: proprietary-license_136.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/proprietary-license_136.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 57
+ rule_relevance: 100
+ matched_text: |
+ No commercial use of these trademarks may be made without prior
+ written permission of MIT.
+
+ "Commercial use" means use of a name in a product or other for-profit
+ manner. It does NOT prevent a commercial firm from referring to the MIT
+ trademarks in order to convey information (although in doing so,
+ recognition of their trademark status should be given).
+ licenses:
+ - key: proprietary-license
+ name: Proprietary License
+ short_name: Proprietary License
+ category: Commercial
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/proprietary-license
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/proprietary-license.LICENSE
+ spdx_license_key: LicenseRef-scancode-proprietary-license
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/proprietary-license.LICENSE
+ - license_expression: public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 188
+ end_line: '194'
+ matched_length: 36
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: public-domain
+ rule_identifier: public-domain_359.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_359.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 36
+ rule_relevance: 100
+ matched_text: |
+ This source file is placed in the public domian.
+ Any resemblance to NCSA Telnet, living or dead, is purely coincidental.
+
+ National Center for Supercomputing Applications
+ 152 Computing Applications Building
+ 605 E. Springfield Ave.
+ Champaign, IL 61820
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: flex-2.5
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: '197'
+ end_line: 209
+ matched_length: 122
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: flex-2.5
+ rule_identifier: flex-2.5_6.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/flex-2.5_6.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 122
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms are permitted
+ provided that: (1) source distributions retain this entire copyright
+ notice and comment, and (2) distributions including binaries display
+ the following acknowledgement: ``This product includes software
+ developed by the University of California, Berkeley and its contributors''
+ in the documentation or other materials provided with the distribution
+ and in all advertising materials mentioning features or use of this
+ software. Neither the name of the University nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ licenses:
+ - key: flex-2.5
+ name: Flex License v2.5
+ short_name: Flex 2.5
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.cs.princeton.edu/~appel/modern/c/software/flex/flex.html
+ text_url: http://www.cs.cmu.edu/afs/cs/project/ai-repository-9/ai/areas/nlp/parsing/flex/copying.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/flex-2.5
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/flex-2.5.LICENSE
+ spdx_license_key: LicenseRef-scancode-flex-2.5
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/flex-2.5.LICENSE
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 211
+ end_line: 211
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 212
+ end_line: 231
+ matched_length: 139
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_845.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_845.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 139
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE. See the GNU General Public License for more
+ details.
+
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301 USA
+
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
copyright: |
1996-2017 NCBI
2006 John Maddock
@@ -47,284 +527,3 @@ copyright: |
2019 Steffen Möller
1996-2018 NCBI
2018 Liubov Chuprikova
-matches:
- - score: '100.0'
- start_line: 92
- end_line: 92
- matcher: 2-aho
- rule_length: 5
- matched_length: 5
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_128.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: put into the public domain,
- - score: '100.0'
- start_line: 94
- end_line: 112
- matcher: 2-aho
- rule_length: 158
- matched_length: 158
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: us-govt-public-domain_24.RULE
- license_expression: us-govt-public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- PUBLIC DOMAIN NOTICE
- National Center for Biotechnology Information
-
- This software/database is a "United States Government Work" under the
- terms of the United States Copyright Act. It was written as part of
- the author's official duties as a United States Government employee and
- thus cannot be copyrighted. This software/database is freely available
- to the public for use. The National Library of Medicine and the U.S.
- Government have not placed any restriction on its use or reproduction.
-
- Although all reasonable efforts have been taken to ensure the accuracy
- and reliability of the software and data, the NLM and the U.S.
- Government do not and cannot warrant the performance or results that
- may be obtained by using this software or data. The NLM and the U.S.
- Government disclaim all warranties, express or implied, including
- warranties of performance, merchantability or fitness for any particular
- purpose.
-
- Please cite the author in any work or product based on this material.
- - score: '100.0'
- start_line: 115
- end_line: 135
- matcher: 1-hash
- rule_length: 202
- matched_length: 202
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: boost-1.0_9.RULE
- license_expression: boost-1.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission is hereby granted, free of charge, to any person or organization
- obtaining a copy of the software and accompanying documentation covered by
- this license (the "Software") to use, reproduce, display, distribute,
- execute, and transmit the Software, and to prepare derivative works of the
- Software, and to permit third-parties to whom the Software is furnished to
- do so, all subject to the following:
-
- The copyright notices in the Software and this entire statement, including
- the above license grant, this restriction and the following disclaimer,
- must be included in all copies of the Software, in whole or in part, and
- all derivative works of the Software, unless such copies or derivative
- works are solely in the form of machine-executable object code generated by
- a source language processor.
-
- 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
- SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
- FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.
- - score: '100.0'
- start_line: 138
- end_line: 154
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
- sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and 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
- 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.
- - score: '100.0'
- start_line: 157
- end_line: 172
- matcher: 2-aho
- rule_length: 153
- matched_length: 153
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit-with-modification-obligations_4.RULE
- license_expression: mit-with-modification-obligations
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute this software and its
- documentation for any purpose and without fee is hereby granted,
- provided that the above copyright notice appear in all copies and that
- both that copyright notice and this permission notice appear in
- supporting documentation, and that the name of M.I.T. not be used in
- advertising or publicity pertaining to distribution of the software
- without specific, written prior permission. Furthermore if you modify
- this software you must label your software as modified software and not
- distribute it in such a fashion that it might be confused with the
- original MIT software. M.I.T. makes no representations about the
- suitability of this software for any purpose. It is provided "as is"
- without express or implied warranty.
-
- 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.
- - score: '100.0'
- start_line: 179
- end_line: 185
- matcher: 2-aho
- rule_length: 57
- matched_length: 57
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: proprietary-license_136.RULE
- license_expression: proprietary-license
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- No commercial use of these trademarks may be made without prior
- written permission of MIT.
-
- "Commercial use" means use of a name in a product or other for-profit
- manner. It does NOT prevent a commercial firm from referring to the MIT
- trademarks in order to convey information (although in doing so,
- recognition of their trademark status should be given).
- - score: '100.0'
- start_line: 188
- end_line: '194'
- matcher: 1-hash
- rule_length: 36
- matched_length: 36
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_359.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This source file is placed in the public domian.
- Any resemblance to NCSA Telnet, living or dead, is purely coincidental.
-
- National Center for Supercomputing Applications
- 152 Computing Applications Building
- 605 E. Springfield Ave.
- Champaign, IL 61820
- - score: '100.0'
- start_line: '197'
- end_line: 209
- matcher: 1-hash
- rule_length: 122
- matched_length: 122
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: flex-2.5_6.RULE
- license_expression: flex-2.5
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms are permitted
- provided that: (1) source distributions retain this entire copyright
- notice and comment, and (2) distributions including binaries display
- the following acknowledgement: ``This product includes software
- developed by the University of California, Berkeley and its contributors''
- in the documentation or other materials provided with the distribution
- and in all advertising materials mentioning features or use of this
- software. Neither the name of the University nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- - score: '100.0'
- start_line: 211
- end_line: 211
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 212
- end_line: 231
- matcher: 1-hash
- rule_length: 139
- matched_length: 139
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_845.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either
- version 2 of the License, or (at your option) any later
- version.
-
- This program is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE. See the GNU General Public License for more
- details.
-
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA 02110-1301 USA
-
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/ncurses/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/ncurses/stable_copyright-detailed.expected.yml
index 36295bb375e..73922dfb1b8 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/ncurses/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/ncurses/stable_copyright-detailed.expected.yml
@@ -1,164 +1,248 @@
-primary_license:
declared_license:
-license_expression: x11-fsf AND x11-xconsortium AND bsd-new AND x11-fsf
-copyright: |
- Copyright (c) 1998-2018 Free Software Foundation, Inc.
- Copyright (c) 2001 by Pradeep Padala
- Copyright (c) 1994 X Consortium
- Copyright (c) 1980, 1991, 1992, 1993 The Regents of the University of California
- Copyright 1996-2018 by Thomas E. Dickey
-matches:
- - score: '100.0'
- start_line: 23
- end_line: 45
- matcher: 2-aho
- rule_length: 200
- matched_length: 200
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: x11-fsf.LICENSE
- license_expression: x11-fsf
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish,
- distribute, distribute with modifications, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
+declared_license_expression: x11-fsf AND x11-xconsortium AND bsd-new AND x11-fsf
+declared_license_expression_spdx: X11-distribute-modifications-variant AND X11 AND BSD-3-Clause
+ AND X11-distribute-modifications-variant
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: x11-fsf
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 23
+ end_line: 45
+ matched_length: 200
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: x11-fsf
+ rule_identifier: x11-fsf.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-fsf.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 200
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish,
+ distribute, distribute with modifications, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
- The above copyright notice and this permission notice shall be included
- in all copies or substantial portions of the Software.
+ The above copyright notice and 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 ABOVE 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.
+ 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 ABOVE 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.
- Except as contained in this notice, the name(s) of the above copyright
- holders shall not be used in advertising or otherwise to promote the
- sale, use or other dealings in this Software without prior written
- authorization.
- - score: '100.0'
- start_line: 50
- end_line: 70
- matcher: 2-aho
- rule_length: 201
- matched_length: 201
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: x11-xconsortium_2.RULE
- license_expression: x11-xconsortium
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
- sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
+ Except as contained in this notice, the name(s) of the above copyright
+ holders shall not be used in advertising or otherwise to promote the
+ sale, use or other dealings in this Software without prior written
+ authorization.
+ licenses:
+ - key: x11-fsf
+ name: X11-Style (FSF)
+ short_name: X11-Style (FSF)
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/x11-fsf
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-fsf.LICENSE
+ spdx_license_key: X11-distribute-modifications-variant
+ spdx_url: https://spdx.org/licenses/X11-distribute-modifications-variant
+ - license_expression: x11-xconsortium
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 50
+ end_line: 70
+ matched_length: 201
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: x11-xconsortium
+ rule_identifier: x11-xconsortium_2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/x11-xconsortium_2.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 201
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
+ The above copyright notice and 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
- X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
- AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
- TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 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
+ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Except as contained in this notice, the name of the X Consortium shall not
- be used in advertising or otherwise to promote the sale, use or other deal-
- ings in this Software without prior written authorization from the X Consor-
- tium.
- - score: '100.0'
- start_line: 76
- end_line: 98
- matcher: 2-aho
- rule_length: 213
- matched_length: 213
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_19.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 3. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
+ Except as contained in this notice, the name of the X Consortium shall not
+ be used in advertising or otherwise to promote the sale, use or other deal-
+ ings in this Software without prior written authorization from the X Consor-
+ tium.
+ licenses:
+ - key: x11-xconsortium
+ name: X11-Style (X Consortium)
+ short_name: X11-Style (X Consortium)
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: X Consortium
+ homepage_url: http://www.xfree86.org/current/LICENSE5.html
+ text_url: http://www.xfree86.org/current/LICENSE5.html
+ reference_url: https://scancode-licensedb.aboutcode.org/x11-xconsortium
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-xconsortium.LICENSE
+ spdx_license_key: X11
+ spdx_url: https://spdx.org/licenses/X11
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 76
+ end_line: 98
+ matched_length: 213
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-new
+ rule_identifier: bsd-new_19.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_19.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 213
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
- THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 105
- end_line: 127
- matcher: 2-aho
- rule_length: '199'
- matched_length: '199'
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: x11-fsf_7.RULE
- license_expression: x11-fsf
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: x11-fsf
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 105
+ end_line: 127
+ matched_length: '199'
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: x11-fsf
+ rule_identifier: x11-fsf_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/x11-fsf_7.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: '199'
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
- The above copyright notice and this permission notice shall be included
- in all copies or substantial portions of the Software.
+ The above copyright notice and 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 ABOVE LISTED COPYRIGHT HOLDER(S) 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.
+ 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 ABOVE LISTED COPYRIGHT HOLDER(S) 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.
- Except as contained in this notice, the name(s) of the above copyright
- holders shall not be used in advertising or otherwise to promote the
- sale, use or other dealings in this Software without prior written
- authorization.
+ Except as contained in this notice, the name(s) of the above copyright
+ holders shall not be used in advertising or otherwise to promote the
+ sale, use or other dealings in this Software without prior written
+ authorization.
+ licenses:
+ - key: x11-fsf
+ name: X11-Style (FSF)
+ short_name: X11-Style (FSF)
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/x11-fsf
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11-fsf.LICENSE
+ spdx_license_key: X11-distribute-modifications-variant
+ spdx_url: https://spdx.org/licenses/X11-distribute-modifications-variant
+other_license_detections: []
+copyright: |
+ Copyright (c) 1998-2018 Free Software Foundation, Inc.
+ Copyright (c) 2001 by Pradeep Padala
+ Copyright (c) 1994 X Consortium
+ Copyright (c) 1980, 1991, 1992, 1993 The Regents of the University of California
+ Copyright 1996-2018 by Thomas E. Dickey
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/newsboat/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/newsboat/stable_copyright-detailed.expected.yml
index dee70b13148..9993789c5c8 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/newsboat/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/newsboat/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: mit
declared_license:
- MIT/Expat
- MIT/Expat
@@ -9,8 +8,276 @@ declared_license:
- Boost-1.0
- GPL-2
- GPL-2+
-license_expression: mit AND mit AND boost-1.0 AND (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0
- AND gpl-2.0)
+declared_license_expression: mit
+declared_license_expression_spdx: MIT
+other_license_expression: mit AND mit AND boost-1.0 AND (gpl-2.0-plus AND gpl-2.0-plus) AND
+ (gpl-2.0 AND gpl-2.0)
+other_license_expression_spdx: MIT AND MIT AND BSL-1.0 AND (GPL-2.0-or-later AND GPL-2.0-or-later)
+ AND (GPL-2.0-only AND GPL-2.0-only)
+license_detections: []
+other_license_detections:
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 30
+ end_line: 46
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+
+ The above copyright notice and 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 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: boost-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 49
+ end_line: 70
+ matched_length: 208
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: boost-1.0
+ rule_identifier: boost-1.0_24.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/boost-1.0_24.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 208
+ rule_relevance: 100
+ matched_text: |
+ Boost Software License Version 1.0
+ Permission is hereby granted, free of charge, to any person or organization
+ obtaining a copy of the software and accompanying documentation covered by
+ this license (the "Software") to use, reproduce, display, distribute,
+ execute, and transmit the Software, and to prepare derivative works of the
+ Software, and to permit third-parties to whom the Software is furnished to
+ do so, all subject to the following:
+
+ The copyright notices in the Software and this entire statement, including
+ the above license grant, this restriction and the following disclaimer,
+ must be included in all copies of the Software, in whole or in part, and
+ all derivative works of the Software, unless such copies or derivative
+ works are solely in the form of machine-executable object code generated by
+ a source language processor.
+
+ 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+ licenses:
+ - key: boost-1.0
+ name: Boost Software License 1.0
+ short_name: Boost 1.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Boost
+ homepage_url: http://www.boost.org/users/license.html
+ text_url: http://www.boost.org/LICENSE_1_0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/boost-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.LICENSE
+ spdx_license_key: BSL-1.0
+ spdx_url: https://spdx.org/licenses/BSL-1.0
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 72
+ end_line: 72
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_561.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_561.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: 73
+ end_line: 78
+ matched_length: 59
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1296.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1296.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 59
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; version 2 dated June, 1991.
+
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in '/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 80
+ end_line: 80
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 81
+ end_line: 87
+ matched_length: 66
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_985.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_985.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 66
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; version 2 dated June, 1991, or (at your
+ option) any later version.
+
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in '/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
copyright: |
2015-2018, Alexander Batischev
2006-2010, Andreas Krennmair
@@ -19,152 +286,3 @@ copyright: |
1990-2004, Hanspeter Moessenboeck, University of Linz
2016-2018, Nikos Tsipinakis ,
2007-2014, Nico Golde
-matches:
- - score: '100.0'
- start_line: 30
- end_line: 46
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish, distribute, sublicense,
- and/or sell copies of the Software, and to permit persons to whom the
- Software is furnished to do so, subject to the following conditions:
-
- The above copyright notice and 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 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.
- - score: '100.0'
- start_line: 49
- end_line: 70
- matcher: 1-hash
- rule_length: 208
- matched_length: 208
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: boost-1.0_24.RULE
- license_expression: boost-1.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Boost Software License Version 1.0
- Permission is hereby granted, free of charge, to any person or organization
- obtaining a copy of the software and accompanying documentation covered by
- this license (the "Software") to use, reproduce, display, distribute,
- execute, and transmit the Software, and to prepare derivative works of the
- Software, and to permit third-parties to whom the Software is furnished to
- do so, all subject to the following:
-
- The copyright notices in the Software and this entire statement, including
- the above license grant, this restriction and the following disclaimer,
- must be included in all copies of the Software, in whole or in part, and
- all derivative works of the Software, unless such copies or derivative
- works are solely in the form of machine-executable object code generated by
- a source language processor.
-
- 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
- SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
- FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.
- - score: '100.0'
- start_line: 72
- end_line: 72
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_561.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2'
- - score: '100.0'
- start_line: 73
- end_line: 78
- matcher: 1-hash
- rule_length: 59
- matched_length: 59
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1296.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; version 2 dated June, 1991.
-
- On Debian systems, the complete text of version 2 of the GNU General
- Public License can be found in '/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 80
- end_line: 80
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 81
- end_line: 87
- matcher: 1-hash
- rule_length: 66
- matched_length: 66
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_985.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; version 2 dated June, 1991, or (at your
- option) any later version.
-
- On Debian systems, the complete text of version 2 of the GNU General
- Public License can be found in '/usr/share/common-licenses/GPL-2'.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/nextcloud-desktop/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/nextcloud-desktop/stable_copyright-detailed.expected.yml
index 8f777f36f59..2720fb4ac23 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/nextcloud-desktop/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/nextcloud-desktop/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-2.0-plus
declared_license:
- GPL-2+
- GPL-2+
@@ -25,11 +24,749 @@ declared_license:
- LGPL-2.1
- LGPL-2.1+
- public-domain
-license_expression: (gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus
- AND gpl-2.0-plus) AND (lgpl-2.1-plus AND lgpl-2.1) AND (lgpl-2.1-plus AND lgpl-2.1) AND public-domain-disclaimer
- AND bsd-new AND (lgpl-2.1-plus AND lgpl-2.1) AND (lgpl-2.1 AND lgpl-2.1) AND (mit AND mit)
- AND cc-by-3.0 AND (apache-2.0 AND lgpl-2.1) AND (mit AND mit) AND boost-1.0 AND ((gpl-3.0
- AND gpl-3.0) OR (lgpl-2.1 AND lgpl-2.1)) AND (gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0-plus)
+declared_license_expression: gpl-2.0-plus
+declared_license_expression_spdx: GPL-2.0-or-later
+other_license_expression: (gpl-2.0-plus AND gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus
+ AND gpl-2.0-plus AND gpl-2.0-plus) AND (lgpl-2.1-plus AND lgpl-2.1) AND (lgpl-2.1-plus AND
+ lgpl-2.1) AND public-domain-disclaimer AND bsd-new AND (lgpl-2.1-plus AND lgpl-2.1) AND (lgpl-2.1
+ AND lgpl-2.1) AND (mit AND mit) AND cc-by-3.0 AND (apache-2.0 AND lgpl-2.1) AND (mit AND mit)
+ AND boost-1.0 AND ((gpl-3.0 AND gpl-3.0) OR (lgpl-2.1 AND lgpl-2.1)) AND (gpl-2.0-plus AND
+ gpl-2.0-plus AND gpl-2.0-plus)
+other_license_expression_spdx: (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-or-later)
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later AND GPL-2.0-or-later) AND (LGPL-2.1-or-later AND
+ LGPL-2.1-only) AND (LGPL-2.1-or-later AND LGPL-2.1-only) AND LicenseRef-scancode-public-domain-disclaimer
+ AND BSD-3-Clause AND (LGPL-2.1-or-later AND LGPL-2.1-only) AND (LGPL-2.1-only AND LGPL-2.1-only)
+ AND (MIT AND MIT) AND CC-BY-3.0 AND (Apache-2.0 AND LGPL-2.1-only) AND (MIT AND MIT) AND BSL-1.0
+ AND ((GPL-3.0-only AND GPL-3.0-only) OR (LGPL-2.1-only AND LGPL-2.1-only)) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later AND GPL-2.0-or-later)
+license_detections: []
+other_license_detections:
+ - license_expression: apache-2.0 AND lgpl-2.1
+ detection_log:
+ - not-combined
+ matches:
+ - score: '90.0'
+ start_line: 162
+ end_line: 175
+ matched_length: 106
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0 AND lgpl-2.1
+ rule_identifier: apache-2.0_and_lgpl-2.1_2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_and_lgpl-2.1_2.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/Apache-2.0
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 106
+ rule_relevance: 90
+ matched_text: |
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ On Debian systems a full copy of the LGPL 2.1 can be found at
+ /usr/share/common-licenses/Apache-2.0
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 178
+ end_line: '199'
+ matched_length: 201
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_942.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_942.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 201
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ 1. Redistributions of source code must retain the copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 THE AUTHOR 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: boost-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 202
+ end_line: 222
+ matched_length: 202
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: boost-1.0
+ rule_identifier: boost-1.0_9.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/boost-1.0_9.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 202
+ rule_relevance: 100
+ matched_text: |
+ Permission is hereby granted, free of charge, to any person or organization
+ obtaining a copy of the software and accompanying documentation covered by
+ this license (the "Software") to use, reproduce, display, distribute,
+ execute, and transmit the Software, and to prepare derivative works of the
+ Software, and to permit third-parties to whom the Software is furnished to
+ do so, all subject to the following:
+
+ The copyright notices in the Software and this entire statement, including
+ the above license grant, this restriction and the following disclaimer,
+ must be included in all copies of the Software, in whole or in part, and
+ all derivative works of the Software, unless such copies or derivative
+ works are solely in the form of machine-executable object code generated by
+ a source language processor.
+
+ 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+ licenses:
+ - key: boost-1.0
+ name: Boost Software License 1.0
+ short_name: Boost 1.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Boost
+ homepage_url: http://www.boost.org/users/license.html
+ text_url: http://www.boost.org/LICENSE_1_0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/boost-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.LICENSE
+ spdx_license_key: BSL-1.0
+ spdx_url: https://spdx.org/licenses/BSL-1.0
+ - license_expression: cc-by-3.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 225
+ end_line: 247
+ matched_length: 159
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: cc-by-3.0
+ rule_identifier: cc-by-3.0_110.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc-by-3.0_110.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 159
+ rule_relevance: 100
+ matched_text: |
+ Creative Commons Legal Code
+
+ Attribution 3.0 Unported
+
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+ LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
+ ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+ INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+ REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
+ DAMAGES RESULTING FROM ITS USE.
+
+ License
+
+ THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
+ COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
+ COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
+ AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
+
+ BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
+ TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
+ BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
+ CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
+ CONDITIONS.
+ licenses:
+ - key: cc-by-3.0
+ name: Creative Commons Attribution License 3.0
+ short_name: CC-BY-3.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/licenses/by/3.0/
+ text_url: http://creativecommons.org/licenses/by/3.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc-by-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc-by-3.0.LICENSE
+ spdx_license_key: CC-BY-3.0
+ spdx_url: https://spdx.org/licenses/CC-BY-3.0
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 250
+ end_line: 250
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: mit
+ rule_identifier: mit_26.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_26.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: The MIT License (MIT)
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - score: '100.0'
+ start_line: 252
+ end_line: 268
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and 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
+ 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 270
+ end_line: 270
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 271
+ end_line: 283
+ matched_length: 113
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_420.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_420.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 113
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 285
+ end_line: 286
+ matched_length: '19'
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_843.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_843.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: '19'
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems a full copy of the GPL 2 can be found at
+ /usr/share/common-licenses/GPL-2
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-3.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 288
+ end_line: 288
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_rdesc_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_rdesc_1.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-3'
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
+ - score: '100.0'
+ start_line: 289
+ end_line: 303
+ matched_length: 121
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_417.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_417.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 121
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License version 3
+ as published by the Free Software Foundation.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+ On Debian systems a full copy of the GPL 3 can be found at
+ /usr/share/common-licenses/GPL-3
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
+ - license_expression: lgpl-2.1
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 305
+ end_line: 305
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_38.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1'
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - score: '100.0'
+ start_line: 306
+ end_line: 314
+ matched_length: 91
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_313.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_313.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ - LICENSE.LGPL
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 91
+ rule_relevance: 100
+ matched_text: |
+ This file may be used under the terms of the GNU Lesser General Public
+ License version 2.1 as published by the Free Software Foundation and
+ appearing in the file LICENSE.LGPL included in the packaging of this file.
+ Please review the following information to ensure the GNU Lesser General
+ Public License version 2.1 requirements will be met:
+ http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+
+ On Debian systems a full copy of the LGPL 2.1 can be found at
+ /usr/share/common-licenses/LGPL-2.1
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - license_expression: lgpl-2.1-plus AND lgpl-2.1
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 316
+ end_line: 316
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_108.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1+'
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 317
+ end_line: 332
+ matched_length: 138
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_312.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_312.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 138
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+ On Debian systems a full copy of the LGPL 2.1 can be found at
+ /usr/share/common-licenses/LGPL-2.1
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - license_expression: public-domain-disclaimer
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 335
+ end_line: 337
+ matched_length: 27
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: public-domain-disclaimer
+ rule_identifier: public-domain-disclaimer_47.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain-disclaimer_47.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 27
+ rule_relevance: 100
+ matched_text: |
+ This software is in the public domain, furnished "as is", without technical
+ support, and with no warranty, express or implied, as to its usefulness for
+ any purpose.
+ licenses:
+ - key: public-domain-disclaimer
+ name: Public Domain Disclaimer
+ short_name: Public Domain Disclaimer
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain-disclaimer
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain-disclaimer.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain-disclaimer
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain-disclaimer.LICENSE
copyright: |
2006, Alexander Neundorf
2006, Andreas Schneider
@@ -101,415 +838,3 @@ copyright: |
2009-2010, Iowa State University
2014, Daniel Molkentin
2006-2012, Andreas Schneider
-matches:
- - score: '90.0'
- start_line: 162
- end_line: 175
- matcher: 1-hash
- rule_length: 106
- matched_length: 106
- match_coverage: '100.0'
- rule_relevance: 90
- identifier: apache-2.0_and_lgpl-2.1_2.RULE
- license_expression: apache-2.0 AND lgpl-2.1
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- On Debian systems a full copy of the LGPL 2.1 can be found at
- /usr/share/common-licenses/Apache-2.0
- - score: '100.0'
- start_line: 178
- end_line: '199'
- matcher: 1-hash
- rule_length: 201
- matched_length: 201
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_942.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
-
- 1. Redistributions of source code must retain the copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- 3. The name of the author may not be used to endorse or promote products
- derived from this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 THE AUTHOR 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.
- - score: '100.0'
- start_line: 202
- end_line: 222
- matcher: 1-hash
- rule_length: 202
- matched_length: 202
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: boost-1.0_9.RULE
- license_expression: boost-1.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission is hereby granted, free of charge, to any person or organization
- obtaining a copy of the software and accompanying documentation covered by
- this license (the "Software") to use, reproduce, display, distribute,
- execute, and transmit the Software, and to prepare derivative works of the
- Software, and to permit third-parties to whom the Software is furnished to
- do so, all subject to the following:
-
- The copyright notices in the Software and this entire statement, including
- the above license grant, this restriction and the following disclaimer,
- must be included in all copies of the Software, in whole or in part, and
- all derivative works of the Software, unless such copies or derivative
- works are solely in the form of machine-executable object code generated by
- a source language processor.
-
- 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
- SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
- FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.
- - score: '100.0'
- start_line: 225
- end_line: 247
- matcher: 1-hash
- rule_length: 159
- matched_length: 159
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cc-by-3.0_110.RULE
- license_expression: cc-by-3.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Creative Commons Legal Code
-
- Attribution 3.0 Unported
-
- CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
- LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
- ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
- INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
- REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
- DAMAGES RESULTING FROM ITS USE.
-
- License
-
- THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
- COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
- COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
- AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
-
- BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
- TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
- BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
- CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
- CONDITIONS.
- - score: '100.0'
- start_line: 250
- end_line: 250
- matcher: 2-aho
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit_26.RULE
- license_expression: mit
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: The MIT License (MIT)
- - score: '100.0'
- start_line: 252
- end_line: 268
- matcher: 2-aho
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and 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
- 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.
- - score: '100.0'
- start_line: 270
- end_line: 270
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 271
- end_line: 283
- matcher: 2-aho
- rule_length: 113
- matched_length: 113
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_420.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 2
- of the License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- - score: '100.0'
- start_line: 285
- end_line: 286
- matcher: 2-aho
- rule_length: '19'
- matched_length: '19'
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_843.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems a full copy of the GPL 2 can be found at
- /usr/share/common-licenses/GPL-2
- - score: '100.0'
- start_line: 288
- end_line: 288
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_rdesc_1.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-3'
- - score: '100.0'
- start_line: 289
- end_line: 303
- matcher: 1-hash
- rule_length: 121
- matched_length: 121
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_417.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License version 3
- as published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
- On Debian systems a full copy of the GPL 3 can be found at
- /usr/share/common-licenses/GPL-3
- - score: '100.0'
- start_line: 305
- end_line: 305
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_38.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1'
- - score: '100.0'
- start_line: 306
- end_line: 314
- matcher: 1-hash
- rule_length: 91
- matched_length: 91
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_313.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This file may be used under the terms of the GNU Lesser General Public
- License version 2.1 as published by the Free Software Foundation and
- appearing in the file LICENSE.LGPL included in the packaging of this file.
- Please review the following information to ensure the GNU Lesser General
- Public License version 2.1 requirements will be met:
- http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
-
- On Debian systems a full copy of the LGPL 2.1 can be found at
- /usr/share/common-licenses/LGPL-2.1
- - score: '100.0'
- start_line: 316
- end_line: 316
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_108.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1+'
- - score: '100.0'
- start_line: 317
- end_line: 332
- matcher: 1-hash
- rule_length: 138
- matched_length: 138
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_312.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-
- On Debian systems a full copy of the LGPL 2.1 can be found at
- /usr/share/common-licenses/LGPL-2.1
- - score: '100.0'
- start_line: 335
- end_line: 337
- matcher: 1-hash
- rule_length: 27
- matched_length: 27
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain-disclaimer_47.RULE
- license_expression: public-domain-disclaimer
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This software is in the public domain, furnished "as is", without technical
- support, and with no warranty, express or implied, as to its usefulness for
- any purpose.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/nginx/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/nginx/stable_copyright-detailed.expected.yml
index be98d032e77..a7f1c3b746e 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/nginx/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/nginx/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: bsd-simplified
declared_license:
- BSD-2-clause
- BSD-2-clause
@@ -24,10 +23,246 @@ declared_license:
- BSD-3-clause
- BSD-4-clause
- MIT
-license_expression: bsd-simplified AND bsd-simplified AND bsd-simplified AND bsd-simplified
+declared_license_expression: bsd-simplified
+declared_license_expression_spdx: BSD-2-Clause
+other_license_expression: bsd-simplified AND bsd-simplified AND bsd-simplified AND bsd-simplified
AND bsd-simplified AND bsd-simplified AND bsd-new AND bsd-new AND bsd-simplified AND bsd-simplified
AND bsd-simplified AND bsd-simplified AND mit AND mit AND bsd-simplified AND bsd-simplified
AND bsd-simplified AND bsd-simplified AND bsd-simplified AND bsd-simplified
+other_license_expression_spdx: BSD-2-Clause AND BSD-2-Clause AND BSD-2-Clause AND BSD-2-Clause
+ AND BSD-2-Clause AND BSD-2-Clause AND BSD-3-Clause AND BSD-3-Clause AND BSD-2-Clause AND BSD-2-Clause
+ AND BSD-2-Clause AND BSD-2-Clause AND MIT AND MIT AND BSD-2-Clause AND BSD-2-Clause AND BSD-2-Clause
+ AND BSD-2-Clause AND BSD-2-Clause AND BSD-2-Clause
+license_detections: []
+other_license_detections:
+ - license_expression: bsd-simplified
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 110
+ end_line: 130
+ matched_length: 185
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-simplified
+ rule_identifier: bsd-simplified_20.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-simplified_20.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 185
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
+ OWNER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-simplified
+ name: BSD-2-Clause
+ short_name: BSD-2-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-2-Clause
+ text_url: http://opensource.org/licenses/bsd-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-simplified
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE
+ spdx_license_key: BSD-2-Clause
+ spdx_url: https://spdx.org/licenses/BSD-2-Clause
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 135
+ end_line: 157
+ matched_length: 213
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-new
+ rule_identifier: bsd-new_19.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_19.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 213
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS
+ 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 160
+ end_line: 182
+ matched_length: 213
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_42.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_42.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 213
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 4. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 185
+ end_line: 201
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and 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
+ 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
copyright: |
2002-2014 Igor Sysoev
2011-2014 Nginx, Inc.
@@ -69,152 +304,3 @@ copyright: |
Copyright (c) Adrian Perez
Copyright (C) 2014 by Weibin Yao
Copyright (C) 2012-2014, Roman Arutyunyan
-matches:
- - score: '100.0'
- start_line: 110
- end_line: 130
- matcher: 2-aho
- rule_length: 185
- matched_length: 185
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-simplified_20.RULE
- license_expression: bsd-simplified
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
-
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
- OWNER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 135
- end_line: 157
- matcher: 2-aho
- rule_length: 213
- matched_length: 213
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_19.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 3. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this
- software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS
- 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.
- - score: '100.0'
- start_line: 160
- end_line: 182
- matcher: 1-hash
- rule_length: 213
- matched_length: 213
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_42.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 4. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 185
- end_line: 201
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
- sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and 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
- 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.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/node-lodash/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/node-lodash/stable_copyright-detailed.expected.yml
index 2b056a00f84..c082dfe7296 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/node-lodash/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/n/node-lodash/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: mit
declared_license:
- Expat
- Expat
@@ -8,7 +7,246 @@ declared_license:
- Expat
- GPL-2+
- public-domain
-license_expression: mit AND mit AND bsd-new AND warranty-disclaimer AND (gpl-2.0-plus AND gpl-2.0-plus)
+declared_license_expression: mit
+declared_license_expression_spdx: MIT
+other_license_expression: mit AND mit AND bsd-new AND warranty-disclaimer AND (gpl-2.0-plus
+ AND gpl-2.0-plus)
+other_license_expression_spdx: MIT AND MIT AND BSD-3-Clause AND LicenseRef-scancode-warranty-disclaimer
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later)
+license_detections: []
+other_license_detections:
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.53'
+ start_line: 26
+ end_line: 45
+ matched_length: 211
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_314.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_314.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 211
+ rule_relevance: 100
+ matched_text: |
+ 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 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.
+ * Neither the name of Parakey Inc. nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT OWNER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 48
+ end_line: 67
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+
+ The above copyright notice and 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 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 71
+ end_line: 71
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 72
+ end_line: 86
+ matched_length: 126
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_846.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_846.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 126
+ rule_relevance: 100
+ matched_text: |
+ This package 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 Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see
+
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: warranty-disclaimer
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 89
+ end_line: 89
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: warranty-disclaimer
+ rule_identifier: warranty-disclaimer_78.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/warranty-disclaimer_78.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 100
+ matched_text: NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
+ licenses:
+ - key: warranty-disclaimer
+ name: Generic Bare Warranty Disclaimer
+ short_name: Generic Bare Warranty Disclaimer
+ category: Unstated License
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/warranty-disclaimer
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/warranty-disclaimer.LICENSE
+ spdx_license_key: LicenseRef-scancode-warranty-disclaimer
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/warranty-disclaimer.LICENSE
copyright: |
JS Foundation and other contributors
Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
@@ -16,139 +254,3 @@ copyright: |
2007, Parakey Inc.
NONE
2014 Valentin OVD
-matches:
- - score: '99.53'
- start_line: 26
- end_line: 45
- matcher: 1-hash
- rule_length: 211
- matched_length: 211
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_314.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 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.
- * Neither the name of [Parakey] Inc. nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT OWNER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 48
- end_line: 67
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use,
- copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the
- Software is furnished to do so, subject to the following
- conditions:
-
- The above copyright notice and 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 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.
- - score: '100.0'
- start_line: 71
- end_line: 71
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 72
- end_line: 86
- matcher: 1-hash
- rule_length: 126
- matched_length: 126
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_846.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package 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 Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see
-
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
- - score: '100.0'
- start_line: 89
- end_line: 89
- matcher: 1-hash
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: warranty-disclaimer_78.RULE
- license_expression: warranty-disclaimer
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/o/open-infrastructure-compute-tools/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/o/open-infrastructure-compute-tools/stable_copyright-detailed.expected.yml
index e4d9ab8ca36..e9475b196ef 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/o/open-infrastructure-compute-tools/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/o/open-infrastructure-compute-tools/stable_copyright-detailed.expected.yml
@@ -1,86 +1,158 @@
-primary_license: gpl-3.0-plus AND gpl-3.0
declared_license:
- GPL-3+
- GPL-3+
-license_expression: gpl-3.0-plus AND gpl-3.0-plus AND gpl-3.0 AND gpl-3.0
+declared_license_expression: gpl-3.0-plus AND gpl-3.0
+declared_license_expression_spdx: GPL-3.0-or-later AND GPL-3.0-only
+other_license_expression: gpl-3.0-plus AND gpl-3.0-plus AND gpl-3.0 AND gpl-3.0
+other_license_expression_spdx: GPL-3.0-or-later AND GPL-3.0-or-later AND GPL-3.0-only AND GPL-3.0-only
+license_detections: []
+other_license_detections:
+ - license_expression: gpl-3.0-plus AND gpl-3.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 12
+ end_line: 12
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_92.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_92.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-3+'
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - score: '100.0'
+ start_line: 13
+ end_line: 24
+ matched_length: 102
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_290.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_290.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 102
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - score: '100.0'
+ start_line: 26
+ end_line: 26
+ matched_length: 7
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_378.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_378.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 7
+ rule_relevance: 100
+ matched_text: the GNU General Public License version 3
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
+ - score: '100.0'
+ start_line: 27
+ end_line: 27
+ matched_length: 6
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_93.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_93.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 6
+ rule_relevance: 100
+ matched_text: usr/share/common-licenses/GPL-3.
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
copyright: |
2014-2019 Daniel Baumann
2016 Andreas Kreuzer
2016 Simon Spoehel
-matches:
- - score: '100.0'
- start_line: 12
- end_line: 12
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_92.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-3+'
- - score: '100.0'
- start_line: 13
- end_line: 24
- matcher: 2-aho
- rule_length: 102
- matched_length: 102
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_290.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
- - score: '100.0'
- start_line: 26
- end_line: 26
- matcher: 2-aho
- rule_length: 7
- matched_length: 7
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_378.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: the GNU General Public License version 3
- - score: '100.0'
- start_line: 27
- end_line: 27
- matcher: 2-aho
- rule_length: 6
- matched_length: 6
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_93.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: usr/share/common-licenses/GPL-3.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/o/open-vm-tools/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/o/open-vm-tools/stable_copyright-detailed.expected.yml
index 5f057d24313..1164592f1f2 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/o/open-vm-tools/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/o/open-vm-tools/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: lgpl-2.1 AND lgpl-2.0-plus
declared_license:
- LGPL-2.1
- GPL-2
@@ -12,300 +11,510 @@ declared_license:
- LGPL-2.1
- MIT(*)
- MIT(**)
-license_expression: (lgpl-2.1 AND lgpl-2.0-plus) AND (gpl-2.0 AND gpl-2.0 AND gpl-2.0) AND bsd-new
- AND (isc AND ibm-dhcp) AND xfree86-1.0 AND (gpl-2.0-plus AND gpl-2.0-plus)
-copyright: |
- VMware, Inc.
- VMware, Inc.
- 1990, 1993 The Regents of the University of California.
- 1996, 1998 Internet Software Consortium
- 2006 VMware, Inc.
- 2007-2013 Daniel Baumann
- 2014 Bernd Zeimetz
-matches:
- - score: '100.0'
- start_line: 38
- end_line: 61
- matcher: 2-aho
- rule_length: 213
- matched_length: 213
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_42.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: "Redistribution and use in source and binary forms, with or without\nmodification,\
- \ are permitted provided that the following conditions are\tmet:\n\n1. Redistributions\
- \ of source code must retain the above copyright notice, this\nlist of conditions and\
- \ the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above\
- \ copyright notice,\nthis list of conditions and the following disclaimer in the documentation\n\
- and/or other materials provided with the distribution.\n\n4. Neither the name of the University\
- \ nor the names of its contributors may be\nused to endorse or promote products derived\
- \ from this software without\nspecific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED\
- \ BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING,\
- \ BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\
- \ PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR\
- \ ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING,\
- \ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA,\
- \ OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY,\
- \ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE)\
- \ ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY\
- \ OF SUCH DAMAGE."
- - score: '100.0'
- start_line: 63
- end_line: 63
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_561.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2'
- - score: '100.0'
- start_line: 64
- end_line: 74
- matcher: 2-aho
- rule_length: 94
- matched_length: 94
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_353.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation, version 2 of the License.
+declared_license_expression: lgpl-2.1 AND lgpl-2.0-plus
+declared_license_expression_spdx: LGPL-2.1-only AND LGPL-2.0-or-later
+other_license_expression: (lgpl-2.1 AND lgpl-2.0-plus) AND (gpl-2.0 AND gpl-2.0 AND gpl-2.0)
+ AND bsd-new AND (isc AND ibm-dhcp) AND xfree86-1.0 AND (gpl-2.0-plus AND gpl-2.0-plus)
+other_license_expression_spdx: (LGPL-2.1-only AND LGPL-2.0-or-later) AND (GPL-2.0-only AND GPL-2.0-only
+ AND GPL-2.0-only) AND BSD-3-Clause AND (ISC AND LicenseRef-scancode-ibm-dhcp) AND LicenseRef-scancode-xfree86-1.0
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later)
+license_detections: []
+other_license_detections:
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 38
+ end_line: 61
+ matched_length: 213
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-new
+ rule_identifier: bsd-new_42.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_42.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 213
+ rule_relevance: 100
+ matched_text: "Redistribution and use in source and binary forms, with or without\n\
+ modification, are permitted provided that the following conditions are\tmet:\n\n1.\
+ \ Redistributions of source code must retain the above copyright notice, this\nlist\
+ \ of conditions and the following disclaimer.\n\n2. Redistributions in binary form\
+ \ must reproduce the above copyright notice,\nthis list of conditions and the following\
+ \ disclaimer in the documentation\nand/or other materials provided with the distribution.\n\
+ \n4. Neither the name of the University nor the names of its contributors may be\n\
+ used to endorse or promote products derived from this software without\nspecific prior\
+ \ written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS\
+ \ ``AS IS'' AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,\
+ \ THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\
+ \ ARE\nDISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY\n\
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING,\
+ \ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA,\
+ \ OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY,\
+ \ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE)\
+ \ ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY\
+ \ OF SUCH DAMAGE."
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 63
+ end_line: 63
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_561.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_561.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: 64
+ end_line: 74
+ matched_length: 94
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_353.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_353.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 94
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation, version 2 of the License.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
- - score: '100.0'
- start_line: 76
- end_line: 77
- matcher: 2-aho
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1290.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- The complete text of the GNU General Public License
- can be found in /usr/share/common-licenses/GPL-2 file.
- - score: '100.0'
- start_line: 79
- end_line: 79
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 80
- end_line: 94
- matcher: 1-hash
- rule_length: 122
- matched_length: 122
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_983.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation, either version 2 of the License, or
- (at your option) any later version.
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: 76
+ end_line: 77
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1290.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1290.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ The complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 79
+ end_line: 79
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 80
+ end_line: 94
+ matched_length: 122
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_983.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_983.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 122
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation, either version 2 of the License, or
+ (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
- The complete text of the GNU General Public License
- can be found in /usr/share/common-licenses/GPL-2 file.
- - score: '100.0'
- start_line: 96
- end_line: 96
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_38.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1'
- - score: '89.68'
- start_line: 97
- end_line: 110
- matcher: 3-seq
- rule_length: 126
- matched_length: 113
- match_coverage: '89.68'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_477.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, [version] [2].[1] of the License.
+ The complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: lgpl-2.1 AND lgpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 96
+ end_line: 96
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_38.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1'
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - score: '89.68'
+ start_line: 97
+ end_line: 110
+ matched_length: 113
+ match_coverage: '89.68'
+ matcher: 3-seq
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_477.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_477.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 126
+ rule_relevance: 100
+ matched_text: |
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, version 2.1 of the License.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see .
- The complete text of the GNU Lesser General Public License
- can be found in /usr/share/common-licenses/
- - score: '100.0'
- start_line: 113
- end_line: 123
- matcher: 2-aho
- rule_length: 113
- matched_length: 113
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: isc_9.RULE
- license_expression: isc
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute this software for any purpose
- with or without fee is hereby granted, provided that the above copyright notice
- and this permission notice appear in all copies.
+ The complete text of the GNU Lesser General Public License
+ can be found in /usr/share/common-licenses/
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - license_expression: isc AND ibm-dhcp
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 113
+ end_line: 123
+ matched_length: 113
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: isc
+ rule_identifier: isc_9.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/isc_9.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 113
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute this software for any purpose
+ with or without fee is hereby granted, provided that the above copyright notice
+ and this permission notice appear in all copies.
- THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS ALL
- WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE CONSORTIUM BE
- LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
- DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
- CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- - score: '100.0'
- start_line: 127
- end_line: 145
- matcher: 2-aho
- rule_length: 203
- matched_length: 203
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: ibm-dhcp.LICENSE
- license_expression: ibm-dhcp
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- International Business Machines, Inc. (hereinafter called IBM) grants
- permission under its copyrights to use, copy, modify, and distribute this
- Software with or without fee, provided that the above copyright notice and all
- paragraphs of this notice appear in all copies, and that the name of IBM not be
- used in connection with the marketing of any product incorporating the Software
- or modifications thereof, without specific, written prior permission.
+ THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS ALL
+ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE CONSORTIUM BE
+ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
+ DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ licenses:
+ - key: isc
+ name: ISC License
+ short_name: ISC License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: ISC - Internet Systems Consortium
+ homepage_url: https://www.isc.org/licenses/
+ text_url: http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_with_legal_disclaimer_2
+ reference_url: https://scancode-licensedb.aboutcode.org/isc
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/isc.LICENSE
+ spdx_license_key: ISC
+ spdx_url: https://spdx.org/licenses/ISC
+ - score: '100.0'
+ start_line: 127
+ end_line: 145
+ matched_length: 203
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: ibm-dhcp
+ rule_identifier: ibm-dhcp.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ibm-dhcp.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 203
+ rule_relevance: 100
+ matched_text: |
+ International Business Machines, Inc. (hereinafter called IBM) grants
+ permission under its copyrights to use, copy, modify, and distribute this
+ Software with or without fee, provided that the above copyright notice and all
+ paragraphs of this notice appear in all copies, and that the name of IBM not be
+ used in connection with the marketing of any product incorporating the Software
+ or modifications thereof, without specific, written prior permission.
- To the extent it has a right to do so, IBM grants an immunity from suit under
- its patents, if any, for the use, sale or manufacture of products to the extent
- that such products are used for performing Domain Name System dynamic updates
- in TCP/IP networks by means of the Software. No immunity is granted for any
- product per se or for any other function of any product.
+ To the extent it has a right to do so, IBM grants an immunity from suit under
+ its patents, if any, for the use, sale or manufacture of products to the extent
+ that such products are used for performing Domain Name System dynamic updates
+ in TCP/IP networks by means of the Software. No immunity is granted for any
+ product per se or for any other function of any product.
- THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, INCLUDING
- ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
- CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING OUT OF OR IN CONNECTION
- WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN IF IBM IS APPRISED OF THE
- POSSIBILITY OF SUCH DAMAGES.
- - score: '100.0'
- start_line: 148
- end_line: 169
- matcher: 1-hash
- rule_length: 210
- matched_length: 210
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: xfree86-1.0_2.RULE
- license_expression: xfree86-1.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
- of the Software, and to permit persons to whom the Software is furnished to do
- so, subject to the following conditions:
+ THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, INCLUDING
+ ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
+ CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING OUT OF OR IN CONNECTION
+ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN IF IBM IS APPRISED OF THE
+ POSSIBILITY OF SUCH DAMAGES.
+ licenses:
+ - key: ibm-dhcp
+ name: IBM DHCP License
+ short_name: IBM DHCP License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: IBM
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/ibm-dhcp
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ibm-dhcp.LICENSE
+ spdx_license_key: LicenseRef-scancode-ibm-dhcp
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ibm-dhcp.LICENSE
+ - license_expression: xfree86-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 148
+ end_line: 169
+ matched_length: 210
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: xfree86-1.0
+ rule_identifier: xfree86-1.0_2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/xfree86-1.0_2.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 210
+ rule_relevance: 100
+ matched_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 to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
+ The above copyright notice and 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
- COPYRIGHT HOLDER(S) OR AUTHOR(S) 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.
+ 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
+ COPYRIGHT HOLDER(S) OR AUTHOR(S) 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.
- Except as contained in this notice, the name of the copyright holder(s) and
- author(s) shall not be used in advertising or otherwise to promote the sale,
- use or other dealings in this Software without prior written authorization from
- the copyright holder(s) and author(s).
+ Except as contained in this notice, the name of the copyright holder(s) and
+ author(s) shall not be used in advertising or otherwise to promote the sale,
+ use or other dealings in this Software without prior written authorization from
+ the copyright holder(s) and author(s).
+ licenses:
+ - key: xfree86-1.0
+ name: XFree86 License 1.0
+ short_name: XFree86 License 1.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: XFree86 Project, Inc
+ homepage_url: http://www.xfree86.org/current/LICENSE5.html
+ text_url: http://www.xfree86.org/current/LICENSE5.html
+ reference_url: https://scancode-licensedb.aboutcode.org/xfree86-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/xfree86-1.0.LICENSE
+ spdx_license_key: LicenseRef-scancode-xfree86-1.0
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/xfree86-1.0.LICENSE
+copyright: |
+ VMware, Inc.
+ VMware, Inc.
+ 1990, 1993 The Regents of the University of California.
+ 1996, 1998 Internet Software Consortium
+ 2006 VMware, Inc.
+ 2007-2013 Daniel Baumann
+ 2014 Bernd Zeimetz
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/o/openldap/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/o/openldap/stable_copyright-detailed.expected.yml
index f195f712cc5..4062c704b2e 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/o/openldap/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/o/openldap/stable_copyright-detailed.expected.yml
@@ -1,563 +1,940 @@
-primary_license:
declared_license:
-license_expression: openldap-2.8 AND openldap-2.8 AND mit AND fsf-unlimited-no-warranty AND
- hs-regexp AND ibm-dhcp AND ietf AND isc AND other-permissive AND other-permissive AND mit-old-style-no-advert
- AND other-permissive AND hs-regexp AND openldap-2.8 AND bsla AND bsd-original-uc AND bsd-original-uc
- AND bsd-original-uc AND bsd-original-uc-1986
-copyright: |
- Copyright 1998-2016 The OpenLDAP Foundation
- Copyright 1999 Computing Research Labs, New Mexico State University
- Copyright (c) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
- Portions Copyright (c) 1995 by International Business Machines, Inc.
- Copyright (c) The Internet Society (1999)
- Copyright (c) 1996, 1998 by Internet Software Consortium
- Copyright (c) 2000, Mark Adamson, Carnegie Mellon
- Copyright 1991 by the Massachusetts Institute of Technology
- Copyright 1999-2001 The OpenLDAP Foundation, Redwood City, California, USA.
- Copyright (c) 2000 Pierangelo Masarati,
-matches:
- - score: '100.0'
- start_line: 17
- end_line: 37
- matcher: 2-aho
- rule_length: 124
- matched_length: 124
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: openldap-2.8_21.RULE
- license_expression: openldap-2.8
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted only as authorized by the OpenLDAP
- Public License.
+declared_license_expression: openldap-2.8 AND openldap-2.8 AND mit AND fsf-unlimited-no-warranty
+ AND hs-regexp AND ibm-dhcp AND ietf AND isc AND other-permissive AND other-permissive AND
+ mit-old-style-no-advert AND other-permissive AND hs-regexp AND openldap-2.8 AND bsla AND bsd-original-uc
+ AND bsd-original-uc AND bsd-original-uc AND bsd-original-uc-1986
+declared_license_expression_spdx: OLDAP-2.8 AND OLDAP-2.8 AND MIT AND LicenseRef-scancode-fsf-unlimited-no-warranty
+ AND Spencer-94 AND LicenseRef-scancode-ibm-dhcp AND LicenseRef-scancode-ietf AND ISC AND LicenseRef-scancode-other-permissive
+ AND LicenseRef-scancode-other-permissive AND NTP AND LicenseRef-scancode-other-permissive
+ AND Spencer-94 AND OLDAP-2.8 AND LicenseRef-scancode-bsla AND BSD-4-Clause-UC AND BSD-4-Clause-UC
+ AND BSD-4-Clause-UC AND LicenseRef-scancode-bsd-original-uc-1986
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: openldap-2.8
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 17
+ end_line: 37
+ matched_length: 124
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: openldap-2.8
+ rule_identifier: openldap-2.8_21.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/openldap-2.8_21.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 124
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted only as authorized by the OpenLDAP
+ Public License.
- A copy of this license is available in the file LICENSE in the
- top-level directory of the distribution or, alternatively, at
- .
+ A copy of this license is available in the file LICENSE in the
+ top-level directory of the distribution or, alternatively, at
+ .
- OpenLDAP is a registered trademark of the OpenLDAP Foundation.
+ OpenLDAP is a registered trademark of the OpenLDAP Foundation.
- Individual files and/or contributed packages may be copyright by
- other parties and/or subject to additional restrictions.
+ Individual files and/or contributed packages may be copyright by
+ other parties and/or subject to additional restrictions.
- This work is derived from the University of Michigan LDAP v3.3
- distribution. Information concerning this software is available
- at .
+ This work is derived from the University of Michigan LDAP v3.3
+ distribution. Information concerning this software is available
+ at .
- This work also contains materials derived from public sources.
+ This work also contains materials derived from public sources.
- Additional information about OpenLDAP can be obtained at
- .
- - score: '100.0'
- start_line: 41
- end_line: 81
- matcher: 2-aho
- rule_length: 297
- matched_length: 297
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: openldap-2.8_16.RULE
- license_expression: openldap-2.8
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- The OpenLDAP Public License
- Version 2.8, 17 August 2003
+ Additional information about OpenLDAP can be obtained at
+ .
+ licenses:
+ - key: openldap-2.8
+ name: OpenLDAP Public License 2.8
+ short_name: OpenLDAP Public License 2.8
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: OpenLDAP Foundation
+ homepage_url: http://www.openldap.org/software/release/license.html
+ text_url: http://www.openldap.org/software/release/license.html
+ reference_url: https://scancode-licensedb.aboutcode.org/openldap-2.8
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openldap-2.8.LICENSE
+ spdx_license_key: OLDAP-2.8
+ spdx_url: https://spdx.org/licenses/OLDAP-2.8
+ - score: '100.0'
+ start_line: 41
+ end_line: 81
+ matched_length: 297
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: openldap-2.8
+ rule_identifier: openldap-2.8_16.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/openldap-2.8_16.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 297
+ rule_relevance: 100
+ matched_text: |
+ The OpenLDAP Public License
+ Version 2.8, 17 August 2003
- Redistribution and use of this software and associated documentation
- ("Software"), with or without modification, are permitted provided
- that the following conditions are met:
+ Redistribution and use of this software and associated documentation
+ ("Software"), with or without modification, are permitted provided
+ that the following conditions are met:
- 1. Redistributions in source form must retain copyright statements
- and notices,
+ 1. Redistributions in source form must retain copyright statements
+ and notices,
- 2. Redistributions in binary form must reproduce applicable copyright
- statements and notices, this list of conditions, and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution, and
+ 2. Redistributions in binary form must reproduce applicable copyright
+ statements and notices, this list of conditions, and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution, and
- 3. Redistributions must contain a verbatim copy of this document.
+ 3. Redistributions must contain a verbatim copy of this document.
- The OpenLDAP Foundation may revise this license from time to time.
- Each revision is distinguished by a version number. You may use
- this Software under terms of this license revision or under the
- terms of any subsequent revision of the license.
+ The OpenLDAP Foundation may revise this license from time to time.
+ Each revision is distinguished by a version number. You may use
+ this Software under terms of this license revision or under the
+ terms of any subsequent revision of the license.
- THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
- CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED 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 THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S)
- OR OWNER(S) OF THE SOFTWARE 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.
+ THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
+ CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED 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 THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S)
+ OR OWNER(S) OF THE SOFTWARE 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.
- The names of the authors and copyright holders must not be used in
- advertising or otherwise to promote the sale, use or other dealing
- in this Software without specific, written prior permission. Title
- to copyright in this Software shall at all times remain with copyright
- holders.
- - score: '100.0'
- start_line: 91
- end_line: 107
- matcher: 2-aho
- rule_length: 165
- matched_length: 165
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit_483.RULE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish, distribute, sublicense,
- # and/or sell copies of the Software, and to permit persons to whom the
- # Software is furnished to do so, subject to the following conditions:
- #
- # The above copyright notice and 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 COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY 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.
- - score: '100.0'
- start_line: 115
- end_line: 122
- matcher: 2-aho
- rule_length: 64
- matched_length: 64
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: fsf-unlimited-no-warranty_2.RULE
- license_expression: fsf-unlimited-no-warranty
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+ The names of the authors and copyright holders must not be used in
+ advertising or otherwise to promote the sale, use or other dealing
+ in this Software without specific, written prior permission. Title
+ to copyright in this Software shall at all times remain with copyright
+ holders.
+ licenses:
+ - key: openldap-2.8
+ name: OpenLDAP Public License 2.8
+ short_name: OpenLDAP Public License 2.8
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: OpenLDAP Foundation
+ homepage_url: http://www.openldap.org/software/release/license.html
+ text_url: http://www.openldap.org/software/release/license.html
+ reference_url: https://scancode-licensedb.aboutcode.org/openldap-2.8
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openldap-2.8.LICENSE
+ spdx_license_key: OLDAP-2.8
+ spdx_url: https://spdx.org/licenses/OLDAP-2.8
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 91
+ end_line: 107
+ matched_length: 165
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: mit
+ rule_identifier: mit_483.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_483.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 165
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish, distribute, sublicense,
+ # and/or sell copies of the Software, and to permit persons to whom the
+ # Software is furnished to do so, subject to the following conditions:
+ #
+ # The above copyright notice and 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 COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: fsf-unlimited-no-warranty
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 115
+ end_line: 122
+ matched_length: 64
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: fsf-unlimited-no-warranty
+ rule_identifier: fsf-unlimited-no-warranty_2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/fsf-unlimited-no-warranty_2.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 64
+ rule_relevance: 100
+ matched_text: |
+ This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
- # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- # PARTICULAR PURPOSE.
- - score: '95.0'
- start_line: 129
- end_line: 145
- matcher: 2-aho
- rule_length: 123
- matched_length: 123
- match_coverage: '100.0'
- rule_relevance: 95
- identifier: hs-regexp_5.RULE
- license_expression: hs-regexp
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission is granted to anyone to use this software for any purpose
- * on any computer system, and to alter it and redistribute it, subject
- * to the following restrictions:
- *
- * 1. The author is not responsible for the consequences of use of this
- * software, no matter how awful, even if they arise from flaws in it.
- *
- * 2. The origin of this software must not be misrepresented, either by
- * explicit claim or by omission. Since few users ever read sources,
- * credits should appear in the documentation.
- *
- * 3. Altered versions must be plainly marked as such, and must not be
- * misrepresented as being the original software. Since few users
- * ever read sources, credits should appear in the
- * documentation.
- *
- * 4. This notice may not be removed or altered.
- - score: '100.0'
- start_line: 154
- end_line: 173
- matcher: 2-aho
- rule_length: 203
- matched_length: 203
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: ibm-dhcp.LICENSE
- license_expression: ibm-dhcp
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- International Business Machines, Inc. (hereinafter called IBM) grants
- * permission under its copyrights to use, copy, modify, and distribute this
- * Software with or without fee, provided that the above copyright notice and
- * all paragraphs of this notice appear in all copies, and that the name of IBM
- * not be used in connection with the marketing of any product incorporating
- * the Software or modifications thereof, without specific, written prior
- * permission.
- *
- * To the extent it has a right to do so, IBM grants an immunity from suit
- * under its patents, if any, for the use, sale or manufacture of products to
- * the extent that such products are used for performing Domain Name System
- * dynamic updates in TCP/IP networks by means of the Software. No immunity is
- * granted for any product per se or for any other function of any product.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES,
- * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
- * PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL,
- * DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING
- * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN
- * IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
- - score: '100.0'
- start_line: 180
- end_line: 206
- matcher: 2-aho
- rule_length: 221
- matched_length: 221
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: ietf_5.RULE
- license_expression: ietf
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: "Full Copyright Statement\n# \n# Copyright (C) The Internet Society (1999).\
- \ All Rights Reserved.\n# \n# This document and translations of it may be copied and\
- \ furnished to\n# others, and derivative works that comment on or otherwise explain\
- \ it\n# or assist in its implementation may be prepared, copied, published\n# and\
- \ distributed, in whole or in part, without restriction of any\n# kind, provided that\
- \ the above copyright notice and this paragraph are\n# included on all such copies\
- \ and derivative works. However, this\n# document itself may not be modified in any\
- \ way, such as by removing\n# the copyright notice or references to the Internet Society\
- \ or other\n# Internet organizations, except as needed for the purpose of\n# developing\
- \ Internet standards in which case the procedures for\n# copyrights defined in the\
- \ Internet Standards process must be\n# followed, or as required to translate it into\
- \ languages other than\n# English.\n# \n# The limited permissions granted above\
- \ are perpetual and will not be\n# revoked by the Internet Society or its successors\
- \ or assigns.\n# \n# This document and the information contained herein is provided\
- \ on an\n# \"AS IS\" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING\n\
- # TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING\n# BUT NOT\
- \ LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION\n# HEREIN WILL NOT INFRINGE\
- \ ANY RIGHTS OR ANY IMPLIED WARRANTIES OF\n# MERCHANTABILITY OR FITNESS FOR A PARTICULAR\
- \ PURPOSE."
- - score: '100.0'
- start_line: 227
- end_line: 238
- matcher: 2-aho
- rule_length: 113
- matched_length: 113
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: isc_9.RULE
- license_expression: isc
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
- * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
- * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
- * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
- * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
- * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
- * SOFTWARE.
- - score: '100.0'
- start_line: 245
- end_line: 250
- matcher: 2-aho
- rule_length: 39
- matched_length: 39
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: other-permissive_203.RULE
- license_expression: other-permissive
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: "This software is not subject to any license of Silicon Graphics \n * Inc.\
- \ or Purdue University.\n *\n * Redistribution and use in source and binary forms are\
- \ permitted\n * without restriction or fee of any kind as long as this notice\n * is preserved."
- - score: '100.0'
- start_line: 277
- end_line: 283
- matcher: 2-aho
- rule_length: 57
- matched_length: 57
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: other-permissive_200.RULE
- license_expression: other-permissive
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: "This software is not subject to any license of Carnegie Mellon University.\n\
- \ *\n * Redistribution and use in source and binary forms are permitted without \n * restriction\
- \ or fee of any kind as long as this notice is preserved.\n *\n * The name \"Carnegie\
- \ Mellon\" must not be used to endorse or promote\n * products derived from this software\
- \ without prior written permission."
- - score: '100.0'
- start_line: 311
- end_line: 319
- matcher: 2-aho
- rule_length: 96
- matched_length: 96
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit-old-style-no-advert_3.RULE
- license_expression: mit-old-style-no-advert
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, distribute, and sell this software and its
- # documentation for any purpose is hereby granted without fee, provided that
- # the above copyright notice appear in all copies and that both that
- # copyright notice and this permission notice appear in supporting
- # documentation, and that the name of M.I.T. not be used in advertising or
- # publicity pertaining to distribution of the software without specific,
- # written prior permission. M.I.T. makes no representations about the
- # suitability of this software for any purpose. It is provided "as is"
- # without express or implied warranty.
- - score: '100.0'
- start_line: 327
- end_line: 328
- matcher: 2-aho
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: other-permissive_199.RULE
- license_expression: other-permissive
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to copy and
- distribute verbatim copies of this document is granted.
- - score: '95.0'
- start_line: 337
- end_line: 352
- matcher: 2-aho
- rule_length: 123
- matched_length: 123
- match_coverage: '100.0'
- rule_relevance: 95
- identifier: hs-regexp_5.RULE
- license_expression: hs-regexp
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission is granted to anyone to use this software for any purpose
- * on any computer system, and to alter it and redistribute it, subject
- * to the following restrictions:
- *
- * 1. The author is not responsible for the consequences of use of this
- * software, no matter how awful, even if they arise from flaws in it.
- *
- * 2. The origin of this software must not be misrepresented, either by
- * explicit claim or by omission. Since few users ever read sources,
- * credits should appear in the documentation.
- *
- * 3. Altered versions must be plainly marked as such, and must not be
- * misrepresented as being the original software. Since few users
- * ever read sources, credits should appear in the documentation.
- *
- * 4. This notice may not be removed or altered.
- - score: '100.0'
- start_line: 359
- end_line: 362
- matcher: 2-aho
- rule_length: 43
- matched_length: 43
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: openldap-2.8_15.RULE
- license_expression: openldap-2.8
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms are permitted only
- * as authorized by the OpenLDAP Public License. A copy of this
- * license is available at http://www.OpenLDAP.org/license.html or
- * in file LICENSE in the top-level directory of the distribution.
- - score: '100.0'
- start_line: 368
- end_line: 378
- matcher: 2-aho
- rule_length: 101
- matched_length: 101
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsla_3.RULE
- license_expression: bsla
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, Berkeley. The name of the
- * University may not be used to endorse or promote products derived
- * from this software without specific prior written permission.
- * 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.
- - score: '100.0'
- start_line: 380
- end_line: 381
- matcher: 2-aho
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-original-uc_25.RULE
- license_expression: bsd-original-uc
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- NOTE: The Regents have since retroactively removed the advertising
- clause from above.
- - score: '100.0'
- start_line: 388
- end_line: 414
- matcher: 2-aho
- rule_length: 243
- matched_length: 243
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-original-uc_3.RULE
- license_expression: bsd-original-uc
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. 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.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by the University of
- * California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 416
- end_line: 419
- matcher: 2-aho
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-original-uc_24.RULE
- license_expression: bsd-original-uc
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- NOTE: The Regents have since retroactively removed the advertising
- clause from above.
- See:
- ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
- - score: '99.0'
- start_line: 426
- end_line: 431
- matcher: 2-aho
- rule_length: 64
- matched_length: 64
- match_coverage: '100.0'
- rule_relevance: 99
- identifier: bsd-original-uc-1986_3.RULE
- license_expression: bsd-original-uc-1986
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms are permitted
- * provided that this notice is preserved and that due credit is given
- * to the University of Michigan at Ann Arbor. The name of the University
- * may not be used to endorse or promote products derived from this
- * software without specific prior written permission. This software
- * is provided ``as is'' without express or implied warranty.
+ # This program is distributed in the hope that it will be useful,
+ # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ # PARTICULAR PURPOSE.
+ licenses:
+ - key: fsf-unlimited-no-warranty
+ name: FSF Unlimited License No Warranty
+ short_name: FSF Unlimited License No Warranty
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.fsf.org/licensing/licenses/
+ text_url: http://www.fsf.org/licensing/licenses/
+ reference_url: https://scancode-licensedb.aboutcode.org/fsf-unlimited-no-warranty
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-unlimited-no-warranty.LICENSE
+ spdx_license_key: LicenseRef-scancode-fsf-unlimited-no-warranty
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-unlimited-no-warranty.LICENSE
+ - license_expression: hs-regexp
+ detection_log:
+ - not-combined
+ matches:
+ - score: '95.0'
+ start_line: 129
+ end_line: 145
+ matched_length: 123
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: hs-regexp
+ rule_identifier: hs-regexp_5.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/hs-regexp_5.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 123
+ rule_relevance: 95
+ matched_text: |
+ Permission is granted to anyone to use this software for any purpose
+ * on any computer system, and to alter it and redistribute it, subject
+ * to the following restrictions:
+ *
+ * 1. The author is not responsible for the consequences of use of this
+ * software, no matter how awful, even if they arise from flaws in it.
+ *
+ * 2. The origin of this software must not be misrepresented, either by
+ * explicit claim or by omission. Since few users ever read sources,
+ * credits should appear in the documentation.
+ *
+ * 3. Altered versions must be plainly marked as such, and must not be
+ * misrepresented as being the original software. Since few users
+ * ever read sources, credits should appear in the
+ * documentation.
+ *
+ * 4. This notice may not be removed or altered.
+ licenses:
+ - key: hs-regexp
+ name: Henry Spencer Regexp License
+ short_name: Henry Spencer Regexp License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Henry Spencer
+ homepage_url: https://github.com/garyhouston/regex/blob/master/COPYRIGHT
+ text_url: http://search.cpan.org/~knok/File-MMagic-1.12/MMagic.pm
+ reference_url: https://scancode-licensedb.aboutcode.org/hs-regexp
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/hs-regexp.LICENSE
+ spdx_license_key: Spencer-94
+ spdx_url: https://spdx.org/licenses/Spencer-94
+ - license_expression: ibm-dhcp
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 154
+ end_line: 173
+ matched_length: 203
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: ibm-dhcp
+ rule_identifier: ibm-dhcp.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ibm-dhcp.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 203
+ rule_relevance: 100
+ matched_text: |
+ International Business Machines, Inc. (hereinafter called IBM) grants
+ * permission under its copyrights to use, copy, modify, and distribute this
+ * Software with or without fee, provided that the above copyright notice and
+ * all paragraphs of this notice appear in all copies, and that the name of IBM
+ * not be used in connection with the marketing of any product incorporating
+ * the Software or modifications thereof, without specific, written prior
+ * permission.
+ *
+ * To the extent it has a right to do so, IBM grants an immunity from suit
+ * under its patents, if any, for the use, sale or manufacture of products to
+ * the extent that such products are used for performing Domain Name System
+ * dynamic updates in TCP/IP networks by means of the Software. No immunity is
+ * granted for any product per se or for any other function of any product.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES,
+ * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+ * PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL,
+ * DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING
+ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN
+ * IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
+ licenses:
+ - key: ibm-dhcp
+ name: IBM DHCP License
+ short_name: IBM DHCP License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: IBM
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/ibm-dhcp
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ibm-dhcp.LICENSE
+ spdx_license_key: LicenseRef-scancode-ibm-dhcp
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ibm-dhcp.LICENSE
+ - license_expression: ietf
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 180
+ end_line: 206
+ matched_length: 221
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: ietf
+ rule_identifier: ietf_5.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/ietf_5.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 221
+ rule_relevance: 100
+ matched_text: "Full Copyright Statement\n# \n# Copyright (C) The Internet Society\
+ \ (1999). All Rights Reserved.\n# \n# This document and translations of it may\
+ \ be copied and furnished to\n# others, and derivative works that comment on or\
+ \ otherwise explain it\n# or assist in its implementation may be prepared, copied,\
+ \ published\n# and distributed, in whole or in part, without restriction of any\n\
+ # kind, provided that the above copyright notice and this paragraph are\n# included\
+ \ on all such copies and derivative works. However, this\n# document itself may\
+ \ not be modified in any way, such as by removing\n# the copyright notice or references\
+ \ to the Internet Society or other\n# Internet organizations, except as needed\
+ \ for the purpose of\n# developing Internet standards in which case the procedures\
+ \ for\n# copyrights defined in the Internet Standards process must be\n# followed,\
+ \ or as required to translate it into languages other than\n# English.\n# \n# \
+ \ The limited permissions granted above are perpetual and will not be\n# revoked\
+ \ by the Internet Society or its successors or assigns.\n# \n# This document and\
+ \ the information contained herein is provided on an\n# \"AS IS\" basis and THE\
+ \ INTERNET SOCIETY AND THE INTERNET ENGINEERING\n# TASK FORCE DISCLAIMS ALL WARRANTIES,\
+ \ EXPRESS OR IMPLIED, INCLUDING\n# BUT NOT LIMITED TO ANY WARRANTY THAT THE USE\
+ \ OF THE INFORMATION\n# HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES\
+ \ OF\n# MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE."
+ licenses:
+ - key: ietf
+ name: Internet Engineering Task Force License
+ short_name: IETF License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: IETF - Internet Engineering Task Force
+ homepage_url: http://www.ietf.org/
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/ietf
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ietf.LICENSE
+ spdx_license_key: LicenseRef-scancode-ietf
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ietf.LICENSE
+ - license_expression: isc
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 227
+ end_line: 238
+ matched_length: 113
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: isc
+ rule_identifier: isc_9.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/isc_9.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 113
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
+ * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
+ * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+ * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+ * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
+ * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+ * SOFTWARE.
+ licenses:
+ - key: isc
+ name: ISC License
+ short_name: ISC License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: ISC - Internet Systems Consortium
+ homepage_url: https://www.isc.org/licenses/
+ text_url: http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_with_legal_disclaimer_2
+ reference_url: https://scancode-licensedb.aboutcode.org/isc
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/isc.LICENSE
+ spdx_license_key: ISC
+ spdx_url: https://spdx.org/licenses/ISC
+ - license_expression: other-permissive
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 245
+ end_line: 250
+ matched_length: 39
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: other-permissive
+ rule_identifier: other-permissive_203.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-permissive_203.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 39
+ rule_relevance: 100
+ matched_text: "This software is not subject to any license of Silicon Graphics \n *\
+ \ Inc. or Purdue University.\n *\n * Redistribution and use in source and binary forms\
+ \ are permitted\n * without restriction or fee of any kind as long as this notice\n\
+ \ * is preserved."
+ licenses:
+ - key: other-permissive
+ name: Other Permissive Licenses
+ short_name: Other Permissive Licenses
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: nexB
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/other-permissive
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ spdx_license_key: LicenseRef-scancode-other-permissive
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ - license_expression: other-permissive
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 277
+ end_line: 283
+ matched_length: 57
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: other-permissive
+ rule_identifier: other-permissive_200.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-permissive_200.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 57
+ rule_relevance: 100
+ matched_text: "This software is not subject to any license of Carnegie Mellon University.\n\
+ \ *\n * Redistribution and use in source and binary forms are permitted without \n\
+ \ * restriction or fee of any kind as long as this notice is preserved.\n *\n * The\
+ \ name \"Carnegie Mellon\" must not be used to endorse or promote\n * products derived\
+ \ from this software without prior written permission."
+ licenses:
+ - key: other-permissive
+ name: Other Permissive Licenses
+ short_name: Other Permissive Licenses
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: nexB
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/other-permissive
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ spdx_license_key: LicenseRef-scancode-other-permissive
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ - license_expression: mit-old-style-no-advert
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 311
+ end_line: 319
+ matched_length: 96
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: mit-old-style-no-advert
+ rule_identifier: mit-old-style-no-advert_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit-old-style-no-advert_3.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 96
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, distribute, and sell this software and its
+ # documentation for any purpose is hereby granted without fee, provided that
+ # the above copyright notice appear in all copies and that both that
+ # copyright notice and this permission notice appear in supporting
+ # documentation, and that the name of M.I.T. not be used in advertising or
+ # publicity pertaining to distribution of the software without specific,
+ # written prior permission. M.I.T. makes no representations about the
+ # suitability of this software for any purpose. It is provided "as is"
+ # without express or implied warranty.
+ licenses:
+ - key: mit-old-style-no-advert
+ name: MIT Old Style no advertising
+ short_name: MIT Old Style no advertising
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_.28no_advertising_without_permission.29
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/mit-old-style-no-advert
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style-no-advert.LICENSE
+ spdx_license_key: NTP
+ spdx_url: https://spdx.org/licenses/NTP
+ - license_expression: other-permissive
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 327
+ end_line: 328
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: other-permissive
+ rule_identifier: other-permissive_199.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-permissive_199.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 100
+ matched_text: |
+ Permission to copy and
+ distribute verbatim copies of this document is granted.
+ licenses:
+ - key: other-permissive
+ name: Other Permissive Licenses
+ short_name: Other Permissive Licenses
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: nexB
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/other-permissive
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ spdx_license_key: LicenseRef-scancode-other-permissive
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ - license_expression: hs-regexp
+ detection_log:
+ - not-combined
+ matches:
+ - score: '95.0'
+ start_line: 337
+ end_line: 352
+ matched_length: 123
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: hs-regexp
+ rule_identifier: hs-regexp_5.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/hs-regexp_5.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 123
+ rule_relevance: 95
+ matched_text: |
+ Permission is granted to anyone to use this software for any purpose
+ * on any computer system, and to alter it and redistribute it, subject
+ * to the following restrictions:
+ *
+ * 1. The author is not responsible for the consequences of use of this
+ * software, no matter how awful, even if they arise from flaws in it.
+ *
+ * 2. The origin of this software must not be misrepresented, either by
+ * explicit claim or by omission. Since few users ever read sources,
+ * credits should appear in the documentation.
+ *
+ * 3. Altered versions must be plainly marked as such, and must not be
+ * misrepresented as being the original software. Since few users
+ * ever read sources, credits should appear in the documentation.
+ *
+ * 4. This notice may not be removed or altered.
+ licenses:
+ - key: hs-regexp
+ name: Henry Spencer Regexp License
+ short_name: Henry Spencer Regexp License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Henry Spencer
+ homepage_url: https://github.com/garyhouston/regex/blob/master/COPYRIGHT
+ text_url: http://search.cpan.org/~knok/File-MMagic-1.12/MMagic.pm
+ reference_url: https://scancode-licensedb.aboutcode.org/hs-regexp
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/hs-regexp.LICENSE
+ spdx_license_key: Spencer-94
+ spdx_url: https://spdx.org/licenses/Spencer-94
+ - license_expression: openldap-2.8
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 359
+ end_line: 362
+ matched_length: 43
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: openldap-2.8
+ rule_identifier: openldap-2.8_15.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/openldap-2.8_15.RULE
+ referenced_filenames:
+ - LICENSE
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 43
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms are permitted only
+ * as authorized by the OpenLDAP Public License. A copy of this
+ * license is available at http://www.OpenLDAP.org/license.html or
+ * in file LICENSE in the top-level directory of the distribution.
+ licenses:
+ - key: openldap-2.8
+ name: OpenLDAP Public License 2.8
+ short_name: OpenLDAP Public License 2.8
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: OpenLDAP Foundation
+ homepage_url: http://www.openldap.org/software/release/license.html
+ text_url: http://www.openldap.org/software/release/license.html
+ reference_url: https://scancode-licensedb.aboutcode.org/openldap-2.8
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openldap-2.8.LICENSE
+ spdx_license_key: OLDAP-2.8
+ spdx_url: https://spdx.org/licenses/OLDAP-2.8
+ - license_expression: bsla AND bsd-original-uc
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 368
+ end_line: 378
+ matched_length: 101
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsla
+ rule_identifier: bsla_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsla_3.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 101
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley. The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * 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.
+ licenses:
+ - key: bsla
+ name: Berkeley Software License Agreement
+ short_name: BSLA
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/bsla
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsla.LICENSE
+ spdx_license_key: LicenseRef-scancode-bsla
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsla.LICENSE
+ - score: '100.0'
+ start_line: 380
+ end_line: 381
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-original-uc
+ rule_identifier: bsd-original-uc_25.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-original-uc_25.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 100
+ matched_text: |
+ NOTE: The Regents have since retroactively removed the advertising
+ clause from above.
+ licenses:
+ - key: bsd-original-uc
+ name: BSD-Original-UC
+ short_name: BSD-Original-UC
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
+ text_url: http://www.xfree86.org/3.3.6/COPYRIGHT2.html
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-original-uc
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-original-uc.LICENSE
+ spdx_license_key: BSD-4-Clause-UC
+ spdx_url: https://spdx.org/licenses/BSD-4-Clause-UC
+ - license_expression: bsd-original-uc
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 388
+ end_line: 414
+ matched_length: 243
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-original-uc
+ rule_identifier: bsd-original-uc_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-original-uc_3.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 243
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. 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.
+ * 3. All advertising materials mentioning features or use of this software
+ * must display the following acknowledgement:
+ * This product includes software developed by the University of
+ * California, Berkeley and its contributors.
+ * 4. Neither the name of the University nor the names of its contributors
+ * may be used to endorse or promote products derived from this software
+ * without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-original-uc
+ name: BSD-Original-UC
+ short_name: BSD-Original-UC
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
+ text_url: http://www.xfree86.org/3.3.6/COPYRIGHT2.html
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-original-uc
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-original-uc.LICENSE
+ spdx_license_key: BSD-4-Clause-UC
+ spdx_url: https://spdx.org/licenses/BSD-4-Clause-UC
+ - score: '100.0'
+ start_line: 416
+ end_line: 419
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-original-uc
+ rule_identifier: bsd-original-uc_24.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-original-uc_24.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ NOTE: The Regents have since retroactively removed the advertising
+ clause from above.
+ See:
+ ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
+ licenses:
+ - key: bsd-original-uc
+ name: BSD-Original-UC
+ short_name: BSD-Original-UC
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
+ text_url: http://www.xfree86.org/3.3.6/COPYRIGHT2.html
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-original-uc
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-original-uc.LICENSE
+ spdx_license_key: BSD-4-Clause-UC
+ spdx_url: https://spdx.org/licenses/BSD-4-Clause-UC
+ - license_expression: bsd-original-uc-1986
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.0'
+ start_line: 426
+ end_line: 431
+ matched_length: 64
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-original-uc-1986
+ rule_identifier: bsd-original-uc-1986_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-original-uc-1986_3.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 64
+ rule_relevance: 99
+ matched_text: |
+ Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of Michigan at Ann Arbor. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ licenses:
+ - key: bsd-original-uc-1986
+ name: BSD-Original-UC-1986
+ short_name: BSD-Original-UC-1986
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-original-uc-1986
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-original-uc-1986.LICENSE
+ spdx_license_key: LicenseRef-scancode-bsd-original-uc-1986
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-original-uc-1986.LICENSE
+other_license_detections: []
+copyright: |
+ Copyright 1998-2016 The OpenLDAP Foundation
+ Copyright 1999 Computing Research Labs, New Mexico State University
+ Copyright (c) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
+ Portions Copyright (c) 1995 by International Business Machines, Inc.
+ Copyright (c) The Internet Society (1999)
+ Copyright (c) 1996, 1998 by Internet Software Consortium
+ Copyright (c) 2000, Mark Adamson, Carnegie Mellon
+ Copyright 1991 by the Massachusetts Institute of Technology
+ Copyright 1999-2001 The OpenLDAP Foundation, Redwood City, California, USA.
+ Copyright (c) 2000 Pierangelo Masarati,
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/o/osmpbf/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/o/osmpbf/stable_copyright-detailed.expected.yml
index 72ac15b2a39..aaa1e304bed 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/o/osmpbf/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/o/osmpbf/stable_copyright-detailed.expected.yml
@@ -1,106 +1,184 @@
-primary_license: lgpl-3.0-plus
declared_license:
- LGPL-3+
- GPL-3+
- LGPL-3+
- GPL-3+
-license_expression: (lgpl-3.0-plus AND lgpl-3.0-plus) AND (gpl-3.0-plus AND gpl-3.0-plus)
-copyright: |
- 2010, Scott A. Crosby
- 2010-2012, Giovanni Mascellani
- 2011-2013, David Paleino
-matches:
- - score: '100.0'
- start_line: 15
- end_line: 15
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-3.0-plus_166.RULE
- license_expression: lgpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-3+'
- - score: '100.0'
- start_line: 16
- end_line: 30
- matcher: 1-hash
- rule_length: 130
- matched_length: 130
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-3.0-plus_173.RULE
- license_expression: lgpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
+declared_license_expression: lgpl-3.0-plus
+declared_license_expression_spdx: LGPL-3.0-or-later
+other_license_expression: (lgpl-3.0-plus AND lgpl-3.0-plus) AND (gpl-3.0-plus AND gpl-3.0-plus)
+other_license_expression_spdx: (LGPL-3.0-or-later AND LGPL-3.0-or-later) AND (GPL-3.0-or-later
+ AND GPL-3.0-or-later)
+license_detections: []
+other_license_detections:
+ - license_expression: lgpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 15
+ end_line: 15
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-3.0-plus
+ rule_identifier: lgpl-3.0-plus_166.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-3.0-plus_166.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: lgpl-3+'
+ licenses:
+ - key: lgpl-3.0-plus
+ name: GNU Lesser General Public License 3.0 or later
+ short_name: LGPL 3.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0-plus.LICENSE
+ spdx_license_key: LGPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-3.0-or-later
+ - score: '100.0'
+ start_line: 16
+ end_line: 30
+ matched_length: 130
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-3.0-plus
+ rule_identifier: lgpl-3.0-plus_173.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-3.0-plus_173.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-3
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 130
+ rule_relevance: 100
+ matched_text: |
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see
- On Debian systems, the complete text of the GNU Lesser General Public License
- version 3 can be found in "/usr/share/common-licenses/LGPL-3".
- - score: '100.0'
- start_line: 32
- end_line: 32
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_92.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-3+'
- - score: '100.0'
- start_line: 33
- end_line: 47
- matcher: 1-hash
- rule_length: 126
- matched_length: 126
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_323.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package 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 Software Foundation; either version 3 of the License, or
- (at your option) any later version.
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ version 3 can be found in "/usr/share/common-licenses/LGPL-3".
+ licenses:
+ - key: lgpl-3.0-plus
+ name: GNU Lesser General Public License 3.0 or later
+ short_name: LGPL 3.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-3.0-plus.LICENSE
+ spdx_license_key: LGPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-3.0-or-later
+ - license_expression: gpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 32
+ end_line: 32
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_92.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_92.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-3+'
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - score: '100.0'
+ start_line: 33
+ end_line: 47
+ matched_length: 126
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_323.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_323.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 126
+ rule_relevance: 100
+ matched_text: |
+ This package 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 Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program. If not, see
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see
- On Debian systems, the complete text of the GNU General Public License
- version 3 can be found in "/usr/share/common-licenses/GPL-3".
+ On Debian systems, the complete text of the GNU General Public License
+ version 3 can be found in "/usr/share/common-licenses/GPL-3".
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+copyright: |
+ 2010, Scott A. Crosby
+ 2010-2012, Giovanni Mascellani
+ 2011-2013, David Paleino
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/pam-u2f/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/pam-u2f/stable_copyright-detailed.expected.yml
index a68bee9fe1a..6d577908e56 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/pam-u2f/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/pam-u2f/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: bsd-simplified
declared_license:
- BSD-2-clause
- BSD-2-clause
@@ -10,9 +9,328 @@ declared_license:
- GPL-2+
- GPL-3+
- BSD-2-clause
-license_expression: bsd-simplified AND bsd-simplified AND (gpl-2.0-plus AND gpl-2.0-plus) AND
- (gpl-2.0-plus AND gpl-2.0-plus) AND fsf-unlimited AND (gpl-3.0-plus AND gpl-3.0-plus) AND
- gpl-2.0-plus WITH libtool-exception-2.0
+declared_license_expression: bsd-simplified
+declared_license_expression_spdx: BSD-2-Clause
+other_license_expression: bsd-simplified AND bsd-simplified AND (gpl-2.0-plus AND gpl-2.0-plus)
+ AND (gpl-2.0-plus AND gpl-2.0-plus) AND fsf-unlimited AND (gpl-3.0-plus AND gpl-3.0-plus)
+ AND gpl-2.0-plus WITH libtool-exception-2.0
+other_license_expression_spdx: BSD-2-Clause AND BSD-2-Clause AND (GPL-2.0-or-later AND GPL-2.0-or-later)
+ AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND FSFULLR AND (GPL-3.0-or-later AND GPL-3.0-or-later)
+ AND GPL-2.0-or-later WITH Libtool-exception
+license_detections: []
+other_license_detections:
+ - license_expression: fsf-unlimited
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 27
+ end_line: 29
+ matched_length: 29
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: fsf-unlimited
+ rule_identifier: fsf-unlimited.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-unlimited.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 29
+ rule_relevance: 100
+ matched_text: |
+ This file is free software; the Free Software Foundation gives
+ unlimited permission to copy and/or distribute it, with or without
+ modifications, as long as this notice is preserved.
+ licenses:
+ - key: fsf-unlimited
+ name: Free Software Foundation - Unlimited License
+ short_name: FSF-Unlimited
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License#License_Retention_Variant
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/fsf-unlimited
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-unlimited.LICENSE
+ spdx_license_key: FSFULLR
+ spdx_url: https://spdx.org/licenses/FSFULLR
+ - license_expression: gpl-2.0-plus WITH libtool-exception-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 39
+ end_line: 51
+ matched_length: 113
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus WITH libtool-exception-2.0
+ rule_identifier: gpl-2.0-plus_with_libtool-exception-2.0_8.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_with_libtool-exception-2.0_8.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 113
+ rule_relevance: 100
+ matched_text: |
+ GNU Libtool 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 Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ As a special exception to the GNU General Public License,
+ if you distribute this file as part of a program or library that
+ is built using GNU Libtool, you may include this file under the
+ same distribution terms that you use for the rest of that program.
+
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - key: libtool-exception-2.0
+ name: GNU Libtool exception to GPL 2.0
+ short_name: GNU Libtool exception to GPL 2.0
+ category: Copyleft Limited
+ is_exception: yes
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://git.savannah.gnu.org/cgit/libtool.git/tree/m4/libtool.m4
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/libtool-exception-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/libtool-exception-2.0.LICENSE
+ spdx_license_key: Libtool-exception
+ spdx_url: https://spdx.org/licenses/Libtool-exception
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 54
+ end_line: 54
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 55
+ end_line: 61
+ matched_length: 66
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_842.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_842.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 66
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software
+ Foundation; either version 2 of the License, or (at your option) any later
+ version.
+
+ On Debian systems, the complete text of the GNU General Public License version 2
+ can be found in /usr/share/common-licenses/GPL-2.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 63
+ end_line: 63
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_92.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_92.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-3+'
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - score: '100.0'
+ start_line: 64
+ end_line: 70
+ matched_length: 68
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_387.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_387.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 68
+ rule_relevance: 100
+ matched_text: |
+ This file 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 Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ On Debian systems, the full text of the GNU General Public License version 3
+ can be found in the file `/usr/share/common-licenses/GPL-3'.
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - license_expression: bsd-simplified
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 73
+ end_line: 95
+ matched_length: 183
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-simplified
+ rule_identifier: bsd-simplified_5.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-simplified_5.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 183
+ rule_relevance: 100
+ matched_text: |
+ 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 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.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
+ OWNER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-simplified
+ name: BSD-2-Clause
+ short_name: BSD-2-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-2-Clause
+ text_url: http://opensource.org/licenses/bsd-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-simplified
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE
+ spdx_license_key: BSD-2-Clause
+ spdx_url: https://spdx.org/licenses/BSD-2-Clause
copyright: |
Copyright (c) 2006-2018 Yubico AB
2014-2016 Yubico AB
@@ -25,169 +343,3 @@ copyright: |
2011, Maarten Bosmans
2008, Guido U. Draheim
1996-2017, Free Software Foundation, Inc.
-matches:
- - score: '100.0'
- start_line: 27
- end_line: 29
- matcher: 1-hash
- rule_length: 29
- matched_length: 29
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: fsf-unlimited.LICENSE
- license_expression: fsf-unlimited
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This file is free software; the Free Software Foundation gives
- unlimited permission to copy and/or distribute it, with or without
- modifications, as long as this notice is preserved.
- - score: '100.0'
- start_line: 39
- end_line: 51
- matcher: 1-hash
- rule_length: 113
- matched_length: 113
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_with_libtool-exception-2.0_8.RULE
- license_expression: gpl-2.0-plus WITH libtool-exception-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- GNU Libtool 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 Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- As a special exception to the GNU General Public License,
- if you distribute this file as part of a program or library that
- is built using GNU Libtool, you may include this file under the
- same distribution terms that you use for the rest of that program.
-
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 54
- end_line: 54
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 55
- end_line: 61
- matcher: 1-hash
- rule_length: 66
- matched_length: 66
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_842.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software
- Foundation; either version 2 of the License, or (at your option) any later
- version.
-
- On Debian systems, the complete text of the GNU General Public License version 2
- can be found in /usr/share/common-licenses/GPL-2.
- - score: '100.0'
- start_line: 63
- end_line: 63
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_92.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-3+'
- - score: '100.0'
- start_line: 64
- end_line: 70
- matcher: 1-hash
- rule_length: 68
- matched_length: 68
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_387.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This file 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 Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- On Debian systems, the full text of the GNU General Public License version 3
- can be found in the file `/usr/share/common-licenses/GPL-3'.
- - score: '100.0'
- start_line: 73
- end_line: 95
- matcher: 1-hash
- rule_length: 183
- matched_length: 183
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-simplified_5.RULE
- license_expression: bsd-simplified
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 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.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
- OWNER OR CONTRIBUTORS 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.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/pango1.0/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/pango1.0/stable_copyright-detailed.expected.yml
index 25b93c0c942..664d8b5bda6 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/pango1.0/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/pango1.0/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: lgpl-2.0-plus
declared_license:
- LGPL-2+
- Example
@@ -16,11 +15,366 @@ declared_license:
- LGPL-2+
- TCL
- Unicode
-license_expression: (lgpl-2.0-plus AND lgpl-2.0-plus) AND other-permissive AND (lgpl-2.0-plus
+declared_license_expression: lgpl-2.0-plus
+declared_license_expression_spdx: LGPL-2.0-or-later
+other_license_expression: (lgpl-2.0-plus AND lgpl-2.0-plus) AND other-permissive AND (lgpl-2.0-plus
AND lgpl-2.0-plus) AND (lgpl-2.0-plus AND lgpl-2.0-plus) AND (lgpl-2.0-plus AND lgpl-2.0-plus)
AND ((lgpl-2.0-plus AND lgpl-2.0-plus) AND tcl) AND (lgpl-2.0-plus AND lgpl-2.0-plus) AND
(lgpl-2.0-plus AND lgpl-2.0-plus) AND unicode AND ((lgpl-2.0-plus AND lgpl-2.0-plus) AND x11)
AND (lgpl-2.0-plus AND lgpl-2.0-plus)
+other_license_expression_spdx: (LGPL-2.0-or-later AND LGPL-2.0-or-later) AND LicenseRef-scancode-other-permissive
+ AND (LGPL-2.0-or-later AND LGPL-2.0-or-later) AND (LGPL-2.0-or-later AND LGPL-2.0-or-later)
+ AND (LGPL-2.0-or-later AND LGPL-2.0-or-later) AND ((LGPL-2.0-or-later AND LGPL-2.0-or-later)
+ AND TCL) AND (LGPL-2.0-or-later AND LGPL-2.0-or-later) AND (LGPL-2.0-or-later AND LGPL-2.0-or-later)
+ AND LicenseRef-scancode-unicode AND ((LGPL-2.0-or-later AND LGPL-2.0-or-later) AND ICU) AND
+ (LGPL-2.0-or-later AND LGPL-2.0-or-later)
+license_detections: []
+other_license_detections:
+ - license_expression: other-permissive
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 85
+ end_line: 87
+ matched_length: 28
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: other-permissive
+ rule_identifier: other-permissive_324.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-permissive_324.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 28
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, distribute, and sell this example
+ for any purpose is hereby granted without fee.
+ It is provided "as is" without express or implied warranty.
+ licenses:
+ - key: other-permissive
+ name: Other Permissive Licenses
+ short_name: Other Permissive Licenses
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: nexB
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/other-permissive
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ spdx_license_key: LicenseRef-scancode-other-permissive
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ - license_expression: x11
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 90
+ end_line: 116
+ matched_length: 241
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: x11
+ rule_identifier: x11_2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/x11_2.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 241
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish, distribute, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, provided that the above copyright notice(s) and this
+ permission notice appear in all copies of the Software and that both the
+ above copyright notice(s) and this permission notice appear in supporting
+ documentation.
+
+ 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 OF THIRD PARTY RIGHTS.
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
+ BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+ SOFTWARE.
+
+ Except as contained in this notice, the name of a copyright holder shall
+ not be used in advertising or otherwise to promote the sale, use or other
+ dealings in this Software without prior written authorization of the
+ copyright holder.
+
+ All trademarks and registered trademarks mentioned herein are the property
+ of their respective owners.
+ licenses:
+ - key: x11
+ name: X11 License
+ short_name: X11 License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: XFree86 Project, Inc
+ homepage_url: http://www.xfree86.org/3.3.6/COPYRIGHT2.html
+ text_url: http://www.xfree86.org/3.3.6/COPYRIGHT2.html
+ reference_url: https://scancode-licensedb.aboutcode.org/x11
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11.LICENSE
+ spdx_license_key: ICU
+ spdx_url: https://spdx.org/licenses/ICU
+ - license_expression: lgpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 118
+ end_line: 118
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_61.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_61.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2+'
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - score: '100.0'
+ start_line: 119
+ end_line: 130
+ matched_length: 106
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_529.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_529.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 106
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2 can be found in "/usr/share/common-licenses/LGPL-2".
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - license_expression: tcl
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 133
+ end_line: 171
+ matched_length: 341
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: tcl
+ rule_identifier: tcl_14.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/tcl_14.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 341
+ rule_relevance: 100
+ matched_text: |
+ This software is copyrighted by the Regents of the University of
+ California, Sun Microsystems, Inc., and other parties. The following terms
+ apply to all files associated with the software unless explicitly
+ disclaimed in individual files.
+
+ The authors hereby grant permission to use, copy, modify, distribute,
+ and license this software and its documentation for any purpose,
+ provided that existing copyright notices are retained in all copies
+ and that this notice is included verbatim in any distributions. No
+ written agreement, license, or royalty fee is required for any of the
+ authorized uses. Modifications to this software may be copyrighted by
+ their authors and need not follow the licensing terms described here,
+ provided that the new terms are clearly indicated on the first page
+ of each file where they apply.
+
+ IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
+ FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
+ DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+ THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
+ NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, AND
+ THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE
+ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
+
+ GOVERNMENT USE: If you are acquiring this software on behalf of the
+ U.S. government, the Government shall have only "Restricted Rights"
+ in the software and related documentation as defined in the Federal
+ Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you
+ are acquiring the software on behalf of the Department of Defense,
+ the software shall be classified as "Commercial Computer Software"
+ and the Government shall have only "Restricted Rights" as defined in
+ Clause 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing,
+ the authors grant the U.S. Government and others acting in its behalf
+ permission to use and distribute the software in accordance with the
+ terms specified in this license.
+ licenses:
+ - key: tcl
+ name: TCL/TK License
+ short_name: TCL/TK License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Tcl Developer Xchange
+ homepage_url: http://www.tcl.tk/software/tcltk/license.html
+ text_url: http://www.tcl.tk/software/tcltk/license.html
+ reference_url: https://scancode-licensedb.aboutcode.org/tcl
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/tcl.LICENSE
+ spdx_license_key: TCL
+ spdx_url: https://spdx.org/licenses/TCL
+ - license_expression: unicode
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 174
+ end_line: 224
+ matched_length: 423
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: unicode
+ rule_identifier: unicode_57.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unicode_57.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 423
+ rule_relevance: 100
+ matched_text: |
+ Unicode Data Files include all data files under the directories
+ http://www.unicode.org/Public/, http://www.unicode.org/reports/,
+ http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
+ http://www.unicode.org/utility/trac/browser/.
+
+ Unicode Data Files do not include PDF online code charts under the
+ directory http://www.unicode.org/Public/.
+
+ Software includes any source code published in the Unicode Standard
+ or under the directories
+ http://www.unicode.org/Public/, http://www.unicode.org/reports/,
+ http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
+ http://www.unicode.org/utility/trac/browser/.
+
+ NOTICE TO USER: Carefully read the following legal agreement.
+ BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
+ DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
+ YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
+ TERMS AND CONDITIONS OF THIS AGREEMENT.
+ IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
+ THE DATA FILES OR SOFTWARE.
+
+ COPYRIGHT AND PERMISSION NOTICE
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of the Unicode data files and any associated documentation
+ (the "Data Files") or Unicode software and any associated documentation
+ (the "Software") to deal in the Data Files or Software
+ without restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, and/or sell copies of
+ the Data Files or Software, and to permit persons to whom the Data Files
+ or Software are furnished to do so, provided that either
+ (a) this copyright and permission notice appear with all copies
+ of the Data Files or Software, or
+ (b) this copyright and permission notice appear in associated
+ Documentation.
+
+ THE DATA FILES AND SOFTWARE 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 OF THIRD PARTY RIGHTS.
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
+ NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
+ DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+
+ Except as contained in this notice, the name of a copyright holder
+ shall not be used in advertising or otherwise to promote the sale,
+ use or other dealings in these Data Files or Software without prior
+ written authorization of the copyright holder.
+ licenses:
+ - key: unicode
+ name: Unicode Inc License Agreement
+ short_name: Unicode Inc License Agreement
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Unicode Consortium
+ homepage_url: http://unicode.org/
+ text_url: http://unicode.org/copyright.html
+ reference_url: https://scancode-licensedb.aboutcode.org/unicode
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
+ spdx_license_key: LicenseRef-scancode-unicode
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
copyright: |
1999-2015 Red Hat
2005-2007 Imendio AB
@@ -63,232 +417,3 @@ copyright: |
2002 Red Hat
1997-2002 International Business Machines Corporation and others
2018 Google
-matches:
- - score: '100.0'
- start_line: 85
- end_line: 87
- matcher: 1-hash
- rule_length: 28
- matched_length: 28
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: other-permissive_324.RULE
- license_expression: other-permissive
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, distribute, and sell this example
- for any purpose is hereby granted without fee.
- It is provided "as is" without express or implied warranty.
- - score: '100.0'
- start_line: 90
- end_line: 116
- matcher: 1-hash
- rule_length: 241
- matched_length: 241
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: x11_2.RULE
- license_expression: x11
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish, distribute, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, provided that the above copyright notice(s) and this
- permission notice appear in all copies of the Software and that both the
- above copyright notice(s) and this permission notice appear in supporting
- documentation.
-
- 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 OF THIRD PARTY RIGHTS.
- IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
- BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES
- OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS
- WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION
- ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
- SOFTWARE.
-
- Except as contained in this notice, the name of a copyright holder shall
- not be used in advertising or otherwise to promote the sale, use or other
- dealings in this Software without prior written authorization of the
- copyright holder.
-
- All trademarks and registered trademarks mentioned herein are the property
- of their respective owners.
- - score: '100.0'
- start_line: 118
- end_line: 118
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_61.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2+'
- - score: '100.0'
- start_line: 119
- end_line: 130
- matcher: 1-hash
- rule_length: 106
- matched_length: 106
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_529.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- On Debian systems, the complete text of the GNU Lesser General Public
- License version 2 can be found in "/usr/share/common-licenses/LGPL-2".
- - score: '100.0'
- start_line: 133
- end_line: 171
- matcher: 1-hash
- rule_length: 341
- matched_length: 341
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: tcl_14.RULE
- license_expression: tcl
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This software is copyrighted by the Regents of the University of
- California, Sun Microsystems, Inc., and other parties. The following terms
- apply to all files associated with the software unless explicitly
- disclaimed in individual files.
-
- The authors hereby grant permission to use, copy, modify, distribute,
- and license this software and its documentation for any purpose,
- provided that existing copyright notices are retained in all copies
- and that this notice is included verbatim in any distributions. No
- written agreement, license, or royalty fee is required for any of the
- authorized uses. Modifications to this software may be copyrighted by
- their authors and need not follow the licensing terms described here,
- provided that the new terms are clearly indicated on the first page
- of each file where they apply.
-
- IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
- FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
- ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
- DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
-
- THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
- NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, AND
- THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE
- MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
-
- GOVERNMENT USE: If you are acquiring this software on behalf of the
- U.S. government, the Government shall have only "Restricted Rights"
- in the software and related documentation as defined in the Federal
- Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you
- are acquiring the software on behalf of the Department of Defense,
- the software shall be classified as "Commercial Computer Software"
- and the Government shall have only "Restricted Rights" as defined in
- Clause 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing,
- the authors grant the U.S. Government and others acting in its behalf
- permission to use and distribute the software in accordance with the
- terms specified in this license.
- - score: '100.0'
- start_line: 174
- end_line: 224
- matcher: 1-hash
- rule_length: 423
- matched_length: 423
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: unicode_57.RULE
- license_expression: unicode
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Unicode Data Files include all data files under the directories
- http://www.unicode.org/Public/, http://www.unicode.org/reports/,
- http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
- http://www.unicode.org/utility/trac/browser/.
-
- Unicode Data Files do not include PDF online code charts under the
- directory http://www.unicode.org/Public/.
-
- Software includes any source code published in the Unicode Standard
- or under the directories
- http://www.unicode.org/Public/, http://www.unicode.org/reports/,
- http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
- http://www.unicode.org/utility/trac/browser/.
-
- NOTICE TO USER: Carefully read the following legal agreement.
- BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
- DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
- YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
- TERMS AND CONDITIONS OF THIS AGREEMENT.
- IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
- THE DATA FILES OR SOFTWARE.
-
- COPYRIGHT AND PERMISSION NOTICE
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of the Unicode data files and any associated documentation
- (the "Data Files") or Unicode software and any associated documentation
- (the "Software") to deal in the Data Files or Software
- without restriction, including without limitation the rights to use,
- copy, modify, merge, publish, distribute, and/or sell copies of
- the Data Files or Software, and to permit persons to whom the Data Files
- or Software are furnished to do so, provided that either
- (a) this copyright and permission notice appear with all copies
- of the Data Files or Software, or
- (b) this copyright and permission notice appear in associated
- Documentation.
-
- THE DATA FILES AND SOFTWARE 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 OF THIRD PARTY RIGHTS.
- IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
- NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
- DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
- DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THE DATA FILES OR SOFTWARE.
-
- Except as contained in this notice, the name of a copyright holder
- shall not be used in advertising or otherwise to promote the sale,
- use or other dealings in these Data Files or Software without prior
- written authorization of the copyright holder.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/perl/copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/perl/copyright-detailed.expected.yml
index cc8ffa21df4..d502879984b 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/perl/copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/perl/copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: (gpl-1.0-plus AND gpl-1.0) OR artistic-perl-1.0
declared_license:
- GPL-1+ or Artistic
- GPL-1+ or Artistic
@@ -233,7 +232,9 @@ declared_license:
- CC0-1.0
- RRA-KEEP-THIS-NOTICE
- Artistic-dist
-license_expression: ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0))
+declared_license_expression: (gpl-1.0-plus AND gpl-1.0) OR artistic-perl-1.0
+declared_license_expression_spdx: (GPL-1.0-or-later AND GPL-1.0-only) OR Artistic-1.0-Perl
+other_license_expression: ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0))
AND (gpl-1.0-plus OR artistic-perl-1.0) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0
AND artistic-perl-1.0)) AND (gpl-1.0-plus OR artistic-perl-1.0) AND ((gpl-1.0-plus AND gpl-1.0)
OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (gpl-1.0-plus OR artistic-perl-1.0) AND
@@ -395,31 +396,27 @@ license_expression: ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artist
AND (artistic-perl-1.0 OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0
AND artistic-perl-1.0)) AND (artistic-perl-1.0 OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0)
OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0 OR gpl-1.0-plus) AND
- ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND ((artistic-perl-1.0
- OR gpl-1.0-plus) AND (artistic-perl-1.0 OR gpl-1.0-plus)) AND ((gpl-1.0-plus AND gpl-1.0)
- OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (gpl-1.0-plus OR artistic-perl-1.0) AND
((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0
OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0))
AND (gpl-1.0-plus OR artistic-perl-1.0) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0
- AND artistic-perl-1.0)) AND (gpl-1.0-plus OR artistic-perl-1.0) AND ((gpl-1.0-plus AND gpl-1.0)
- OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (gpl-1.0-plus OR artistic-perl-1.0) AND
- ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0
- OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0))
- AND (gpl-1.0-plus OR artistic-perl-1.0) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0
- AND artistic-perl-1.0)) AND (artistic-perl-1.0 OR gpl-1.0-plus) AND (((gpl-1.0-plus AND gpl-1.0)
- OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND bsd-new) AND ((artistic-perl-1.0 OR gpl-1.0-plus)
- AND bsd-new) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0))
- AND (artistic-perl-1.0 OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0
AND artistic-perl-1.0)) AND (artistic-perl-1.0 OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0)
OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (gpl-1.0-plus OR artistic-perl-1.0) AND
((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (gpl-1.0-plus
OR artistic-perl-1.0) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0))
AND (gpl-1.0-plus OR artistic-perl-1.0) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0
- AND artistic-perl-1.0)) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0))
+ AND artistic-perl-1.0)) AND (artistic-perl-1.0 OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0)
+ OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (gpl-1.0-plus OR artistic-perl-1.0) AND
+ ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0
+ OR gpl-1.0-plus) AND (((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0))
+ AND bsd-new) AND ((artistic-perl-1.0 OR gpl-1.0-plus) AND bsd-new) AND ((gpl-1.0-plus AND
+ gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0 OR gpl-1.0-plus)
AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0
OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0))
- AND (artistic-perl-1.0 OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0
- AND artistic-perl-1.0)) AND (artistic-perl-1.0 OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0)
+ AND (gpl-1.0-plus OR artistic-perl-1.0) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0
+ AND artistic-perl-1.0)) AND (gpl-1.0-plus OR artistic-perl-1.0) AND ((gpl-1.0-plus AND gpl-1.0)
+ OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (gpl-1.0-plus OR artistic-perl-1.0) AND
+ ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND ((gpl-1.0-plus
+ AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND ((gpl-1.0-plus AND gpl-1.0)
OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0 OR gpl-1.0-plus) AND
((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0
OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0))
@@ -431,20 +428,23 @@ license_expression: ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artist
AND (artistic-perl-1.0 OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0
AND artistic-perl-1.0)) AND (artistic-perl-1.0 OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0)
OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0 OR gpl-1.0-plus) AND
- ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (gpl-1.0-plus
- OR artistic-perl-1.0) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0))
- AND (artistic-perl-1.0 OR gpl-1.0-plus) AND (artistic-perl-1.0 AND artistic-perl-1.0) AND
- artistic-1.0 AND bsd-new AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0))
+ ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0
+ OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0))
AND (artistic-perl-1.0 OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0
- AND artistic-perl-1.0)) AND ((artistic-perl-1.0 OR gpl-1.0-plus) AND (artistic-perl-1.0 OR
- gpl-1.0-plus)) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0))
- AND (gpl-1.0-plus OR artistic-perl-1.0) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0
AND artistic-perl-1.0)) AND (artistic-perl-1.0 OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0)
+ OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (gpl-1.0-plus OR artistic-perl-1.0) AND
+ ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0
+ OR gpl-1.0-plus) AND (artistic-perl-1.0 AND artistic-perl-1.0) AND artistic-1.0 AND bsd-new
+ AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0
+ OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0))
+ AND (artistic-perl-1.0 OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0
+ AND artistic-perl-1.0)) AND (gpl-1.0-plus OR artistic-perl-1.0) AND ((gpl-1.0-plus AND gpl-1.0)
OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0 OR gpl-1.0-plus) AND
- (artistic-perl-1.0 AND artistic-perl-1.0) AND artistic-perl-1.0 AND ((gpl-1.0-plus AND gpl-1.0)
- OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0 OR gpl-1.0-plus) AND
- (public-domain AND public-domain AND public-domain AND public-domain) AND ((gpl-1.0-plus AND
- gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0 OR gpl-1.0-plus)
+ ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0
+ OR gpl-1.0-plus) AND (artistic-perl-1.0 AND artistic-perl-1.0) AND artistic-perl-1.0 AND ((gpl-1.0-plus
+ AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0 OR gpl-1.0-plus)
+ AND (public-domain AND public-domain AND public-domain AND public-domain) AND ((gpl-1.0-plus
+ AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0 OR gpl-1.0-plus)
AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0
OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0))
AND (artistic-perl-1.0 OR gpl-1.0-plus) AND ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0
@@ -473,6 +473,12279 @@ license_expression: ((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artist
OR gpl-1.0-plus) AND (((gpl-1.0-plus AND gpl-1.0) OR (artistic-perl-1.0 AND artistic-perl-1.0))
AND mit) AND ((gpl-1.0-plus OR artistic-perl-1.0) AND mit) AND ((gpl-1.0-plus AND gpl-1.0)
OR (artistic-perl-1.0 AND artistic-perl-1.0)) AND (artistic-perl-1.0 OR gpl-1.0-plus)
+other_license_expression_spdx: ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND
+ Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later AND
+ GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (GPL-1.0-or-later OR Artistic-1.0-Perl) AND MIT AND (Spencer-86 AND ((GPL-1.0-or-later AND
+ GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))) AND (Artistic-1.0-Perl OR GPL-1.0-or-later)
+ AND GPL-3.0-or-later WITH Bison-exception-2.2 AND ((GPL-1.0-or-later AND GPL-1.0-only) OR
+ (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND
+ Unicode-DFS-2015 AND LicenseRef-scancode-unicode AND ((GPL-1.0-or-later AND GPL-1.0-only)
+ OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND (((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND Unicode-DFS-2015) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0) AND ((GPL-1.0-or-later AND
+ GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND LicenseRef-scancode-other-copyleft AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND bzip2-1.0.6 AND ((GPL-1.0-or-later AND GPL-1.0-only)
+ OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later)
+ AND Zlib AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (GPL-1.0-or-later OR Artistic-1.0) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0) AND ((GPL-1.0-or-later AND
+ GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (GPL-1.0-or-later OR Artistic-1.0) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl) AND Artistic-2.0 AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-2.0-or-later AND GPL-2.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-2.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND (MIT OR (GPL-1.0-or-later AND GPL-1.0-only)
+ OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (MIT OR GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND (MIT OR (GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (MIT OR Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only)
+ OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND ((Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND HPND) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0) AND ((GPL-1.0-or-later AND
+ GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (GPL-1.0-or-later OR Artistic-1.0) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND FSFAP AND MIT AND
+ MIT AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND MIT AND ((GPL-1.0-or-later AND GPL-1.0-only)
+ OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl AND
+ LicenseRef-scancode-public-domain AND (Artistic-2.0 AND LicenseRef-scancode-public-domain-disclaimer))
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND BSD-3-Clause AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND MIT AND MIT AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND ((GPL-1.0-or-later OR Artistic-1.0-Perl) AND LicenseRef-scancode-public-domain)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND (CC0-1.0 AND CC0-1.0)
+ AND CC0-1.0 AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND LicenseRef-scancode-other-permissive
+ AND ((GPL-2.0-or-later AND GPL-2.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-2.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (GPL-1.0-or-later OR Artistic-1.0-Perl) AND (((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND BSD-4-Clause) AND (BSD-3-Clause AND (GPL-1.0-or-later OR Artistic-1.0-Perl))
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND Unicode-DFS-2015 AND LicenseRef-scancode-unicode
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND ((Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)) AND ((GPL-1.0-or-later AND
+ GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (GPL-1.0-or-later OR Artistic-1.0) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND (((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND BSD-3-Clause) AND ((Artistic-1.0-Perl OR GPL-1.0-or-later) AND
+ BSD-3-Clause) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND ((GPL-1.0-or-later AND
+ GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND ((GPL-1.0-or-later AND GPL-1.0-only)
+ OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND (Artistic-1.0-Perl AND Artistic-1.0-Perl) AND
+ Artistic-1.0 AND BSD-3-Clause AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND (Artistic-1.0-Perl AND Artistic-1.0-Perl) AND Artistic-1.0-Perl AND
+ ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl
+ OR GPL-1.0-or-later) AND (LicenseRef-scancode-public-domain AND LicenseRef-scancode-public-domain
+ AND LicenseRef-scancode-public-domain AND LicenseRef-scancode-public-domain) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND ((GPL-1.0-or-later AND
+ GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND ((GPL-1.0-or-later OR Artistic-1.0-Perl) AND LicenseRef-scancode-public-domain)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-2.0 AND LicenseRef-scancode-public-domain-disclaimer) AND ((GPL-1.0-or-later AND
+ GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND ((GPL-1.0-or-later OR
+ Artistic-1.0-Perl) AND LicenseRef-scancode-public-domain) AND FSFAP AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR
+ GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND ((GPL-1.0-or-later OR Artistic-1.0-Perl) AND LicenseRef-scancode-public-domain) AND ((GPL-1.0-or-later
+ AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl)
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (GPL-1.0-or-later OR Artistic-1.0-Perl) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl)) AND (GPL-1.0-or-later OR Artistic-1.0-Perl) AND LicenseRef-scancode-other-copyleft
+ AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND
+ (Artistic-1.0-Perl OR GPL-1.0-or-later) AND ((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl
+ AND Artistic-1.0-Perl) OR LicenseRef-scancode-artistic-1988-1.0) AND (Artistic-1.0-Perl OR
+ LicenseRef-scancode-artistic-1988-1.0 OR GPL-1.0-or-later) AND LicenseRef-scancode-artistic-1988-1.0
+ AND LicenseRef-scancode-artistic-1988-1.0 AND ((Artistic-1.0-Perl AND Artistic-1.0-Perl) OR
+ (GPL-1.0-or-later AND GPL-1.0-only) OR LicenseRef-scancode-artistic-1988-1.0) AND (LicenseRef-scancode-artistic-1988-1.0
+ OR GPL-1.0-or-later) AND (((GPL-1.0-or-later AND GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl))
+ AND MIT) AND ((GPL-1.0-or-later OR Artistic-1.0-Perl) AND MIT) AND ((GPL-1.0-or-later AND
+ GPL-1.0-only) OR (Artistic-1.0-Perl AND Artistic-1.0-Perl)) AND (Artistic-1.0-Perl OR GPL-1.0-or-later)
+license_detections: []
+other_license_detections:
+ - license_expression: lgpl-2.1
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2100
+ end_line: 2100
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_38.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1'
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - score: '100.0'
+ start_line: 2101
+ end_line: 2102
+ matched_length: 25
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_249.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_249.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 25
+ rule_relevance: 100
+ matched_text: |
+ On Debian GNU/Linux systems, the complete text of the LGPL 2.1
+ license can be found in `/usr/share/common-licenses/LGPL-2.1'.
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - license_expression: gpl-1.0-plus AND gpl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2104
+ end_line: 2104
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl-1.0-plus_395.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_395.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-1+'
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - score: '100.0'
+ start_line: 2105
+ end_line: 2106
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0
+ rule_identifier: gpl-1.0_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0_38.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
+ licenses:
+ - key: gpl-1.0
+ name: GNU General Public License 1.0
+ short_name: GPL 1.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-1.0.html
+ text_url: http://www.gnu.org/licenses/gpl-1.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0.LICENSE
+ spdx_license_key: GPL-1.0-only
+ spdx_url: https://spdx.org/licenses/GPL-1.0-only
+ - license_expression: gpl-2.0-plus AND gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2108
+ end_line: 2108
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 2109
+ end_line: 2111
+ matched_length: 27
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1040.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1040.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 27
+ rule_relevance: 100
+ matched_text: |
+ On Debian GNU/Linux systems, the complete text of version 2 of
+ the GNU General Public License can be found in
+ `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.0'
+ start_line: 2113
+ end_line: 2113
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0
+ rule_identifier: artistic-perl-1.0_26.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_26.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 99
+ matched_text: 'License: artistic'
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - score: '100.0'
+ start_line: 2114
+ end_line: 2115
+ matched_length: 21
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0
+ rule_identifier: artistic-perl-1.0_2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_2.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 21
+ rule_relevance: 100
+ matched_text: |
+ On Debian GNU/Linux systems, the complete text of the
+ Artistic Licence can be found in `/usr/share/common-licenses/Artistic'.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2118
+ end_line: 2299
+ matched_length: 1354
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-2.0
+ rule_identifier: artistic-2.0_36.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-2.0_36.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 1354
+ rule_relevance: 100
+ matched_text: |
+ Copyright (c) 2000-2006, The Perl Foundation.
+
+ Everyone is permitted to copy and distribute verbatim copies of this
+ license document, but changing it is not allowed.
+
+ Preamble
+
+ This license establishes the terms under which a given free software
+ Package may be copied, modified, distributed, and/or redistributed.
+ The intent is that the Copyright Holder maintains some artistic
+ control over the development of that Package while still keeping the
+ Package available as open source and free software.
+
+ You are always permitted to make arrangements wholly outside of this
+ license directly with the Copyright Holder of a given Package. If the
+ terms of this license do not permit the full use that you propose to
+ make of the Package, you should contact the Copyright Holder and seek
+ a different licensing arrangement.
+
+ Definitions
+
+ "Copyright Holder" means the individual(s) or organization(s) named in
+ the copyright notice for the entire Package.
+
+ "Contributor" means any party that has contributed code or other
+ material to the Package, in accordance with the Copyright Holder's
+ procedures.
+
+ "You" and "your" means any person who would like to copy, distribute,
+ or modify the Package.
+
+ "Package" means the collection of files distributed by the Copyright
+ Holder, and derivatives of that collection and/or of those files. A
+ given Package may consist of either the Standard Version, or a
+ Modified Version.
+
+ "Distribute" means providing a copy of the Package or making it
+ accessible to anyone else, or in the case of a company or
+ organization, to others outside of your company or organization.
+
+ "Distributor Fee" means any fee that you charge for Distributing this
+ Package or providing support for this Package to another party. It
+ does not mean licensing fees.
+
+ "Standard Version" refers to the Package if it has not been modified,
+ or has been modified only in ways explicitly requested by the
+ Copyright Holder.
+
+ "Modified Version" means the Package, if it has been changed, and such
+ changes were not explicitly requested by the Copyright Holder.
+
+ "Original License" means this Artistic License as Distributed with the
+ Standard Version of the Package, in its current version or as it may
+ be modified by The Perl Foundation in the future.
+
+ "Source" form means the source code, documentation source, and
+ configuration files for the Package.
+
+ "Compiled" form means the compiled bytecode, object code, binary, or
+ any other form resulting from mechanical transformation or translation
+ of the Source form.
+
+ Permission for Use and Modification Without Distribution
+
+ (1) You are permitted to use the Standard Version and create and use
+ Modified Versions for any purpose without restriction, provided that
+ you do not Distribute the Modified Version.
+
+ Permissions for Redistribution of the Standard Version
+
+ (2) You may Distribute verbatim copies of the Source form of the
+ Standard Version of this Package in any medium without restriction,
+ either gratis or for a Distributor Fee, provided that you duplicate
+ all of the original copyright notices and associated disclaimers. At
+ your discretion, such verbatim copies may or may not include a
+ Compiled form of the Package.
+
+ (3) You may apply any bug fixes, portability changes, and other
+ modifications made available from the Copyright Holder. The resulting
+ Package will still be considered the Standard Version, and as such
+ will be subject to the Original License.
+
+ Distribution of Modified Versions of the Package as Source
+
+ (4) You may Distribute your Modified Version as Source (either gratis
+ or for a Distributor Fee, and with or without a Compiled form of the
+ Modified Version) provided that you clearly document how it differs
+ from the Standard Version, including, but not limited to, documenting
+ any non-standard features, executables, or modules, and provided that
+ you do at least ONE of the following:
+
+ (a) make the Modified Version available to the Copyright Holder of the
+ Standard Version, under the Original License, so that the Copyright
+ Holder may include your modifications in the Standard Version. (b)
+ ensure that installation of your Modified Version does not prevent the
+ user installing or running the Standard Version. In addition, the
+ Modified Version must bear a name that is different from the name of
+ the Standard Version. (c) allow anyone who receives a copy of the
+ Modified Version to make the Source form of the Modified Version
+ available to others under (i) the Original License or (ii) a license
+ that permits the licensee to freely copy, modify and redistribute the
+ Modified Version using the same licensing terms that apply to the copy
+ that the licensee received, and requires that the Source form of the
+ Modified Version, and of any works derived from it, be made freely
+ available in that license fees are prohibited but Distributor Fees are
+ allowed.
+
+ Distribution of Compiled Forms of the Standard Version or Modified
+ Versions without the Source
+
+ (5) You may Distribute Compiled forms of the Standard Version without
+ the Source, provided that you include complete instructions on how to
+ get the Source of the Standard Version. Such instructions must be
+ valid at the time of your distribution. If these instructions, at any
+ time while you are carrying out such distribution, become invalid, you
+ must provide new instructions on demand or cease further distribution.
+ If you provide valid instructions or cease distribution within thirty
+ days after you become aware that the instructions are invalid, then
+ you do not forfeit any of your rights under this license.
+
+ (6) You may Distribute a Modified Version in Compiled form without the
+ Source, provided that you comply with Section 4 with respect to the
+ Source of the Modified Version.
+
+ Aggregating or Linking the Package
+
+ (7) You may aggregate the Package (either the Standard Version or
+ Modified Version) with other packages and Distribute the resulting
+ aggregation provided that you do not charge a licensing fee for the
+ Package. Distributor Fees are permitted, and licensing fees for other
+ components in the aggregation are permitted. The terms of this license
+ apply to the use and Distribution of the Standard or Modified Versions
+ as included in the aggregation.
+
+ (8) You are permitted to link Modified and Standard Versions with
+ other works, to embed the Package in a larger work of your own, or to
+ build stand-alone binary or bytecode versions of applications that
+ include the Package, and Distribute the result without restriction,
+ provided the result does not expose a direct interface to the Package.
+
+ Items That are Not Considered Part of a Modified Version
+
+ (9) Works (including, but not limited to, modules and scripts) that
+ merely extend or make use of the Package, do not, by themselves, cause
+ the Package to be a Modified Version. In addition, such works are not
+ considered parts of the Package itself, and are not subject to the
+ terms of this license.
+
+ General Provisions
+
+ (10) Any use, modification, and distribution of the Standard or
+ Modified Versions is governed by this Artistic License. By using,
+ modifying or distributing the Package, you accept this license. Do not
+ use, modify, or distribute the Package, if you do not accept this
+ license.
+
+ (11) If your Modified Version has been derived from a Modified Version
+ made by someone other than you, you are nevertheless required to
+ ensure that your Modified Version complies with the requirements of
+ this license.
+
+ (12) This license does not grant you the right to use any trademark,
+ service mark, tradename, or logo of the Copyright Holder.
+
+ (13) This license includes the non-exclusive, worldwide,
+ free-of-charge patent license to make, have made, use, offer to sell,
+ sell, import and otherwise transfer the Package with respect to any
+ patent claims licensable by the Copyright Holder that are necessarily
+ infringed by the Package. If you institute patent litigation
+ (including a cross-claim or counterclaim) against any party alleging
+ that the Package constitutes direct or contributory patent
+ infringement, then this Artistic License to you shall terminate on the
+ date that such litigation is filed.
+
+ (14) Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT
+ HOLDER AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED
+ WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
+ PARTICULAR PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT
+ PERMITTED BY YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT
+ HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE
+ OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ licenses:
+ - key: artistic-2.0
+ name: Artistic License 2.0
+ short_name: Artistic 2.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: https://www.perlfoundation.org/artistic_license_2_0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.LICENSE
+ spdx_license_key: Artistic-2.0
+ spdx_url: https://spdx.org/licenses/Artistic-2.0
+ - license_expression: bzip2-libbzip-2010
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2302
+ end_line: 2331
+ matched_length: 233
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bzip2-libbzip-2010
+ rule_identifier: bzip2-libbzip-2010.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bzip2-libbzip-2010.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 233
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ 2. The origin of this software must not be misrepresented; you must
+ not claim that you wrote the original software. If you use this
+ software in a product, an acknowledgment in the product
+ documentation would be appreciated but is not required.
+ .
+ 3. Altered source versions must be plainly marked as such, and must
+ not be misrepresented as being the original software.
+ .
+ 4. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 THE AUTHOR 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.
+ licenses:
+ - key: bzip2-libbzip-2010
+ name: bzip2 License 2010
+ short_name: bzip2 License 2010
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: bzip
+ homepage_url: https://github.com/asimonov-im/bzip2/blob/master/LICENSE
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/bzip2-libbzip-2010
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bzip2-libbzip-2010.LICENSE
+ spdx_license_key: bzip2-1.0.6
+ spdx_url: https://spdx.org/licenses/bzip2-1.0.6
+ - license_expression: zlib
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2337
+ end_line: 2351
+ matched_length: 132
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: zlib
+ rule_identifier: zlib.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 132
+ rule_relevance: 100
+ matched_text: |
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ licenses:
+ - key: zlib
+ name: ZLIB License
+ short_name: ZLIB License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: zlib
+ homepage_url: http://www.zlib.net/
+ text_url: http://www.gzip.org/zlib/zlib_license.html
+ reference_url: https://scancode-licensedb.aboutcode.org/zlib
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE
+ spdx_license_key: Zlib
+ spdx_url: https://spdx.org/licenses/Zlib
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2354
+ end_line: 2370
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and 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 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2373
+ end_line: 2395
+ matched_length: 213
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_42.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_42.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 213
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 4. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: bsd-original
+ detection_log:
+ - not-combined
+ matches:
+ - score: '98.25'
+ start_line: 2398
+ end_line: 2424
+ matched_length: 224
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-original
+ rule_identifier: bsd-original_80.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-original_80.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 224
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. All advertising materials mentioning features or use of this
+ software must display the following acknowledgement:
+ This product includes software developed by Powerdog Industries.
+ 4. The name of Powerdog Industries may not be used to endorse or
+ promote products derived from this software without specific prior
+ written permission.
+
+ THIS SOFTWARE IS PROVIDED BY POWERDOG INDUSTRIES ``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 THE POWERDOG INDUSTRIES 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.
+ licenses:
+ - key: bsd-original
+ name: BSD-Original
+ short_name: BSD-Original
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.xfree86.org/3.3.6/COPYRIGHT2.html
+ text_url: http://www.xfree86.org/3.3.6/COPYRIGHT2.html#6
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-original
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-original.LICENSE
+ spdx_license_key: BSD-4-Clause
+ spdx_url: https://spdx.org/licenses/BSD-4-Clause
+ - license_expression: unicode-dfs-2015
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.57'
+ start_line: 2428
+ end_line: 2482
+ matched_length: 468
+ match_coverage: '99.57'
+ matcher: 3-seq
+ license_expression: unicode-dfs-2015
+ rule_identifier: unicode-dfs-2015_9.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unicode-dfs-2015_9.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 470
+ rule_relevance: 100
+ matched_text: |
+ UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
+
+ Unicode Data Files include all data files under the directories
+ http://www.unicode.org/Public/, http://www.unicode.org/reports/,
+ and http://www.unicode.org/cldr/data/ . Unicode Data Files
+ do not include PDF online code charts under the directory
+ http://www.unicode.org/Public/. Software includes any
+ source code published in the Unicode Standard or under the directories
+ http://www.unicode.org/Public/, http://www.unicode.org/reports/,
+ and http://www.unicode.org/cldr/data/.
+
+ NOTICE TO USER: Carefully read the following legal agreement. BY
+ DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE
+ INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU
+ UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND
+ CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD,
+ INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
+
+ COPYRIGHT AND PERMISSION NOTICE
+
+ Copyright © 1991-2011 Unicode, Inc. All rights
+ reserved. Distributed under the Terms of Use in
+ http://www.unicode.org/copyright.html.
+
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of the Unicode data files and any associated
+ documentation (the "Data Files") or Unicode software and any
+ associated documentation (the "Software") to deal in the Data Files
+ or Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute,
+ and/or sell copies of the Data Files or Software, and to permit
+ persons to whom the Data Files or Software are furnished to do so,
+ provided that (a) the above copyright notice(s) and this permission
+ notice appear with all copies of the Data Files or Software,
+ (b) both the above copyright notice(s) and this permission notice
+ appear in associated documentation, and (c) there is clear notice
+ in each modified Data File or in the Software as well as in the
+ documentation associated with the Data File(s) or Software that
+ the data or software has been modified.
+
+ THE DATA FILES AND SOFTWARE 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 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
+ COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE
+ FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+
+ Except as contained in this notice, the name of a copyright holder
+ shall not be used in advertising or otherwise to promote the sale,
+ use or other dealings in these Data Files or Software without
+ prior written authorization of the copyright holder.
+ licenses:
+ - key: unicode-dfs-2015
+ name: Unicode License Agreement - Data Files and Software (2015)
+ short_name: Unicode DFS 2015
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Unicode Consortium
+ homepage_url: https://web.archive.org/web/20151224134844/http://unicode.org/copyright.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/unicode-dfs-2015
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode-dfs-2015.LICENSE
+ spdx_license_key: Unicode-DFS-2015
+ spdx_url: https://spdx.org/licenses/Unicode-DFS-2015
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2485
+ end_line: 2507
+ matched_length: 207
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_313.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_313.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 207
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. The names of the authors may not be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 THE AUTHOR OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2510
+ end_line: 2532
+ matched_length: 213
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_19.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_19.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 213
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: regexp
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2535
+ end_line: 2547
+ matched_length: 88
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: regexp
+ rule_identifier: regexp.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/regexp.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 88
+ rule_relevance: 100
+ matched_text: |
+ Permission is granted to anyone to use this software for any
+ purpose on any computer system, and to redistribute it freely,
+ subject to the following restrictions:
+
+ 1. The author is not responsible for the consequences of use of
+ this software, no matter how awful, even if they arise
+ from defects in it.
+
+ 2. The origin of this software must not be misrepresented, either
+ by explicit claim or by omission.
+
+ 3. Altered versions must be plainly marked as such, and must not
+ be misrepresented as being the original software.
+ licenses:
+ - key: regexp
+ name: Regexp License
+ short_name: Regexp License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Henry Spencer
+ homepage_url: https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/regexp
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/regexp.LICENSE
+ spdx_license_key: Spencer-86
+ spdx_url: https://spdx.org/licenses/Spencer-86
+ - license_expression: other-permissive
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2550
+ end_line: 2554
+ matched_length: 43
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: other-permissive
+ rule_identifier: other-permissive_212.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-permissive_212.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 43
+ rule_relevance: 100
+ matched_text: |
+ This module may be modified, used, copied, and redistributed at your own risk.
+
+ Although allowed by the preceding license, please do not publicly
+ redistribute modified versions of this code with the name "Text::Tabs"
+ unless it passes the unmodified Text::Tabs test suite.
+ licenses:
+ - key: other-permissive
+ name: Other Permissive Licenses
+ short_name: Other Permissive Licenses
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: nexB
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/other-permissive
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ spdx_license_key: LicenseRef-scancode-other-permissive
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ - license_expression: other-copyleft
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2557
+ end_line: 2559
+ matched_length: 35
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: other-copyleft
+ rule_identifier: other-copyleft_20.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-copyleft_20.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 35
+ rule_relevance: 100
+ matched_text: |
+ This program is free and open software. You may use, modify,
+ distribute, and sell this program (and any modified variants) in any
+ way you wish, provided you do not restrict others from doing the same.
+ licenses:
+ - key: other-copyleft
+ name: Other Copyleft Licenses
+ short_name: Other Copyleft Licenses
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: nexB
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/other-copyleft
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-copyleft.LICENSE
+ spdx_license_key: LicenseRef-scancode-other-copyleft
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-copyleft.LICENSE
+ - license_expression: other-copyleft
+ detection_log:
+ - not-combined
+ matches:
+ - score: '90.0'
+ start_line: 2562
+ end_line: 2563
+ matched_length: '19'
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: other-copyleft
+ rule_identifier: other-copyleft_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-copyleft_4.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: '19'
+ rule_relevance: 90
+ matched_text: |
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+ licenses:
+ - key: other-copyleft
+ name: Other Copyleft Licenses
+ short_name: Other Copyleft Licenses
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: nexB
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/other-copyleft
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-copyleft.LICENSE
+ spdx_license_key: LicenseRef-scancode-other-copyleft
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-copyleft.LICENSE
+ - license_expression: public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2569
+ end_line: 2569
+ matched_length: 5
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_45.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_45.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 5
+ rule_relevance: 100
+ matched_text: placed in the public domain.
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - score: '100.0'
+ start_line: 2574
+ end_line: 2574
+ matched_length: 5
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_285.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_285.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 5
+ rule_relevance: 100
+ matched_text: is in the public domain,
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - score: '70.0'
+ start_line: 2575
+ end_line: 2575
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_bare_words.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_bare_words.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 70
+ matched_text: public-domain
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - score: '70.0'
+ start_line: 2584
+ end_line: 2584
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_bare_words.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_bare_words.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 70
+ matched_text: public domain
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: gpl-3.0-plus WITH bison-exception-2.2
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2588
+ end_line: 2612
+ matched_length: 208
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus WITH bison-exception-2.2
+ rule_identifier: gpl-3.0-plus_with_bison-exception-3.0_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_with_bison-exception-3.0_1.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 208
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+ As a special exception, you may create a larger work that contains
+ part or all of the Bison parser skeleton and distribute that work
+ under terms of your choice, so long as that work isn't itself a
+ parser generator using the skeleton or a modified version thereof
+ as a parser skeleton. Alternatively, if you modify or redistribute
+ the parser skeleton itself, you may (at your option) remove this
+ special exception, which will cause the skeleton and the resulting
+ Bison output files to be licensed under the GNU General Public
+ License without this special exception.
+
+ This special exception was added by the Free Software Foundation in
+ version 2.2 of Bison.
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - key: bison-exception-2.2
+ name: Bison 2.2 exception to GPL 2.0 or later
+ short_name: Bison 2.2 exception to GPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: yes
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/bison-exception-2.2
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bison-exception-2.2.LICENSE
+ spdx_license_key: Bison-exception-2.2
+ spdx_url: https://spdx.org/licenses/Bison-exception-2.2
+ - license_expression: paul-hsieh-derivative
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2615
+ end_line: 2630
+ matched_length: 121
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: paul-hsieh-derivative
+ rule_identifier: paul-hsieh-derivative_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/paul-hsieh-derivative_1.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 121
+ rule_relevance: 100
+ matched_text: |
+ The derivative content includes raw computer source code, ideas,
+ opinions, and excerpts whose original source is covered under another
+ license and transformations of such derivatives. Note that mere excerpts
+ by themselves (with the exception of raw source code) are not considered
+ derivative works under this license. Use and redistribution is limited
+ to the following conditions:
+
+ One may not create a derivative work which, in any way, violates the
+ Paul Hsieh exposition license described above on the original content.
+
+ One may not apply a license to a derivative work that precludes
+ anyone else from using and redistributing derivative content.
+
+ One may not attribute any derivative content to authors not involved
+ in the creation of the content, though an attribution to the author
+ is not necessary.
+ licenses:
+ - key: paul-hsieh-derivative
+ name: Paul Hsieh Derivative License
+ short_name: Paul Hsieh Derivative License
+ category: Free Restricted
+ is_exception: no
+ is_unknown: no
+ owner: Paul Hsieh
+ homepage_url: http://www.azillionmonkeys.com/qed/weblicense.html
+ text_url: http://www.azillionmonkeys.com/qed/weblicense.html
+ reference_url: https://scancode-licensedb.aboutcode.org/paul-hsieh-derivative
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/paul-hsieh-derivative.LICENSE
+ spdx_license_key: LicenseRef-scancode-paul-hsieh-derivative
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/paul-hsieh-derivative.LICENSE
+ - license_expression: bsd-x11
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.0'
+ start_line: 2636
+ end_line: 2661
+ matched_length: 217
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-x11
+ rule_identifier: bsd-x11_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-x11_10.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 217
+ rule_relevance: 99
+ matched_text: |
+ 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 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.
+
+ Neither my name, Paul Hsieh, nor the names of any other contributors
+ to the code use may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
+ OWNER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-x11
+ name: BSD-3-Clause with X11 disclaimer
+ short_name: BSD-3-Clause X11 disclaimer
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-x11
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-x11.LICENSE
+ spdx_license_key: LicenseRef-scancode-bsd-x11
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-x11.LICENSE
+ - license_expression: cc0-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2663
+ end_line: 2663
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: cc0-1.0
+ rule_identifier: cc0-1.0_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc0-1.0_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: cc0-1.0'
+ licenses:
+ - key: cc0-1.0
+ name: Creative Commons CC0 1.0 Universal
+ short_name: CC0-1.0
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/publicdomain/zero/1.0/
+ text_url: http://creativecommons.org/publicdomain/zero/1.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc0-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE
+ spdx_license_key: CC0-1.0
+ spdx_url: https://spdx.org/licenses/CC0-1.0
+ - score: '100.0'
+ start_line: 2664
+ end_line: 2783
+ matched_length: 981
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: cc0-1.0
+ rule_identifier: cc0-1.0_155.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc0-1.0_155.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 981
+ rule_relevance: 100
+ matched_text: |
+ Statatement 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").
+
+ Certain owners wish to permanently relinquish those rights to a Work
+ for the purpose of contributing to a commons of creative, cultural and
+ scientific works ("Commons") that the public can reliably and without
+ fear of later claims of infringement build upon, modify, incorporate in
+ other works, reuse and redistribute as freely as possible in any form
+ whatsoever and for any purposes, including without limitation commercial
+ purposes. These owners may contribute to the Commons to promote the ideal
+ of a free culture and the further production of creative, cultural and
+ scientific works, or to gain reputation or greater distribution for
+ their Work in part through the use and efforts of others.
+
+ For these and/or other purposes and motivations, and without any
+ expectation of additional consideration or compensation, the person
+ associating CC0 with a Work (the "Affirmer"), to the extent that
+ he or she is an owner of Copyright and Related Rights in the Work,
+ voluntarily elects to apply CC0 to the Work and publicly distribute
+ the Work under its terms, with knowledge of his or her Copyright and
+ Related Rights in the Work and the meaning and intended legal effect
+ of CC0 on those rights.
+
+ 1. Copyright and Related Rights. A Work made available under CC0 may be
+ protected by copyright and related or neighboring rights ("Copyright
+ and Related Rights"). Copyright and Related Rights include, but are
+ not limited to, the following:
+
+ the right to reproduce, adapt, distribute, perform, display,
+ communicate, and translate a Work;
+
+ moral rights retained by the original author(s) and/or performer(s);
+
+ publicity and privacy rights pertaining to a person's image or
+ likeness depicted in a Work;
+
+ rights protecting against unfair competition in regards to a Work,
+ subject to the limitations in paragraph 4(a), below;
+
+ rights protecting the extraction, dissemination, use and reuse of data in a Work;
+
+ database rights (such as those arising under Directive 96/9/EC
+ of the European Parliament and of the Council of 11 March 1996
+ on the legal protection of databases, and under any national
+ implementation thereof, including any amended or successor version
+ of such directive); and
+
+ other similar, equivalent or corresponding rights throughout the world
+ based on applicable law or treaty, and any national implementations
+ thereof.
+
+ 2. Waiver. To the greatest extent permitted by, but not in contravention
+ of, applicable law, Affirmer hereby overtly, fully, permanently,
+ irrevocably and unconditionally waives, abandons, and surrenders all
+ of Affirmer's Copyright and Related Rights and associated claims and
+ causes of action, whether now known or unknown (including existing
+ as well as future claims and causes of action), in the Work (i) in
+ all territories worldwide, (ii) for the maximum duration provided by
+ applicable law or treaty (including future time extensions), (iii)
+ in any current or future medium and for any number of copies, and (iv)
+ for any purpose whatsoever, including without limitation commercial,
+ advertising or promotional purposes (the "Waiver"). Affirmer makes the
+ Waiver for the benefit of each member of the public at large and to the
+ detriment of Affirmer's heirs and successors, fully intending that such
+ Waiver shall not be subject to revocation, rescission, cancellation,
+ termination, or any other legal or equitable action to disrupt the
+ quiet enjoyment of the Work by the public as contemplated by Affirmer's
+ express Statement of Purpose.
+
+ 3. Public License Fallback. Should any part of the Waiver for any
+ reason be judged legally invalid or ineffective under applicable law,
+ then the Waiver shall be preserved to the maximum extent permitted
+ taking into account Affirmer's express Statement of Purpose. In
+ addition, to the extent the Waiver is so judged Affirmer hereby
+ grants to each affected person a royalty-free, non transferable, non
+ sublicensable, non exclusive, irrevocable and unconditional license
+ to exercise Affirmer's Copyright and Related Rights in the Work (i)
+ in all territories worldwide, (ii) for the maximum duration provided
+ by applicable law or treaty (including future time extensions), (iii)
+ in any current or future medium and for any number of copies, and (iv)
+ for any purpose whatsoever, including without limitation commercial,
+ advertising or promotional purposes (the "License"). The License shall
+ be deemed effective as of the date CC0 was applied by Affirmer to the
+ Work. Should any part of the License for any reason be judged legally
+ invalid or ineffective under applicable law, such partial invalidity
+ or ineffectiveness shall not invalidate the remainder of the License,
+ and in such case Affirmer hereby affirms that he or she will not (i)
+ exercise any of his or her remaining Copyright and Related Rights in
+ the Work or (ii) assert any associated claims and causes of action
+ with respect to the Work, in either case contrary to Affirmer's express
+ Statement of Purpose.
+
+ 4. Limitations and Disclaimers.
+
+ No trademark or patent rights held by Affirmer are waived,
+ abandoned, surrendered, licensed or otherwise affected by this
+ document.
+
+ 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.
+ licenses:
+ - key: cc0-1.0
+ name: Creative Commons CC0 1.0 Universal
+ short_name: CC0-1.0
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/publicdomain/zero/1.0/
+ text_url: http://creativecommons.org/publicdomain/zero/1.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc0-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE
+ spdx_license_key: CC0-1.0
+ spdx_url: https://spdx.org/licenses/CC0-1.0
+ - license_expression: fsf-ap
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2790
+ end_line: 2793
+ matched_length: 35
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: fsf-ap
+ rule_identifier: fsf-ap.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-ap.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 35
+ rule_relevance: 100
+ matched_text: |
+ 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. This file is offered as-is, without any
+ warranty.
+ licenses:
+ - key: fsf-ap
+ name: FSF All Permissive License
+ short_name: FSF All Permissive License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/fsf-ap
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/fsf-ap.LICENSE
+ spdx_license_key: FSFAP
+ spdx_url: https://spdx.org/licenses/FSFAP
+ - license_expression: artistic-dist-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2796
+ end_line: 2920
+ matched_length: 947
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-dist-1.0
+ rule_identifier: artistic-dist-1.0.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-dist-1.0.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 947
+ rule_relevance: 100
+ matched_text: |
+ The "Artistic License"
+
+ Preamble
+
+ The intent of this document is to state the conditions under which a
+ Package may be copied, such that the Copyright Holder maintains some
+ semblance of artistic control over the development of the Package,
+ while giving the users of the package the right to use and distribute
+ the Package in a more-or-less customary fashion, plus the right to make
+ reasonable modifications.
+
+ It also grants you the rights to reuse parts of a Package in your own
+ programs without transferring this License to those programs, provided
+ that you meet some reasonable requirements.
+
+ Definitions:
+
+ "Package" refers to the collection of files distributed by the
+ Copyright Holder, and derivatives of that collection of files
+ created through textual modification.
+
+ "Standard Version" refers to such a Package if it has not been
+ modified, or has been modified in accordance with the wishes
+ of the Copyright Holder as specified below.
+
+ "Copyright Holder" is whoever is named in the copyright or
+ copyrights for the package.
+
+ "You" is you, if you're thinking about copying or distributing
+ this Package.
+
+ "Reasonable copying fee" is whatever you can justify on the
+ basis of media cost, duplication charges, time of people involved,
+ and so on. (You will not be required to justify it to the
+ Copyright Holder, but only to the computing community at large
+ as a market that must bear the fee.)
+
+ "Freely Available" means that no fee is charged for the item
+ itself, though there may be fees involved in handling the item.
+ It also means that recipients of the item may redistribute it
+ under the same conditions they received it.
+
+ 1. You may make and give away verbatim copies of the source form of the
+ Standard Version of this Package without restriction, provided that you
+ duplicate all of the original copyright notices and associated disclaimers.
+
+ 2. You may apply bug fixes, portability fixes and other modifications
+ derived from the Public Domain or from the Copyright Holder. A Package
+ modified in such a way shall still be considered the Standard Version.
+
+ 3. You may otherwise modify your copy of this Package in any way, provided
+ that you insert a prominent notice in each changed file stating how and
+ when you changed that file, and provided that you do at least ONE of the
+ following:
+
+ a) place your modifications in the Public Domain or otherwise make them
+ Freely Available, such as by posting said modifications to Usenet or
+ an equivalent medium, or placing the modifications on a major archive
+ site such as uunet.uu.net, or by allowing the Copyright Holder to include
+ your modifications in the Standard Version of the Package.
+
+ b) use the modified Package only within your corporation or organization.
+
+ c) rename any non-standard executables so the names do not conflict
+ with standard executables, which must also be provided, and provide
+ a separate manual page for each non-standard executable that clearly
+ documents how it differs from the Standard Version.
+
+ d) make other distribution arrangements with the Copyright Holder.
+
+ 4. You may distribute the programs of this Package in object code or
+ executable form, provided that you do at least ONE of the following:
+
+ a) distribute a Standard Version of the executables and library files,
+ together with instructions (in the manual page or equivalent) on where
+ to get the Standard Version.
+
+ b) accompany the distribution with the machine-readable source of
+ the Package with your modifications.
+
+ c) give non-standard executables non-standard names, and clearly
+ document the differences in manual pages (or equivalent), together
+ with instructions on where to get the Standard Version.
+
+ d) make other distribution arrangements with the Copyright Holder.
+
+ 5. You may charge a reasonable copying fee for any distribution of this
+ Package. You may charge any fee you choose for support of this
+ Package. You may not charge a fee for this Package itself. However,
+ you may distribute this Package in aggregate with other (possibly
+ commercial) programs as part of a larger (possibly commercial) software
+ distribution provided that you do not advertise this Package as a
+ product of your own.
+
+ 6. The scripts and library files supplied as input to or produced as
+ output from the programs of this Package do not automatically fall
+ under the copyright of this Package, but belong to whoever generated
+ them, and may be sold commercially, and may be aggregated with this
+ Package. If such scripts or library files are aggregated with this
+ Package via the so-called "undump" or "unexec" methods of producing a
+ binary executable image, then distribution of such an image shall
+ neither be construed as a distribution of this Package nor shall it
+ fall under the restrictions of Paragraphs 3 and 4, provided that you do
+ not represent such an executable image as a Standard Version of this
+ Package.
+
+ 7. You may reuse parts of this Package in your own programs, provided that
+ you explicitly state where you got them from, in the source code (and, left
+ to your courtesy, in the documentation), duplicating all the associated
+ copyright notices and disclaimers. Besides your changes, if any, must be
+ clearly marked as such. Parts reused that way will no longer fall under this
+ license if, and only if, the name of your program(s) have no immediate
+ connection with the name of the Package itself or its associated programs.
+ You may then apply whatever restrictions you wish on the reused parts or
+ choose to place them in the Public Domain--this will apply only within the
+ context of your package.
+
+ 8. The name of the Copyright Holder may not be used to endorse or promote
+ products derived from this software without specific prior written permission.
+
+ 9. THIS PACKAGE 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.
+
+ The End
+ licenses:
+ - key: artistic-dist-1.0
+ name: Artistic License for dist 1.0
+ short_name: Artistic dist 1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: https://raw.githubusercontent.com/rmanfredi/dist/2cec35331a912b165e2dd135d22de81f34bbc83f/Artistic
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-dist-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-dist-1.0.LICENSE
+ spdx_license_key: LicenseRef-scancode-artistic-1988-1.0
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-dist-1.0.LICENSE
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 20
+ end_line: 27
+ matched_length: 49
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_17.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_17.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 49
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of either:
+
+ a) the GNU General Public License as published by the Free Software
+ Foundation; either version 1, or (at your option) any later
+ version, or
+
+ b) the "Artistic License" which comes with Perl.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 47
+ end_line: 47
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 100
+ matched_text: This file is a part of Perl itself, licensed as above.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 54
+ end_line: 54
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 100
+ matched_text: This file is a part of Perl itself, licensed as above.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 64
+ end_line: 64
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 100
+ matched_text: This file is a part of Perl itself, licensed as above.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 72
+ end_line: 72
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 100
+ matched_text: This file is a part of Perl itself, licensed as above.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 82
+ end_line: 82
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 100
+ matched_text: This file is a part of Perl itself, licensed as above.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 113
+ end_line: 114
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ referenced_filenames:
+ - README
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ You may distribute under the terms of either the GNU General Public
+ License or the Artistic License, as specified in the README file.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 126
+ end_line: 127
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you may redistribute it
+ and/or modify it under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: unicode
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 136
+ end_line: 136
+ matched_length: 13
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: unicode
+ rule_identifier: unicode_14.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unicode_14.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 13
+ rule_relevance: 100
+ matched_text: For terms of use, see http://www.unicode.org/terms_of_use.html
+ licenses:
+ - key: unicode
+ name: Unicode Inc License Agreement
+ short_name: Unicode Inc License Agreement
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Unicode Consortium
+ homepage_url: http://unicode.org/
+ text_url: http://unicode.org/copyright.html
+ reference_url: https://scancode-licensedb.aboutcode.org/unicode
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
+ spdx_license_key: LicenseRef-scancode-unicode
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 146
+ end_line: 148
+ matched_length: 40
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_26.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_26.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 40
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself, either Perl version 5.10.0 or,
+ at your option, any later version of Perl 5 you may have available.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 154
+ end_line: 155
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software. You can redistribute it
+ and/or modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 162
+ end_line: 163
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 170
+ end_line: 170
+ matched_length: 11
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_34.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_34.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 11
+ rule_relevance: 100
+ matched_text: All files are licensed under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '90.91'
+ start_line: 177
+ end_line: 177
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_32.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_32.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 100
+ matched_text: The PerlUi class is licensed under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '91.67'
+ start_line: 185
+ end_line: 185
+ matched_length: 11
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_31.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_31.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 11
+ rule_relevance: 100
+ matched_text: The Symbian port is licensed under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: '195'
+ end_line: '196'
+ matched_length: 15
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_28.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_28.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 15
+ rule_relevance: 100
+ matched_text: |
+ It is assumed that the test code is licensed under the same terms
+ as Perl.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 202
+ end_line: 203
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ referenced_filenames:
+ - README
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ You may distribute under the terms of either the GNU General Public
+ License or the Artistic License, as specified in the README file.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 212
+ end_line: 213
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you may redistribute it
+ and/or modify it under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 220
+ end_line: 221
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ referenced_filenames:
+ - README
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ You may distribute under the terms of either the GNU General Public
+ License or the Artistic License, as specified in the README file.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 228
+ end_line: 229
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ This is free software; you can redistribute it and/or modify it under the same
+ terms as the Perl 5 programming language system itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-1.0
+ name: Artistic License 1.0
+ short_name: Artistic 1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: http://opensource.org/licenses/artistic-license-1.0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-1.0.LICENSE
+ spdx_license_key: Artistic-1.0
+ spdx_url: https://spdx.org/licenses/Artistic-1.0
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 236
+ end_line: 237
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ referenced_filenames:
+ - README
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ You may distribute under the terms of either the GNU General Public
+ License or the Artistic License, as specified in the README file.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 246
+ end_line: 247
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ referenced_filenames:
+ - README
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ You may distribute under the terms of either the GNU General Public
+ License or the Artistic License, as specified in the README file.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 258
+ end_line: 258
+ matched_length: 10
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 10
+ rule_relevance: 100
+ matched_text: This file is a part of Perl itself, licensed as above.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 264
+ end_line: 265
+ matched_length: '19'
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_25.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_25.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: '19'
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you may redistribute and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 278
+ end_line: 278
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_11.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_11.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 100
+ matched_text: This package has the same copyright and license as the perl core.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 284
+ end_line: 285
+ matched_length: 16
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_44.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_44.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 16
+ rule_relevance: 100
+ matched_text: |
+ This module is free software, you may distribute it under the
+ same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 293
+ end_line: 295
+ matched_length: 31
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_43.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_43.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 31
+ rule_relevance: 100
+ matched_text: |
+ This is free software. You may modify and/or redistribute this
+ code under the same terms as Perl 5.10 itself, or, at your option,
+ any later version of Perl 5.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 303
+ end_line: 304
+ matched_length: 16
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_44.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_44.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 16
+ rule_relevance: 100
+ matched_text: |
+ This module is free software. You may distribute it under the
+ same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 312
+ end_line: 319
+ matched_length: 50
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_13.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_13.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 50
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of either:
+
+ a) the GNU General Public License as published by the Free
+ Software Foundation; either version 1, or (at your option) any
+ later version, or
+
+ b) the "Artistic License" which comes with this kit.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 325
+ end_line: 326
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it
+ and/or modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 345
+ end_line: 346
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it
+ and/or modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 358
+ end_line: 359
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 365
+ end_line: 366
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 374
+ end_line: 374
+ matched_length: 11
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_42.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_42.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 11
+ rule_relevance: 100
+ matched_text: You may redistribute this under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 382
+ end_line: 383
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-1.0
+ name: Artistic License 1.0
+ short_name: Artistic 1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: http://opensource.org/licenses/artistic-license-1.0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-1.0.LICENSE
+ spdx_license_key: Artistic-1.0
+ spdx_url: https://spdx.org/licenses/Artistic-1.0
+ - license_expression: gpl-1.0-plus OR artistic-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 394
+ end_line: 395
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-1.0
+ name: Artistic License 1.0
+ short_name: Artistic 1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: http://opensource.org/licenses/artistic-license-1.0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-1.0.LICENSE
+ spdx_license_key: Artistic-1.0
+ spdx_url: https://spdx.org/licenses/Artistic-1.0
+ - license_expression: gpl-1.0-plus OR artistic-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 402
+ end_line: 403
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-1.0
+ name: Artistic License 1.0
+ short_name: Artistic 1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: http://opensource.org/licenses/artistic-license-1.0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-1.0.LICENSE
+ spdx_license_key: Artistic-1.0
+ spdx_url: https://spdx.org/licenses/Artistic-1.0
+ - license_expression: gpl-1.0-plus OR artistic-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 410
+ end_line: 411
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-1.0
+ name: Artistic License 1.0
+ short_name: Artistic 1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: http://opensource.org/licenses/artistic-license-1.0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-1.0.LICENSE
+ spdx_license_key: Artistic-1.0
+ spdx_url: https://spdx.org/licenses/Artistic-1.0
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 417
+ end_line: 418
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 427
+ end_line: 428
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 435
+ end_line: 436
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 444
+ end_line: 445
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 454
+ end_line: 455
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 462
+ end_line: 463
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 469
+ end_line: 470
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 476
+ end_line: 477
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-2.0
+ rule_identifier: artistic-2.0_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-2.0_38.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the the Artistic License (2.0).
+ licenses:
+ - key: artistic-2.0
+ name: Artistic License 2.0
+ short_name: Artistic 2.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: https://www.perlfoundation.org/artistic_license_2_0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.LICENSE
+ spdx_license_key: Artistic-2.0
+ spdx_url: https://spdx.org/licenses/Artistic-2.0
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 484
+ end_line: 485
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 492
+ end_line: 493
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-1.0
+ name: Artistic License 1.0
+ short_name: Artistic 1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: http://opensource.org/licenses/artistic-license-1.0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-1.0.LICENSE
+ spdx_license_key: Artistic-1.0
+ spdx_url: https://spdx.org/licenses/Artistic-1.0
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 500
+ end_line: 509
+ matched_length: 71
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_41.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_41.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 71
+ rule_relevance: 100
+ matched_text: |
+ There are no copyright or license notices in this distribution. It
+ is assumed that the copyright and license of Perl itself applies here
+ as well.
+
+ This is supported by the README of the separate CPAN distribution at
+ , which states:
+
+ You may distribute this work under the terms of either the GNU General
+ Public License or the Artistic License, as specified in perl's README
+ file.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 517
+ end_line: 518
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 524
+ end_line: 525
+ matched_length: '19'
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_15.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_15.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: '19'
+ rule_relevance: 100
+ matched_text: |
+ This is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 540
+ end_line: 541
+ matched_length: '19'
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_25.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_25.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: '19'
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you may redistribute and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 549
+ end_line: 550
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 558
+ end_line: 559
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-1.0
+ name: Artistic License 1.0
+ short_name: Artistic 1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: http://opensource.org/licenses/artistic-license-1.0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-1.0.LICENSE
+ spdx_license_key: Artistic-1.0
+ spdx_url: https://spdx.org/licenses/Artistic-1.0
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 568
+ end_line: 569
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 576
+ end_line: 580
+ matched_length: 47
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-2.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-2.0-plus_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-2.0-plus_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 47
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the Perl Artistic License or the
+ GNU General Public License as published by the Free Software
+ Foundation; either version 2 of the License, or (at your option) any
+ later version.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 587
+ end_line: 588
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-1.0
+ name: Artistic License 1.0
+ short_name: Artistic 1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: http://opensource.org/licenses/artistic-license-1.0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-1.0.LICENSE
+ spdx_license_key: Artistic-1.0
+ spdx_url: https://spdx.org/licenses/Artistic-1.0
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 595
+ end_line: 596
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it
+ and/or modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 603
+ end_line: 604
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute
+ it and/or modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 613
+ end_line: 614
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 621
+ end_line: 622
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 630
+ end_line: 631
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 638
+ end_line: 639
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_15.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_15.RULE
+ referenced_filenames:
+ - LICENCE
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ You may distribute under the terms of either the GNU General Public License
+ or the Artistic License, as specified in the LICENCE file.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 646
+ end_line: 647
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 657
+ end_line: 658
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 664
+ end_line: 665
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 676
+ end_line: 677
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_24.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_24.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This module is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: mit OR gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 684
+ end_line: 686
+ matched_length: 37
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit OR gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: mit_or_gpl-1.0-plus_or_artistic-perl-1.0_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_or_gpl-1.0-plus_or_artistic-perl-1.0_1.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 37
+ rule_relevance: 100
+ matched_text: |
+ This software is released under the MIT license cited below. Additionally,
+ when this software is distributed with Perl Kit, Version 5, you may also
+ redistribute it and/or modify it under the same terms as Perl itself.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: mit OR artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.0'
+ start_line: 700
+ end_line: 701
+ matched_length: 21
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit OR artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: mit_or_artistic-perl-1.0_or_gpl-1.0-plus_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_or_artistic-perl-1.0_or_gpl-1.0-plus_1.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 21
+ rule_relevance: 99
+ matched_text: |
+ It is assumed that these translations are licensed under the same terms as
+ the rest of the Locale-Maketext-Simple distribution.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 707
+ end_line: 708
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 715
+ end_line: 719
+ matched_length: 34
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_8.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_8.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 34
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you may redistribute it and/or modify
+ it under the same terms as Perl itself.
+
+ You may copy and distribute this program under the same terms as
+ Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 727
+ end_line: 728
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: (artistic-perl-1.0 OR gpl-1.0-plus) AND historical
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 736
+ end_line: 737
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - score: '100.0'
+ start_line: 744
+ end_line: 753
+ matched_length: 87
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: historical
+ rule_identifier: historical_9.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/historical_9.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 87
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute this material
+ for any purpose and without fee is hereby granted, provided
+ that the above copyright notice and this permission notice
+ appear in all copies, and that the name of Bellcore not be
+ used in advertising or publicity pertaining to this
+ material without the specific, prior written permission
+ of an authorized representative of Bellcore. BELLCORE
+ MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY
+ OF THIS MATERIAL FOR ANY PURPOSE. IT IS PROVIDED "AS IS",
+ WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
+ licenses:
+ - key: historical
+ name: Historical Permission Notice and Disclaimer
+ short_name: Historical Permission Notice and Disclaimer
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: OSI - Open Source Initiative
+ homepage_url: http://www.opensource.org/licenses/historical.php
+ text_url: http://www.opensource.org/licenses/historical.php
+ reference_url: https://scancode-licensedb.aboutcode.org/historical
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/historical.LICENSE
+ spdx_license_key: HPND
+ spdx_url: https://spdx.org/licenses/HPND
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 761
+ end_line: 762
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 769
+ end_line: 770
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This module is free software. It may be used, redistributed
+ and/or modified under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 777
+ end_line: 777
+ matched_length: 11
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 11
+ rule_relevance: 100
+ matched_text: This module is released under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 784
+ end_line: 785
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-1.0
+ name: Artistic License 1.0
+ short_name: Artistic 1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: http://opensource.org/licenses/artistic-license-1.0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-1.0.LICENSE
+ spdx_license_key: Artistic-1.0
+ spdx_url: https://spdx.org/licenses/Artistic-1.0
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 792
+ end_line: 793
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 800
+ end_line: 801
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-1.0
+ name: Artistic License 1.0
+ short_name: Artistic 1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: http://opensource.org/licenses/artistic-license-1.0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-1.0.LICENSE
+ spdx_license_key: Artistic-1.0
+ spdx_url: https://spdx.org/licenses/Artistic-1.0
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 808
+ end_line: 810
+ matched_length: 18
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_5.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_5.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 18
+ rule_relevance: 100
+ matched_text: |
+ is free software;
+ you can redistribute it and/or modify it under the same terms
+ as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 817
+ end_line: 818
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 827
+ end_line: 828
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you may redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 836
+ end_line: 837
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you may redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 868
+ end_line: 869
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you may redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 882
+ end_line: 883
+ matched_length: 18
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_5.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_5.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 18
+ rule_relevance: 100
+ matched_text: |
+ is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 890
+ end_line: 891
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 898
+ end_line: 900
+ matched_length: 18
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_5.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_5.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 18
+ rule_relevance: 100
+ matched_text: |
+ is free software;
+ you can redistribute it and/or modify it under the same terms
+ as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - license-clues
+ matches:
+ - score: '56.14'
+ start_line: 908
+ end_line: 909
+ matched_length: 13
+ match_coverage: '59.09'
+ matcher: 3-seq
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_39.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_39.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 22
+ rule_relevance: 95
+ matched_text: |
+ license notice, but it is assumed that it
+ is licensed under the same terms as
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 916
+ end_line: 917
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 924
+ end_line: 925
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 AND public-domain AND (artistic-2.0 AND public-domain-disclaimer)
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 939
+ end_line: 943
+ matched_length: 35
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: artistic-perl-1.0
+ rule_identifier: artistic-perl-1.0_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 35
+ rule_relevance: 100
+ matched_text: |
+ The license notice in the document is:
+
+ When included as an integrated part of the Standard Distribution
+ of Perl or of its documentation (printed or otherwise), this works is
+ covered under Perl's Artistic License.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - score: '100.0'
+ start_line: 946
+ end_line: 950
+ matched_length: 56
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_286.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_286.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 56
+ rule_relevance: 100
+ matched_text: |
+ Irrespective of its distribution, all code examples here are in the public
+ domain. You are permitted and encouraged to use this code and any
+ derivatives thereof in your own programs for fun or for profit as you
+ see fit. A simple comment in the code giving credit to the FAQ would
+ be courteous but is not required.
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - score: '100.0'
+ start_line: 954
+ end_line: 956
+ matched_length: 39
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: artistic-2.0 AND public-domain-disclaimer
+ rule_identifier: artistic-2.0_and_public-domain-disclaimer_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-2.0_and_public-domain-disclaimer_1.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 39
+ rule_relevance: 100
+ matched_text: |
+ This document is available under the same terms as Perl itself. Code
+ examples in all the perlfaq documents are in the public domain. Use
+ them as you see fit (and at your own risk with no warranty from anyone).
+ licenses:
+ - key: artistic-2.0
+ name: Artistic License 2.0
+ short_name: Artistic 2.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: https://www.perlfoundation.org/artistic_license_2_0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.LICENSE
+ spdx_license_key: Artistic-2.0
+ spdx_url: https://spdx.org/licenses/Artistic-2.0
+ - key: public-domain-disclaimer
+ name: Public Domain Disclaimer
+ short_name: Public Domain Disclaimer
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain-disclaimer
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain-disclaimer.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain-disclaimer
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain-disclaimer.LICENSE
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 964
+ end_line: 966
+ matched_length: 18
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_5.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_5.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 18
+ rule_relevance: 100
+ matched_text: |
+ is free software;
+ you can redistribute it and/or modify it under the same terms
+ as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 973
+ end_line: 974
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 981
+ end_line: 982
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 998
+ end_line: 999
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you may redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1017
+ end_line: 1018
+ matched_length: 18
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_40.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_40.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 18
+ rule_relevance: 100
+ matched_text: |
+ This software is free software and can be modified and distributed under
+ the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1025
+ end_line: 1026
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_24.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_24.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This module is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1033
+ end_line: 1034
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1042
+ end_line: 1043
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1051
+ end_line: 1052
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1060
+ end_line: 1061
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1068
+ end_line: 1069
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it
+ and/or modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1084
+ end_line: 1085
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it
+ and/or modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: (gpl-1.0-plus OR artistic-perl-1.0) AND public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1092
+ end_line: 1093
+ matched_length: '19'
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_39.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_39.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: '19'
+ rule_relevance: 100
+ matched_text: |
+ This documentation is free; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - score: '100.0'
+ start_line: 1095
+ end_line: 1099
+ matched_length: 53
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_287.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_287.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 53
+ rule_relevance: 100
+ matched_text: |
+ Irrespective of its distribution, all code examples in these files
+ are hereby placed into the public domain. You are permitted and
+ encouraged to use this code in your own programs for fun
+ or for profit as you see fit. A simple comment in the code giving
+ credit would be courteous but is not required.
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1107
+ end_line: 1108
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it
+ and/or modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1114
+ end_line: 1115
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it
+ and/or modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: cc0-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1126
+ end_line: 1128
+ matched_length: 29
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: cc0-1.0
+ rule_identifier: cc0-1.0_154.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc0-1.0_154.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 29
+ rule_relevance: 100
+ matched_text: |
+ The file links to http://creativecommons.org/publicdomain/zero/1.0/
+ and the full license text as retrieved from there can be found at the
+ end of this file.
+ licenses:
+ - key: cc0-1.0
+ name: Creative Commons CC0 1.0 Universal
+ short_name: CC0-1.0
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/publicdomain/zero/1.0/
+ text_url: http://creativecommons.org/publicdomain/zero/1.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc0-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE
+ spdx_license_key: CC0-1.0
+ spdx_url: https://spdx.org/licenses/CC0-1.0
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1136
+ end_line: 1137
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This module is free software. It may be used, redistributed and/or
+ modified under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.0'
+ start_line: 1144
+ end_line: 1147
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_38.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 99
+ matched_text: |
+ There are no copyright notices this distribution.
+
+ This library is free software; you may redistribute and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1161
+ end_line: 1167
+ matched_length: 61
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-2.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-2.0-plus_2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-2.0-plus_2.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 61
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you may redistribute it and/or modify
+ it under the same terms as Perl itself.
+
+ These terms are your choice of any of (1) the Perl Artistic Licence,
+ or (2) version 2 of the GNU General Public License as published by the
+ Free Software Foundation, or (3) any later version of the GNU General
+ Public License.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1181
+ end_line: 1185
+ matched_length: 33
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_37.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_37.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 33
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you may redistribute it and/or modify
+ it under the same terms as Perl itself.
+ ----------------------------------------
+ These distributions include no copyright notices but have
+ the same explicit licensing information.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1192
+ end_line: 1193
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-1.0
+ name: Artistic License 1.0
+ short_name: Artistic 1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: http://opensource.org/licenses/artistic-license-1.0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-1.0.LICENSE
+ spdx_license_key: Artistic-1.0
+ spdx_url: https://spdx.org/licenses/Artistic-1.0
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1199
+ end_line: 1200
+ matched_length: 15
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_35.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_35.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 15
+ rule_relevance: 100
+ matched_text: |
+ This module is free software, you may distribute it under the same
+ terms as Perl.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: bsd-new AND (gpl-1.0-plus OR artistic-perl-1.0)
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.0'
+ start_line: 1209
+ end_line: 1209
+ matched_length: 7
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-new
+ rule_identifier: bsd-new_1065.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_1065.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 7
+ rule_relevance: 99
+ matched_text: is licensed under the BSD-like license
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - score: '70.0'
+ start_line: 1210
+ end_line: 1211
+ matched_length: '19'
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_34.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_34.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: '19'
+ rule_relevance: 70
+ matched_text: |
+ It is assumed that the other parts are licensed under the same
+ terms as the rest of the distribution.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1219
+ end_line: 1220
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_24.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_24.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This module is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: unicode
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1227
+ end_line: 1227
+ matched_length: 13
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: unicode
+ rule_identifier: unicode_14.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unicode_14.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 13
+ rule_relevance: 100
+ matched_text: For terms of use, see http://www.unicode.org/terms_of_use.html
+ licenses:
+ - key: unicode
+ name: Unicode Inc License Agreement
+ short_name: Unicode Inc License Agreement
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Unicode Consortium
+ homepage_url: http://unicode.org/
+ text_url: http://unicode.org/copyright.html
+ reference_url: https://scancode-licensedb.aboutcode.org/unicode
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
+ spdx_license_key: LicenseRef-scancode-unicode
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1237
+ end_line: 1238
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_24.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_24.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This module is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1249
+ end_line: 1253
+ matched_length: 40
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_32.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_32.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 40
+ rule_relevance: 100
+ matched_text: |
+ This module is free software; you may redistribute it and/or modify it
+ under the same terms as Perl itself.
+
+ The "Perl for Win32" source code was licensed under the same terms
+ as Perl itself and contained this copyright notice:
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1263
+ end_line: 1264
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This module is free software. It may be used, redistributed
+ and/or modified under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.0'
+ start_line: 1300
+ end_line: 1301
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_52.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_52.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 99
+ matched_text: |
+ There is no copyright or license information in these distributions.
+ It is assumed that they are licensed under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1309
+ end_line: 1310
+ matched_length: '19'
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_47.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_47.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: '19'
+ rule_relevance: 100
+ matched_text: |
+ This module is free software; you can redistribute and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1318
+ end_line: 1319
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This module is free software. It may be used, redistributed
+ and/or modified under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1326
+ end_line: 1327
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1335
+ end_line: 1336
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: (artistic-perl-1.0 OR gpl-1.0-plus) AND (gpl-1.0-plus OR artistic-perl-1.0)
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1344
+ end_line: 1345
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - score: '100.0'
+ start_line: 1347
+ end_line: 1348
+ matched_length: 11
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_31.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_31.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 11
+ rule_relevance: 100
+ matched_text: |
+ Perl 5
+ Porters, which was released under the same license terms.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1355
+ end_line: 1356
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This module is free software. It may be used, redistributed
+ and/or modified under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1362
+ end_line: 1363
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-1.0
+ name: Artistic License 1.0
+ short_name: Artistic 1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: http://opensource.org/licenses/artistic-license-1.0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-1.0.LICENSE
+ spdx_license_key: Artistic-1.0
+ spdx_url: https://spdx.org/licenses/Artistic-1.0
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1371
+ end_line: 1372
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1379
+ end_line: 1380
+ matched_length: 15
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_48.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_48.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 15
+ rule_relevance: 100
+ matched_text: |
+ You can redistribute and/or modify this document under the same terms
+ as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1387
+ end_line: 1388
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1396
+ end_line: 1397
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - score: '100.0'
+ start_line: 1400
+ end_line: 1402
+ matched_length: 27
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_46.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_46.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 27
+ rule_relevance: 100
+ matched_text: |
+ This module is distributed under the same terms as Perl itself.
+ Feel free to use, modify and redistribute it as long as you retain
+ the correct attribution.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1408
+ end_line: 1408
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_11.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_11.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 100
+ matched_text: This package has the same copyright and license as the perl core.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1415
+ end_line: 1416
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1422
+ end_line: 1422
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 100
+ matched_text: This document may be distributed under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1429
+ end_line: 1430
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you may redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1437
+ end_line: 1437
+ matched_length: 11
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_29.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_29.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 11
+ rule_relevance: 100
+ matched_text: This program is distributed under the same terms as perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1444
+ end_line: 1445
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_24.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_24.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This module is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1455
+ end_line: 1456
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you may redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1463
+ end_line: 1464
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: (artistic-perl-1.0 OR gpl-1.0-plus) AND bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1473
+ end_line: 1479
+ matched_length: 56
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: (artistic-perl-1.0 OR gpl-1.0-plus) AND bsd-new
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_and_bsd-new_2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_and_bsd-new_2.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 56
+ rule_relevance: 100
+ matched_text: |
+ The main license applies to most of the code:
+
+ This program is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+
+ but portions of it have been taken from a BSD variant and are licensed
+ under the terms of the "BSD-3-clause-GENERIC" license included in this file.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1502
+ end_line: 1503
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1513
+ end_line: 1514
+ matched_length: '19'
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_45.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_45.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: '19'
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the same terms as Perl
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1522
+ end_line: 1523
+ matched_length: 22
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_30.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_30.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 22
+ rule_relevance: 100
+ matched_text: |
+ You may redistribute only under the same terms as Perl 5, as specified
+ in the README file that comes with the distribution.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1533
+ end_line: 1534
+ matched_length: 22
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_30.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_30.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 22
+ rule_relevance: 100
+ matched_text: |
+ You may redistribute only under the same terms as Perl 5, as specified
+ in the README file that comes with the distribution.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1543
+ end_line: 1544
+ matched_length: 22
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_30.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_30.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 22
+ rule_relevance: 100
+ matched_text: |
+ You may redistribute only under the same terms as Perl 5, as specified
+ in the README file that comes with the distribution.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1563
+ end_line: 1564
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ referenced_filenames:
+ - README
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ You may distribute under the terms of either the GNU General Public
+ License or the Artistic License, as specified in the README file.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1573
+ end_line: 1575
+ matched_length: 30
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_44.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_44.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 30
+ rule_relevance: 100
+ matched_text: |
+ This package is free software and is provided "as is" without express
+ or implied warranty. It may be used, redistributed and/or modified
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1585
+ end_line: 1586
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1593
+ end_line: 1594
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1602
+ end_line: 1603
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ referenced_filenames:
+ - README
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ You may distribute under the terms of either the GNU General Public
+ License or the Artistic License, as specified in the README file.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '95.0'
+ start_line: 1612
+ end_line: 1613
+ matched_length: 21
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_42.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_42.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 21
+ rule_relevance: 95
+ matched_text: |
+ There is no license information included. It is assumed that this
+ distribution is licensed under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1620
+ end_line: 1621
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ referenced_filenames:
+ - README
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ You may distribute under the terms of either the GNU General Public
+ License or the Artistic License, as specified in the README file.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1628
+ end_line: 1629
+ matched_length: '19'
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_49.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_49.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: '19'
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1636
+ end_line: 1637
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '95.0'
+ start_line: 1644
+ end_line: 1646
+ matched_length: 29
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_41.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_41.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 29
+ rule_relevance: 95
+ matched_text: |
+ There is no license information included that clearly applies to the
+ whole of this distribution. It is assumed that it is licensed under
+ the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '95.0'
+ start_line: 1655
+ end_line: 1655
+ matched_length: 15
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_40.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_40.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 15
+ rule_relevance: 95
+ matched_text: It is assumed that this file is licensed under the same terms as Perl
+ itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1662
+ end_line: 1663
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ referenced_filenames:
+ - README
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ You may distribute under the terms of either the GNU General Public
+ License or the Artistic License, as specified in the README file.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1670
+ end_line: 1672
+ matched_length: 11
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_25.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_25.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 11
+ rule_relevance: 100
+ matched_text: |
+ The license in the file is specified as
+
+ License: Artistic/GPL
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1679
+ end_line: 1680
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '90.0'
+ start_line: 1687
+ end_line: 1687
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: artistic-1.0
+ rule_identifier: artistic-1.0_11.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-1.0_11.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 90
+ matched_text: the artistic license.
+ licenses:
+ - key: artistic-1.0
+ name: Artistic License 1.0
+ short_name: Artistic 1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: http://opensource.org/licenses/artistic-license-1.0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-1.0.LICENSE
+ spdx_license_key: Artistic-1.0
+ spdx_url: https://spdx.org/licenses/Artistic-1.0
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '95.0'
+ start_line: 1707
+ end_line: 1708
+ matched_length: 22
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_39.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_39.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 22
+ rule_relevance: 95
+ matched_text: |
+ There is no license information in this distribution.
+ It is assumed that it is licensed under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '95.0'
+ start_line: 1716
+ end_line: 1717
+ matched_length: 17
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_38.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 17
+ rule_relevance: 95
+ matched_text: |
+ As above, it is assumed that this file is licensed under the same terms
+ as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - score: '100.0'
+ start_line: 1725
+ end_line: 1726
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1733
+ end_line: 1735
+ matched_length: 40
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_23.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_23.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 40
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself, either Perl version 5.8.7 or,
+ at your option, any later version of Perl 5 you may have available.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1742
+ end_line: 1743
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1751
+ end_line: 1752
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ referenced_filenames:
+ - README
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ You may distribute under the terms of either the GNU General Public
+ License or the Artistic License, as specified in the README file.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.0'
+ start_line: 1758
+ end_line: 1758
+ matched_length: 8
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0
+ rule_identifier: artistic-perl-1.0_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_7.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 8
+ rule_relevance: 99
+ matched_text: This program is distributed under the Artistic License.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '95.0'
+ start_line: 1764
+ end_line: 1765
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_37.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_37.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 95
+ matched_text: |
+ There is no copyright or license information in this distribution.
+ It is assumed that it is licensed under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1776
+ end_line: 1777
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
+ referenced_filenames:
+ - README
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ You may distribute under the terms of either the GNU General Public
+ License or the Artistic License, as specified in the README file.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1787
+ end_line: 1788
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1795
+ end_line: 1796
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1814
+ end_line: 1814
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 100
+ matched_text: This document may be distributed under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1821
+ end_line: 1822
+ matched_length: 14
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_28.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_28.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 14
+ rule_relevance: 100
+ matched_text: |
+ You can use and redistribute this document under the same terms as Perl
+ itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: (gpl-1.0-plus OR artistic-perl-1.0) AND public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1833
+ end_line: 1834
+ matched_length: '19'
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_39.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_39.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: '19'
+ rule_relevance: 100
+ matched_text: |
+ This documentation is free; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - score: '100.0'
+ start_line: 1836
+ end_line: 1840
+ matched_length: 56
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_286.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_286.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 56
+ rule_relevance: 100
+ matched_text: |
+ Irrespective of its distribution, all code examples here are in the public
+ domain. You are permitted and encouraged to use this code and any
+ derivatives thereof in your own programs for fun or for profit as you
+ see fit. A simple comment in the code giving credit to the FAQ would
+ be courteous but is not required.
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: artistic-2.0 AND public-domain-disclaimer
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1849
+ end_line: 1851
+ matched_length: 39
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-2.0 AND public-domain-disclaimer
+ rule_identifier: artistic-2.0_and_public-domain-disclaimer_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-2.0_and_public-domain-disclaimer_1.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 39
+ rule_relevance: 100
+ matched_text: |
+ This document is available under the same terms as Perl itself. Code
+ examples in all the perlfaq documents are in the public domain. Use
+ them as you see fit (and at your own risk with no warranty from anyone).
+ licenses:
+ - key: artistic-2.0
+ name: Artistic License 2.0
+ short_name: Artistic 2.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: https://www.perlfoundation.org/artistic_license_2_0
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-2.0.LICENSE
+ spdx_license_key: Artistic-2.0
+ spdx_url: https://spdx.org/licenses/Artistic-2.0
+ - key: public-domain-disclaimer
+ name: Public Domain Disclaimer
+ short_name: Public Domain Disclaimer
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain-disclaimer
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain-disclaimer.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain-disclaimer
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain-disclaimer.LICENSE
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1860
+ end_line: 1860
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 100
+ matched_text: This document may be distributed under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1869
+ end_line: 1869
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 100
+ matched_text: This document may be distributed under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1876
+ end_line: 1876
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 100
+ matched_text: This document may be distributed under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: (gpl-1.0-plus OR artistic-perl-1.0) AND public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1886
+ end_line: 1887
+ matched_length: '19'
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_39.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_39.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: '19'
+ rule_relevance: 100
+ matched_text: |
+ This documentation is free; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - score: '100.0'
+ start_line: 1889
+ end_line: 1893
+ matched_length: 53
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_287.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_287.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 53
+ rule_relevance: 100
+ matched_text: |
+ Irrespective of its distribution, all code examples in these files are
+ hereby placed into the public domain. You are permitted and
+ encouraged to use this code in your own programs for fun or for profit
+ as you see fit. A simple comment in the code giving credit would be
+ courteous but is not required.
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: '1908'
+ end_line: '1909'
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: (gpl-1.0-plus OR artistic-perl-1.0) AND public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: '1916'
+ end_line: '1917'
+ matched_length: '19'
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_39.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_39.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: '19'
+ rule_relevance: 100
+ matched_text: |
+ This documentation is free; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - score: '100.0'
+ start_line: '1919'
+ end_line: '1923'
+ matched_length: 53
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_287.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_287.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 53
+ rule_relevance: 100
+ matched_text: |
+ Irrespective of its distribution, all code examples in these files are
+ hereby placed into the public domain. You are permitted and
+ encouraged to use this code in your own programs for fun or for profit
+ as you see fit. A simple comment in the code giving credit would be
+ courteous but is not required.
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: '1933'
+ end_line: '1933'
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 100
+ matched_text: This document may be distributed under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: '1940'
+ end_line: '1940'
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 100
+ matched_text: This document may be distributed under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: '1947'
+ end_line: '1947'
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 100
+ matched_text: This document may be distributed under the same terms as Perl itself.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: '1963'
+ end_line: '1964'
+ matched_length: 20
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 20
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-perl-1.0 OR artistic-dist-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: '1985'
+ end_line: 2000
+ matched_length: 103
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: artistic-perl-1.0 OR artistic-dist-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_artistic-dist-1.0_or_gpl-1.0-plus_2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_artistic-dist-1.0_or_gpl-1.0-plus_2.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 103
+ rule_relevance: 100
+ matched_text: |
+ You may distribute the files contained in this distribution
+ under the terms of either
+
+ a) the "Artistic License" which comes with Perl, or
+
+ b) the "Artistic License" which comes with dist, or
+
+ c) the GNU General Public License as published by the Free
+ Software Foundation; either version 1, or (at your option) any
+ later version (see the file "Copying" that comes with the
+ Perl distribution).
+
+ The full text of the "Artistic License" which comes with dist
+ differs slightly from the one that is in /usr/share/common-licenses
+ on Debian systems, and can be found later in this file under the
+ "Artistic-dist" tag.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: artistic-dist-1.0
+ name: Artistic License for dist 1.0
+ short_name: Artistic dist 1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: https://raw.githubusercontent.com/rmanfredi/dist/2cec35331a912b165e2dd135d22de81f34bbc83f/Artistic
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-dist-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-dist-1.0.LICENSE
+ spdx_license_key: LicenseRef-scancode-artistic-1988-1.0
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-dist-1.0.LICENSE
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: artistic-dist-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2014
+ end_line: 2016
+ matched_length: 21
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: artistic-dist-1.0
+ rule_identifier: artistic-dist-1.0_3.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-dist-1.0_3.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 21
+ rule_relevance: 100
+ matched_text: |
+ This subdirectory contains unmodified 'dist' code that is
+ licensed under the modified Artistic license detailed below
+ under the "Artistic-dist" tag.
+ licenses:
+ - key: artistic-dist-1.0
+ name: Artistic License for dist 1.0
+ short_name: Artistic dist 1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: https://raw.githubusercontent.com/rmanfredi/dist/2cec35331a912b165e2dd135d22de81f34bbc83f/Artistic
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-dist-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-dist-1.0.LICENSE
+ spdx_license_key: LicenseRef-scancode-artistic-1988-1.0
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-dist-1.0.LICENSE
+ - license_expression: artistic-dist-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2041
+ end_line: 2065
+ matched_length: 213
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: artistic-dist-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-dist-1.0_or_gpl-1.0-plus_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-dist-1.0_or_gpl-1.0-plus_1.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 213
+ rule_relevance: 100
+ matched_text: |
+ dist is distributed under a modified version of the Perl Artistic License.
+ Clause 7 of this modified license as contained in dist-3.0-pl60 provides:
+
+ 7. You may reuse parts of this Package in your own programs, provided
+ that you explicitly state where you got them from, in the source code
+ (and, left to your courtesy, in the documentation), duplicating
+ all the associated copyright notices and disclaimers. Besides
+ your changes, if any, must be clearly marked as such. Parts reused
+ that way will no longer fall under this license if, and only if,
+ the name of your program(s) have no immediate connection with the
+ name of the Package itself or its associated programs. You may then
+ apply whatever restrictions you wish on the reused parts or choose
+ to place them in the Public Domain--this will apply only within the
+ context of your package.
+
+ In accordance with this clause, the versions of these units
+ contained here are made available under the same terms as the
+ rest of the units.
+
+ It is assumed that the above relicensing also applies to all files in
+ the other subdirectories that are declared to be licensed under the
+ same modified Artistic license.
+
+ The modified license can be found later in this file under the
+ "Artistic-dist" tag.
+ licenses:
+ - key: artistic-dist-1.0
+ name: Artistic License for dist 1.0
+ short_name: Artistic dist 1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://www.perlfoundation.org/
+ text_url: https://raw.githubusercontent.com/rmanfredi/dist/2cec35331a912b165e2dd135d22de81f34bbc83f/Artistic
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-dist-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-dist-1.0.LICENSE
+ spdx_license_key: LicenseRef-scancode-artistic-1988-1.0
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-dist-1.0.LICENSE
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: (gpl-1.0-plus OR artistic-perl-1.0) AND mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 2072
+ end_line: 2079
+ matched_length: 49
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus OR artistic-perl-1.0
+ rule_identifier: gpl-1.0-plus_or_artistic-perl-1.0_17.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_or_artistic-perl-1.0_17.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 49
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of either:
+
+ a) the GNU General Public License as published by the Free Software
+ Foundation; either version 1, or (at your option) any later
+ version, or
+
+ b) the "Artistic License" which comes with Perl.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - score: '100.0'
+ start_line: 2082
+ end_line: 2082
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: mit
+ rule_identifier: mit_577.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit_577.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: under the Expat license.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '95.0'
+ start_line: 2095
+ end_line: 2098
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: artistic-perl-1.0 OR gpl-1.0-plus
+ rule_identifier: artistic-perl-1.0_or_gpl-1.0-plus_36.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/artistic-perl-1.0_or_gpl-1.0-plus_36.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 95
+ matched_text: |
+ may be redistributed
+ and/or modified under the same terms as Perl itself. It is assumed that
+ other contributors have placed their contributions under a compatible
+ license.
+ licenses:
+ - key: artistic-perl-1.0
+ name: Artistic License (Perl) 1.0
+ short_name: Artistic-Perl-1.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Perl Foundation
+ homepage_url: http://dev.perl.org/licenses/artistic.html
+ text_url: http://dev.perl.org/licenses/artistic.html
+ reference_url: https://scancode-licensedb.aboutcode.org/artistic-perl-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/artistic-perl-1.0.LICENSE
+ spdx_license_key: Artistic-1.0-Perl
+ spdx_url: https://spdx.org/licenses/Artistic-1.0-Perl
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
copyright: |
Perl is Copyright (C) 1987-2018 by Larry Wall and others. All rights reserved.
Copyright (c) 1996-2006, Nick Ing-Simmons
@@ -831,4949 +13104,3 @@ copyright: |
The other people listed in debian/changelog are most probably
copyright holders too, but they have not included explicit copyright
or licensing information.
-matches:
- - score: '100.0'
- start_line: 2100
- end_line: 2100
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_38.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1'
- - score: '100.0'
- start_line: 2101
- end_line: 2102
- matcher: 1-hash
- rule_length: 25
- matched_length: 25
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_249.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian GNU/Linux systems, the complete text of the LGPL 2.1
- license can be found in `/usr/share/common-licenses/LGPL-2.1'.
- - score: '100.0'
- start_line: 2104
- end_line: 2104
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_395.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-1+'
- - score: '100.0'
- start_line: 2105
- end_line: 2106
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0_38.RULE
- license_expression: gpl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-1'.
- - score: '100.0'
- start_line: 2108
- end_line: 2108
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 2109
- end_line: 2111
- matcher: 1-hash
- rule_length: 27
- matched_length: 27
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1040.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian GNU/Linux systems, the complete text of version 2 of
- the GNU General Public License can be found in
- `/usr/share/common-licenses/GPL-2'.
- - score: '99.0'
- start_line: 2113
- end_line: 2113
- matcher: 1-hash
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 99
- identifier: artistic-perl-1.0_26.RULE
- license_expression: artistic-perl-1.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: artistic'
- - score: '100.0'
- start_line: 2114
- end_line: 2115
- matcher: 1-hash
- rule_length: 21
- matched_length: 21
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_2.RULE
- license_expression: artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian GNU/Linux systems, the complete text of the
- Artistic Licence can be found in `/usr/share/common-licenses/Artistic'.
- - score: '100.0'
- start_line: 2118
- end_line: 2299
- matcher: 1-hash
- rule_length: 1354
- matched_length: 1354
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-2.0_36.RULE
- license_expression: artistic-2.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Copyright (c) 2000-2006, The Perl Foundation.
-
- Everyone is permitted to copy and distribute verbatim copies of this
- license document, but changing it is not allowed.
-
- Preamble
-
- This license establishes the terms under which a given free software
- Package may be copied, modified, distributed, and/or redistributed.
- The intent is that the Copyright Holder maintains some artistic
- control over the development of that Package while still keeping the
- Package available as open source and free software.
-
- You are always permitted to make arrangements wholly outside of this
- license directly with the Copyright Holder of a given Package. If the
- terms of this license do not permit the full use that you propose to
- make of the Package, you should contact the Copyright Holder and seek
- a different licensing arrangement.
-
- Definitions
-
- "Copyright Holder" means the individual(s) or organization(s) named in
- the copyright notice for the entire Package.
-
- "Contributor" means any party that has contributed code or other
- material to the Package, in accordance with the Copyright Holder's
- procedures.
-
- "You" and "your" means any person who would like to copy, distribute,
- or modify the Package.
-
- "Package" means the collection of files distributed by the Copyright
- Holder, and derivatives of that collection and/or of those files. A
- given Package may consist of either the Standard Version, or a
- Modified Version.
-
- "Distribute" means providing a copy of the Package or making it
- accessible to anyone else, or in the case of a company or
- organization, to others outside of your company or organization.
-
- "Distributor Fee" means any fee that you charge for Distributing this
- Package or providing support for this Package to another party. It
- does not mean licensing fees.
-
- "Standard Version" refers to the Package if it has not been modified,
- or has been modified only in ways explicitly requested by the
- Copyright Holder.
-
- "Modified Version" means the Package, if it has been changed, and such
- changes were not explicitly requested by the Copyright Holder.
-
- "Original License" means this Artistic License as Distributed with the
- Standard Version of the Package, in its current version or as it may
- be modified by The Perl Foundation in the future.
-
- "Source" form means the source code, documentation source, and
- configuration files for the Package.
-
- "Compiled" form means the compiled bytecode, object code, binary, or
- any other form resulting from mechanical transformation or translation
- of the Source form.
-
- Permission for Use and Modification Without Distribution
-
- (1) You are permitted to use the Standard Version and create and use
- Modified Versions for any purpose without restriction, provided that
- you do not Distribute the Modified Version.
-
- Permissions for Redistribution of the Standard Version
-
- (2) You may Distribute verbatim copies of the Source form of the
- Standard Version of this Package in any medium without restriction,
- either gratis or for a Distributor Fee, provided that you duplicate
- all of the original copyright notices and associated disclaimers. At
- your discretion, such verbatim copies may or may not include a
- Compiled form of the Package.
-
- (3) You may apply any bug fixes, portability changes, and other
- modifications made available from the Copyright Holder. The resulting
- Package will still be considered the Standard Version, and as such
- will be subject to the Original License.
-
- Distribution of Modified Versions of the Package as Source
-
- (4) You may Distribute your Modified Version as Source (either gratis
- or for a Distributor Fee, and with or without a Compiled form of the
- Modified Version) provided that you clearly document how it differs
- from the Standard Version, including, but not limited to, documenting
- any non-standard features, executables, or modules, and provided that
- you do at least ONE of the following:
-
- (a) make the Modified Version available to the Copyright Holder of the
- Standard Version, under the Original License, so that the Copyright
- Holder may include your modifications in the Standard Version. (b)
- ensure that installation of your Modified Version does not prevent the
- user installing or running the Standard Version. In addition, the
- Modified Version must bear a name that is different from the name of
- the Standard Version. (c) allow anyone who receives a copy of the
- Modified Version to make the Source form of the Modified Version
- available to others under (i) the Original License or (ii) a license
- that permits the licensee to freely copy, modify and redistribute the
- Modified Version using the same licensing terms that apply to the copy
- that the licensee received, and requires that the Source form of the
- Modified Version, and of any works derived from it, be made freely
- available in that license fees are prohibited but Distributor Fees are
- allowed.
-
- Distribution of Compiled Forms of the Standard Version or Modified
- Versions without the Source
-
- (5) You may Distribute Compiled forms of the Standard Version without
- the Source, provided that you include complete instructions on how to
- get the Source of the Standard Version. Such instructions must be
- valid at the time of your distribution. If these instructions, at any
- time while you are carrying out such distribution, become invalid, you
- must provide new instructions on demand or cease further distribution.
- If you provide valid instructions or cease distribution within thirty
- days after you become aware that the instructions are invalid, then
- you do not forfeit any of your rights under this license.
-
- (6) You may Distribute a Modified Version in Compiled form without the
- Source, provided that you comply with Section 4 with respect to the
- Source of the Modified Version.
-
- Aggregating or Linking the Package
-
- (7) You may aggregate the Package (either the Standard Version or
- Modified Version) with other packages and Distribute the resulting
- aggregation provided that you do not charge a licensing fee for the
- Package. Distributor Fees are permitted, and licensing fees for other
- components in the aggregation are permitted. The terms of this license
- apply to the use and Distribution of the Standard or Modified Versions
- as included in the aggregation.
-
- (8) You are permitted to link Modified and Standard Versions with
- other works, to embed the Package in a larger work of your own, or to
- build stand-alone binary or bytecode versions of applications that
- include the Package, and Distribute the result without restriction,
- provided the result does not expose a direct interface to the Package.
-
- Items That are Not Considered Part of a Modified Version
-
- (9) Works (including, but not limited to, modules and scripts) that
- merely extend or make use of the Package, do not, by themselves, cause
- the Package to be a Modified Version. In addition, such works are not
- considered parts of the Package itself, and are not subject to the
- terms of this license.
-
- General Provisions
-
- (10) Any use, modification, and distribution of the Standard or
- Modified Versions is governed by this Artistic License. By using,
- modifying or distributing the Package, you accept this license. Do not
- use, modify, or distribute the Package, if you do not accept this
- license.
-
- (11) If your Modified Version has been derived from a Modified Version
- made by someone other than you, you are nevertheless required to
- ensure that your Modified Version complies with the requirements of
- this license.
-
- (12) This license does not grant you the right to use any trademark,
- service mark, tradename, or logo of the Copyright Holder.
-
- (13) This license includes the non-exclusive, worldwide,
- free-of-charge patent license to make, have made, use, offer to sell,
- sell, import and otherwise transfer the Package with respect to any
- patent claims licensable by the Copyright Holder that are necessarily
- infringed by the Package. If you institute patent litigation
- (including a cross-claim or counterclaim) against any party alleging
- that the Package constitutes direct or contributory patent
- infringement, then this Artistic License to you shall terminate on the
- date that such litigation is filed.
-
- (14) Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT
- HOLDER AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED
- WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
- PARTICULAR PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT
- PERMITTED BY YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT
- HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT,
- INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE
- OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- - score: '100.0'
- start_line: 2302
- end_line: 2331
- matcher: 2-aho
- rule_length: 233
- matched_length: 233
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bzip2-libbzip-2010.LICENSE
- license_expression: bzip2-libbzip-2010
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- .
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- .
- 2. The origin of this software must not be misrepresented; you must
- not claim that you wrote the original software. If you use this
- software in a product, an acknowledgment in the product
- documentation would be appreciated but is not required.
- .
- 3. Altered source versions must be plainly marked as such, and must
- not be misrepresented as being the original software.
- .
- 4. The name of the author may not be used to endorse or promote
- products derived from this software without specific prior written
- permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 THE AUTHOR 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.
- - score: '100.0'
- start_line: 2337
- end_line: 2351
- matcher: 1-hash
- rule_length: 132
- matched_length: 132
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: zlib.LICENSE
- license_expression: zlib
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This software is provided 'as-is', without any express or implied
- warranty. In no event will the authors be held liable for any damages
- arising from the use of this software.
- .
- Permission is granted to anyone to use this software for any purpose,
- including commercial applications, and to alter it and redistribute it
- freely, subject to the following restrictions:
- .
- 1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would be
- appreciated but is not required.
- 2. Altered source versions must be plainly marked as such, and must not be
- misrepresented as being the original software.
- 3. This notice may not be removed or altered from any source distribution.
- - score: '100.0'
- start_line: 2354
- end_line: 2370
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and 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 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.
- - score: '100.0'
- start_line: 2373
- end_line: 2395
- matcher: 1-hash
- rule_length: 213
- matched_length: 213
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_42.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 4. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
- - score: '98.25'
- start_line: 2398
- end_line: 2424
- matcher: 1-hash
- rule_length: 224
- matched_length: 224
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-original_80.RULE
- license_expression: bsd-original
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 3. All advertising materials mentioning features or use of this
- software must display the following acknowledgement:
- This product includes software developed by [Powerdog] Industries.
- 4. The name of [Powerdog] Industries may not be used to endorse or
- promote products derived from this software without specific prior
- written permission.
-
- THIS SOFTWARE IS PROVIDED BY [POWERDOG] INDUSTRIES ``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 THE [POWERDOG] INDUSTRIES 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.
- - score: '99.57'
- start_line: 2428
- end_line: 2482
- matcher: 3-seq
- rule_length: 470
- matched_length: 468
- match_coverage: '99.57'
- rule_relevance: 100
- identifier: unicode-dfs-2015_9.RULE
- license_expression: unicode-dfs-2015
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
-
- Unicode Data Files include all data files under the directories
- http://www.unicode.org/Public/, http://www.unicode.org/reports/,
- and http://www.unicode.org/cldr/data/ . Unicode Data Files
- do not include PDF online code charts under the directory
- http://www.unicode.org/Public/. Software includes any
- source code published in the Unicode Standard or under the directories
- http://www.unicode.org/Public/, http://www.unicode.org/reports/,
- and http://www.unicode.org/cldr/data/.
-
- NOTICE TO USER: Carefully read the following legal agreement. BY
- DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE
- INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU
- UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND
- CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD,
- INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
-
- COPYRIGHT AND PERMISSION NOTICE
-
- Copyright © 1991-2011 Unicode, Inc. All rights
- reserved. Distributed under the Terms of Use in
- http://www.unicode.org/copyright.html.
-
- Permission is hereby granted, free of charge, to any person
- obtaining a copy of the Unicode data files and any associated
- documentation (the "Data Files") or Unicode software and any
- associated documentation (the "Software") to deal in the Data Files
- or Software without restriction, including without limitation
- the rights to use, copy, modify, merge, publish, distribute,
- and/or sell copies of the Data Files or Software, and to permit
- persons to whom the Data Files or Software are furnished to do so,
- provided that (a) the above copyright notice(s) and this permission
- notice appear with all copies of the Data Files or Software,
- (b) both the above copyright notice(s) and this permission notice
- appear in associated documentation, and (c) there is clear notice
- in each modified Data File or in the Software as well as in the
- documentation associated with the Data File(s) or Software that
- the data or software has been modified.
-
- THE DATA FILES AND SOFTWARE 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 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
- COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE
- FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
- OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
- PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THE DATA FILES OR SOFTWARE.
-
- Except as contained in this notice, the name of a copyright holder
- shall not be used in advertising or otherwise to promote the sale,
- use or other dealings in these Data Files or Software without
- prior written authorization of the copyright holder.
- - score: '100.0'
- start_line: 2485
- end_line: 2507
- matcher: 1-hash
- rule_length: 207
- matched_length: 207
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_313.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 3. The names of the authors may not be used to endorse or promote
- products derived from this software without specific prior written
- permission.
-
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 THE AUTHOR OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 2510
- end_line: 2532
- matcher: 1-hash
- rule_length: 213
- matched_length: 213
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_19.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 3. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 2535
- end_line: 2547
- matcher: 1-hash
- rule_length: 88
- matched_length: 88
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: regexp.LICENSE
- license_expression: regexp
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission is granted to anyone to use this software for any
- purpose on any computer system, and to redistribute it freely,
- subject to the following restrictions:
-
- 1. The author is not responsible for the consequences of use of
- this software, no matter how awful, even if they arise
- from defects in it.
-
- 2. The origin of this software must not be misrepresented, either
- by explicit claim or by omission.
-
- 3. Altered versions must be plainly marked as such, and must not
- be misrepresented as being the original software.
- - score: '100.0'
- start_line: 2550
- end_line: 2554
- matcher: 1-hash
- rule_length: 43
- matched_length: 43
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: other-permissive_212.RULE
- license_expression: other-permissive
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module may be modified, used, copied, and redistributed at your own risk.
-
- Although allowed by the preceding license, please do not publicly
- redistribute modified versions of this code with the name "Text::Tabs"
- unless it passes the unmodified Text::Tabs test suite.
- - score: '100.0'
- start_line: 2557
- end_line: 2559
- matcher: 1-hash
- rule_length: 35
- matched_length: 35
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: other-copyleft_20.RULE
- license_expression: other-copyleft
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free and open software. You may use, modify,
- distribute, and sell this program (and any modified variants) in any
- way you wish, provided you do not restrict others from doing the same.
- - score: '90.0'
- start_line: 2562
- end_line: 2563
- matcher: 1-hash
- rule_length: '19'
- matched_length: '19'
- match_coverage: '100.0'
- rule_relevance: 90
- identifier: other-copyleft_4.RULE
- license_expression: other-copyleft
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
- - score: '100.0'
- start_line: 2569
- end_line: 2569
- matcher: 2-aho
- rule_length: 5
- matched_length: 5
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_45.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: placed in the public domain.
- - score: '100.0'
- start_line: 2574
- end_line: 2574
- matcher: 2-aho
- rule_length: 5
- matched_length: 5
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_285.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: is in the public domain,
- - score: '70.0'
- start_line: 2575
- end_line: 2575
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 70
- identifier: public-domain_bare_words.RULE
- license_expression: public-domain
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: public-domain
- - score: '70.0'
- start_line: 2584
- end_line: 2584
- matcher: 2-aho
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 70
- identifier: public-domain_bare_words.RULE
- license_expression: public-domain
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: public domain
- - score: '100.0'
- start_line: 2588
- end_line: 2612
- matcher: 1-hash
- rule_length: 208
- matched_length: 208
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_with_bison-exception-3.0_1.RULE
- license_expression: gpl-3.0-plus WITH bison-exception-2.2
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
- As a special exception, you may create a larger work that contains
- part or all of the Bison parser skeleton and distribute that work
- under terms of your choice, so long as that work isn't itself a
- parser generator using the skeleton or a modified version thereof
- as a parser skeleton. Alternatively, if you modify or redistribute
- the parser skeleton itself, you may (at your option) remove this
- special exception, which will cause the skeleton and the resulting
- Bison output files to be licensed under the GNU General Public
- License without this special exception.
-
- This special exception was added by the Free Software Foundation in
- version 2.2 of Bison.
- - score: '100.0'
- start_line: 2615
- end_line: 2630
- matcher: 1-hash
- rule_length: 121
- matched_length: 121
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: paul-hsieh-derivative_1.RULE
- license_expression: paul-hsieh-derivative
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- The derivative content includes raw computer source code, ideas,
- opinions, and excerpts whose original source is covered under another
- license and transformations of such derivatives. Note that mere excerpts
- by themselves (with the exception of raw source code) are not considered
- derivative works under this license. Use and redistribution is limited
- to the following conditions:
-
- One may not create a derivative work which, in any way, violates the
- Paul Hsieh exposition license described above on the original content.
-
- One may not apply a license to a derivative work that precludes
- anyone else from using and redistributing derivative content.
-
- One may not attribute any derivative content to authors not involved
- in the creation of the content, though an attribution to the author
- is not necessary.
- - score: '99.0'
- start_line: 2636
- end_line: 2661
- matcher: 2-aho
- rule_length: 217
- matched_length: 217
- match_coverage: '100.0'
- rule_relevance: 99
- identifier: bsd-x11_10.RULE
- license_expression: bsd-x11
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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 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.
-
- Neither my name, Paul Hsieh, nor the names of any other contributors
- to the code use may not be used to endorse or promote products
- derived from this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
- OWNER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 2663
- end_line: 2663
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cc0-1.0_12.RULE
- license_expression: cc0-1.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: cc0-1.0'
- - score: '100.0'
- start_line: 2664
- end_line: 2783
- matcher: 1-hash
- rule_length: 981
- matched_length: 981
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cc0-1.0_155.RULE
- license_expression: cc0-1.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Statatement 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").
-
- Certain owners wish to permanently relinquish those rights to a Work
- for the purpose of contributing to a commons of creative, cultural and
- scientific works ("Commons") that the public can reliably and without
- fear of later claims of infringement build upon, modify, incorporate in
- other works, reuse and redistribute as freely as possible in any form
- whatsoever and for any purposes, including without limitation commercial
- purposes. These owners may contribute to the Commons to promote the ideal
- of a free culture and the further production of creative, cultural and
- scientific works, or to gain reputation or greater distribution for
- their Work in part through the use and efforts of others.
-
- For these and/or other purposes and motivations, and without any
- expectation of additional consideration or compensation, the person
- associating CC0 with a Work (the "Affirmer"), to the extent that
- he or she is an owner of Copyright and Related Rights in the Work,
- voluntarily elects to apply CC0 to the Work and publicly distribute
- the Work under its terms, with knowledge of his or her Copyright and
- Related Rights in the Work and the meaning and intended legal effect
- of CC0 on those rights.
-
- 1. Copyright and Related Rights. A Work made available under CC0 may be
- protected by copyright and related or neighboring rights ("Copyright
- and Related Rights"). Copyright and Related Rights include, but are
- not limited to, the following:
-
- the right to reproduce, adapt, distribute, perform, display,
- communicate, and translate a Work;
-
- moral rights retained by the original author(s) and/or performer(s);
-
- publicity and privacy rights pertaining to a person's image or
- likeness depicted in a Work;
-
- rights protecting against unfair competition in regards to a Work,
- subject to the limitations in paragraph 4(a), below;
-
- rights protecting the extraction, dissemination, use and reuse of data in a Work;
-
- database rights (such as those arising under Directive 96/9/EC
- of the European Parliament and of the Council of 11 March 1996
- on the legal protection of databases, and under any national
- implementation thereof, including any amended or successor version
- of such directive); and
-
- other similar, equivalent or corresponding rights throughout the world
- based on applicable law or treaty, and any national implementations
- thereof.
-
- 2. Waiver. To the greatest extent permitted by, but not in contravention
- of, applicable law, Affirmer hereby overtly, fully, permanently,
- irrevocably and unconditionally waives, abandons, and surrenders all
- of Affirmer's Copyright and Related Rights and associated claims and
- causes of action, whether now known or unknown (including existing
- as well as future claims and causes of action), in the Work (i) in
- all territories worldwide, (ii) for the maximum duration provided by
- applicable law or treaty (including future time extensions), (iii)
- in any current or future medium and for any number of copies, and (iv)
- for any purpose whatsoever, including without limitation commercial,
- advertising or promotional purposes (the "Waiver"). Affirmer makes the
- Waiver for the benefit of each member of the public at large and to the
- detriment of Affirmer's heirs and successors, fully intending that such
- Waiver shall not be subject to revocation, rescission, cancellation,
- termination, or any other legal or equitable action to disrupt the
- quiet enjoyment of the Work by the public as contemplated by Affirmer's
- express Statement of Purpose.
-
- 3. Public License Fallback. Should any part of the Waiver for any
- reason be judged legally invalid or ineffective under applicable law,
- then the Waiver shall be preserved to the maximum extent permitted
- taking into account Affirmer's express Statement of Purpose. In
- addition, to the extent the Waiver is so judged Affirmer hereby
- grants to each affected person a royalty-free, non transferable, non
- sublicensable, non exclusive, irrevocable and unconditional license
- to exercise Affirmer's Copyright and Related Rights in the Work (i)
- in all territories worldwide, (ii) for the maximum duration provided
- by applicable law or treaty (including future time extensions), (iii)
- in any current or future medium and for any number of copies, and (iv)
- for any purpose whatsoever, including without limitation commercial,
- advertising or promotional purposes (the "License"). The License shall
- be deemed effective as of the date CC0 was applied by Affirmer to the
- Work. Should any part of the License for any reason be judged legally
- invalid or ineffective under applicable law, such partial invalidity
- or ineffectiveness shall not invalidate the remainder of the License,
- and in such case Affirmer hereby affirms that he or she will not (i)
- exercise any of his or her remaining Copyright and Related Rights in
- the Work or (ii) assert any associated claims and causes of action
- with respect to the Work, in either case contrary to Affirmer's express
- Statement of Purpose.
-
- 4. Limitations and Disclaimers.
-
- No trademark or patent rights held by Affirmer are waived,
- abandoned, surrendered, licensed or otherwise affected by this
- document.
-
- 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.
- - score: '100.0'
- start_line: 2790
- end_line: 2793
- matcher: 1-hash
- rule_length: 35
- matched_length: 35
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: fsf-ap.LICENSE
- license_expression: fsf-ap
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- 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. This file is offered as-is, without any
- warranty.
- - score: '100.0'
- start_line: 2796
- end_line: 2920
- matcher: 1-hash
- rule_length: 947
- matched_length: 947
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-dist-1.0.LICENSE
- license_expression: artistic-dist-1.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- The "Artistic License"
-
- Preamble
-
- The intent of this document is to state the conditions under which a
- Package may be copied, such that the Copyright Holder maintains some
- semblance of artistic control over the development of the Package,
- while giving the users of the package the right to use and distribute
- the Package in a more-or-less customary fashion, plus the right to make
- reasonable modifications.
-
- It also grants you the rights to reuse parts of a Package in your own
- programs without transferring this License to those programs, provided
- that you meet some reasonable requirements.
-
- Definitions:
-
- "Package" refers to the collection of files distributed by the
- Copyright Holder, and derivatives of that collection of files
- created through textual modification.
-
- "Standard Version" refers to such a Package if it has not been
- modified, or has been modified in accordance with the wishes
- of the Copyright Holder as specified below.
-
- "Copyright Holder" is whoever is named in the copyright or
- copyrights for the package.
-
- "You" is you, if you're thinking about copying or distributing
- this Package.
-
- "Reasonable copying fee" is whatever you can justify on the
- basis of media cost, duplication charges, time of people involved,
- and so on. (You will not be required to justify it to the
- Copyright Holder, but only to the computing community at large
- as a market that must bear the fee.)
-
- "Freely Available" means that no fee is charged for the item
- itself, though there may be fees involved in handling the item.
- It also means that recipients of the item may redistribute it
- under the same conditions they received it.
-
- 1. You may make and give away verbatim copies of the source form of the
- Standard Version of this Package without restriction, provided that you
- duplicate all of the original copyright notices and associated disclaimers.
-
- 2. You may apply bug fixes, portability fixes and other modifications
- derived from the Public Domain or from the Copyright Holder. A Package
- modified in such a way shall still be considered the Standard Version.
-
- 3. You may otherwise modify your copy of this Package in any way, provided
- that you insert a prominent notice in each changed file stating how and
- when you changed that file, and provided that you do at least ONE of the
- following:
-
- a) place your modifications in the Public Domain or otherwise make them
- Freely Available, such as by posting said modifications to Usenet or
- an equivalent medium, or placing the modifications on a major archive
- site such as uunet.uu.net, or by allowing the Copyright Holder to include
- your modifications in the Standard Version of the Package.
-
- b) use the modified Package only within your corporation or organization.
-
- c) rename any non-standard executables so the names do not conflict
- with standard executables, which must also be provided, and provide
- a separate manual page for each non-standard executable that clearly
- documents how it differs from the Standard Version.
-
- d) make other distribution arrangements with the Copyright Holder.
-
- 4. You may distribute the programs of this Package in object code or
- executable form, provided that you do at least ONE of the following:
-
- a) distribute a Standard Version of the executables and library files,
- together with instructions (in the manual page or equivalent) on where
- to get the Standard Version.
-
- b) accompany the distribution with the machine-readable source of
- the Package with your modifications.
-
- c) give non-standard executables non-standard names, and clearly
- document the differences in manual pages (or equivalent), together
- with instructions on where to get the Standard Version.
-
- d) make other distribution arrangements with the Copyright Holder.
-
- 5. You may charge a reasonable copying fee for any distribution of this
- Package. You may charge any fee you choose for support of this
- Package. You may not charge a fee for this Package itself. However,
- you may distribute this Package in aggregate with other (possibly
- commercial) programs as part of a larger (possibly commercial) software
- distribution provided that you do not advertise this Package as a
- product of your own.
-
- 6. The scripts and library files supplied as input to or produced as
- output from the programs of this Package do not automatically fall
- under the copyright of this Package, but belong to whoever generated
- them, and may be sold commercially, and may be aggregated with this
- Package. If such scripts or library files are aggregated with this
- Package via the so-called "undump" or "unexec" methods of producing a
- binary executable image, then distribution of such an image shall
- neither be construed as a distribution of this Package nor shall it
- fall under the restrictions of Paragraphs 3 and 4, provided that you do
- not represent such an executable image as a Standard Version of this
- Package.
-
- 7. You may reuse parts of this Package in your own programs, provided that
- you explicitly state where you got them from, in the source code (and, left
- to your courtesy, in the documentation), duplicating all the associated
- copyright notices and disclaimers. Besides your changes, if any, must be
- clearly marked as such. Parts reused that way will no longer fall under this
- license if, and only if, the name of your program(s) have no immediate
- connection with the name of the Package itself or its associated programs.
- You may then apply whatever restrictions you wish on the reused parts or
- choose to place them in the Public Domain--this will apply only within the
- context of your package.
-
- 8. The name of the Copyright Holder may not be used to endorse or promote
- products derived from this software without specific prior written permission.
-
- 9. THIS PACKAGE 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.
-
- The End
- - score: '100.0'
- start_line: 20
- end_line: 27
- matcher: 2-aho
- rule_length: 49
- matched_length: 49
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_17.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the terms of either:
-
- a) the GNU General Public License as published by the Free Software
- Foundation; either version 1, or (at your option) any later
- version, or
-
- b) the "Artistic License" which comes with Perl.
- - score: '100.0'
- start_line: 47
- end_line: 47
- matcher: 1-hash
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This file is a part of Perl itself, licensed as above.
- - score: '100.0'
- start_line: 54
- end_line: 54
- matcher: 1-hash
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This file is a part of Perl itself, licensed as above.
- - score: '100.0'
- start_line: 64
- end_line: 64
- matcher: 1-hash
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This file is a part of Perl itself, licensed as above.
- - score: '100.0'
- start_line: 72
- end_line: 72
- matcher: 1-hash
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This file is a part of Perl itself, licensed as above.
- - score: '100.0'
- start_line: 82
- end_line: 82
- matcher: 2-aho
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This file is a part of Perl itself, licensed as above.
- - score: '100.0'
- start_line: 113
- end_line: 114
- matcher: 2-aho
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may distribute under the terms of either the GNU General Public
- License or the Artistic License, as specified in the README file.
- - score: '100.0'
- start_line: 126
- end_line: 127
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you may redistribute it
- and/or modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 136
- end_line: 136
- matcher: 2-aho
- rule_length: 13
- matched_length: 13
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: unicode_14.RULE
- license_expression: unicode
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: For terms of use, see http://www.unicode.org/terms_of_use.html
- - score: '100.0'
- start_line: 146
- end_line: 148
- matcher: 1-hash
- rule_length: 40
- matched_length: 40
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_26.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself, either Perl version 5.10.0 or,
- at your option, any later version of Perl 5 you may have available.
- - score: '100.0'
- start_line: 154
- end_line: 155
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software. You can redistribute it
- and/or modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 162
- end_line: 163
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 170
- end_line: 170
- matcher: 1-hash
- rule_length: 11
- matched_length: 11
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_34.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: All files are licensed under the same terms as Perl itself.
- - score: '90.91'
- start_line: 177
- end_line: 177
- matcher: 1-hash
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_32.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: The [PerlUi] class is licensed under the same terms as Perl itself.
- - score: '91.67'
- start_line: 185
- end_line: 185
- matcher: 1-hash
- rule_length: 11
- matched_length: 11
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_31.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: The [Symbian] port is licensed under the same terms as Perl itself.
- - score: '100.0'
- start_line: '195'
- end_line: '196'
- matcher: 2-aho
- rule_length: 15
- matched_length: 15
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_28.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- It is assumed that the test code is licensed under the same terms
- as Perl.
- - score: '100.0'
- start_line: 202
- end_line: 203
- matcher: 1-hash
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may distribute under the terms of either the GNU General Public
- License or the Artistic License, as specified in the README file.
- - score: '100.0'
- start_line: 212
- end_line: 213
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you may redistribute it
- and/or modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 220
- end_line: 221
- matcher: 1-hash
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may distribute under the terms of either the GNU General Public
- License or the Artistic License, as specified in the README file.
- - score: '100.0'
- start_line: 228
- end_line: 229
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
- license_expression: gpl-1.0-plus OR artistic-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This is free software; you can redistribute it and/or modify it under the same
- terms as the Perl 5 programming language system itself.
- - score: '100.0'
- start_line: 236
- end_line: 237
- matcher: 1-hash
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may distribute under the terms of either the GNU General Public
- License or the Artistic License, as specified in the README file.
- - score: '100.0'
- start_line: 246
- end_line: 247
- matcher: 1-hash
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may distribute under the terms of either the GNU General Public
- License or the Artistic License, as specified in the README file.
- - score: '100.0'
- start_line: 258
- end_line: 258
- matcher: 1-hash
- rule_length: 10
- matched_length: 10
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_12.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This file is a part of Perl itself, licensed as above.
- - score: '100.0'
- start_line: 264
- end_line: 265
- matcher: 1-hash
- rule_length: '19'
- matched_length: '19'
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_25.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you may redistribute and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 278
- end_line: 278
- matcher: 1-hash
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_11.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This package has the same copyright and license as the perl core.
- - score: '100.0'
- start_line: 284
- end_line: 285
- matcher: 1-hash
- rule_length: 16
- matched_length: 16
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_44.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software, you may distribute it under the
- same terms as Perl itself.
- - score: '100.0'
- start_line: 293
- end_line: 295
- matcher: 1-hash
- rule_length: 31
- matched_length: 31
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_43.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This is free software. You may modify and/or redistribute this
- code under the same terms as Perl 5.10 itself, or, at your option,
- any later version of Perl 5.
- - score: '100.0'
- start_line: 303
- end_line: 304
- matcher: 1-hash
- rule_length: 16
- matched_length: 16
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_44.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software. You may distribute it under the
- same terms as Perl itself.
- - score: '100.0'
- start_line: 312
- end_line: 319
- matcher: 1-hash
- rule_length: 50
- matched_length: 50
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_13.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the terms of either:
-
- a) the GNU General Public License as published by the Free
- Software Foundation; either version 1, or (at your option) any
- later version, or
-
- b) the "Artistic License" which comes with this kit.
- - score: '100.0'
- start_line: 325
- end_line: 326
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it
- and/or modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 345
- end_line: 346
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it
- and/or modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 358
- end_line: 359
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 365
- end_line: 366
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 374
- end_line: 374
- matcher: 1-hash
- rule_length: 11
- matched_length: 11
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_42.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: You may redistribute this under the same terms as Perl itself.
- - score: '100.0'
- start_line: 382
- end_line: 383
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
- license_expression: gpl-1.0-plus OR artistic-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This is free software; you can redistribute it and/or modify it under
- the same terms as the Perl 5 programming language system itself.
- - score: '100.0'
- start_line: 394
- end_line: 395
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
- license_expression: gpl-1.0-plus OR artistic-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This is free software; you can redistribute it and/or modify it under
- the same terms as the Perl 5 programming language system itself.
- - score: '100.0'
- start_line: 402
- end_line: 403
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
- license_expression: gpl-1.0-plus OR artistic-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This is free software; you can redistribute it and/or modify it under
- the same terms as the Perl 5 programming language system itself.
- - score: '100.0'
- start_line: 410
- end_line: 411
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
- license_expression: gpl-1.0-plus OR artistic-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This is free software; you can redistribute it and/or modify it under
- the same terms as the Perl 5 programming language system itself.
- - score: '100.0'
- start_line: 417
- end_line: 418
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 427
- end_line: 428
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 435
- end_line: 436
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 444
- end_line: 445
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 454
- end_line: 455
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 462
- end_line: 463
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 469
- end_line: 470
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 476
- end_line: 477
- matcher: 1-hash
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-2.0_38.RULE
- license_expression: artistic-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it
- under the terms of the the Artistic License (2.0).
- - score: '100.0'
- start_line: 484
- end_line: 485
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 492
- end_line: 493
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
- license_expression: gpl-1.0-plus OR artistic-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This is free software; you can redistribute it and/or modify it under
- the same terms as the Perl 5 programming language system itself.
- - score: '100.0'
- start_line: 500
- end_line: 509
- matcher: 2-aho
- rule_length: 71
- matched_length: 71
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_41.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- There are no copyright or license notices in this distribution. It
- is assumed that the copyright and license of Perl itself applies here
- as well.
-
- This is supported by the README of the separate CPAN distribution at
- , which states:
-
- You may distribute this work under the terms of either the GNU General
- Public License or the Artistic License, as specified in perl's README
- file.
- - score: '100.0'
- start_line: 517
- end_line: 518
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 524
- end_line: 525
- matcher: 1-hash
- rule_length: '19'
- matched_length: '19'
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_15.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 540
- end_line: 541
- matcher: 1-hash
- rule_length: '19'
- matched_length: '19'
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_25.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you may redistribute and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 549
- end_line: 550
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 558
- end_line: 559
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
- license_expression: gpl-1.0-plus OR artistic-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This is free software; you can redistribute it and/or modify it under
- the same terms as the Perl 5 programming language system itself.
- - score: '100.0'
- start_line: 568
- end_line: 569
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 576
- end_line: 580
- matcher: 1-hash
- rule_length: 47
- matched_length: 47
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-2.0-plus_3.RULE
- license_expression: artistic-perl-1.0 OR gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or
- modify it under the terms of the Perl Artistic License or the
- GNU General Public License as published by the Free Software
- Foundation; either version 2 of the License, or (at your option) any
- later version.
- - score: '100.0'
- start_line: 587
- end_line: 588
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
- license_expression: gpl-1.0-plus OR artistic-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This is free software; you can redistribute it and/or modify it under
- the same terms as the Perl 5 programming language system itself.
- - score: '100.0'
- start_line: 595
- end_line: 596
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it
- and/or modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 603
- end_line: 604
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute
- it and/or modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 613
- end_line: 614
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 621
- end_line: 622
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 630
- end_line: 631
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 638
- end_line: 639
- matcher: 1-hash
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_15.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may distribute under the terms of either the GNU General Public License
- or the Artistic License, as specified in the LICENCE file.
- - score: '100.0'
- start_line: 646
- end_line: 647
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 657
- end_line: 658
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 664
- end_line: 665
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 676
- end_line: 677
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_24.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 684
- end_line: 686
- matcher: 1-hash
- rule_length: 37
- matched_length: 37
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit_or_gpl-1.0-plus_or_artistic-perl-1.0_1.RULE
- license_expression: mit OR gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This software is released under the MIT license cited below. Additionally,
- when this software is distributed with Perl Kit, Version 5, you may also
- redistribute it and/or modify it under the same terms as Perl itself.
- - score: '99.0'
- start_line: 700
- end_line: 701
- matcher: 1-hash
- rule_length: 21
- matched_length: 21
- match_coverage: '100.0'
- rule_relevance: 99
- identifier: mit_or_artistic-perl-1.0_or_gpl-1.0-plus_1.RULE
- license_expression: mit OR artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- It is assumed that these translations are licensed under the same terms as
- the rest of the Locale-Maketext-Simple distribution.
- - score: '100.0'
- start_line: 707
- end_line: 708
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 715
- end_line: 719
- matcher: 2-aho
- rule_length: 34
- matched_length: 34
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_8.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you may redistribute it and/or modify
- it under the same terms as Perl itself.
-
- You may copy and distribute this program under the same terms as
- Perl itself.
- - score: '100.0'
- start_line: 727
- end_line: 728
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 736
- end_line: 737
- matcher: 2-aho
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 744
- end_line: 753
- matcher: 2-aho
- rule_length: 87
- matched_length: 87
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: historical_9.RULE
- license_expression: historical
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute this material
- for any purpose and without fee is hereby granted, provided
- that the above copyright notice and this permission notice
- appear in all copies, and that the name of Bellcore not be
- used in advertising or publicity pertaining to this
- material without the specific, prior written permission
- of an authorized representative of Bellcore. BELLCORE
- MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY
- OF THIS MATERIAL FOR ANY PURPOSE. IT IS PROVIDED "AS IS",
- WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
- - score: '100.0'
- start_line: 761
- end_line: 762
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 769
- end_line: 770
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_3.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software. It may be used, redistributed
- and/or modified under the same terms as Perl itself.
- - score: '100.0'
- start_line: 777
- end_line: 777
- matcher: 1-hash
- rule_length: 11
- matched_length: 11
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_10.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This module is released under the same terms as Perl itself.
- - score: '100.0'
- start_line: 784
- end_line: 785
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
- license_expression: gpl-1.0-plus OR artistic-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This is free software; you can redistribute it and/or modify it under
- the same terms as the Perl 5 programming language system itself.
- - score: '100.0'
- start_line: 792
- end_line: 793
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 800
- end_line: 801
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
- license_expression: gpl-1.0-plus OR artistic-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This is free software; you can redistribute it and/or modify it under
- the same terms as the Perl 5 programming language system itself.
- - score: '100.0'
- start_line: 808
- end_line: 810
- matcher: 2-aho
- rule_length: 18
- matched_length: 18
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_5.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- is free software;
- you can redistribute it and/or modify it under the same terms
- as Perl itself.
- - score: '100.0'
- start_line: 817
- end_line: 818
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 827
- end_line: 828
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you may redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 836
- end_line: 837
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you may redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 868
- end_line: 869
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you may redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 882
- end_line: 883
- matcher: 1-hash
- rule_length: 18
- matched_length: 18
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_5.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 890
- end_line: 891
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 898
- end_line: 900
- matcher: 2-aho
- rule_length: 18
- matched_length: 18
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_5.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- is free software;
- you can redistribute it and/or modify it under the same terms
- as Perl itself.
- - score: '56.14'
- start_line: 908
- end_line: 909
- matcher: 3-seq
- rule_length: 22
- matched_length: 13
- match_coverage: '59.09'
- rule_relevance: 95
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_39.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- license [notice], [but] it is assumed that it
- is licensed under the same terms as
- - score: '100.0'
- start_line: 916
- end_line: 917
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 924
- end_line: 925
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 939
- end_line: 943
- matcher: 2-aho
- rule_length: 35
- matched_length: 35
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_12.RULE
- license_expression: artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- The license notice in the document is:
-
- When included as an integrated part of the Standard Distribution
- of Perl or of its documentation (printed or otherwise), this works is
- covered under Perl's Artistic License.
- - score: '100.0'
- start_line: 946
- end_line: 950
- matcher: 2-aho
- rule_length: 56
- matched_length: 56
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_286.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Irrespective of its distribution, all code examples here are in the public
- domain. You are permitted and encouraged to use this code and any
- derivatives thereof in your own programs for fun or for profit as you
- see fit. A simple comment in the code giving credit to the FAQ would
- be courteous but is not required.
- - score: '100.0'
- start_line: 954
- end_line: 956
- matcher: 2-aho
- rule_length: 39
- matched_length: 39
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-2.0_and_public-domain-disclaimer_1.RULE
- license_expression: artistic-2.0 AND public-domain-disclaimer
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This document is available under the same terms as Perl itself. Code
- examples in all the perlfaq documents are in the public domain. Use
- them as you see fit (and at your own risk with no warranty from anyone).
- - score: '100.0'
- start_line: 964
- end_line: 966
- matcher: 2-aho
- rule_length: 18
- matched_length: 18
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_5.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- is free software;
- you can redistribute it and/or modify it under the same terms
- as Perl itself.
- - score: '100.0'
- start_line: 973
- end_line: 974
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 981
- end_line: 982
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 998
- end_line: 999
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you may redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1017
- end_line: 1018
- matcher: 1-hash
- rule_length: 18
- matched_length: 18
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_40.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This software is free software and can be modified and distributed under
- the same terms as Perl itself.
- - score: '100.0'
- start_line: 1025
- end_line: 1026
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_24.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1033
- end_line: 1034
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1042
- end_line: 1043
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1051
- end_line: 1052
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1060
- end_line: 1061
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1068
- end_line: 1069
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it
- and/or modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1084
- end_line: 1085
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it
- and/or modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1092
- end_line: 1093
- matcher: 2-aho
- rule_length: '19'
- matched_length: '19'
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_39.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This documentation is free; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1095
- end_line: 1099
- matcher: 2-aho
- rule_length: 53
- matched_length: 53
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_287.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Irrespective of its distribution, all code examples in these files
- are hereby placed into the public domain. You are permitted and
- encouraged to use this code in your own programs for fun
- or for profit as you see fit. A simple comment in the code giving
- credit would be courteous but is not required.
- - score: '100.0'
- start_line: 1107
- end_line: 1108
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it
- and/or modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1114
- end_line: 1115
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it
- and/or modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1126
- end_line: 1128
- matcher: 1-hash
- rule_length: 29
- matched_length: 29
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cc0-1.0_154.RULE
- license_expression: cc0-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- The file links to http://creativecommons.org/publicdomain/zero/1.0/
- and the full license text as retrieved from there can be found at the
- end of this file.
- - score: '100.0'
- start_line: 1136
- end_line: 1137
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_3.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software. It may be used, redistributed and/or
- modified under the same terms as Perl itself.
- - score: '99.0'
- start_line: 1144
- end_line: 1147
- matcher: 1-hash
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 99
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_38.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- There are no copyright notices this distribution.
-
- This library is free software; you may redistribute and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1161
- end_line: 1167
- matcher: 1-hash
- rule_length: 61
- matched_length: 61
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-2.0-plus_2.RULE
- license_expression: artistic-perl-1.0 OR gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you may redistribute it and/or modify
- it under the same terms as Perl itself.
-
- These terms are your choice of any of (1) the Perl Artistic Licence,
- or (2) version 2 of the GNU General Public License as published by the
- Free Software Foundation, or (3) any later version of the GNU General
- Public License.
- - score: '100.0'
- start_line: 1181
- end_line: 1185
- matcher: 1-hash
- rule_length: 33
- matched_length: 33
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_37.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you may redistribute it and/or modify
- it under the same terms as Perl itself.
- ----------------------------------------
- These distributions include no copyright notices but have
- the same explicit licensing information.
- - score: '100.0'
- start_line: 1192
- end_line: 1193
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
- license_expression: gpl-1.0-plus OR artistic-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This is free software; you can redistribute it and/or modify it under
- the same terms as the Perl 5 programming language system itself.
- - score: '100.0'
- start_line: 1199
- end_line: 1200
- matcher: 1-hash
- rule_length: 15
- matched_length: 15
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_35.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software, you may distribute it under the same
- terms as Perl.
- - score: '99.0'
- start_line: 1209
- end_line: 1209
- matcher: 2-aho
- rule_length: 7
- matched_length: 7
- match_coverage: '100.0'
- rule_relevance: 99
- identifier: bsd-new_1065.RULE
- license_expression: bsd-new
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: is licensed under the BSD-like license
- - score: '70.0'
- start_line: 1210
- end_line: 1211
- matcher: 2-aho
- rule_length: '19'
- matched_length: '19'
- match_coverage: '100.0'
- rule_relevance: 70
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_34.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- It is assumed that the other parts are licensed under the same
- terms as the rest of the distribution.
- - score: '100.0'
- start_line: 1219
- end_line: 1220
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_24.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1227
- end_line: 1227
- matcher: 2-aho
- rule_length: 13
- matched_length: 13
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: unicode_14.RULE
- license_expression: unicode
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: For terms of use, see http://www.unicode.org/terms_of_use.html
- - score: '100.0'
- start_line: 1237
- end_line: 1238
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_24.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1249
- end_line: 1253
- matcher: 2-aho
- rule_length: 40
- matched_length: 40
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_32.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software; you may redistribute it and/or modify it
- under the same terms as Perl itself.
-
- The "Perl for Win32" source code was licensed under the same terms
- as Perl itself and contained this copyright notice:
- - score: '100.0'
- start_line: 1263
- end_line: 1264
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_3.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software. It may be used, redistributed
- and/or modified under the same terms as Perl itself.
- - score: '99.0'
- start_line: 1300
- end_line: 1301
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 99
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_52.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- There is no copyright or license information in these distributions.
- It is assumed that they are licensed under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1309
- end_line: 1310
- matcher: 1-hash
- rule_length: '19'
- matched_length: '19'
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_47.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software; you can redistribute and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1318
- end_line: 1319
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_3.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software. It may be used, redistributed
- and/or modified under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1326
- end_line: 1327
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1335
- end_line: 1336
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1344
- end_line: 1345
- matcher: 2-aho
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1347
- end_line: 1348
- matcher: 2-aho
- rule_length: 11
- matched_length: 11
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_31.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Perl 5
- Porters, which was released under the same license terms.
- - score: '100.0'
- start_line: 1355
- end_line: 1356
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_3.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software. It may be used, redistributed
- and/or modified under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1362
- end_line: 1363
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-1.0_3.RULE
- license_expression: gpl-1.0-plus OR artistic-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This is free software; you can redistribute it and/or modify it under
- the same terms as the Perl 5 programming language system itself.
- - score: '100.0'
- start_line: 1371
- end_line: 1372
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1379
- end_line: 1380
- matcher: 1-hash
- rule_length: 15
- matched_length: 15
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_48.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You can redistribute and/or modify this document under the same terms
- as Perl itself.
- - score: '100.0'
- start_line: 1387
- end_line: 1388
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1396
- end_line: 1397
- matcher: 2-aho
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1400
- end_line: 1402
- matcher: 2-aho
- rule_length: 27
- matched_length: 27
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_46.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is distributed under the same terms as Perl itself.
- Feel free to use, modify and redistribute it as long as you retain
- the correct attribution.
- - score: '100.0'
- start_line: 1408
- end_line: 1408
- matcher: 1-hash
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_11.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This package has the same copyright and license as the perl core.
- - score: '100.0'
- start_line: 1415
- end_line: 1416
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1422
- end_line: 1422
- matcher: 1-hash
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This document may be distributed under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1429
- end_line: 1430
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you may redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1437
- end_line: 1437
- matcher: 1-hash
- rule_length: 11
- matched_length: 11
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_29.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This program is distributed under the same terms as perl itself.
- - score: '100.0'
- start_line: 1444
- end_line: 1445
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_24.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1455
- end_line: 1456
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_4.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you may redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1463
- end_line: 1464
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1473
- end_line: 1479
- matcher: 2-aho
- rule_length: 56
- matched_length: 56
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_and_bsd-new_2.RULE
- license_expression: (artistic-perl-1.0 OR gpl-1.0-plus) AND bsd-new
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- The main license applies to most of the code:
-
- This program is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
-
- but portions of it have been taken from a BSD variant and are licensed
- under the terms of the "BSD-3-clause-GENERIC" license included in this file.
- - score: '100.0'
- start_line: 1502
- end_line: 1503
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1513
- end_line: 1514
- matcher: 2-aho
- rule_length: '19'
- matched_length: '19'
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_45.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the same terms as Perl
- - score: '100.0'
- start_line: 1522
- end_line: 1523
- matcher: 1-hash
- rule_length: 22
- matched_length: 22
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_30.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may redistribute only under the same terms as Perl 5, as specified
- in the README file that comes with the distribution.
- - score: '100.0'
- start_line: 1533
- end_line: 1534
- matcher: 1-hash
- rule_length: 22
- matched_length: 22
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_30.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may redistribute only under the same terms as Perl 5, as specified
- in the README file that comes with the distribution.
- - score: '100.0'
- start_line: 1543
- end_line: 1544
- matcher: 1-hash
- rule_length: 22
- matched_length: 22
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_30.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may redistribute only under the same terms as Perl 5, as specified
- in the README file that comes with the distribution.
- - score: '100.0'
- start_line: 1563
- end_line: 1564
- matcher: 1-hash
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may distribute under the terms of either the GNU General Public
- License or the Artistic License, as specified in the README file.
- - score: '100.0'
- start_line: 1573
- end_line: 1575
- matcher: 1-hash
- rule_length: 30
- matched_length: 30
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_44.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package is free software and is provided "as is" without express
- or implied warranty. It may be used, redistributed and/or modified
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1585
- end_line: 1586
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1593
- end_line: 1594
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1602
- end_line: 1603
- matcher: 1-hash
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may distribute under the terms of either the GNU General Public
- License or the Artistic License, as specified in the README file.
- - score: '95.0'
- start_line: 1612
- end_line: 1613
- matcher: 1-hash
- rule_length: 21
- matched_length: 21
- match_coverage: '100.0'
- rule_relevance: 95
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_42.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- There is no license information included. It is assumed that this
- distribution is licensed under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1620
- end_line: 1621
- matcher: 1-hash
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may distribute under the terms of either the GNU General Public
- License or the Artistic License, as specified in the README file.
- - score: '100.0'
- start_line: 1628
- end_line: 1629
- matcher: 1-hash
- rule_length: '19'
- matched_length: '19'
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_49.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1636
- end_line: 1637
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '95.0'
- start_line: 1644
- end_line: 1646
- matcher: 1-hash
- rule_length: 29
- matched_length: 29
- match_coverage: '100.0'
- rule_relevance: 95
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_41.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- There is no license information included that clearly applies to the
- whole of this distribution. It is assumed that it is licensed under
- the same terms as Perl itself.
- - score: '95.0'
- start_line: 1655
- end_line: 1655
- matcher: 1-hash
- rule_length: 15
- matched_length: 15
- match_coverage: '100.0'
- rule_relevance: 95
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_40.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: It is assumed that this file is licensed under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1662
- end_line: 1663
- matcher: 1-hash
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may distribute under the terms of either the GNU General Public
- License or the Artistic License, as specified in the README file.
- - score: '100.0'
- start_line: 1670
- end_line: 1672
- matcher: 1-hash
- rule_length: 11
- matched_length: 11
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_25.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- The license in the file is specified as
-
- License: Artistic/GPL
- - score: '100.0'
- start_line: 1679
- end_line: 1680
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '90.0'
- start_line: 1687
- end_line: 1687
- matcher: 2-aho
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 90
- identifier: artistic-1.0_11.RULE
- license_expression: artistic-1.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: the artistic license.
- - score: '95.0'
- start_line: 1707
- end_line: 1708
- matcher: 1-hash
- rule_length: 22
- matched_length: 22
- match_coverage: '100.0'
- rule_relevance: 95
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_39.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- There is no license information in this distribution.
- It is assumed that it is licensed under the same terms as Perl itself.
- - score: '95.0'
- start_line: 1716
- end_line: 1717
- matcher: 2-aho
- rule_length: 17
- matched_length: 17
- match_coverage: '100.0'
- rule_relevance: 95
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_38.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- As above, it is assumed that this file is licensed under the same terms
- as Perl itself.
- - score: '100.0'
- start_line: 1725
- end_line: 1726
- matcher: 2-aho
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1733
- end_line: 1735
- matcher: 1-hash
- rule_length: 40
- matched_length: 40
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_23.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself, either Perl version 5.8.7 or,
- at your option, any later version of Perl 5 you may have available.
- - score: '100.0'
- start_line: 1742
- end_line: 1743
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1751
- end_line: 1752
- matcher: 1-hash
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may distribute under the terms of either the GNU General Public
- License or the Artistic License, as specified in the README file.
- - score: '99.0'
- start_line: 1758
- end_line: 1758
- matcher: 1-hash
- rule_length: 8
- matched_length: 8
- match_coverage: '100.0'
- rule_relevance: 99
- identifier: artistic-perl-1.0_7.RULE
- license_expression: artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This program is distributed under the Artistic License.
- - score: '95.0'
- start_line: 1764
- end_line: 1765
- matcher: 1-hash
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 95
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_37.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- There is no copyright or license information in this distribution.
- It is assumed that it is licensed under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1776
- end_line: 1777
- matcher: 1-hash
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_7.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may distribute under the terms of either the GNU General Public
- License or the Artistic License, as specified in the README file.
- - score: '100.0'
- start_line: 1787
- end_line: 1788
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_10.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1795
- end_line: 1796
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1814
- end_line: 1814
- matcher: 1-hash
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This document may be distributed under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1821
- end_line: 1822
- matcher: 1-hash
- rule_length: 14
- matched_length: 14
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_28.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You can use and redistribute this document under the same terms as Perl
- itself.
- - score: '100.0'
- start_line: 1833
- end_line: 1834
- matcher: 2-aho
- rule_length: '19'
- matched_length: '19'
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_39.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This documentation is free; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1836
- end_line: 1840
- matcher: 2-aho
- rule_length: 56
- matched_length: 56
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_286.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Irrespective of its distribution, all code examples here are in the public
- domain. You are permitted and encouraged to use this code and any
- derivatives thereof in your own programs for fun or for profit as you
- see fit. A simple comment in the code giving credit to the FAQ would
- be courteous but is not required.
- - score: '100.0'
- start_line: 1849
- end_line: 1851
- matcher: 1-hash
- rule_length: 39
- matched_length: 39
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-2.0_and_public-domain-disclaimer_1.RULE
- license_expression: artistic-2.0 AND public-domain-disclaimer
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This document is available under the same terms as Perl itself. Code
- examples in all the perlfaq documents are in the public domain. Use
- them as you see fit (and at your own risk with no warranty from anyone).
- - score: '100.0'
- start_line: 1860
- end_line: 1860
- matcher: 1-hash
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This document may be distributed under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1869
- end_line: 1869
- matcher: 1-hash
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This document may be distributed under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1876
- end_line: 1876
- matcher: 1-hash
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This document may be distributed under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1886
- end_line: 1887
- matcher: 2-aho
- rule_length: '19'
- matched_length: '19'
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_39.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This documentation is free; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: 1889
- end_line: 1893
- matcher: 2-aho
- rule_length: 53
- matched_length: 53
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_287.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Irrespective of its distribution, all code examples in these files are
- hereby placed into the public domain. You are permitted and
- encouraged to use this code in your own programs for fun or for profit
- as you see fit. A simple comment in the code giving credit would be
- courteous but is not required.
- - score: '100.0'
- start_line: '1908'
- end_line: '1909'
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify it under
- the same terms as Perl itself.
- - score: '100.0'
- start_line: '1916'
- end_line: '1917'
- matcher: 2-aho
- rule_length: '19'
- matched_length: '19'
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_39.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This documentation is free; you can redistribute it and/or modify it
- under the same terms as Perl itself.
- - score: '100.0'
- start_line: '1919'
- end_line: '1923'
- matcher: 2-aho
- rule_length: 53
- matched_length: 53
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_287.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Irrespective of its distribution, all code examples in these files are
- hereby placed into the public domain. You are permitted and
- encouraged to use this code in your own programs for fun or for profit
- as you see fit. A simple comment in the code giving credit would be
- courteous but is not required.
- - score: '100.0'
- start_line: '1933'
- end_line: '1933'
- matcher: 1-hash
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This document may be distributed under the same terms as Perl itself.
- - score: '100.0'
- start_line: '1940'
- end_line: '1940'
- matcher: 1-hash
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This document may be distributed under the same terms as Perl itself.
- - score: '100.0'
- start_line: '1947'
- end_line: '1947'
- matcher: 1-hash
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_27.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: This document may be distributed under the same terms as Perl itself.
- - score: '100.0'
- start_line: '1963'
- end_line: '1964'
- matcher: 1-hash
- rule_length: 20
- matched_length: 20
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_12.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself.
- - score: '100.0'
- start_line: '1985'
- end_line: 2000
- matcher: 2-aho
- rule_length: 103
- matched_length: 103
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-perl-1.0_or_artistic-dist-1.0_or_gpl-1.0-plus_2.RULE
- license_expression: artistic-perl-1.0 OR artistic-dist-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You may distribute the files contained in this distribution
- under the terms of either
-
- a) the "Artistic License" which comes with Perl, or
-
- b) the "Artistic License" which comes with dist, or
-
- c) the GNU General Public License as published by the Free
- Software Foundation; either version 1, or (at your option) any
- later version (see the file "Copying" that comes with the
- Perl distribution).
-
- The full text of the "Artistic License" which comes with dist
- differs slightly from the one that is in /usr/share/common-licenses
- on Debian systems, and can be found later in this file under the
- "Artistic-dist" tag.
- - score: '100.0'
- start_line: 2014
- end_line: 2016
- matcher: 2-aho
- rule_length: 21
- matched_length: 21
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-dist-1.0_3.RULE
- license_expression: artistic-dist-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This subdirectory contains unmodified 'dist' code that is
- licensed under the modified Artistic license detailed below
- under the "Artistic-dist" tag.
- - score: '100.0'
- start_line: 2041
- end_line: 2065
- matcher: 2-aho
- rule_length: 213
- matched_length: 213
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: artistic-dist-1.0_or_gpl-1.0-plus_1.RULE
- license_expression: artistic-dist-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- dist is distributed under a modified version of the Perl Artistic License.
- Clause 7 of this modified license as contained in dist-3.0-pl60 provides:
-
- 7. You may reuse parts of this Package in your own programs, provided
- that you explicitly state where you got them from, in the source code
- (and, left to your courtesy, in the documentation), duplicating
- all the associated copyright notices and disclaimers. Besides
- your changes, if any, must be clearly marked as such. Parts reused
- that way will no longer fall under this license if, and only if,
- the name of your program(s) have no immediate connection with the
- name of the Package itself or its associated programs. You may then
- apply whatever restrictions you wish on the reused parts or choose
- to place them in the Public Domain--this will apply only within the
- context of your package.
-
- In accordance with this clause, the versions of these units
- contained here are made available under the same terms as the
- rest of the units.
-
- It is assumed that the above relicensing also applies to all files in
- the other subdirectories that are declared to be licensed under the
- same modified Artistic license.
-
- The modified license can be found later in this file under the
- "Artistic-dist" tag.
- - score: '100.0'
- start_line: 2072
- end_line: 2079
- matcher: 2-aho
- rule_length: 49
- matched_length: 49
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_or_artistic-perl-1.0_17.RULE
- license_expression: gpl-1.0-plus OR artistic-perl-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the terms of either:
-
- a) the GNU General Public License as published by the Free Software
- Foundation; either version 1, or (at your option) any later
- version, or
-
- b) the "Artistic License" which comes with Perl.
- - score: '100.0'
- start_line: 2082
- end_line: 2082
- matcher: 2-aho
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit_577.RULE
- license_expression: mit
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: under the Expat license.
- - score: '95.0'
- start_line: 2095
- end_line: 2098
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 95
- identifier: artistic-perl-1.0_or_gpl-1.0-plus_36.RULE
- license_expression: artistic-perl-1.0 OR gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- may be redistributed
- and/or modified under the same terms as Perl itself. It is assumed that
- other contributors have placed their contributions under a compatible
- license.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/pulseaudio/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/pulseaudio/stable_copyright-detailed.expected.yml
index d4222ff752c..1f88c7bb86e 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/pulseaudio/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/pulseaudio/stable_copyright-detailed.expected.yml
@@ -1,8 +1,7 @@
-primary_license:
declared_license:
-license_expression: lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND sun-source AND libpbm
- AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND gpl-2.0-plus AND
- lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND adrian AND lgpl-2.1-plus
+declared_license_expression: lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND sun-source
+ AND libpbm AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND gpl-2.0-plus
+ AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND adrian AND lgpl-2.1-plus
AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus
AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus
AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus
@@ -14,6 +13,2857 @@ license_expression: lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND sun-so
AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus
AND lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus AND gpl-2.0-plus AND lgpl-2.1-plus AND
lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1-plus
+declared_license_expression_spdx: LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later
+ AND LicenseRef-scancode-sun-source AND LicenseRef-scancode-libpbm AND LGPL-2.1-or-later AND
+ LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later
+ AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LicenseRef-scancode-adrian
+ AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND
+ LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later
+ AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND
+ LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND MIT
+ AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND
+ LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later
+ AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND
+ LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later
+ AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND
+ LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later
+ AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND
+ LGPL-2.1-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later AND LGPL-2.1-or-later
+ AND LGPL-2.1-or-later
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 17
+ end_line: 17
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_108.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: LGPL-2.1+'
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 18
+ end_line: 33
+ matched_length: 127
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_267.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_267.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 127
+ rule_relevance: 100
+ matched_text: |
+ The upstream license clarifies pretty well that the sources of pulseaudio are
+ LGPL (please see LGPL license grant below), but that some parts will be
+ effectively GPL since they rely on GPL libraries, quoting the upstream
+ LICENSE:
+
+ """All PulseAudio source files are licensed under the GNU Lesser General
+ Public License. (see file LGPL for details)
+
+ However, the server side links to the GPL-only library 'libsamplerate'
+ which practically downgrades the license of the server part to GPL (see
+ file GPL for details), exercising section 3 of the LGPL.
+
+ Hence you should treat the client library ('libpulse') of PulseAudio as
+ being LGPL licensed and the server part ('libpulsecore') as being GPL
+ licensed. Since the PulseAudio daemon and the modules link to
+ 'libpulsecore' they are of course also GPL licensed.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 37
+ end_line: 38
+ matched_length: 22
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_232.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_232.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 22
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: sun-source
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 44
+ end_line: 62
+ matched_length: 147
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: sun-source
+ rule_identifier: sun-source_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/sun-source_1.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 147
+ rule_relevance: 100
+ matched_text: |
+ This source code is a product of Sun Microsystems, Inc. and is provided
+ for unrestricted use. Users may copy or modify this source code without
+ charge.
+
+ SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING
+ THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
+
+ Sun source code is provided with no support and without any obligation on
+ the part of Sun Microsystems, Inc. to assist in its use, correction,
+ modification or enhancement.
+
+ SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
+ INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE
+ OR ANY PART THEREOF.
+
+ In no event will Sun Microsystems, Inc. be liable for any lost revenue
+ or profits or other special, indirect and consequential damages, even if
+ Sun has been advised of the possibility of such damages.
+ licenses:
+ - key: sun-source
+ name: Sun source code License
+ short_name: Sun source code License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Oracle (Sun)
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/sun-source
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/sun-source.LICENSE
+ spdx_license_key: LicenseRef-scancode-sun-source
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/sun-source.LICENSE
+ - license_expression: libpbm
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 68
+ end_line: 73
+ matched_length: 56
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: libpbm
+ rule_identifier: libpbm.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/libpbm.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 56
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute this software and its
+ documentation for any purpose and without fee is hereby granted, provided
+ that the above copyright notice appear in all copies and that both that
+ copyright notice and this permission notice appear in supporting
+ documentation. This software is provided "as is" without express or
+ implied warranty.
+ licenses:
+ - key: libpbm
+ name: PBM Library License
+ short_name: PBM Library License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: ACME Labs
+ homepage_url: http://web.mit.edu/tex/fontutil/fontutils-0.6/pbm/libpbm1.c
+ text_url: http://web.mit.edu/tex/fontutil/fontutils-0.6/pbm/libpbm1.c
+ reference_url: https://scancode-licensedb.aboutcode.org/libpbm
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/libpbm.LICENSE
+ spdx_license_key: LicenseRef-scancode-libpbm
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/libpbm.LICENSE
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 79
+ end_line: 81
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 87
+ end_line: 89
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 94
+ end_line: 96
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 102
+ end_line: 104
+ matched_length: 25
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_266.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_266.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 25
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 111
+ end_line: 113
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_711.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_711.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 120
+ end_line: 122
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 128
+ end_line: 130
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 137
+ end_line: 139
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 144
+ end_line: 146
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: adrian
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 152
+ end_line: 159
+ matched_length: 88
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: adrian
+ rule_identifier: adrian.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/adrian.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 88
+ rule_relevance: 100
+ matched_text: |
+ You are allowed to use this source code in any open source or closed
+ source software you want. You are allowed to use the algorithms for a
+ hardware solution. You are allowed to modify the source code.
+ You are not allowed to remove the name of the author from this memo or
+ from the source code files. You are not allowed to monopolize the
+ source code or the algorithms behind the source code as your
+ intellectual property. This source code is free of royalty and comes
+ with no warranty.
+ licenses:
+ - key: adrian
+ name: Andre Adrian DFS license
+ short_name: Andre Adrian DFS license
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: DFS Deutsche Flugsicherung
+ homepage_url:
+ text_url: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/blob/81c24738d5b62a5f092ce34ea06efab72eefbb9e/src/modules/echo-cancel/adrian-license.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/adrian
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/adrian.LICENSE
+ spdx_license_key: LicenseRef-scancode-adrian
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/adrian.LICENSE
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 164
+ end_line: 166
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 171
+ end_line: 173
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 179
+ end_line: 181
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 187
+ end_line: 189
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: '195'
+ end_line: '197'
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 203
+ end_line: 205
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 211
+ end_line: 213
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 219
+ end_line: 221
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 226
+ end_line: 228
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 235
+ end_line: 237
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 243
+ end_line: 245
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 251
+ end_line: 253
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 259
+ end_line: 261
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 266
+ end_line: 268
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 275
+ end_line: 277
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 283
+ end_line: 285
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 291
+ end_line: 293
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 299
+ end_line: 317
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge,
+ publish, distribute, sublicense, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and 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 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 323
+ end_line: 325
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 332
+ end_line: 334
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 340
+ end_line: 342
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 347
+ end_line: 349
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 354
+ end_line: 356
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 363
+ end_line: 365
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 371
+ end_line: 373
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_528.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_528.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2+
+ On Debian systems, the complete text of the LGPL-2 can be found in
+ /usr/share/common-licenses/LGPL-2.
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 382
+ end_line: 384
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 389
+ end_line: 391
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 397
+ end_line: 399
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 405
+ end_line: 407
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 413
+ end_line: 415
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 422
+ end_line: 424
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 430
+ end_line: 432
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 440
+ end_line: 442
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 447
+ end_line: 449
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 454
+ end_line: 456
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 465
+ end_line: 467
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 472
+ end_line: 474
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 479
+ end_line: 481
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 487
+ end_line: 489
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 495
+ end_line: 497
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 502
+ end_line: 504
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 511
+ end_line: 513
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 518
+ end_line: 520
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 525
+ end_line: 527
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 533
+ end_line: 535
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 540
+ end_line: 542
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 547
+ end_line: 549
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 554
+ end_line: 556
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 561
+ end_line: 563
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 568
+ end_line: 570
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 576
+ end_line: 578
+ matched_length: 23
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_711.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_711.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 23
+ rule_relevance: 100
+ matched_text: |
+ License: GPL-2+
+ On Debian systems, the complete text of the GPL-2 can be found in
+ /usr/share/common-licenses/GPL-2.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 585
+ end_line: 587
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 594
+ end_line: 596
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 602
+ end_line: 604
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 608
+ end_line: 610
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_231.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_231.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ License: LGPL-2.1+
+ On Debian systems, the complete text of the LGPL-2.1 can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+other_license_detections: []
copyright: |
Copyright (c) 2004-2009 Lennart Poettering
Copyright (c) 2006-2007 Pierre Ossman for Cendio AB
@@ -134,1383 +2984,3 @@ copyright: |
Copyright 2006 Pierre Ossman for Cendio AB
Copyright 2009 Ted Percival
Copyright 2009 Jason Newton
-matches:
- - score: '100.0'
- start_line: 17
- end_line: 17
- matcher: 2-aho
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_108.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: LGPL-2.1+'
- - score: '100.0'
- start_line: 18
- end_line: 33
- matcher: 2-aho
- rule_length: 127
- matched_length: 127
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_267.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- The upstream license clarifies pretty well that the sources of pulseaudio are
- LGPL (please see LGPL license grant below), but that some parts will be
- effectively GPL since they rely on GPL libraries, quoting the upstream
- LICENSE:
-
- """All PulseAudio source files are licensed under the GNU Lesser General
- Public License. (see file LGPL for details)
-
- However, the server side links to the GPL-only library 'libsamplerate'
- which practically downgrades the license of the server part to GPL (see
- file GPL for details), exercising section 3 of the LGPL.
-
- Hence you should treat the client library ('libpulse') of PulseAudio as
- being LGPL licensed and the server part ('libpulsecore') as being GPL
- licensed. Since the PulseAudio daemon and the modules link to
- 'libpulsecore' they are of course also GPL licensed.
- - score: '100.0'
- start_line: 37
- end_line: 38
- matcher: 2-aho
- rule_length: 22
- matched_length: 22
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_232.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 44
- end_line: 62
- matcher: 2-aho
- rule_length: 147
- matched_length: 147
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: sun-source_1.RULE
- license_expression: sun-source
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This source code is a product of Sun Microsystems, Inc. and is provided
- for unrestricted use. Users may copy or modify this source code without
- charge.
-
- SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING
- THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
- PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
-
- Sun source code is provided with no support and without any obligation on
- the part of Sun Microsystems, Inc. to assist in its use, correction,
- modification or enhancement.
-
- SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
- INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE
- OR ANY PART THEREOF.
-
- In no event will Sun Microsystems, Inc. be liable for any lost revenue
- or profits or other special, indirect and consequential damages, even if
- Sun has been advised of the possibility of such damages.
- - score: '100.0'
- start_line: 68
- end_line: 73
- matcher: 2-aho
- rule_length: 56
- matched_length: 56
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: libpbm.LICENSE
- license_expression: libpbm
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute this software and its
- documentation for any purpose and without fee is hereby granted, provided
- that the above copyright notice appear in all copies and that both that
- copyright notice and this permission notice appear in supporting
- documentation. This software is provided "as is" without express or
- implied warranty.
- - score: '100.0'
- start_line: 79
- end_line: 81
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 87
- end_line: 89
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 94
- end_line: 96
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 102
- end_line: 104
- matcher: 2-aho
- rule_length: 25
- matched_length: 25
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_266.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.
- - score: '100.0'
- start_line: 111
- end_line: 113
- matcher: 2-aho
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_711.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- License: GPL-2+
- On Debian systems, the complete text of the GPL-2 can be found in
- /usr/share/common-licenses/GPL-2.
- - score: '100.0'
- start_line: 120
- end_line: 122
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 128
- end_line: 130
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 137
- end_line: 139
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 144
- end_line: 146
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 152
- end_line: 159
- matcher: 2-aho
- rule_length: 88
- matched_length: 88
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: adrian.LICENSE
- license_expression: adrian
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You are allowed to use this source code in any open source or closed
- source software you want. You are allowed to use the algorithms for a
- hardware solution. You are allowed to modify the source code.
- You are not allowed to remove the name of the author from this memo or
- from the source code files. You are not allowed to monopolize the
- source code or the algorithms behind the source code as your
- intellectual property. This source code is free of royalty and comes
- with no warranty.
- - score: '100.0'
- start_line: 164
- end_line: 166
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 171
- end_line: 173
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 179
- end_line: 181
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 187
- end_line: 189
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: '195'
- end_line: '197'
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 203
- end_line: 205
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 211
- end_line: 213
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 219
- end_line: 221
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 226
- end_line: 228
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 235
- end_line: 237
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 243
- end_line: 245
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 251
- end_line: 253
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 259
- end_line: 261
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 266
- end_line: 268
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 275
- end_line: 277
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 283
- end_line: 285
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 291
- end_line: 293
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 299
- end_line: 317
- matcher: 2-aho
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge,
- publish, distribute, sublicense, and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
-
- The above copyright notice and 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 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.
- - score: '100.0'
- start_line: 323
- end_line: 325
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 332
- end_line: 334
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 340
- end_line: 342
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 347
- end_line: 349
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 354
- end_line: 356
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 363
- end_line: 365
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 371
- end_line: 373
- matcher: 2-aho
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_528.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2+
- On Debian systems, the complete text of the LGPL-2 can be found in
- /usr/share/common-licenses/LGPL-2.
- - score: '100.0'
- start_line: 382
- end_line: 384
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 389
- end_line: 391
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 397
- end_line: 399
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 405
- end_line: 407
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 413
- end_line: 415
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 422
- end_line: 424
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 430
- end_line: 432
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 440
- end_line: 442
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 447
- end_line: 449
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 454
- end_line: 456
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 465
- end_line: 467
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 472
- end_line: 474
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 479
- end_line: 481
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 487
- end_line: 489
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 495
- end_line: 497
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 502
- end_line: 504
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 511
- end_line: 513
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 518
- end_line: 520
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 525
- end_line: 527
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 533
- end_line: 535
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 540
- end_line: 542
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 547
- end_line: 549
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 554
- end_line: 556
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 561
- end_line: 563
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 568
- end_line: 570
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 576
- end_line: 578
- matcher: 2-aho
- rule_length: 23
- matched_length: 23
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_711.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- License: GPL-2+
- On Debian systems, the complete text of the GPL-2 can be found in
- /usr/share/common-licenses/GPL-2.
- - score: '100.0'
- start_line: 585
- end_line: 587
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 594
- end_line: 596
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 602
- end_line: 604
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
- - score: '100.0'
- start_line: 608
- end_line: 610
- matcher: 2-aho
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_231.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- License: LGPL-2.1+
- On Debian systems, the complete text of the LGPL-2.1 can be found in
- /usr/share/common-licenses/LGPL-2.1.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/python-django/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/python-django/stable_copyright-detailed.expected.yml
index 84eac1f31d9..8868d869452 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/python-django/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/p/python-django/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: bsd-new
declared_license:
- BSD-3-Clause
- BSD-3-Clause
@@ -20,10 +19,423 @@ declared_license:
- PSF-baseconv
- BSD-2-Clause
- BSD-3-Clause
-license_expression: bsd-new AND bsd-new AND (apache-2.0 AND apache-2.0 AND apache-2.0) AND mit
- AND bsd-simplified AND bsd-new AND bsd-new AND psf-2.0 AND (apache-2.0 AND apache-2.0 AND
- apache-2.0) AND mit AND mit AND (bsd-new AND mit) AND bsd-new AND bsd-new AND bsd-new AND
- mit
+declared_license_expression: bsd-new
+declared_license_expression_spdx: BSD-3-Clause
+other_license_expression: bsd-new AND bsd-new AND (apache-2.0 AND apache-2.0 AND apache-2.0)
+ AND mit AND bsd-simplified AND bsd-new AND bsd-new AND psf-2.0 AND (apache-2.0 AND apache-2.0
+ AND apache-2.0) AND mit AND mit AND (bsd-new AND mit) AND bsd-new AND bsd-new AND bsd-new
+ AND mit
+other_license_expression_spdx: BSD-3-Clause AND BSD-3-Clause AND (Apache-2.0 AND Apache-2.0
+ AND Apache-2.0) AND MIT AND BSD-2-Clause AND BSD-3-Clause AND BSD-3-Clause AND PSF-2.0 AND
+ (Apache-2.0 AND Apache-2.0 AND Apache-2.0) AND MIT AND MIT AND (BSD-3-Clause AND MIT) AND
+ BSD-3-Clause AND BSD-3-Clause AND BSD-3-Clause AND MIT
+license_detections: []
+other_license_detections:
+ - license_expression: apache-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 84
+ end_line: 84
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_65.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_65.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: apache-2.0'
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - score: '100.0'
+ start_line: 85
+ end_line: 95
+ matched_length: 85
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_7.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 85
+ rule_relevance: 100
+ matched_text: |
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - score: '100.0'
+ start_line: 97
+ end_line: 98
+ matched_length: 24
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_865.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_865.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/Apache-2.0
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 24
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in `/usr/share/common-licenses/Apache-2.0'.
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 101
+ end_line: 118
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and 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 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: psf-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '89.1'
+ start_line: 121
+ end_line: 169
+ matched_length: 327
+ match_coverage: '89.1'
+ matcher: 3-seq
+ license_expression: psf-2.0
+ rule_identifier: psf-2.0.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/psf-2.0.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 367
+ rule_relevance: 100
+ matched_text: |
+ PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ --------------------------------------------
+
+ 1. This LICENSE AGREEMENT is between the Guilherme Gondim, Simon
+ Willison and Drew Perttula ("Baseconv Authors"), and the Individual or
+ Organization ("Licensee") accessing and otherwise using this software
+ ("Baseconv") in source or binary form and its associated documentation.
+
+ 2. Subject to the terms and conditions of this License Agreement,
+ Baseconv Authors hereby grants Licensee a nonexclusive, royalty-free,
+ world-wide license to reproduce, analyze, test, perform and/or display
+ publicly, prepare derivative works, distribute, and otherwise use
+ Baseconv alone or in any derivative version, provided, however, that
+ Baseconv Authors's License Agreement and Baseconv Author's notice of
+ copyright, i.e., "Copyright (c) 2010 Guilherme Gondim.; Copyright
+ (c) 2009 Simon Willison.; Copyright (c) 2002 Drew Perttula.; All Rights
+ Reserved" are retained in Baseconv alone or in any derivative version
+ prepared by Licensee.
+
+ 3. In the event Licensee prepares a derivative work that is based on or
+ incorporates Baseconv or any part thereof, and wants to make the
+ derivative work available to others as provided herein, then Licensee
+ hereby agrees to include in any such work a brief summary of the changes
+ made to Baseconv.
+
+ 4. Baseconv Authors is making Baseconv available to Licensee on
+ an "AS IS" basis. BASECONV AUTHORS MAKES NO REPRESENTATIONS OR
+ WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION,
+ BASECONV AUTHORS MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
+ WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR
+ THAT THE USE OF PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+
+ 5. BASECONV AUTHORS SHALL NOT BE LIABLE TO LICENSEE OR ANY
+ OTHER USERS OF PYTHON FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL
+ DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE
+ USING PYTHON, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE
+ POSSIBILITY THEREOF.
+
+ 6. This License Agreement will automatically terminate upon a material
+ breach of its terms and conditions.
+
+ 7. Nothing in this License Agreement shall be deemed to create any
+ relationship of agency, partnership, or joint venture between Baseconv
+ Authors and Licensee. This License Agreement does not grant permission
+ to use Baseconv Authors trademarks or trade name in a trademark sense to
+ endorse or promote products or services of Licensee, or any third party.
+
+ 8. By copying, installing or otherwise using Baseconv, Licensee agrees
+ to be bound by the terms and conditions of this License Agreement.
+ licenses:
+ - key: psf-2.0
+ name: PSF-2.0
+ short_name: PSF-2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Python Software Foundation (PSF)
+ homepage_url: https://opensource.org/licenses/Python-2.0
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/psf-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/psf-2.0.LICENSE
+ spdx_license_key: PSF-2.0
+ spdx_url: https://spdx.org/licenses/PSF-2.0
+ - license_expression: bsd-simplified
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 172
+ end_line: '191'
+ matched_length: 185
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-simplified
+ rule_identifier: bsd-simplified_16.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-simplified_16.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 185
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ 2. 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.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-simplified
+ name: BSD-2-Clause
+ short_name: BSD-2-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-2-Clause
+ text_url: http://opensource.org/licenses/bsd-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-simplified
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE
+ spdx_license_key: BSD-2-Clause
+ spdx_url: https://spdx.org/licenses/BSD-2-Clause
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: '194'
+ end_line: 217
+ matched_length: 214
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_1072.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_1072.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 214
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+ 1. Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ 2. 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.
+
+ 3. Neither the name of nor the names of its contributors may be use
+ to endorse or promote products derived from this software without
+ specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '99.0'
+ start_line: 76
+ end_line: 76
+ matched_length: 5
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-new
+ rule_identifier: bsd-new_509.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_509.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 5
+ rule_relevance: 99
+ matched_text: Software License Agreement (BSD License),
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
copyright: |
Django Software Foundation and individual contributors
2006-2008 Brett Parker ,
@@ -46,256 +458,3 @@ copyright: |
2007 Robert Coup
2008 Yahoo! Inc. All rights reserved.
2010 Gary Wilson Jr. and contributors
-matches:
- - score: '100.0'
- start_line: 84
- end_line: 84
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_65.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: apache-2.0'
- - score: '100.0'
- start_line: 85
- end_line: 95
- matcher: 2-aho
- rule_length: 85
- matched_length: 85
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_7.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- - score: '100.0'
- start_line: 97
- end_line: 98
- matcher: 2-aho
- rule_length: 24
- matched_length: 24
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_865.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of the Apache version 2.0 license
- can be found in `/usr/share/common-licenses/Apache-2.0'.
- - score: '100.0'
- start_line: 101
- end_line: 118
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
-
- The above copyright notice and 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 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.
- - score: '89.1'
- start_line: 121
- end_line: 169
- matcher: 3-seq
- rule_length: 367
- matched_length: 327
- match_coverage: '89.1'
- rule_relevance: 100
- identifier: psf-2.0.LICENSE
- license_expression: psf-2.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
- --------------------------------------------
-
- 1. This LICENSE AGREEMENT is between the [Guilherme] [Gondim], [Simon]
- [Willison] [and] [Drew] [Perttula] ("[Baseconv] [Authors]"), and the Individual or
- Organization ("Licensee") accessing and otherwise using this software
- ("[Baseconv]") in source or binary form and its associated documentation.
-
- 2. Subject to the terms and conditions of this License Agreement,
- [Baseconv] [Authors] hereby grants Licensee a nonexclusive, royalty-free,
- world-wide license to reproduce, analyze, test, perform and/or display
- publicly, prepare derivative works, distribute, and otherwise use
- [Baseconv] alone or in any derivative version, provided, however, that
- [Baseconv] [Authors]'s License Agreement and [Baseconv] [Author]'[s] [notice] [of]
- [copyright], [i].[e]., "[Copyright] ([c]) [2010] [Guilherme] [Gondim].; [Copyright]
- ([c]) [2009] [Simon] [Willison].; [Copyright] ([c]) [2002] [Drew] [Perttula].; All Rights
- Reserved" are retained in [Baseconv] alone or in any derivative version
- prepared by Licensee.
-
- 3. In the event Licensee prepares a derivative work that is based on or
- incorporates [Baseconv] or any part thereof, and wants to make the
- derivative work available to others as provided herein, then Licensee
- hereby agrees to include in any such work a brief summary of the changes
- made to [Baseconv].
-
- [4]. [Baseconv] [Authors] [is] [making] [Baseconv] available to Licensee on
- an "AS IS" basis. [BASECONV] [AUTHORS] MAKES NO REPRESENTATIONS OR
- WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION,
- [BASECONV] [AUTHORS] MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
- WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR
- THAT THE USE OF PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
-
- 5. [BASECONV] [AUTHORS] SHALL NOT BE LIABLE TO LICENSEE OR ANY
- OTHER USERS OF PYTHON FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL
- DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE
- USING PYTHON, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE
- POSSIBILITY THEREOF.
-
- 6. This License Agreement will automatically terminate upon a material
- breach of its terms and conditions.
-
- 7. Nothing in this License Agreement shall be deemed to create any
- relationship of agency, partnership, or joint venture between [Baseconv]
- [Authors] and Licensee. This License Agreement does not grant permission
- to use [Baseconv] [Authors] trademarks or trade name in a trademark sense to
- endorse or promote products or services of Licensee, or any third party.
-
- 8. By copying, installing or otherwise using [Baseconv], Licensee agrees
- to be bound by the terms and conditions of this License Agreement.
- - score: '100.0'
- start_line: 172
- end_line: '191'
- matcher: 1-hash
- rule_length: 185
- matched_length: 185
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-simplified_16.RULE
- license_expression: bsd-simplified
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- 2. 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.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: '194'
- end_line: 217
- matcher: 1-hash
- rule_length: 214
- matched_length: 214
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_1072.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-
- 1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
-
- 2. 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.
-
- 3. Neither the name of nor the names of its contributors may be use
- to endorse or promote products derived from this software without
- specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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.
- - score: '99.0'
- start_line: 76
- end_line: 76
- matcher: 2-aho
- rule_length: 5
- matched_length: 5
- match_coverage: '100.0'
- rule_relevance: 99
- identifier: bsd-new_509.RULE
- license_expression: bsd-new
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: Software License Agreement (BSD License),
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/r/reportbug/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/r/reportbug/stable_copyright-detailed.expected.yml
index ef7d22cb65d..1140a71c04e 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/r/reportbug/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/r/reportbug/stable_copyright-detailed.expected.yml
@@ -1,6 +1,189 @@
-primary_license:
declared_license:
-license_expression: reportbug AND gpl-1.0-plus AND reportbug AND gpl-2.0
+declared_license_expression: reportbug AND gpl-1.0-plus AND reportbug AND gpl-2.0
+declared_license_expression_spdx: LicenseRef-scancode-reportbug AND GPL-1.0-or-later AND LicenseRef-scancode-reportbug
+ AND GPL-2.0-only
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: reportbug
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 10
+ end_line: 25
+ matched_length: 124
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: reportbug
+ rule_identifier: reportbug_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/reportbug_1.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 124
+ rule_relevance: 100
+ matched_text: |
+ License: other
+ # This program is freely distributable per the following license:
+ #
+ # Permission to use, copy, modify, and distribute this software and its
+ # documentation for any purpose and without fee is hereby granted,
+ # provided that the above copyright notice appears in all copies and that
+ # both that copyright notice and this permission notice appear in
+ # supporting documentation.
+ #
+ # I DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
+ # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL I
+ # BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
+ # DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+ # WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ # ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+ # SOFTWARE.
+ licenses:
+ - key: reportbug
+ name: Debian reportbug License
+ short_name: Debian reportbug License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Debian
+ homepage_url: https://tracker.debian.org/media/packages/r/reportbug/copyright-6.6.6
+ text_url: https://tracker.debian.org/media/packages/r/reportbug/copyright-6.6.6
+ reference_url: https://scancode-licensedb.aboutcode.org/reportbug
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/reportbug.LICENSE
+ spdx_license_key: LicenseRef-scancode-reportbug
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/reportbug.LICENSE
+ - license_expression: gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 32
+ end_line: 37
+ matched_length: 43
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl_77.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl_77.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 43
+ rule_relevance: 100
+ matched_text: |
+ License: GPL-any
+ # You may freely redistribute, use and modify this software under the terms
+ # of the GNU General Public License.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in file "/usr/share/common-licenses/GPL".
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: reportbug AND gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 43
+ end_line: 58
+ matched_length: 124
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: reportbug
+ rule_identifier: reportbug_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/reportbug_1.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 124
+ rule_relevance: 100
+ matched_text: |
+ License: other
+ # This program is freely distributable per the following license:
+ #
+ ## Permission to use, copy, modify, and distribute this software and its
+ ## documentation for any purpose and without fee is hereby granted,
+ ## provided that the above copyright notice appears in all copies and that
+ ## both that copyright notice and this permission notice appear in
+ ## supporting documentation.
+ ##
+ ## I DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
+ ## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL I
+ ## BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
+ ## DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+ ## WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ ## ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+ ## SOFTWARE.
+ licenses:
+ - key: reportbug
+ name: Debian reportbug License
+ short_name: Debian reportbug License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Debian
+ homepage_url: https://tracker.debian.org/media/packages/r/reportbug/copyright-6.6.6
+ text_url: https://tracker.debian.org/media/packages/r/reportbug/copyright-6.6.6
+ reference_url: https://scancode-licensedb.aboutcode.org/reportbug
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/reportbug.LICENSE
+ spdx_license_key: LicenseRef-scancode-reportbug
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/reportbug.LICENSE
+ - score: '100.0'
+ start_line: 61
+ end_line: 61
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_561.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_561.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: GPL-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+other_license_detections: []
copyright: |
Copyright (c) 1999-2006 Chris Lawrence
Copyright (c) 2008-2019 Sandro Tosi
@@ -9,106 +192,3 @@ copyright: |
(c) 2000 Chris Lawrence
Copyright (c) 2006 Philipp Kern
Copyright (c) 2008-2009 Luca Bruno
-matches:
- - score: '100.0'
- start_line: 10
- end_line: 25
- matcher: 2-aho
- rule_length: 124
- matched_length: 124
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: reportbug_1.RULE
- license_expression: reportbug
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- License: other
- # This program is freely distributable per the following license:
- #
- # Permission to use, copy, modify, and distribute this software and its
- # documentation for any purpose and without fee is hereby granted,
- # provided that the above copyright notice appears in all copies and that
- # both that copyright notice and this permission notice appear in
- # supporting documentation.
- #
- # I DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
- # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL I
- # BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
- # DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
- # WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
- # ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
- # SOFTWARE.
- - score: '100.0'
- start_line: 32
- end_line: 37
- matcher: 2-aho
- rule_length: 43
- matched_length: 43
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl_77.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- License: GPL-any
- # You may freely redistribute, use and modify this software under the terms
- # of the GNU General Public License.
- .
- On Debian systems, the complete text of the GNU General Public License
- can be found in file "/usr/share/common-licenses/GPL".
- - score: '100.0'
- start_line: 43
- end_line: 58
- matcher: 2-aho
- rule_length: 124
- matched_length: 124
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: reportbug_1.RULE
- license_expression: reportbug
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- License: other
- # This program is freely distributable per the following license:
- #
- ## Permission to use, copy, modify, and distribute this software and its
- ## documentation for any purpose and without fee is hereby granted,
- ## provided that the above copyright notice appears in all copies and that
- ## both that copyright notice and this permission notice appear in
- ## supporting documentation.
- ##
- ## I DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
- ## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL I
- ## BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
- ## DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
- ## WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
- ## ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
- ## SOFTWARE.
- - score: '100.0'
- start_line: 61
- end_line: 61
- matcher: 2-aho
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_561.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: GPL-2'
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/r/ruby-airbrussh/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/r/ruby-airbrussh/stable_copyright-detailed.expected.yml
index ec08b089dec..86aa947a591 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/r/ruby-airbrussh/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/r/ruby-airbrussh/stable_copyright-detailed.expected.yml
@@ -1,44 +1,67 @@
-primary_license: mit
declared_license:
- Expat
- Expat
- Expat
-license_expression: mit AND mit
+declared_license_expression: mit
+declared_license_expression_spdx: MIT
+other_license_expression: mit AND mit
+other_license_expression_spdx: MIT AND MIT
+license_detections: []
+other_license_detections:
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 14
+ end_line: 31
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and 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 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
copyright: |
2015-2016 Matt Brictson
2017 Samuel Henrique
-matches:
- - score: '100.0'
- start_line: 14
- end_line: 31
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
-
- The above copyright notice and 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 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.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/s/sendmail/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/s/sendmail/stable_copyright-detailed.expected.yml
index 1ce6d9423b6..a42d092759d 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/s/sendmail/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/s/sendmail/stable_copyright-detailed.expected.yml
@@ -1,9 +1,130 @@
-primary_license: sendmail
declared_license:
- other-Sendmail
- other-Sendmail
- other-Sendmail
-license_expression: sendmail AND sendmail
+declared_license_expression: sendmail
+declared_license_expression_spdx: Sendmail
+other_license_expression: sendmail AND sendmail
+other_license_expression_spdx: Sendmail AND Sendmail
+license_detections: []
+other_license_detections:
+ - license_expression: sendmail
+ detection_log:
+ - not-combined
+ matches:
+ - score: '97.65'
+ start_line: '19'
+ end_line: 99
+ matched_length: 582
+ match_coverage: '97.65'
+ matcher: 3-seq
+ license_expression: sendmail
+ rule_identifier: sendmail-2014.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/sendmail-2014.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 596
+ rule_relevance: 100
+ matched_text: |
+ SENDMAIL LICENSE
+
+ The following license terms and conditions apply, unless a redistribution
+ agreement or other license is obtained from Proofpoint, Inc., 892
+ Ross Street, Sunnyvale, CA, 94089, USA, or by electronic mail at
+ sendmail-license@proofpoint.com.
+
+ License Terms:
+
+ Use, Modification and Redistribution (including distribution of any
+ modified or derived work) in source and binary forms is permitted only if
+ each of the following conditions is met:
+
+ 1. Redistributions qualify as "freeware" or "Open Source Software" under
+ one of the following terms:
+
+ (a) Redistributions are made at no charge beyond the reasonable cost of
+ materials and delivery.
+
+ (b) Redistributions are accompanied by a copy of the Source Code or by an
+ irrevocable offer to provide a copy of the Source Code for up to three
+ years at the cost of materials and delivery. Such redistributions
+ must allow further use, modification, and redistribution of the Source
+ Code under substantially the same terms as this license. For the
+ purposes of redistribution "Source Code" means the complete compilable
+ and linkable source code of sendmail and associated libraries and
+ utilities in the sendmail distribution including all modifications.
+
+ 2. Redistributions of Source Code must retain the copyright notices as they
+ appear in each Source Code file, these license terms, and the
+ disclaimer/limitation of liability set forth as paragraph 6 below.
+
+ 3. Redistributions in binary form must reproduce the Copyright Notice,
+ these license terms, and the disclaimer/limitation of liability set
+ forth as paragraph 6 below, in the documentation and/or other materials
+ provided with the distribution. For the purposes of binary distribution
+ the "Copyright Notice" refers to the following language:
+ "Copyright (c) 1998-2013 Proofpoint, Inc. All rights reserved."
+
+ 4. Neither the name of Proofpoint, Inc. nor the University of California nor
+ names of their contributors may be used to endorse or promote
+ products derived from this software without specific prior written
+ permission. The name "sendmail" is a trademark of Proofpoint, Inc.
+
+ 5. All redistributions must comply with the conditions imposed by the
+ University of California on certain embedded code, which copyright
+ Notice and conditions for redistribution are as follows:
+
+ (a) Copyright (c) 1988, 1993 The Regents of the University of
+ California. All rights reserved.
+
+ (b) Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ (i) Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ (ii) 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.
+
+ (iii) Neither the name of the University nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+ 6. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY
+ SENDMAIL, 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 SENDMAIL, INC., THE REGENTS OF THE UNIVERSITY OF
+ CALIFORNIA OR CONTRIBUTORS 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 DAMAGES.
+
+ $Revision: 8.
+ licenses:
+ - key: sendmail
+ name: Sendmail License
+ short_name: Sendmail License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Sendmail
+ homepage_url: http://www.sendmail.com/
+ text_url: http://www.sendmail.com/pdfs/open_source/sendmail_license.pdf
+ reference_url: https://scancode-licensedb.aboutcode.org/sendmail
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/sendmail.LICENSE
+ spdx_license_key: Sendmail
+ spdx_url: https://spdx.org/licenses/Sendmail
copyright: |
Copyright (c) 1998-2015 Proofpoint, Inc. and its suppliers. All rights reserved.
Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
@@ -12,101 +133,3 @@ copyright: |
1997-1998 Johnie Ingram
1998-2010 Richard A Nelson
© 2012-2018 Andreas Beckmann
-matches:
- - score: '97.65'
- start_line: '19'
- end_line: 99
- matcher: 3-seq
- rule_length: 596
- matched_length: 582
- match_coverage: '97.65'
- rule_relevance: 100
- identifier: sendmail-2014.RULE
- license_expression: sendmail
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- SENDMAIL LICENSE
-
- The following license terms and conditions apply, unless a redistribution
- agreement or other license is obtained from Proofpoint, Inc., 892
- Ross Street, Sunnyvale, CA, 94089, USA, or by electronic mail at
- sendmail-license@proofpoint.com.
-
- License Terms:
-
- Use, Modification and Redistribution (including distribution of any
- modified or derived work) in source and binary forms is permitted only if
- each of the following conditions is met:
-
- 1. Redistributions qualify as "freeware" or "Open Source Software" under
- one of the following terms:
-
- (a) Redistributions are made at no charge beyond the reasonable cost of
- materials and delivery.
-
- (b) Redistributions are accompanied by a copy of the Source Code or by an
- irrevocable offer to provide a copy of the Source Code for up to three
- years at the cost of materials and delivery. Such redistributions
- must allow further use, modification, and redistribution of the Source
- Code under substantially the same terms as this license. For the
- purposes of redistribution "Source Code" means the complete compilable
- and linkable source code of sendmail and associated libraries and
- utilities in the sendmail distribution including all modifications.
-
- 2. Redistributions of Source Code must retain the copyright notices as they
- appear in each Source Code file, these license terms, and the
- disclaimer/limitation of liability set forth as paragraph 6 below.
-
- 3. Redistributions in binary form must reproduce the Copyright Notice,
- these license terms, and the disclaimer/limitation of liability set
- forth as paragraph 6 below, in the documentation and/or other materials
- provided with the distribution. For the purposes of binary distribution
- the "Copyright Notice" refers to the following language:
- "Copyright (c) 1998-[2013] Proofpoint, Inc. All rights reserved."
-
- 4. Neither the name of Proofpoint, Inc. nor the University of California nor
- names of their contributors may be used to endorse or promote
- products derived from this software without specific prior written
- permission. The name "sendmail" is a trademark of Proofpoint, Inc.
-
- 5. All redistributions must comply with the conditions imposed by the
- University of California on certain embedded code, which copyright
- Notice and conditions for redistribution are as follows:
-
- (a) Copyright (c) 1988, 1993 The Regents of the University of
- California. All rights reserved.
-
- (b) Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
-
- (i) Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- (ii) 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.
-
- (iii) Neither the name of the University nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
- 6. Disclaimer/Limitation of Liability: THIS SOFTWARE IS PROVIDED BY
- SENDMAIL, 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 SENDMAIL, INC., THE REGENTS OF THE UNIVERSITY OF
- CALIFORNIA OR CONTRIBUTORS 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 DAMAGES.
-
- $Revision: 8.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/s/slirp4netns/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/s/slirp4netns/stable_copyright-detailed.expected.yml
index 5658bbcfd7e..abe77400132 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/s/slirp4netns/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/s/slirp4netns/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-2.0-plus
declared_license:
- GPL-2+
- GPL-2+
@@ -20,10 +19,530 @@ declared_license:
- GPL-2
- GPL-2+
- LGPL-2.1+
-license_expression: (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus) AND
- bsd-new AND bsd-simplified AND mit AND mit AND bsd-simplified AND (gpl-2.0-plus AND gpl-2.0-plus)
+declared_license_expression: gpl-2.0-plus
+declared_license_expression_spdx: GPL-2.0-or-later
+other_license_expression: (gpl-2.0-plus AND gpl-2.0-plus) AND (gpl-2.0-plus AND gpl-2.0-plus)
+ AND bsd-new AND bsd-simplified AND mit AND mit AND bsd-simplified AND (gpl-2.0-plus AND gpl-2.0-plus)
AND (gpl-2.0-plus AND gpl-2.0-plus) AND mit AND bsd-simplified AND bsd-simplified AND bsd-simplified
AND (lgpl-2.1-plus AND lgpl-2.1-plus AND lgpl-2.1)
+other_license_expression_spdx: (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later) AND BSD-3-Clause AND BSD-2-Clause AND MIT AND MIT AND BSD-2-Clause AND
+ (GPL-2.0-or-later AND GPL-2.0-or-later) AND (GPL-2.0-or-later AND GPL-2.0-or-later) AND MIT
+ AND BSD-2-Clause AND BSD-2-Clause AND BSD-2-Clause AND (LGPL-2.1-or-later AND LGPL-2.1-or-later
+ AND LGPL-2.1-only)
+license_detections: []
+other_license_detections:
+ - license_expression: bsd-simplified
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 21
+ end_line: 21
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-simplified
+ rule_identifier: bsd-simplified_136.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-simplified_136.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: license BSD-2-clause
+ licenses:
+ - key: bsd-simplified
+ name: BSD-2-Clause
+ short_name: BSD-2-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-2-Clause
+ text_url: http://opensource.org/licenses/bsd-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-simplified
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE
+ spdx_license_key: BSD-2-Clause
+ spdx_url: https://spdx.org/licenses/BSD-2-Clause
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 79
+ end_line: 101
+ matched_length: 213
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_19.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_19.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 213
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. Neither the name of the University nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: bsd-simplified
+ detection_log:
+ - not-combined
+ matches:
+ - score: '98.88'
+ start_line: 106
+ end_line: 124
+ matched_length: 176
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-simplified
+ rule_identifier: bsd-simplified_274.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-simplified_274.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 176
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+
+ THIS SOFTWARE IS PROVIDED ``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
+ DANNY GASPAROVSKI OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-simplified
+ name: BSD-2-Clause
+ short_name: BSD-2-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-2-Clause
+ text_url: http://opensource.org/licenses/bsd-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-simplified
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE
+ spdx_license_key: BSD-2-Clause
+ spdx_url: https://spdx.org/licenses/BSD-2-Clause
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 127
+ end_line: 143
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and 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 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 145
+ end_line: 145
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_561.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_561.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: 148
+ end_line: 150
+ matched_length: 11
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1142.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1142.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 11
+ rule_relevance: 100
+ matched_text: |
+ free software, licensed under:
+
+ The GNU General Public License, Version 2,
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: 152
+ end_line: 156
+ matched_length: 59
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1296.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1296.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 59
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; version 2 dated June, 1991.
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in '/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 158
+ end_line: 158
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 159
+ end_line: 173
+ matched_length: 126
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_839.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_839.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 126
+ rule_relevance: 100
+ matched_text: |
+ This package 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 Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see
+
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: lgpl-2.1-plus AND lgpl-2.1
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 175
+ end_line: 175
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_108.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1+'
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 176
+ end_line: 187
+ matched_length: 106
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_36.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_36.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 106
+ rule_relevance: 100
+ matched_text: |
+ This library is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, either version 2.1 of the License, or
+ (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library. If not, see .
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 189
+ end_line: '190'
+ matched_length: 27
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_293.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_293.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 27
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
copyright: |
2018 Giuseppe Scrivano
Akihiro Suda
@@ -40,292 +559,3 @@ copyright: |
1995, Danny Gasparovski
2013, Guillaume Subiron
2016, Renzo Davoli VirtualSquare
-matches:
- - score: '100.0'
- start_line: 21
- end_line: 21
- matcher: 2-aho
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-simplified_136.RULE
- license_expression: bsd-simplified
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: license BSD-2-clause
- - score: '100.0'
- start_line: 79
- end_line: 101
- matcher: 1-hash
- rule_length: 213
- matched_length: 213
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_19.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 3. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 THE REGENTS OR CONTRIBUTORS 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.
- - score: '98.88'
- start_line: 106
- end_line: 124
- matcher: 2-aho
- rule_length: 176
- matched_length: 176
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-simplified_274.RULE
- license_expression: bsd-simplified
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
-
- THIS SOFTWARE IS PROVIDED ``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
- [DANNY] [GASPAROVSKI] OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 127
- end_line: 143
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and 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 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.
- - score: '100.0'
- start_line: 145
- end_line: 145
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_561.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2'
- - score: '100.0'
- start_line: 148
- end_line: 150
- matcher: 2-aho
- rule_length: 11
- matched_length: 11
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1142.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- free software, licensed under:
-
- The GNU General Public License, Version 2,
- - score: '100.0'
- start_line: 152
- end_line: 156
- matcher: 2-aho
- rule_length: 59
- matched_length: 59
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1296.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; version 2 dated June, 1991.
- On Debian systems, the complete text of version 2 of the GNU General
- Public License can be found in '/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 158
- end_line: 158
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 159
- end_line: 173
- matcher: 1-hash
- rule_length: 126
- matched_length: 126
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_839.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package 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 Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see
-
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
- - score: '100.0'
- start_line: 175
- end_line: 175
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_108.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1+'
- - score: '100.0'
- start_line: 176
- end_line: 187
- matcher: 2-aho
- rule_length: 106
- matched_length: 106
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_36.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This library is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 2.1 of the License, or
- (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this library. If not, see .
- - score: '100.0'
- start_line: 189
- end_line: '190'
- matcher: 2-aho
- rule_length: 27
- matched_length: 27
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_293.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of the GNU Lesser General
- Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1".
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/s/subversion/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/s/subversion/stable_copyright-detailed.expected.yml
index 789a242300a..5a9a3bced18 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/s/subversion/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/s/subversion/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: apache-2.0
declared_license:
- Apache-2.0
- BSD-3-clause or Apache-2.0
@@ -20,548 +19,806 @@ declared_license:
- Expat
- Unicode
- AFL-3
-license_expression: (apache-2.0 AND apache-2.0) AND (bsd-new OR (apache-2.0 AND apache-2.0))
+declared_license_expression: apache-2.0
+declared_license_expression_spdx: Apache-2.0
+other_license_expression: (apache-2.0 AND apache-2.0) AND (bsd-new OR (apache-2.0 AND apache-2.0))
AND markus-kuhn-license AND bsd-new AND other-permissive AND (gpl-2.0-plus AND gpl-2.0) AND
(gpl-3.0-plus AND gpl-3.0) AND afl-3.0 AND (mit AND unicode) AND bsd-simplified AND bsd-new
AND bsd-simplified
-copyright: |
- Apache Software Foundation
- 2007 Max Bowsher
- 2005 Greg Stein
- 2007 David Glasser
- 2003, 2004, 2005 Edgewall Software
- 2003, 2004, 2005 Jonas Borgström
- 2005 Christopher Lenz
- 2007 Markus Kuhn
- 2008-2014 Vinay Sajip
- 2006 Peter Samuelson
- 2004, 2005, 2006 Simon Perreault
- 2005,2006 Blair Zajac
- 2002-2009 Stefan Reichoer
- 2006-2010 Virtutech AB
- 2010 Intel
- 2008,2009 by Robert Millan
- 2009 by Peter Samuelson
- 2002,2003,2004,2005,2006,2007,2009 Dolby. All rights reserved.
- 2014-2015 Steven G. Johnson, Jiahao Chen, Tony Kelman, Jonas Fonseca, and other contributors listed in the git history
- 2009, 2013 Public Software Group e. V., Berlin, Germany
- 1991-2007 Unicode, Inc.
- 2011-2016, Yann Collet
- 2006-2008 Christophe Devine
- 2009 Paul Bakker
- 2010-2013, Peter Noordhuis
- 2010-2014, Salvatore Sanfilippo
-matches:
- - score: '100.0'
- start_line: 21
- end_line: 23
- matcher: 1-hash
- rule_length: 28
- matched_length: 28
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: markus-kuhn-license.LICENSE
- license_expression: markus-kuhn-license
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute this software
- for any purpose and without fee is hereby granted. The author
- disclaims all warranties with regard to this software.
- - score: '100.0'
- start_line: 33
- end_line: 34
- matcher: 1-hash
- rule_length: 22
- matched_length: 22
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: other-permissive_323.RULE
- license_expression: other-permissive
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission is granted to everyone to use and distribute this work,
- without limitation, modified or unmodified, in any way, for any purpose.
- - score: '100.0'
- start_line: 78
- end_line: 78
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 79
- end_line: 80
- matcher: 1-hash
- rule_length: 22
- matched_length: 22
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1325.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of the GPL version 2 license can be
- found in `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 82
- end_line: 82
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_92.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-3+'
- - score: '100.0'
- start_line: 83
- end_line: 84
- matcher: 1-hash
- rule_length: 22
- matched_length: 22
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0_480.RULE
- license_expression: gpl-3.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: |
- On Debian systems, the complete text of the GPL version 3 license can be
- found in `/usr/share/common-licenses/GPL-3'.
- - score: '100.0'
- start_line: 86
- end_line: 86
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_65.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: apache-2.0'
- - score: '100.0'
- start_line: 87
- end_line: 102
- matcher: 1-hash
- rule_length: 119
- matched_length: 119
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_2.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
+other_license_expression_spdx: (Apache-2.0 AND Apache-2.0) AND (BSD-3-Clause OR (Apache-2.0
+ AND Apache-2.0)) AND LicenseRef-scancode-markus-kuhn-license AND BSD-3-Clause AND LicenseRef-scancode-other-permissive
+ AND (GPL-2.0-or-later AND GPL-2.0-only) AND (GPL-3.0-or-later AND GPL-3.0-only) AND AFL-3.0
+ AND (MIT AND LicenseRef-scancode-unicode) AND BSD-2-Clause AND BSD-3-Clause AND BSD-2-Clause
+license_detections: []
+other_license_detections:
+ - license_expression: markus-kuhn-license
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 21
+ end_line: 23
+ matched_length: 28
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: markus-kuhn-license
+ rule_identifier: markus-kuhn-license.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/markus-kuhn-license.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 28
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute this software
+ for any purpose and without fee is hereby granted. The author
+ disclaims all warranties with regard to this software.
+ licenses:
+ - key: markus-kuhn-license
+ name: Markus Kuhn License
+ short_name: Markus Kuhn License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Markus Kuhn
+ homepage_url: https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
+ text_url: https://www.cl.cam.ac.uk/~mgk25/ucs/langinfo.c
+ reference_url: https://scancode-licensedb.aboutcode.org/markus-kuhn-license
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/markus-kuhn-license.LICENSE
+ spdx_license_key: LicenseRef-scancode-markus-kuhn-license
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/markus-kuhn-license.LICENSE
+ - license_expression: other-permissive
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 33
+ end_line: 34
+ matched_length: 22
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: other-permissive
+ rule_identifier: other-permissive_323.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/other-permissive_323.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 22
+ rule_relevance: 100
+ matched_text: |
+ Permission is granted to everyone to use and distribute this work,
+ without limitation, modified or unmodified, in any way, for any purpose.
+ licenses:
+ - key: other-permissive
+ name: Other Permissive Licenses
+ short_name: Other Permissive Licenses
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: nexB
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/other-permissive
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ spdx_license_key: LicenseRef-scancode-other-permissive
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/other-permissive.LICENSE
+ - license_expression: gpl-2.0-plus AND gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 78
+ end_line: 78
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 79
+ end_line: 80
+ matched_length: 22
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1325.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1325.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 22
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of the GPL version 2 license can be
+ found in `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-3.0-plus AND gpl-3.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 82
+ end_line: 82
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_92.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_92.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-3+'
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - score: '100.0'
+ start_line: 83
+ end_line: 84
+ matched_length: 22
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0
+ rule_identifier: gpl-3.0_480.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0_480.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 22
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the complete text of the GPL version 3 license can be
+ found in `/usr/share/common-licenses/GPL-3'.
+ licenses:
+ - key: gpl-3.0
+ name: GNU General Public License 3.0
+ short_name: GPL 3.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0.LICENSE
+ spdx_license_key: GPL-3.0-only
+ spdx_url: https://spdx.org/licenses/GPL-3.0-only
+ - license_expression: apache-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 86
+ end_line: 86
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_65.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_65.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: apache-2.0'
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - score: '100.0'
+ start_line: 87
+ end_line: 102
+ matched_length: 119
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_2.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_2.RULE
+ referenced_filenames:
+ - NOTICE
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 119
+ rule_relevance: 100
+ matched_text: |
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
- - score: '100.0'
- start_line: 107
- end_line: 131
- matcher: 2-aho
- rule_length: 204
- matched_length: 204
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_970.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 107
+ end_line: 131
+ matched_length: 204
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-new
+ rule_identifier: bsd-new_970.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_970.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 204
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- the documentation and/or other materials provided with the
- distribution.
- 3. The name of the author may not be used to endorse or promote
- products derived from this software without specific prior written
- permission.
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ the documentation and/or other materials provided with the
+ distribution.
+ 3. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR "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 THE AUTHOR 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.
- - score: '100.0'
- start_line: 136
- end_line: 155
- matcher: 2-aho
- rule_length: 183
- matched_length: 183
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-simplified.LICENSE
- license_expression: bsd-simplified
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without modification,
- are permitted provided that the following conditions are met:
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR "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 THE AUTHOR 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: bsd-simplified
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 136
+ end_line: 155
+ matched_length: 183
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-simplified
+ rule_identifier: bsd-simplified.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 183
+ rule_relevance: 100
+ matched_text: |
+ 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 must retain the above copyright notice, this
- list of conditions and the following disclaimer.
+ * Redistributions of source code 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.
+ * 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.
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 158
- end_line: 174
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish, distribute, sublicense,
- and/or sell copies of the Software, and to permit persons to whom the
- Software is furnished to do so, subject to the following conditions:
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-simplified
+ name: BSD-2-Clause
+ short_name: BSD-2-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-2-Clause
+ text_url: http://opensource.org/licenses/bsd-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-simplified
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE
+ spdx_license_key: BSD-2-Clause
+ spdx_url: https://spdx.org/licenses/BSD-2-Clause
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 158
+ end_line: 174
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
+ The above copyright notice and 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
- 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.
- - score: '100.0'
- start_line: 177
- end_line: 208
- matcher: 1-hash
- rule_length: 328
- matched_length: 328
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: unicode_56.RULE
- license_expression: unicode
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission is hereby granted, free of charge, to any person obtaining a
- copy of the Unicode data files and any associated documentation (the "Data
- Files") or Unicode software and any associated documentation (the
- "Software") to deal in the Data Files or Software without restriction,
- including without limitation the rights to use, copy, modify, merge,
- publish, distribute, and/or sell copies of the Data Files or Software, and
- to permit persons to whom the Data Files or Software are furnished to do
- so, provided that (a) the above copyright notice(s) and this permission
- notice appear with all copies of the Data Files or Software, (b) both the
- above copyright notice(s) and this permission notice appear in associated
- documentation, and (c) there is clear notice in each modified Data File or
- in the Software as well as in the documentation associated with the Data
- File(s) or Software that the data or software has been modified.
+ 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
+ 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: unicode
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 177
+ end_line: 208
+ matched_length: 328
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: unicode
+ rule_identifier: unicode_56.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/unicode_56.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 328
+ rule_relevance: 100
+ matched_text: |
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of the Unicode data files and any associated documentation (the "Data
+ Files") or Unicode software and any associated documentation (the
+ "Software") to deal in the Data Files or Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, and/or sell copies of the Data Files or Software, and
+ to permit persons to whom the Data Files or Software are furnished to do
+ so, provided that (a) the above copyright notice(s) and this permission
+ notice appear with all copies of the Data Files or Software, (b) both the
+ above copyright notice(s) and this permission notice appear in associated
+ documentation, and (c) there is clear notice in each modified Data File or
+ in the Software as well as in the documentation associated with the Data
+ File(s) or Software that the data or software has been modified.
- THE DATA FILES AND SOFTWARE 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 OF
- THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
- INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
- CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
- USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+ THE DATA FILES AND SOFTWARE 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 OF
+ THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
+ INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
+ CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
+ USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
- Except as contained in this notice, the name of a copyright holder shall
- not be used in advertising or otherwise to promote the sale, use or other
- dealings in these Data Files or Software without prior written
- authorization of the copyright holder.
+ Except as contained in this notice, the name of a copyright holder shall
+ not be used in advertising or otherwise to promote the sale, use or other
+ dealings in these Data Files or Software without prior written
+ authorization of the copyright holder.
- Unicode and the Unicode logo are trademarks of Unicode, Inc., and may be
- registered in some jurisdictions. All other trademarks and registered
- trademarks mentioned herein are the property of their respective owners.
- - score: '100.0'
- start_line: 211
- end_line: 396
- matcher: 1-hash
- rule_length: 1626
- matched_length: 1626
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: afl-3.0.LICENSE
- license_expression: afl-3.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This Academic Free License (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:
+ Unicode and the Unicode logo are trademarks of Unicode, Inc., and may be
+ registered in some jurisdictions. All other trademarks and registered
+ trademarks mentioned herein are the property of their respective owners.
+ licenses:
+ - key: unicode
+ name: Unicode Inc License Agreement
+ short_name: Unicode Inc License Agreement
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Unicode Consortium
+ homepage_url: http://unicode.org/
+ text_url: http://unicode.org/copyright.html
+ reference_url: https://scancode-licensedb.aboutcode.org/unicode
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
+ spdx_license_key: LicenseRef-scancode-unicode
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/unicode.LICENSE
+ - license_expression: afl-3.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 211
+ end_line: 396
+ matched_length: 1626
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: afl-3.0
+ rule_identifier: afl-3.0.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/afl-3.0.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 1626
+ rule_relevance: 100
+ matched_text: |
+ This Academic Free License (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 Academic Free License version 3.0
+ Licensed under the Academic Free License version 3.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, under any license of your
- choice that does not contradict the terms and conditions,
- including Licensor's reserved rights and remedies, in this
- Academic Free License;
- d) to perform the Original Work publicly; and
- e) to display the Original Work publicly.
+ 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, under any license of your
+ choice that does not contradict the terms and conditions,
+ including Licensor's reserved rights and remedies, in this
+ Academic Free License;
+ 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.
+ 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.
+ 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.
+ 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).
+ 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.
+ 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.
+ 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.
+ 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).
+ 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.
+ 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.
+ 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.
+ 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.
+ 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.
+ 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.
+ 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 © 2005
- Lawrence Rosen. 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 "Academic Free License" or "AFL" and you may not use those
- names in the name of your Modified License; (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; and (iii) You may not claim that your original works are
- open source software unless your Modified License has been
- approved by Open Source Initiative (OSI) and You comply with its
- license review and certification process.
+ 16) Modification of This License. This License is Copyright © 2005
+ Lawrence Rosen. 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 "Academic Free License" or "AFL" and you may not use those
+ names in the name of your Modified License; (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; and (iii) You may not claim that your original works are
+ open source software unless your Modified License has been
+ approved by Open Source Initiative (OSI) and You comply with its
+ license review and certification process.
+ licenses:
+ - key: afl-3.0
+ name: Academic Free License 3.0
+ short_name: AFL 3.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Lawrence Rosen
+ homepage_url: http://opensource.org/licenses/afl-3.0.php
+ text_url: http://www.opensource.org/licenses/afl-3.0.php
+ reference_url: https://scancode-licensedb.aboutcode.org/afl-3.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/afl-3.0.LICENSE
+ spdx_license_key: AFL-3.0
+ spdx_url: https://spdx.org/licenses/AFL-3.0
+copyright: |
+ Apache Software Foundation
+ 2007 Max Bowsher
+ 2005 Greg Stein
+ 2007 David Glasser
+ 2003, 2004, 2005 Edgewall Software
+ 2003, 2004, 2005 Jonas Borgström
+ 2005 Christopher Lenz
+ 2007 Markus Kuhn
+ 2008-2014 Vinay Sajip
+ 2006 Peter Samuelson
+ 2004, 2005, 2006 Simon Perreault
+ 2005,2006 Blair Zajac
+ 2002-2009 Stefan Reichoer
+ 2006-2010 Virtutech AB
+ 2010 Intel
+ 2008,2009 by Robert Millan
+ 2009 by Peter Samuelson
+ 2002,2003,2004,2005,2006,2007,2009 Dolby. All rights reserved.
+ 2014-2015 Steven G. Johnson, Jiahao Chen, Tony Kelman, Jonas Fonseca, and other contributors listed in the git history
+ 2009, 2013 Public Software Group e. V., Berlin, Germany
+ 1991-2007 Unicode, Inc.
+ 2011-2016, Yann Collet
+ 2006-2008 Christophe Devine
+ 2009 Paul Bakker
+ 2010-2013, Peter Noordhuis
+ 2010-2014, Salvatore Sanfilippo
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/s/systemd/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/s/systemd/stable_copyright-detailed.expected.yml
index ffd3955fbf5..d41df1994c7 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/s/systemd/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/s/systemd/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: lgpl-2.1-plus
declared_license:
- LGPL-2.1+
- CC0-1.0
@@ -16,10 +15,443 @@ declared_license:
- GPL-2+
- LGPL-2.1+
- CC0-1.0
-license_expression: (lgpl-2.1-plus AND lgpl-2.1-plus) AND (cc0-1.0 AND cc0-1.0) AND (gpl-2.0
+declared_license_expression: lgpl-2.1-plus
+declared_license_expression_spdx: LGPL-2.1-or-later
+other_license_expression: (lgpl-2.1-plus AND lgpl-2.1-plus) AND (cc0-1.0 AND cc0-1.0) AND (gpl-2.0
AND gpl-2.0) AND (gpl-2.0 AND gpl-2.0) AND (gpl-2.0-plus AND gpl-2.0-plus) AND mit AND public-domain-disclaimer
AND (gpl-2.0-plus AND gpl-2.0-plus) AND (lgpl-2.1-plus AND lgpl-2.1-plus) AND (gpl-2.0 AND
gpl-2.0) AND (lgpl-2.1-plus AND lgpl-2.1-plus)
+other_license_expression_spdx: (LGPL-2.1-or-later AND LGPL-2.1-or-later) AND (CC0-1.0 AND CC0-1.0)
+ AND (GPL-2.0-only AND GPL-2.0-only) AND (GPL-2.0-only AND GPL-2.0-only) AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later) AND MIT AND LicenseRef-scancode-public-domain-disclaimer AND (GPL-2.0-or-later
+ AND GPL-2.0-or-later) AND (LGPL-2.1-or-later AND LGPL-2.1-or-later) AND (GPL-2.0-only AND
+ GPL-2.0-only) AND (LGPL-2.1-or-later AND LGPL-2.1-or-later)
+license_detections: []
+other_license_detections:
+ - license_expression: public-domain-disclaimer
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 62
+ end_line: 63
+ matched_length: 18
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: public-domain-disclaimer
+ rule_identifier: public-domain-disclaimer_7.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain-disclaimer_7.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 18
+ rule_relevance: 100
+ matched_text: |
+ You can use this free for any purpose. It's in the public domain. It has no
+ warranty.
+ licenses:
+ - key: public-domain-disclaimer
+ name: Public Domain Disclaimer
+ short_name: Public Domain Disclaimer
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url:
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain-disclaimer
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain-disclaimer.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain-disclaimer
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain-disclaimer.LICENSE
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 114
+ end_line: 130
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and 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
+ 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 132
+ end_line: 132
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_561.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_561.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: 133
+ end_line: 148
+ matched_length: 132
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1292.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1292.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 132
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; version 2 of the License.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+ On Debian and systems the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2`
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 150
+ end_line: 150
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 151
+ end_line: 166
+ matched_length: 134
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_737.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_737.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 134
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in ‘/usr/share/common-licenses/GPL-2’.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 168
+ end_line: 168
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_108.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1+'
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 169
+ end_line: 184
+ matched_length: 141
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_344.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_344.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 141
+ rule_relevance: 100
+ matched_text: |
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License along
+ with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’.
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: cc0-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 186
+ end_line: 186
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: cc0-1.0
+ rule_identifier: cc0-1.0_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc0-1.0_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: cc0-1.0'
+ licenses:
+ - key: cc0-1.0
+ name: Creative Commons CC0 1.0 Universal
+ short_name: CC0-1.0
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/publicdomain/zero/1.0/
+ text_url: http://creativecommons.org/publicdomain/zero/1.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc0-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE
+ spdx_license_key: CC0-1.0
+ spdx_url: https://spdx.org/licenses/CC0-1.0
+ - score: '100.0'
+ start_line: 187
+ end_line: '195'
+ matched_length: 82
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: cc0-1.0
+ rule_identifier: cc0-1.0_153.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/cc0-1.0_153.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/CC0-1.0
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 82
+ rule_relevance: 100
+ matched_text: |
+ To the extent possible under law, the author(s) have dedicated all copyright
+ and related and neighboring rights to this software to the public domain
+ worldwide. This software is distributed without any warranty.
+
+ You should have received a copy of the CC0 Public Domain Dedication along with
+ this software. If not, see .
+
+ On Debian systems, the complete text of the CC0 1.0 Universal license can be
+ found in ‘/usr/share/common-licenses/CC0-1.0’.
+ licenses:
+ - key: cc0-1.0
+ name: Creative Commons CC0 1.0 Universal
+ short_name: CC0-1.0
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Creative Commons
+ homepage_url: http://creativecommons.org/publicdomain/zero/1.0/
+ text_url: http://creativecommons.org/publicdomain/zero/1.0/legalcode
+ reference_url: https://scancode-licensedb.aboutcode.org/cc0-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/cc0-1.0.LICENSE
+ spdx_license_key: CC0-1.0
+ spdx_url: https://spdx.org/licenses/CC0-1.0
copyright: |
2008-2015 Kay Sievers
2010-2015 Lennart Poettering
@@ -80,240 +512,3 @@ copyright: |
2010-2013 Tollef Fog Heen
2013-2018 Michael Biebl
2013 Michael Stapelberg
-matches:
- - score: '100.0'
- start_line: 62
- end_line: 63
- matcher: 1-hash
- rule_length: 18
- matched_length: 18
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain-disclaimer_7.RULE
- license_expression: public-domain-disclaimer
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- You can use this free for any purpose. It's in the public domain. It has no
- warranty.
- - score: '100.0'
- start_line: 114
- end_line: 130
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish, distribute, sublicense, and/or
- sell copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and 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
- 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.
- - score: '100.0'
- start_line: 132
- end_line: 132
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_561.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2'
- - score: '100.0'
- start_line: 133
- end_line: 148
- matcher: 1-hash
- rule_length: 132
- matched_length: 132
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1292.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; version 2 of the License.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
-
- On Debian and systems the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2`
- - score: '100.0'
- start_line: 150
- end_line: 150
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 151
- end_line: 166
- matcher: 1-hash
- rule_length: 134
- matched_length: 134
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_737.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 2, or (at your option)
- any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
- On Debian systems, the complete text of the GNU General Public License
- version 2 can be found in ‘/usr/share/common-licenses/GPL-2’.
- - score: '100.0'
- start_line: 168
- end_line: 168
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_108.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1+'
- - score: '100.0'
- start_line: 169
- end_line: 184
- matcher: 1-hash
- rule_length: 141
- matched_length: 141
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_344.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation; either version 2.1, or (at your option)
- any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along
- with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
- On Debian systems, the complete text of the GNU Lesser General Public
- License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’.
- - score: '100.0'
- start_line: 186
- end_line: 186
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cc0-1.0_12.RULE
- license_expression: cc0-1.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: cc0-1.0'
- - score: '100.0'
- start_line: 187
- end_line: '195'
- matcher: 1-hash
- rule_length: 82
- matched_length: 82
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: cc0-1.0_153.RULE
- license_expression: cc0-1.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- To the extent possible under law, the author(s) have dedicated all copyright
- and related and neighboring rights to this software to the public domain
- worldwide. This software is distributed without any warranty.
-
- You should have received a copy of the CC0 Public Domain Dedication along with
- this software. If not, see .
-
- On Debian systems, the complete text of the CC0 1.0 Universal license can be
- found in ‘/usr/share/common-licenses/CC0-1.0’.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/t/tzdata/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/t/tzdata/stable_copyright-detailed.expected.yml
index 094efafcce0..12982b1237d 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/t/tzdata/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/t/tzdata/stable_copyright-detailed.expected.yml
@@ -1,21 +1,44 @@
-primary_license:
declared_license:
-license_expression: public-domain
+declared_license_expression: public-domain
+declared_license_expression_spdx: LicenseRef-scancode-public-domain
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 9
+ end_line: 9
+ matched_length: 5
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_285.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_285.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 5
+ rule_relevance: 100
+ matched_text: is in the public domain.
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+other_license_detections: []
copyright:
-matches:
- - score: '100.0'
- start_line: 9
- end_line: 9
- matcher: 2-aho
- rule_length: 5
- matched_length: 5
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_285.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: is in the public domain.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/u/unzip/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/u/unzip/stable_copyright-detailed.expected.yml
index 1fa001d86eb..ab51f506872 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/u/unzip/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/u/unzip/stable_copyright-detailed.expected.yml
@@ -1,83 +1,106 @@
-primary_license:
declared_license:
-license_expression: info-zip-2009-01
-copyright: Copyright (c) 1990-2009 Info-ZIP.
-matches:
- - score: '100.0'
- start_line: 15
- end_line: 76
- matcher: 2-aho
- rule_length: 527
- matched_length: 527
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: info-zip-2009-01_12.RULE
- license_expression: info-zip-2009-01
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This is version 2009-Jan-02 of the Info-ZIP license.
- The definitive version of this document should be available at
- ftp://ftp.info-zip.org/pub/infozip/license.html indefinitely and
- a copy at http://www.info-zip.org/pub/infozip/license.html.
+declared_license_expression: info-zip-2009-01
+declared_license_expression_spdx: LicenseRef-scancode-info-zip-2009-01
+other_license_expression:
+other_license_expression_spdx:
+license_detections:
+ - license_expression: info-zip-2009-01
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 15
+ end_line: 76
+ matched_length: 527
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: info-zip-2009-01
+ rule_identifier: info-zip-2009-01_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/info-zip-2009-01_12.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 527
+ rule_relevance: 100
+ matched_text: |
+ This is version 2009-Jan-02 of the Info-ZIP license.
+ The definitive version of this document should be available at
+ ftp://ftp.info-zip.org/pub/infozip/license.html indefinitely and
+ a copy at http://www.info-zip.org/pub/infozip/license.html.
- Copyright (c) 1990-2009 Info-ZIP. All rights reserved.
+ Copyright (c) 1990-2009 Info-ZIP. All rights reserved.
- For the purposes of this copyright and license, "Info-ZIP" is defined as
- the following set of individuals:
+ For the purposes of this copyright and license, "Info-ZIP" is defined as
+ the following set of individuals:
- Mark Adler, John Bush, Karl Davis, Harald Denker, Jean-Michel Dubois,
- Jean-loup Gailly, Hunter Goatley, Ed Gordon, Ian Gorman, Chris Herborth,
- Dirk Haase, Greg Hartwig, Robert Heath, Jonathan Hudson, Paul Kienitz,
- David Kirschbaum, Johnny Lee, Onno van der Linden, Igor Mandrichenko,
- Steve P. Miller, Sergio Monesi, Keith Owens, George Petrov, Greg Roelofs,
- Kai Uwe Rommel, Steve Salisbury, Dave Smith, Steven M. Schweda,
- Christian Spieler, Cosmin Truta, Antoine Verheijen, Paul von Behren,
- Rich Wales, Mike White.
+ Mark Adler, John Bush, Karl Davis, Harald Denker, Jean-Michel Dubois,
+ Jean-loup Gailly, Hunter Goatley, Ed Gordon, Ian Gorman, Chris Herborth,
+ Dirk Haase, Greg Hartwig, Robert Heath, Jonathan Hudson, Paul Kienitz,
+ David Kirschbaum, Johnny Lee, Onno van der Linden, Igor Mandrichenko,
+ Steve P. Miller, Sergio Monesi, Keith Owens, George Petrov, Greg Roelofs,
+ Kai Uwe Rommel, Steve Salisbury, Dave Smith, Steven M. Schweda,
+ Christian Spieler, Cosmin Truta, Antoine Verheijen, Paul von Behren,
+ Rich Wales, Mike White.
- This software is provided "as is," without warranty of any kind, express
- or implied. In no event shall Info-ZIP or its contributors be held liable
- for any direct, indirect, incidental, special or consequential damages
- arising out of the use of or inability to use this software.
+ This software is provided "as is," without warranty of any kind, express
+ or implied. In no event shall Info-ZIP or its contributors be held liable
+ for any direct, indirect, incidental, special or consequential damages
+ arising out of the use of or inability to use this software.
- Permission is granted to anyone to use this software for any purpose,
- including commercial applications, and to alter it and redistribute it
- freely, subject to the above disclaimer and the following restrictions:
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the above disclaimer and the following restrictions:
- 1. Redistributions of source code (in whole or in part) must retain
- the above copyright notice, definition, disclaimer, and this list
- of conditions.
+ 1. Redistributions of source code (in whole or in part) must retain
+ the above copyright notice, definition, disclaimer, and this list
+ of conditions.
- 2. Redistributions in binary form (compiled executables and libraries)
- must reproduce the above copyright notice, definition, disclaimer,
- and this list of conditions in documentation and/or other materials
- provided with the distribution. Additional documentation is not needed
- for executables where a command line license option provides these and
- a note regarding this option is in the executable's startup banner. The
- sole exception to this condition is redistribution of a standard
- UnZipSFX binary (including SFXWiz) as part of a self-extracting archive;
- that is permitted without inclusion of this license, as long as the
- normal SFX banner has not been removed from the binary or disabled.
+ 2. Redistributions in binary form (compiled executables and libraries)
+ must reproduce the above copyright notice, definition, disclaimer,
+ and this list of conditions in documentation and/or other materials
+ provided with the distribution. Additional documentation is not needed
+ for executables where a command line license option provides these and
+ a note regarding this option is in the executable's startup banner. The
+ sole exception to this condition is redistribution of a standard
+ UnZipSFX binary (including SFXWiz) as part of a self-extracting archive;
+ that is permitted without inclusion of this license, as long as the
+ normal SFX banner has not been removed from the binary or disabled.
- 3. Altered versions--including, but not limited to, ports to new operating
- systems, existing ports with new graphical interfaces, versions with
- modified or added functionality, and dynamic, shared, or static library
- versions not from Info-ZIP--must be plainly marked as such and must not
- be misrepresented as being the original source or, if binaries,
- compiled from the original source. Such altered versions also must not
- be misrepresented as being Info-ZIP releases--including, but not
- limited to, labeling of the altered versions with the names "Info-ZIP"
- (or any variation thereof, including, but not limited to, different
- capitalizations), "Pocket UnZip," "WiZ" or "MacZip" without the
- explicit permission of Info-ZIP. Such altered versions are further
- prohibited from misrepresentative use of the Zip-Bugs or Info-ZIP
- e-mail addresses or the Info-ZIP URL(s), such as to imply Info-ZIP
- will provide support for the altered versions.
+ 3. Altered versions--including, but not limited to, ports to new operating
+ systems, existing ports with new graphical interfaces, versions with
+ modified or added functionality, and dynamic, shared, or static library
+ versions not from Info-ZIP--must be plainly marked as such and must not
+ be misrepresented as being the original source or, if binaries,
+ compiled from the original source. Such altered versions also must not
+ be misrepresented as being Info-ZIP releases--including, but not
+ limited to, labeling of the altered versions with the names "Info-ZIP"
+ (or any variation thereof, including, but not limited to, different
+ capitalizations), "Pocket UnZip," "WiZ" or "MacZip" without the
+ explicit permission of Info-ZIP. Such altered versions are further
+ prohibited from misrepresentative use of the Zip-Bugs or Info-ZIP
+ e-mail addresses or the Info-ZIP URL(s), such as to imply Info-ZIP
+ will provide support for the altered versions.
- 4. Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip,"
- "UnZipSFX," "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its
- own source and binary releases.
+ 4. Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip,"
+ "UnZipSFX," "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its
+ own source and binary releases.
+ licenses:
+ - key: info-zip-2009-01
+ name: Info-Zip License 2009-01
+ short_name: Info-Zip License 2009-01
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: info-zip
+ homepage_url: http://www.info-zip.org/
+ text_url: ftp://ftp.info-zip.org/pub/infozip/license.html
+ reference_url: https://scancode-licensedb.aboutcode.org/info-zip-2009-01
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/info-zip-2009-01.LICENSE
+ spdx_license_key: LicenseRef-scancode-info-zip-2009-01
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/info-zip-2009-01.LICENSE
+other_license_detections: []
+copyright: Copyright (c) 1990-2009 Info-ZIP.
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/w/webkit2gtk/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/w/webkit2gtk/stable_copyright-detailed.expected.yml
index 2953a062c32..da1398bef4c 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/w/webkit2gtk/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/w/webkit2gtk/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: bsd-simplified
declared_license:
- BSD-2-clause
- BSD-3-clause
@@ -29,11 +28,1522 @@ declared_license:
- MPL-1.1
- Apache-2.0
- ISC
-license_expression: bsd-simplified AND bsd-simplified AND bsd-new AND mit AND (gpl-3.0-plus
+declared_license_expression: bsd-simplified
+declared_license_expression_spdx: BSD-2-Clause
+other_license_expression: bsd-simplified AND bsd-simplified AND bsd-new AND mit AND (gpl-3.0-plus
AND gpl-3.0-plus) AND (lgpl-2.0-plus AND lgpl-2.0-plus) AND (lgpl-2.1 AND lgpl-2.1) AND (lgpl-2.1-plus
AND lgpl-2.1-plus) AND x11 AND ((mpl-1.1 AND mpl-1.1) OR (gpl-2.0-plus AND gpl-2.0-plus) OR
(lgpl-2.1-plus AND lgpl-2.1-plus)) AND public-domain AND (apache-2.0 AND apache-2.0) AND (bsd-new
AND boost-1.0) AND isc AND (lgpl-2.0 AND lgpl-2.0-plus) AND (lgpl-2.0-plus AND lgpl-2.0-plus)
+other_license_expression_spdx: BSD-2-Clause AND BSD-2-Clause AND BSD-3-Clause AND MIT AND (GPL-3.0-or-later
+ AND GPL-3.0-or-later) AND (LGPL-2.0-or-later AND LGPL-2.0-or-later) AND (LGPL-2.1-only AND
+ LGPL-2.1-only) AND (LGPL-2.1-or-later AND LGPL-2.1-or-later) AND ICU AND ((MPL-1.1 AND MPL-1.1)
+ OR (GPL-2.0-or-later AND GPL-2.0-or-later) OR (LGPL-2.1-or-later AND LGPL-2.1-or-later)) AND
+ LicenseRef-scancode-public-domain AND (Apache-2.0 AND Apache-2.0) AND (BSD-3-Clause AND BSL-1.0)
+ AND ISC AND (LGPL-2.0-only AND LGPL-2.0-or-later) AND (LGPL-2.0-or-later AND LGPL-2.0-or-later)
+license_detections: []
+other_license_detections:
+ - license_expression: public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1015
+ end_line: 1017
+ matched_length: 26
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: public-domain
+ rule_identifier: public-domain_303.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_303.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 26
+ rule_relevance: 100
+ matched_text: |
+ This code was written by Colin Plumb in 1993, no copyright is
+ claimed.
+ This code is in the public domain; do with it what you wish.
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: bsd-simplified
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1045
+ end_line: 1064
+ matched_length: 183
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-simplified
+ rule_identifier: bsd-simplified_31.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-simplified_31.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 183
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+
+ THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``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 APPLE COMPUTER, INC. OR
+ CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-simplified
+ name: BSD-2-Clause
+ short_name: BSD-2-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-2-Clause
+ text_url: http://opensource.org/licenses/bsd-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-simplified
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE
+ spdx_license_key: BSD-2-Clause
+ spdx_url: https://spdx.org/licenses/BSD-2-Clause
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1067
+ end_line: 1091
+ matched_length: 214
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_1071.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_1071.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 214
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. Neither the name of Ericsson nor the names of its contributors
+ may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
+ OWNER OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: mit
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1094
+ end_line: 1112
+ matched_length: 161
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit
+ rule_identifier: mit.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 161
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and 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 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.
+ licenses:
+ - key: mit
+ name: MIT License
+ short_name: MIT License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://opensource.org/licenses/mit-license.php
+ text_url: http://opensource.org/licenses/mit-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/mit
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE
+ spdx_license_key: MIT
+ spdx_url: https://spdx.org/licenses/MIT
+ - license_expression: boost-1.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1115
+ end_line: 1138
+ matched_length: 202
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: boost-1.0
+ rule_identifier: boost-1.0_9.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/boost-1.0_9.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 202
+ rule_relevance: 100
+ matched_text: |
+ Permission is hereby granted, free of charge, to any person or
+ organization obtaining a copy of the software and accompanying
+ documentation covered by this license (the "Software") to use,
+ reproduce, display, distribute, execute, and transmit the Software,
+ and to prepare derivative works of the Software, and to permit
+ third-parties to whom the Software is furnished to do so, all subject
+ to the following:
+
+ The copyright notices in the Software and this entire statement,
+ including the above license grant, this restriction and the following
+ disclaimer, must be included in all copies of the Software, in whole
+ or in part, and all derivative works of the Software, unless such
+ copies or derivative works are solely in the form of
+ machine-executable object code generated by a source language
+ processor.
+
+ 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, TITLE AND
+ NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE
+ DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER
+ LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
+ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+ licenses:
+ - key: boost-1.0
+ name: Boost Software License 1.0
+ short_name: Boost 1.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Boost
+ homepage_url: http://www.boost.org/users/license.html
+ text_url: http://www.boost.org/LICENSE_1_0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/boost-1.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-1.0.LICENSE
+ spdx_license_key: BSL-1.0
+ spdx_url: https://spdx.org/licenses/BSL-1.0
+ - license_expression: lgpl-2.0 AND lgpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1140
+ end_line: 1140
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0
+ rule_identifier: lgpl-2.0_12.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0_12.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2'
+ licenses:
+ - key: lgpl-2.0
+ name: GNU Library General Public License 2.0
+ short_name: LGPL 2.0
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.0.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0.LICENSE
+ spdx_license_key: LGPL-2.0-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-only
+ - score: '100.0'
+ start_line: 1141
+ end_line: 1150
+ matched_length: 81
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_527.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_527.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 81
+ rule_relevance: 100
+ matched_text: |
+ This module is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License version 2
+ as published by the Free Software Foundation.
+
+ This module is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ On Debian systems, the complete text of the license can be found in
+ the file /usr/share/common-licenses/LGPL-2
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - license_expression: lgpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1152
+ end_line: 1152
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_61.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_61.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2+'
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - score: '100.0'
+ start_line: 1153
+ end_line: 1163
+ matched_length: 92
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.0-plus
+ rule_identifier: lgpl-2.0-plus_526.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.0-plus_526.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 92
+ rule_relevance: 100
+ matched_text: |
+ This module is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+
+ This module is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ On Debian systems, the complete text of the license can be found in
+ the file /usr/share/common-licenses/LGPL-2
+ licenses:
+ - key: lgpl-2.0-plus
+ name: GNU Library General Public License 2.0 or later
+ short_name: LGPL 2.0 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.0-plus.LICENSE
+ spdx_license_key: LGPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.0-or-later
+ - license_expression: lgpl-2.1
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1165
+ end_line: 1165
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_38.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_38.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1'
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - score: '100.0'
+ start_line: 1166
+ end_line: 1175
+ matched_length: 83
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1
+ rule_identifier: lgpl-2.1_382.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1_382.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 83
+ rule_relevance: 100
+ matched_text: |
+ This module is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License version
+ 2.1 as published by the Free Software Foundation.
+
+ This module is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ On Debian systems, the complete text of the license can be found in
+ the file /usr/share/common-licenses/LGPL-2.1
+ licenses:
+ - key: lgpl-2.1
+ name: GNU Lesser General Public License 2.1
+ short_name: LGPL 2.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/lgpl-2.1.html
+ text_url: http://www.gnu.org/licenses/lgpl-2.1.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1.LICENSE
+ spdx_license_key: LGPL-2.1-only
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-only
+ - license_expression: lgpl-2.1-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1177
+ end_line: 1177
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_108.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_108.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: lgpl-2.1+'
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - score: '100.0'
+ start_line: 1178
+ end_line: 1188
+ matched_length: 94
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: lgpl-2.1-plus
+ rule_identifier: lgpl-2.1-plus_202.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/lgpl-2.1-plus_202.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/LGPL-2.1
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 94
+ rule_relevance: 100
+ matched_text: |
+ This module is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of the
+ License, or (at your option) any later version.
+
+ This module is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ On Debian systems, the complete text of the license can be found in
+ the file /usr/share/common-licenses/LGPL-2.1
+ licenses:
+ - key: lgpl-2.1-plus
+ name: GNU Lesser General Public License 2.1 or later
+ short_name: LGPL 2.1 or later
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/lgpl-2.1-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/lgpl-2.1-plus.LICENSE
+ spdx_license_key: LGPL-2.1-or-later
+ spdx_url: https://spdx.org/licenses/LGPL-2.1-or-later
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1190
+ end_line: 1190
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 1191
+ end_line: 1201
+ matched_length: 91
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_655.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_655.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 91
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 2 of the License, or (at
+ your option) any later version.
+
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ On Debian systems, the complete text of the license can be found in
+ the file /usr/share/common-licenses/GPL-2
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1203
+ end_line: 1203
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_92.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_92.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-3+'
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - score: '100.0'
+ start_line: 1204
+ end_line: 1215
+ matched_length: 100
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_508.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_508.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 100
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation; either version 3 of the License, or (at
+ your option) any later version.
+
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ On Debian systems, the complete text of the license can be found in
+ the file /usr/share/common-licenses/GPL-3
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - license_expression: x11
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1218
+ end_line: 1241
+ matched_length: 227
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: x11
+ rule_identifier: x11.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 227
+ rule_relevance: 100
+ matched_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 to use, copy, modify, merge, publish,
+ distribute, and/or sell copies of the Software, and to permit persons
+ to whom the Software is furnished to do so, provided that the above
+ copyright notice(s) and this permission notice appear in all copies
+ of the Software and that both the above copyright notice(s) and this
+ permission notice appear in supporting documentation.
+
+ 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
+ OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
+ SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
+ RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
+ CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+ Except as contained in this notice, the name of a copyright holder
+ shall not be used in advertising or otherwise to promote the sale,
+ use or other dealings in this Software without prior written
+ authorization of the copyright holder.
+ licenses:
+ - key: x11
+ name: X11 License
+ short_name: X11 License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: XFree86 Project, Inc
+ homepage_url: http://www.xfree86.org/3.3.6/COPYRIGHT2.html
+ text_url: http://www.xfree86.org/3.3.6/COPYRIGHT2.html
+ reference_url: https://scancode-licensedb.aboutcode.org/x11
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/x11.LICENSE
+ spdx_license_key: ICU
+ spdx_url: https://spdx.org/licenses/ICU
+ - license_expression: mpl-1.1
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1243
+ end_line: 1243
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mpl-1.1
+ rule_identifier: mpl-1.1_24.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mpl-1.1_24.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: mpl-1.1'
+ licenses:
+ - key: mpl-1.1
+ name: Mozilla Public License 1.1
+ short_name: MPL 1.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Mozilla
+ homepage_url: http://www.mozilla.org/MPL/MPL-1.1.html
+ text_url: http://www.mozilla.com/MPL/1.1/index.html
+ reference_url: https://scancode-licensedb.aboutcode.org/mpl-1.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpl-1.1.LICENSE
+ spdx_license_key: MPL-1.1
+ spdx_url: https://spdx.org/licenses/MPL-1.1
+ - score: '100.0'
+ start_line: 1244
+ end_line: 1710
+ matched_length: 3710
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mpl-1.1
+ rule_identifier: mpl-1.1.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpl-1.1.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 3710
+ rule_relevance: 100
+ matched_text: |
+ MOZILLA PUBLIC LICENSE
+ Version 1.1
+
+ ---------------
+
+ 1. Definitions.
+
+ 1.0.1. "Commercial Use" means distribution or otherwise making the
+ Covered Code available to a third party.
+
+ 1.1. "Contributor" means each entity that creates or contributes to
+ the creation of Modifications.
+
+ 1.2. "Contributor Version" means the combination of the Original
+ Code, prior Modifications used by a Contributor, and the Modifications
+ made by that particular Contributor.
+
+ 1.3. "Covered Code" means the Original Code or Modifications or the
+ combination of the Original Code and Modifications, in each case
+ including portions thereof.
+
+ 1.4. "Electronic Distribution Mechanism" means a mechanism generally
+ accepted in the software development community for the electronic
+ transfer of data.
+
+ 1.5. "Executable" means Covered Code in any form other than Source
+ Code.
+
+ 1.6. "Initial Developer" means the individual or entity identified
+ as the Initial Developer in the Source Code notice required by Exhibit
+ A.
+
+ 1.7. "Larger Work" means a work which combines Covered Code or
+ portions thereof with code not governed by the terms of this License.
+
+ 1.8. "License" means this document.
+
+ 1.8.1. "Licensable" means having the right to grant, to the maximum
+ extent possible, whether at the time of the initial grant or
+ subsequently acquired, any and all of the rights conveyed herein.
+
+ 1.9. "Modifications" means any addition to or deletion from the
+ substance or structure of either the Original Code or any previous
+ Modifications. When Covered Code is released as a series of files, a
+ Modification is:
+ A. Any addition to or deletion from the contents of a file
+ containing Original Code or previous Modifications.
+
+ B. Any new file that contains any part of the Original Code or
+ previous Modifications.
+
+ 1.10. "Original Code" means Source Code of computer software code
+ which is described in the Source Code notice required by Exhibit A as
+ Original Code, and which, at the time of its release under this
+ License is not already Covered Code governed by this License.
+
+ 1.10.1. "Patent Claims" means any patent claim(s), now owned or
+ hereafter acquired, including without limitation, method, process,
+ and apparatus claims, in any patent Licensable by grantor.
+
+ 1.11. "Source Code" means the preferred form of the Covered Code for
+ making modifications to it, including all modules it contains, plus
+ any associated interface definition files, scripts used to control
+ compilation and installation of an Executable, or source code
+ differential comparisons against either the Original Code or another
+ well known, available Covered Code of the Contributor's choice. The
+ Source Code can be in a compressed or archival form, provided the
+ appropriate decompression or de-archiving software is widely available
+ for no charge.
+
+ 1.12. "You" (or "Your") means an individual or a legal entity
+ exercising rights under, and complying with all of the terms of, this
+ License or a future version of this License issued under Section 6.1.
+ For legal entities, "You" includes any entity which controls, is
+ controlled by, or is under common control with You. For purposes of
+ this definition, "control" means (a) the power, direct or indirect,
+ to cause the direction or management of such entity, whether by
+ contract or otherwise, or (b) ownership of more than fifty percent
+ (50%) of the outstanding shares or beneficial ownership of such
+ entity.
+
+ 2. Source Code License.
+
+ 2.1. The Initial Developer Grant.
+ The Initial Developer hereby grants You a world-wide, royalty-free,
+ non-exclusive license, subject to third party intellectual property
+ claims:
+ (a) under intellectual property rights (other than patent or
+ trademark) Licensable by Initial Developer to use, reproduce,
+ modify, display, perform, sublicense and distribute the Original
+ Code (or portions thereof) with or without Modifications, and/or
+ as part of a Larger Work; and
+
+ (b) under Patents Claims infringed by the making, using or
+ selling of Original Code, to make, have made, use, practice,
+ sell, and offer for sale, and/or otherwise dispose of the
+ Original Code (or portions thereof).
+
+ (c) the licenses granted in this Section 2.1(a) and (b) are
+ effective on the date Initial Developer first distributes
+ Original Code under the terms of this License.
+
+ (d) Notwithstanding Section 2.1(b) above, no patent license is
+ granted: 1) for code that You delete from the Original Code; 2)
+ separate from the Original Code; or 3) for infringements caused
+ by: i) the modification of the Original Code or ii) the
+ combination of the Original Code with other software or devices.
+
+ 2.2. Contributor Grant.
+ Subject to third party intellectual property claims, each Contributor
+ hereby grants You a world-wide, royalty-free, non-exclusive license
+
+ (a) under intellectual property rights (other than patent or
+ trademark) Licensable by Contributor, to use, reproduce, modify,
+ display, perform, sublicense and distribute the Modifications
+ created by such Contributor (or portions thereof) either on an
+ unmodified basis, with other Modifications, as Covered Code
+ and/or as part of a Larger Work; and
+
+ (b) under Patent Claims infringed by the making, using, or
+ selling of Modifications made by that Contributor either alone
+ and/or in combination with its Contributor Version (or portions
+ of such combination), to make, use, sell, offer for sale, have
+ made, and/or otherwise dispose of: 1) Modifications made by that
+ Contributor (or portions thereof); and 2) the combination of
+ Modifications made by that Contributor with its Contributor
+ Version (or portions of such combination).
+
+ (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
+ effective on the date Contributor first makes Commercial Use of
+ the Covered Code.
+ (d) Notwithstanding Section 2.2(b) above, no patent license is
+ granted: 1) for any code that Contributor has deleted from the
+ Contributor Version; 2) separate from the Contributor Version;
+ 3) for infringements caused by: i) third party modifications of
+ Contributor Version or ii) the combination of Modifications made
+ by that Contributor with other software (except as part of the
+ Contributor Version) or other devices; or 4) under Patent Claims
+ infringed by Covered Code in the absence of Modifications made by
+ that Contributor.
+
+ 3. Distribution Obligations.
+
+ 3.1. Application of License.
+ The Modifications which You create or to which You contribute are
+ governed by the terms of this License, including without limitation
+ Section 2.2. The Source Code version of Covered Code may be
+ distributed only under the terms of this License or a future version
+ of this License released under Section 6.1, and You must include a
+ copy of this License with every copy of the Source Code You
+ distribute. You may not offer or impose any terms on any Source Code
+ version that alters or restricts the applicable version of this
+ License or the recipients' rights hereunder. However, You may include
+ an additional document offering the additional rights described in
+ Section 3.5.
+
+ 3.2. Availability of Source Code.
+ Any Modification which You create or to which You contribute must be
+ made available in Source Code form under the terms of this License
+ either on the same media as an Executable version or via an accepted
+ Electronic Distribution Mechanism to anyone to whom you made an
+ Executable version available; and if made available via Electronic
+ Distribution Mechanism, must remain available for at least twelve (12)
+ months after the date it initially became available, or at least six
+ (6) months after a subsequent version of that particular Modification
+ has been made available to such recipients. You are responsible for
+ ensuring that the Source Code version remains available even if the
+ Electronic Distribution Mechanism is maintained by a third party.
+
+ 3.3. Description of Modifications.
+ You must cause all Covered Code to which You contribute to contain a
+ file documenting the changes You made to create that Covered Code and
+ the date of any change. You must include a prominent statement that
+ the Modification is derived, directly or indirectly, from Original
+ Code provided by the Initial Developer and including the name of the
+ Initial Developer in (a) the Source Code, and (b) in any notice in an
+ Executable version or related documentation in which You describe the
+ origin or ownership of the Covered Code.
+
+ 3.4. Intellectual Property Matters
+ (a) Third Party Claims.
+ If Contributor has knowledge that a license under a third party's
+ intellectual property rights is required to exercise the rights
+ granted by such Contributor under Sections 2.1 or 2.2,
+ Contributor must include a text file with the Source Code
+ distribution titled "LEGAL" which describes the claim and the
+ party making the claim in sufficient detail that a recipient will
+ know whom to contact. If Contributor obtains such knowledge after
+ the Modification is made available as described in Section 3.2,
+ Contributor shall promptly modify the LEGAL file in all copies
+ Contributor makes available thereafter and shall take other steps
+ (such as notifying appropriate mailing lists or newsgroups)
+ reasonably calculated to inform those who received the Covered
+ Code that new knowledge has been obtained.
+
+ (b) Contributor APIs.
+ If Contributor's Modifications include an application programming
+ interface and Contributor has knowledge of patent licenses which
+ are reasonably necessary to implement that API, Contributor must
+ also include this information in the LEGAL file.
+
+ (c) Representations.
+ Contributor represents that, except as disclosed pursuant to
+ Section 3.4(a) above, Contributor believes that Contributor's
+ Modifications are Contributor's original creation(s) and/or
+ Contributor has sufficient rights to grant the rights conveyed by
+ this License.
+
+ 3.5. Required Notices.
+ You must duplicate the notice in Exhibit A in each file of the Source
+ Code. If it is not possible to put such notice in a particular Source
+ Code file due to its structure, then You must include such notice in a
+ location (such as a relevant directory) where a user would be likely
+ to look for such a notice. If You created one or more Modification(s)
+ You may add your name as a Contributor to the notice described in
+ Exhibit A. You must also duplicate this License in any documentation
+ for the Source Code where You describe recipients' rights or ownership
+ rights relating to Covered Code. You may choose to offer, and to
+ charge a fee for, warranty, support, indemnity or liability
+ obligations to one or more recipients of Covered Code. However, You
+ may do so only on Your own behalf, and not on behalf of the Initial
+ Developer or any Contributor. You must make it absolutely clear than
+ any such warranty, support, indemnity or liability obligation is
+ offered by You alone, and You hereby agree to indemnify the Initial
+ Developer and every Contributor for any liability incurred by the
+ Initial Developer or such Contributor as a result of warranty,
+ support, indemnity or liability terms You offer.
+
+ 3.6. Distribution of Executable Versions.
+ You may distribute Covered Code in Executable form only if the
+ requirements of Section 3.1-3.5 have been met for that Covered Code,
+ and if You include a notice stating that the Source Code version of
+ the Covered Code is available under the terms of this License,
+ including a description of how and where You have fulfilled the
+ obligations of Section 3.2. The notice must be conspicuously included
+ in any notice in an Executable version, related documentation or
+ collateral in which You describe recipients' rights relating to the
+ Covered Code. You may distribute the Executable version of Covered
+ Code or ownership rights under a license of Your choice, which may
+ contain terms different from this License, provided that You are in
+ compliance with the terms of this License and that the license for the
+ Executable version does not attempt to limit or alter the recipient's
+ rights in the Source Code version from the rights set forth in this
+ License. If You distribute the Executable version under a different
+ license You must make it absolutely clear that any terms which differ
+ from this License are offered by You alone, not by the Initial
+ Developer or any Contributor. You hereby agree to indemnify the
+ Initial Developer and every Contributor for any liability incurred by
+ the Initial Developer or such Contributor as a result of any such
+ terms You offer.
+
+ 3.7. Larger Works.
+ You may create a Larger Work by combining Covered Code with other code
+ not governed by the terms of this License and distribute the Larger
+ Work as a single product. In such a case, You must make sure the
+ requirements of this License are fulfilled for the Covered Code.
+
+ 4. Inability to Comply Due to Statute or Regulation.
+
+ If it is impossible for You to comply with any of the terms of this
+ License with respect to some or all of the Covered Code due to
+ statute, judicial order, or regulation then You must: (a) comply with
+ the terms of this License to the maximum extent possible; and (b)
+ describe the limitations and the code they affect. Such description
+ must be included in the LEGAL file described in Section 3.4 and must
+ be included with all distributions of the Source Code. Except to the
+ extent prohibited by statute or regulation, such description must be
+ sufficiently detailed for a recipient of ordinary skill to be able to
+ understand it.
+
+ 5. Application of this License.
+
+ This License applies to code to which the Initial Developer has
+ attached the notice in Exhibit A and to related Covered Code.
+
+ 6. Versions of the License.
+
+ 6.1. New Versions.
+ Netscape Communications Corporation ("Netscape") may publish revised
+ and/or new versions of the License from time to time. Each version
+ will be given a distinguishing version number.
+
+ 6.2. Effect of New Versions.
+ Once Covered Code has been published under a particular version of the
+ License, You may always continue to use it under the terms of that
+ version. You may also choose to use such Covered Code under the terms
+ of any subsequent version of the License published by Netscape. No one
+ other than Netscape has the right to modify the terms applicable to
+ Covered Code created under this License.
+
+ 6.3. Derivative Works.
+ If You create or use a modified version of this License (which you may
+ only do in order to apply it to code which is not already Covered Code
+ governed by this License), You must (a) rename Your license so that
+ the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
+ "MPL", "NPL" or any confusingly similar phrase do not appear in your
+ license (except to note that your license differs from this License)
+ and (b) otherwise make it clear that Your version of the license
+ contains terms which differ from the Mozilla Public License and
+ Netscape Public License. (Filling in the name of the Initial
+ Developer, Original Code or Contributor in the notice described in
+ Exhibit A shall not of themselves be deemed to be modifications of
+ this License.)
+
+ 7. DISCLAIMER OF WARRANTY.
+ COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
+ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
+ DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
+ THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
+ IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
+ YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
+ COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
+ OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
+ ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
+
+ 8. TERMINATION.
+
+ 8.1. This License and the rights granted hereunder will terminate
+ automatically if You fail to comply with terms herein and fail to cure
+ such breach within 30 days of becoming aware of the breach. All
+ sublicenses to the Covered Code which are properly granted shall
+ survive any termination of this License. Provisions which, by their
+ nature, must remain in effect beyond the termination of this License
+ shall survive.
+
+ 8.2. If You initiate litigation by asserting a patent infringement
+ claim (excluding declatory judgment actions) against Initial Developer
+ or a Contributor (the Initial Developer or Contributor against whom
+ You file such action is referred to as "Participant") alleging that:
+
+ (a) such Participant's Contributor Version directly or indirectly
+ infringes any patent, then any and all rights granted by such
+ Participant to You under Sections 2.1 and/or 2.2 of this License
+ shall, upon 60 days notice from Participant terminate prospectively,
+ unless if within 60 days after receipt of notice You either: (i)
+ agree in writing to pay Participant a mutually agreeable reasonable
+ royalty for Your past and future use of Modifications made by such
+ Participant, or (ii) withdraw Your litigation claim with respect to
+ the Contributor Version against such Participant. If within 60 days
+ of notice, a reasonable royalty and payment arrangement are not
+ mutually agreed upon in writing by the parties or the litigation claim
+ is not withdrawn, the rights granted by Participant to You under
+ Sections 2.1 and/or 2.2 automatically terminate at the expiration of
+ the 60 day notice period specified above.
+
+ (b) any software, hardware, or device, other than such Participant's
+ Contributor Version, directly or indirectly infringes any patent, then
+ any rights granted to You by such Participant under Sections 2.1(b)
+ and 2.2(b) are revoked effective as of the date You first made, used,
+ sold, distributed, or had made, Modifications made by that
+ Participant.
+
+ 8.3. If You assert a patent infringement claim against Participant
+ alleging that such Participant's Contributor Version directly or
+ indirectly infringes any patent where such claim is resolved (such as
+ by license or settlement) prior to the initiation of patent
+ infringement litigation, then the reasonable value of the licenses
+ granted by such Participant under Sections 2.1 or 2.2 shall be taken
+ into account in determining the amount or value of any payment or
+ license.
+
+ 8.4. In the event of termination under Sections 8.1 or 8.2 above,
+ all end user license agreements (excluding distributors and resellers)
+ which have been validly granted by You or any distributor hereunder
+ prior to termination shall survive termination.
+
+ 9. LIMITATION OF LIABILITY.
+
+ UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
+ (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
+ DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
+ OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
+ ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
+ CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
+ WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
+ COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
+ INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
+ LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
+ RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
+ PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
+ EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
+ THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
+
+ 10. U.S. GOVERNMENT END USERS.
+
+ The Covered Code is a "commercial item," as that term is defined in
+ 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
+ software" and "commercial computer software documentation," as such
+ terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
+ C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
+ all U.S. Government End Users acquire Covered Code with only those
+ rights set forth herein.
+
+ 11. MISCELLANEOUS.
+
+ This License represents the complete agreement concerning subject
+ matter hereof. 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. This License shall be governed by
+ California law provisions (except to the extent applicable law, if
+ any, provides otherwise), excluding its conflict-of-law provisions.
+ With respect to disputes in which at least one party is a citizen of,
+ or an entity chartered or registered to do business in the United
+ States of America, any litigation relating to this License shall be
+ subject to the jurisdiction of the Federal Courts of the Northern
+ District of California, with venue lying in Santa Clara County,
+ California, with the losing party responsible for costs, including
+ without limitation, court costs and reasonable attorneys' fees and
+ expenses. The application of the United Nations Convention on
+ Contracts for the International Sale of Goods is expressly excluded.
+ Any law or regulation which provides that the language of a contract
+ shall be construed against the drafter shall not apply to this
+ License.
+
+ 12. RESPONSIBILITY FOR CLAIMS.
+
+ As between Initial Developer and the Contributors, each party is
+ responsible for claims and damages arising, directly or indirectly,
+ out of its utilization of rights under this License and You agree to
+ work with Initial Developer and Contributors to distribute such
+ responsibility on an equitable basis. Nothing herein is intended or
+ shall be deemed to constitute any admission of liability.
+
+ 13. MULTIPLE-LICENSED CODE.
+
+ Initial Developer may designate portions of the Covered Code as
+ "Multiple-Licensed". "Multiple-Licensed" means that the Initial
+ Developer permits you to utilize portions of the Covered Code under
+ Your choice of the NPL or the alternative licenses, if any, specified
+ by the Initial Developer in the file described in Exhibit A.
+
+ EXHIBIT A -Mozilla Public License.
+
+ ``The contents of this file are subject to the Mozilla Public License
+ Version 1.1 (the "License"); you may not use this file except in
+ compliance with the License. You may obtain a copy of the License at
+ http://www.mozilla.org/MPL/
+
+ Software distributed under the License is distributed on an "AS IS"
+ basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+ License for the specific language governing rights and limitations
+ under the License.
+
+ The Original Code is ______________________________________.
+
+ The Initial Developer of the Original Code is ________________________.
+ Portions created by ______________________ are Copyright (C) ______
+ _______________________. All Rights Reserved.
+
+ Contributor(s): ______________________________________.
+
+ Alternatively, the contents of this file may be used under the terms
+ of the _____ license (the "[___] License"), in which case the
+ provisions of [______] License are applicable instead of those
+ above. If you wish to allow use of your version of this file only
+ under the terms of the [____] License and not to allow others to use
+ your version of this file under the MPL, indicate your decision by
+ deleting the provisions above and replace them with the notice and
+ other provisions required by the [___] License. If you do not delete
+ the provisions above, a recipient may use your version of this file
+ under either the MPL or the [___] License."
+
+ [NOTE: The text of this Exhibit A may differ slightly from the text of
+ the notices in the Source Code files of the Original Code. You should
+ use the text of this Exhibit A rather than the text found in the
+ Original Code Source Code for Your Modifications.]
+ licenses:
+ - key: mpl-1.1
+ name: Mozilla Public License 1.1
+ short_name: MPL 1.1
+ category: Copyleft Limited
+ is_exception: no
+ is_unknown: no
+ owner: Mozilla
+ homepage_url: http://www.mozilla.org/MPL/MPL-1.1.html
+ text_url: http://www.mozilla.com/MPL/1.1/index.html
+ reference_url: https://scancode-licensedb.aboutcode.org/mpl-1.1
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mpl-1.1.LICENSE
+ spdx_license_key: MPL-1.1
+ spdx_url: https://spdx.org/licenses/MPL-1.1
+ - license_expression: apache-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1712
+ end_line: 1712
+ matched_length: 4
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_65.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_65.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 4
+ rule_relevance: 100
+ matched_text: 'License: apache-2.0'
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - score: '100.0'
+ start_line: 1713
+ end_line: 1714
+ matched_length: 25
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: apache-2.0
+ rule_identifier: apache-2.0_1018.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_1018.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/Apache-2.0
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 25
+ rule_relevance: 100
+ matched_text: |
+ On Debian systems, the full text of the Apache license version 2 can
+ be found in the file `/usr/share/common-licenses/Apache-2.0'.
+ licenses:
+ - key: apache-2.0
+ name: Apache License 2.0
+ short_name: Apache 2.0
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Apache Software Foundation
+ homepage_url: http://www.apache.org/licenses/
+ text_url: http://www.apache.org/licenses/LICENSE-2.0
+ reference_url: https://scancode-licensedb.aboutcode.org/apache-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/apache-2.0.LICENSE
+ spdx_license_key: Apache-2.0
+ spdx_url: https://spdx.org/licenses/Apache-2.0
+ - license_expression: isc
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 1717
+ end_line: 1729
+ matched_length: 111
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: isc
+ rule_identifier: isc_14.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/isc_14.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 111
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the
+ above copyright notice and this permission notice appear in all
+ copies.
+
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
+ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
+ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THIS SOFTWARE.
+ licenses:
+ - key: isc
+ name: ISC License
+ short_name: ISC License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: ISC - Internet Systems Consortium
+ homepage_url: https://www.isc.org/licenses/
+ text_url: http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_with_legal_disclaimer_2
+ reference_url: https://scancode-licensedb.aboutcode.org/isc
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/isc.LICENSE
+ spdx_license_key: ISC
+ spdx_url: https://spdx.org/licenses/ISC
+ - license_expression: bsd-simplified
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 9
+ end_line: 9
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: bsd-simplified
+ rule_identifier: spdx_license_id_bsd-2-clause_for_bsd-simplified.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/spdx_license_id_bsd-2-clause_for_bsd-simplified.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: yes
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: BSD 2-clause,
+ licenses:
+ - key: bsd-simplified
+ name: BSD-2-Clause
+ short_name: BSD-2-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-2-Clause
+ text_url: http://opensource.org/licenses/bsd-license.php
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-simplified
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-simplified.LICENSE
+ spdx_license_key: BSD-2-Clause
+ spdx_url: https://spdx.org/licenses/BSD-2-Clause
copyright: |
© 2002-2019 Apple Inc. and others
© 2002-2014 Apple Inc. and others
@@ -54,1050 +1564,3 @@ copyright: |
© 2007-2009 Mike Hommey
© 2009 Gustavo Noronha Silva
© 2014-2019 Alberto Garcia
-matches:
- - score: '100.0'
- start_line: 1015
- end_line: 1017
- matcher: 1-hash
- rule_length: 26
- matched_length: 26
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_303.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This code was written by Colin Plumb in 1993, no copyright is
- claimed.
- This code is in the public domain; do with it what you wish.
- - score: '100.0'
- start_line: 1045
- end_line: 1064
- matcher: 1-hash
- rule_length: 183
- matched_length: 183
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-simplified_31.RULE
- license_expression: bsd-simplified
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
-
- THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``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 APPLE COMPUTER, INC. OR
- CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 1067
- end_line: 1091
- matcher: 1-hash
- rule_length: 214
- matched_length: 214
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_1071.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
-
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. 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.
- 3. Neither the name of Ericsson nor the names of its contributors
- may be used to endorse or promote products derived from this
- software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
- OWNER OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 1094
- end_line: 1112
- matcher: 1-hash
- rule_length: 161
- matched_length: 161
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit.LICENSE
- license_expression: mit
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
-
- The above copyright notice and 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 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.
- - score: '100.0'
- start_line: 1115
- end_line: 1138
- matcher: 1-hash
- rule_length: 202
- matched_length: 202
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: boost-1.0_9.RULE
- license_expression: boost-1.0
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission is hereby granted, free of charge, to any person or
- organization obtaining a copy of the software and accompanying
- documentation covered by this license (the "Software") to use,
- reproduce, display, distribute, execute, and transmit the Software,
- and to prepare derivative works of the Software, and to permit
- third-parties to whom the Software is furnished to do so, all subject
- to the following:
-
- The copyright notices in the Software and this entire statement,
- including the above license grant, this restriction and the following
- disclaimer, must be included in all copies of the Software, in whole
- or in part, and all derivative works of the Software, unless such
- copies or derivative works are solely in the form of
- machine-executable object code generated by a source language
- processor.
-
- 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, TITLE AND
- NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE
- DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER
- LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
- OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
- - score: '100.0'
- start_line: 1140
- end_line: 1140
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0_12.RULE
- license_expression: lgpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2'
- - score: '100.0'
- start_line: 1141
- end_line: 1150
- matcher: 1-hash
- rule_length: 81
- matched_length: 81
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_527.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software; you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License version 2
- as published by the Free Software Foundation.
-
- This module is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
- On Debian systems, the complete text of the license can be found in
- the file /usr/share/common-licenses/LGPL-2
- - score: '100.0'
- start_line: 1152
- end_line: 1152
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_61.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2+'
- - score: '100.0'
- start_line: 1153
- end_line: 1163
- matcher: 1-hash
- rule_length: 92
- matched_length: 92
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.0-plus_526.RULE
- license_expression: lgpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software; you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
-
- This module is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
- On Debian systems, the complete text of the license can be found in
- the file /usr/share/common-licenses/LGPL-2
- - score: '100.0'
- start_line: 1165
- end_line: 1165
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_38.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1'
- - score: '100.0'
- start_line: 1166
- end_line: 1175
- matcher: 1-hash
- rule_length: 83
- matched_length: 83
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1_382.RULE
- license_expression: lgpl-2.1
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software; you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License version
- 2.1 as published by the Free Software Foundation.
-
- This module is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
- On Debian systems, the complete text of the license can be found in
- the file /usr/share/common-licenses/LGPL-2.1
- - score: '100.0'
- start_line: 1177
- end_line: 1177
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_108.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: lgpl-2.1+'
- - score: '100.0'
- start_line: 1178
- end_line: 1188
- matcher: 1-hash
- rule_length: 94
- matched_length: 94
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: lgpl-2.1-plus_202.RULE
- license_expression: lgpl-2.1-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This module is free software; you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation; either version 2.1 of the
- License, or (at your option) any later version.
-
- This module is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
- On Debian systems, the complete text of the license can be found in
- the file /usr/share/common-licenses/LGPL-2.1
- - score: '100.0'
- start_line: 1190
- end_line: 1190
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 1191
- end_line: 1201
- matcher: 1-hash
- rule_length: 91
- matched_length: 91
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_655.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 2 of the License, or (at
- your option) any later version.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
- On Debian systems, the complete text of the license can be found in
- the file /usr/share/common-licenses/GPL-2
- - score: '100.0'
- start_line: 1203
- end_line: 1203
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_92.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-3+'
- - score: '100.0'
- start_line: 1204
- end_line: 1215
- matcher: 1-hash
- rule_length: 100
- matched_length: 100
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_508.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation; either version 3 of the License, or (at
- your option) any later version.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.
-
- On Debian systems, the complete text of the license can be found in
- the file /usr/share/common-licenses/GPL-3
- - score: '100.0'
- start_line: 1218
- end_line: 1241
- matcher: 1-hash
- rule_length: 227
- matched_length: 227
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: x11.LICENSE
- license_expression: x11
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_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 to use, copy, modify, merge, publish,
- distribute, and/or sell copies of the Software, and to permit persons
- to whom the Software is furnished to do so, provided that the above
- copyright notice(s) and this permission notice appear in all copies
- of the Software and that both the above copyright notice(s) and this
- permission notice appear in supporting documentation.
-
- 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
- OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
- HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
- SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
- RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
- CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
- CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
- Except as contained in this notice, the name of a copyright holder
- shall not be used in advertising or otherwise to promote the sale,
- use or other dealings in this Software without prior written
- authorization of the copyright holder.
- - score: '100.0'
- start_line: 1243
- end_line: 1243
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mpl-1.1_24.RULE
- license_expression: mpl-1.1
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: mpl-1.1'
- - score: '100.0'
- start_line: 1244
- end_line: 1710
- matcher: 1-hash
- rule_length: 3710
- matched_length: 3710
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mpl-1.1.LICENSE
- license_expression: mpl-1.1
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- MOZILLA PUBLIC LICENSE
- Version 1.1
-
- ---------------
-
- 1. Definitions.
-
- 1.0.1. "Commercial Use" means distribution or otherwise making the
- Covered Code available to a third party.
-
- 1.1. "Contributor" means each entity that creates or contributes to
- the creation of Modifications.
-
- 1.2. "Contributor Version" means the combination of the Original
- Code, prior Modifications used by a Contributor, and the Modifications
- made by that particular Contributor.
-
- 1.3. "Covered Code" means the Original Code or Modifications or the
- combination of the Original Code and Modifications, in each case
- including portions thereof.
-
- 1.4. "Electronic Distribution Mechanism" means a mechanism generally
- accepted in the software development community for the electronic
- transfer of data.
-
- 1.5. "Executable" means Covered Code in any form other than Source
- Code.
-
- 1.6. "Initial Developer" means the individual or entity identified
- as the Initial Developer in the Source Code notice required by Exhibit
- A.
-
- 1.7. "Larger Work" means a work which combines Covered Code or
- portions thereof with code not governed by the terms of this License.
-
- 1.8. "License" means this document.
-
- 1.8.1. "Licensable" means having the right to grant, to the maximum
- extent possible, whether at the time of the initial grant or
- subsequently acquired, any and all of the rights conveyed herein.
-
- 1.9. "Modifications" means any addition to or deletion from the
- substance or structure of either the Original Code or any previous
- Modifications. When Covered Code is released as a series of files, a
- Modification is:
- A. Any addition to or deletion from the contents of a file
- containing Original Code or previous Modifications.
-
- B. Any new file that contains any part of the Original Code or
- previous Modifications.
-
- 1.10. "Original Code" means Source Code of computer software code
- which is described in the Source Code notice required by Exhibit A as
- Original Code, and which, at the time of its release under this
- License is not already Covered Code governed by this License.
-
- 1.10.1. "Patent Claims" means any patent claim(s), now owned or
- hereafter acquired, including without limitation, method, process,
- and apparatus claims, in any patent Licensable by grantor.
-
- 1.11. "Source Code" means the preferred form of the Covered Code for
- making modifications to it, including all modules it contains, plus
- any associated interface definition files, scripts used to control
- compilation and installation of an Executable, or source code
- differential comparisons against either the Original Code or another
- well known, available Covered Code of the Contributor's choice. The
- Source Code can be in a compressed or archival form, provided the
- appropriate decompression or de-archiving software is widely available
- for no charge.
-
- 1.12. "You" (or "Your") means an individual or a legal entity
- exercising rights under, and complying with all of the terms of, this
- License or a future version of this License issued under Section 6.1.
- For legal entities, "You" includes any entity which controls, is
- controlled by, or is under common control with You. For purposes of
- this definition, "control" means (a) the power, direct or indirect,
- to cause the direction or management of such entity, whether by
- contract or otherwise, or (b) ownership of more than fifty percent
- (50%) of the outstanding shares or beneficial ownership of such
- entity.
-
- 2. Source Code License.
-
- 2.1. The Initial Developer Grant.
- The Initial Developer hereby grants You a world-wide, royalty-free,
- non-exclusive license, subject to third party intellectual property
- claims:
- (a) under intellectual property rights (other than patent or
- trademark) Licensable by Initial Developer to use, reproduce,
- modify, display, perform, sublicense and distribute the Original
- Code (or portions thereof) with or without Modifications, and/or
- as part of a Larger Work; and
-
- (b) under Patents Claims infringed by the making, using or
- selling of Original Code, to make, have made, use, practice,
- sell, and offer for sale, and/or otherwise dispose of the
- Original Code (or portions thereof).
-
- (c) the licenses granted in this Section 2.1(a) and (b) are
- effective on the date Initial Developer first distributes
- Original Code under the terms of this License.
-
- (d) Notwithstanding Section 2.1(b) above, no patent license is
- granted: 1) for code that You delete from the Original Code; 2)
- separate from the Original Code; or 3) for infringements caused
- by: i) the modification of the Original Code or ii) the
- combination of the Original Code with other software or devices.
-
- 2.2. Contributor Grant.
- Subject to third party intellectual property claims, each Contributor
- hereby grants You a world-wide, royalty-free, non-exclusive license
-
- (a) under intellectual property rights (other than patent or
- trademark) Licensable by Contributor, to use, reproduce, modify,
- display, perform, sublicense and distribute the Modifications
- created by such Contributor (or portions thereof) either on an
- unmodified basis, with other Modifications, as Covered Code
- and/or as part of a Larger Work; and
-
- (b) under Patent Claims infringed by the making, using, or
- selling of Modifications made by that Contributor either alone
- and/or in combination with its Contributor Version (or portions
- of such combination), to make, use, sell, offer for sale, have
- made, and/or otherwise dispose of: 1) Modifications made by that
- Contributor (or portions thereof); and 2) the combination of
- Modifications made by that Contributor with its Contributor
- Version (or portions of such combination).
-
- (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
- effective on the date Contributor first makes Commercial Use of
- the Covered Code.
- (d) Notwithstanding Section 2.2(b) above, no patent license is
- granted: 1) for any code that Contributor has deleted from the
- Contributor Version; 2) separate from the Contributor Version;
- 3) for infringements caused by: i) third party modifications of
- Contributor Version or ii) the combination of Modifications made
- by that Contributor with other software (except as part of the
- Contributor Version) or other devices; or 4) under Patent Claims
- infringed by Covered Code in the absence of Modifications made by
- that Contributor.
-
- 3. Distribution Obligations.
-
- 3.1. Application of License.
- The Modifications which You create or to which You contribute are
- governed by the terms of this License, including without limitation
- Section 2.2. The Source Code version of Covered Code may be
- distributed only under the terms of this License or a future version
- of this License released under Section 6.1, and You must include a
- copy of this License with every copy of the Source Code You
- distribute. You may not offer or impose any terms on any Source Code
- version that alters or restricts the applicable version of this
- License or the recipients' rights hereunder. However, You may include
- an additional document offering the additional rights described in
- Section 3.5.
-
- 3.2. Availability of Source Code.
- Any Modification which You create or to which You contribute must be
- made available in Source Code form under the terms of this License
- either on the same media as an Executable version or via an accepted
- Electronic Distribution Mechanism to anyone to whom you made an
- Executable version available; and if made available via Electronic
- Distribution Mechanism, must remain available for at least twelve (12)
- months after the date it initially became available, or at least six
- (6) months after a subsequent version of that particular Modification
- has been made available to such recipients. You are responsible for
- ensuring that the Source Code version remains available even if the
- Electronic Distribution Mechanism is maintained by a third party.
-
- 3.3. Description of Modifications.
- You must cause all Covered Code to which You contribute to contain a
- file documenting the changes You made to create that Covered Code and
- the date of any change. You must include a prominent statement that
- the Modification is derived, directly or indirectly, from Original
- Code provided by the Initial Developer and including the name of the
- Initial Developer in (a) the Source Code, and (b) in any notice in an
- Executable version or related documentation in which You describe the
- origin or ownership of the Covered Code.
-
- 3.4. Intellectual Property Matters
- (a) Third Party Claims.
- If Contributor has knowledge that a license under a third party's
- intellectual property rights is required to exercise the rights
- granted by such Contributor under Sections 2.1 or 2.2,
- Contributor must include a text file with the Source Code
- distribution titled "LEGAL" which describes the claim and the
- party making the claim in sufficient detail that a recipient will
- know whom to contact. If Contributor obtains such knowledge after
- the Modification is made available as described in Section 3.2,
- Contributor shall promptly modify the LEGAL file in all copies
- Contributor makes available thereafter and shall take other steps
- (such as notifying appropriate mailing lists or newsgroups)
- reasonably calculated to inform those who received the Covered
- Code that new knowledge has been obtained.
-
- (b) Contributor APIs.
- If Contributor's Modifications include an application programming
- interface and Contributor has knowledge of patent licenses which
- are reasonably necessary to implement that API, Contributor must
- also include this information in the LEGAL file.
-
- (c) Representations.
- Contributor represents that, except as disclosed pursuant to
- Section 3.4(a) above, Contributor believes that Contributor's
- Modifications are Contributor's original creation(s) and/or
- Contributor has sufficient rights to grant the rights conveyed by
- this License.
-
- 3.5. Required Notices.
- You must duplicate the notice in Exhibit A in each file of the Source
- Code. If it is not possible to put such notice in a particular Source
- Code file due to its structure, then You must include such notice in a
- location (such as a relevant directory) where a user would be likely
- to look for such a notice. If You created one or more Modification(s)
- You may add your name as a Contributor to the notice described in
- Exhibit A. You must also duplicate this License in any documentation
- for the Source Code where You describe recipients' rights or ownership
- rights relating to Covered Code. You may choose to offer, and to
- charge a fee for, warranty, support, indemnity or liability
- obligations to one or more recipients of Covered Code. However, You
- may do so only on Your own behalf, and not on behalf of the Initial
- Developer or any Contributor. You must make it absolutely clear than
- any such warranty, support, indemnity or liability obligation is
- offered by You alone, and You hereby agree to indemnify the Initial
- Developer and every Contributor for any liability incurred by the
- Initial Developer or such Contributor as a result of warranty,
- support, indemnity or liability terms You offer.
-
- 3.6. Distribution of Executable Versions.
- You may distribute Covered Code in Executable form only if the
- requirements of Section 3.1-3.5 have been met for that Covered Code,
- and if You include a notice stating that the Source Code version of
- the Covered Code is available under the terms of this License,
- including a description of how and where You have fulfilled the
- obligations of Section 3.2. The notice must be conspicuously included
- in any notice in an Executable version, related documentation or
- collateral in which You describe recipients' rights relating to the
- Covered Code. You may distribute the Executable version of Covered
- Code or ownership rights under a license of Your choice, which may
- contain terms different from this License, provided that You are in
- compliance with the terms of this License and that the license for the
- Executable version does not attempt to limit or alter the recipient's
- rights in the Source Code version from the rights set forth in this
- License. If You distribute the Executable version under a different
- license You must make it absolutely clear that any terms which differ
- from this License are offered by You alone, not by the Initial
- Developer or any Contributor. You hereby agree to indemnify the
- Initial Developer and every Contributor for any liability incurred by
- the Initial Developer or such Contributor as a result of any such
- terms You offer.
-
- 3.7. Larger Works.
- You may create a Larger Work by combining Covered Code with other code
- not governed by the terms of this License and distribute the Larger
- Work as a single product. In such a case, You must make sure the
- requirements of this License are fulfilled for the Covered Code.
-
- 4. Inability to Comply Due to Statute or Regulation.
-
- If it is impossible for You to comply with any of the terms of this
- License with respect to some or all of the Covered Code due to
- statute, judicial order, or regulation then You must: (a) comply with
- the terms of this License to the maximum extent possible; and (b)
- describe the limitations and the code they affect. Such description
- must be included in the LEGAL file described in Section 3.4 and must
- be included with all distributions of the Source Code. Except to the
- extent prohibited by statute or regulation, such description must be
- sufficiently detailed for a recipient of ordinary skill to be able to
- understand it.
-
- 5. Application of this License.
-
- This License applies to code to which the Initial Developer has
- attached the notice in Exhibit A and to related Covered Code.
-
- 6. Versions of the License.
-
- 6.1. New Versions.
- Netscape Communications Corporation ("Netscape") may publish revised
- and/or new versions of the License from time to time. Each version
- will be given a distinguishing version number.
-
- 6.2. Effect of New Versions.
- Once Covered Code has been published under a particular version of the
- License, You may always continue to use it under the terms of that
- version. You may also choose to use such Covered Code under the terms
- of any subsequent version of the License published by Netscape. No one
- other than Netscape has the right to modify the terms applicable to
- Covered Code created under this License.
-
- 6.3. Derivative Works.
- If You create or use a modified version of this License (which you may
- only do in order to apply it to code which is not already Covered Code
- governed by this License), You must (a) rename Your license so that
- the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
- "MPL", "NPL" or any confusingly similar phrase do not appear in your
- license (except to note that your license differs from this License)
- and (b) otherwise make it clear that Your version of the license
- contains terms which differ from the Mozilla Public License and
- Netscape Public License. (Filling in the name of the Initial
- Developer, Original Code or Contributor in the notice described in
- Exhibit A shall not of themselves be deemed to be modifications of
- this License.)
-
- 7. DISCLAIMER OF WARRANTY.
- COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
- DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
- THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
- IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
- YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
- COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
- OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
- ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
-
- 8. TERMINATION.
-
- 8.1. This License and the rights granted hereunder will terminate
- automatically if You fail to comply with terms herein and fail to cure
- such breach within 30 days of becoming aware of the breach. All
- sublicenses to the Covered Code which are properly granted shall
- survive any termination of this License. Provisions which, by their
- nature, must remain in effect beyond the termination of this License
- shall survive.
-
- 8.2. If You initiate litigation by asserting a patent infringement
- claim (excluding declatory judgment actions) against Initial Developer
- or a Contributor (the Initial Developer or Contributor against whom
- You file such action is referred to as "Participant") alleging that:
-
- (a) such Participant's Contributor Version directly or indirectly
- infringes any patent, then any and all rights granted by such
- Participant to You under Sections 2.1 and/or 2.2 of this License
- shall, upon 60 days notice from Participant terminate prospectively,
- unless if within 60 days after receipt of notice You either: (i)
- agree in writing to pay Participant a mutually agreeable reasonable
- royalty for Your past and future use of Modifications made by such
- Participant, or (ii) withdraw Your litigation claim with respect to
- the Contributor Version against such Participant. If within 60 days
- of notice, a reasonable royalty and payment arrangement are not
- mutually agreed upon in writing by the parties or the litigation claim
- is not withdrawn, the rights granted by Participant to You under
- Sections 2.1 and/or 2.2 automatically terminate at the expiration of
- the 60 day notice period specified above.
-
- (b) any software, hardware, or device, other than such Participant's
- Contributor Version, directly or indirectly infringes any patent, then
- any rights granted to You by such Participant under Sections 2.1(b)
- and 2.2(b) are revoked effective as of the date You first made, used,
- sold, distributed, or had made, Modifications made by that
- Participant.
-
- 8.3. If You assert a patent infringement claim against Participant
- alleging that such Participant's Contributor Version directly or
- indirectly infringes any patent where such claim is resolved (such as
- by license or settlement) prior to the initiation of patent
- infringement litigation, then the reasonable value of the licenses
- granted by such Participant under Sections 2.1 or 2.2 shall be taken
- into account in determining the amount or value of any payment or
- license.
-
- 8.4. In the event of termination under Sections 8.1 or 8.2 above,
- all end user license agreements (excluding distributors and resellers)
- which have been validly granted by You or any distributor hereunder
- prior to termination shall survive termination.
-
- 9. LIMITATION OF LIABILITY.
-
- UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
- (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
- DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
- OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
- ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
- CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
- WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
- COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
- INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
- LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
- RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
- PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
- EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
- THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
-
- 10. U.S. GOVERNMENT END USERS.
-
- The Covered Code is a "commercial item," as that term is defined in
- 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
- software" and "commercial computer software documentation," as such
- terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
- C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
- all U.S. Government End Users acquire Covered Code with only those
- rights set forth herein.
-
- 11. MISCELLANEOUS.
-
- This License represents the complete agreement concerning subject
- matter hereof. 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. This License shall be governed by
- California law provisions (except to the extent applicable law, if
- any, provides otherwise), excluding its conflict-of-law provisions.
- With respect to disputes in which at least one party is a citizen of,
- or an entity chartered or registered to do business in the United
- States of America, any litigation relating to this License shall be
- subject to the jurisdiction of the Federal Courts of the Northern
- District of California, with venue lying in Santa Clara County,
- California, with the losing party responsible for costs, including
- without limitation, court costs and reasonable attorneys' fees and
- expenses. The application of the United Nations Convention on
- Contracts for the International Sale of Goods is expressly excluded.
- Any law or regulation which provides that the language of a contract
- shall be construed against the drafter shall not apply to this
- License.
-
- 12. RESPONSIBILITY FOR CLAIMS.
-
- As between Initial Developer and the Contributors, each party is
- responsible for claims and damages arising, directly or indirectly,
- out of its utilization of rights under this License and You agree to
- work with Initial Developer and Contributors to distribute such
- responsibility on an equitable basis. Nothing herein is intended or
- shall be deemed to constitute any admission of liability.
-
- 13. MULTIPLE-LICENSED CODE.
-
- Initial Developer may designate portions of the Covered Code as
- "Multiple-Licensed". "Multiple-Licensed" means that the Initial
- Developer permits you to utilize portions of the Covered Code under
- Your choice of the NPL or the alternative licenses, if any, specified
- by the Initial Developer in the file described in Exhibit A.
-
- EXHIBIT A -Mozilla Public License.
-
- ``The contents of this file are subject to the Mozilla Public License
- Version 1.1 (the "License"); you may not use this file except in
- compliance with the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS"
- basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- License for the specific language governing rights and limitations
- under the License.
-
- The Original Code is ______________________________________.
-
- The Initial Developer of the Original Code is ________________________.
- Portions created by ______________________ are Copyright (C) ______
- _______________________. All Rights Reserved.
-
- Contributor(s): ______________________________________.
-
- Alternatively, the contents of this file may be used under the terms
- of the _____ license (the "[___] License"), in which case the
- provisions of [______] License are applicable instead of those
- above. If you wish to allow use of your version of this file only
- under the terms of the [____] License and not to allow others to use
- your version of this file under the MPL, indicate your decision by
- deleting the provisions above and replace them with the notice and
- other provisions required by the [___] License. If you do not delete
- the provisions above, a recipient may use your version of this file
- under either the MPL or the [___] License."
-
- [NOTE: The text of this Exhibit A may differ slightly from the text of
- the notices in the Source Code files of the Original Code. You should
- use the text of this Exhibit A rather than the text found in the
- Original Code Source Code for Your Modifications.]
- - score: '100.0'
- start_line: 1712
- end_line: 1712
- matcher: 1-hash
- rule_length: 4
- matched_length: 4
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_65.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: apache-2.0'
- - score: '100.0'
- start_line: 1713
- end_line: 1714
- matcher: 1-hash
- rule_length: 25
- matched_length: 25
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: apache-2.0_1018.RULE
- license_expression: apache-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- On Debian systems, the full text of the Apache license version 2 can
- be found in the file `/usr/share/common-licenses/Apache-2.0'.
- - score: '100.0'
- start_line: 1717
- end_line: 1729
- matcher: 1-hash
- rule_length: 111
- matched_length: 111
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: isc_14.RULE
- license_expression: isc
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute this software for any
- purpose with or without fee is hereby granted, provided that the
- above copyright notice and this permission notice appear in all
- copies.
-
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
- WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
- AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
- DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
- PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THIS SOFTWARE.
- - score: '100.0'
- start_line: 9
- end_line: 9
- matcher: 2-aho
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: spdx_license_id_bsd-2-clause_for_bsd-simplified.RULE
- license_expression: bsd-simplified
- is_license_text: no
- is_license_notice: no
- is_license_reference: yes
- is_license_tag: no
- is_license_intro: no
- matched_text: BSD 2-clause,
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/w/win32-loader/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/w/win32-loader/stable_copyright-detailed.expected.yml
index 51c162df934..6035a9fb6dc 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/w/win32-loader/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/w/win32-loader/stable_copyright-detailed.expected.yml
@@ -1,55 +1,95 @@
-primary_license: gpl-3.0-plus
declared_license:
- GPL-3+
-license_expression: gpl-3.0-plus AND gpl-3.0-plus
-copyright: |
- 2007, 2008, 2009 Robert Millan
- 2010, 2011, 2016
-matches:
- - score: '100.0'
- start_line: 9
- end_line: 9
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_92.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-3+'
- - score: '100.0'
- start_line: 10
- end_line: 24
- matcher: 1-hash
- rule_length: 128
- matched_length: 128
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-3.0-plus_484.RULE
- license_expression: gpl-3.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program 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 Software Foundation, either version 3 of the License, or
- (at your option) any later version.
+declared_license_expression: gpl-3.0-plus
+declared_license_expression_spdx: GPL-3.0-or-later
+other_license_expression: gpl-3.0-plus AND gpl-3.0-plus
+other_license_expression_spdx: GPL-3.0-or-later AND GPL-3.0-or-later
+license_detections: []
+other_license_detections:
+ - license_expression: gpl-3.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 9
+ end_line: 9
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_92.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_92.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-3+'
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+ - score: '100.0'
+ start_line: 10
+ end_line: 24
+ matched_length: 128
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-3.0-plus
+ rule_identifier: gpl-3.0-plus_484.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-3.0-plus_484.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-3
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 128
+ rule_relevance: 100
+ matched_text: |
+ This program 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 Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
- On Debian systems, the full text of the GNU General Public License
- version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
+ On Debian systems, the full text of the GNU General Public License
+ version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
+ licenses:
+ - key: gpl-3.0-plus
+ name: GNU General Public License 3.0 or later
+ short_name: GPL 3.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ text_url: http://www.gnu.org/licenses/gpl-3.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-3.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-3.0-plus.LICENSE
+ spdx_license_key: GPL-3.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-3.0-or-later
+copyright: |
+ 2007, 2008, 2009 Robert Millan
+ 2010, 2011, 2016
diff --git a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/x/xymon/stable_copyright-detailed.expected.yml b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/x/xymon/stable_copyright-detailed.expected.yml
index 5163433ef1a..6bb6425f4d3 100644
--- a/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/x/xymon/stable_copyright-detailed.expected.yml
+++ b/tests/packagedcode/data/debian/copyright/debian-2019-11-15/main/x/xymon/stable_copyright-detailed.expected.yml
@@ -1,4 +1,3 @@
-primary_license: gpl-2.0 WITH openssl-exception-gpl-2.0
declared_license:
- GPL-2 with OpenSSL exception
- GPL-2 with OpenSSL exception
@@ -16,371 +15,658 @@ declared_license:
- GPL
- Zlib
- BSD-3-Clause
-license_expression: gpl-2.0 WITH openssl-exception-gpl-2.0 AND gpl-2.0 WITH openssl-exception-gpl-2.0
+declared_license_expression: gpl-2.0 WITH openssl-exception-gpl-2.0
+declared_license_expression_spdx: GPL-2.0-only WITH LicenseRef-scancode-openssl-exception-gpl-2.0
+other_license_expression: gpl-2.0 WITH openssl-exception-gpl-2.0 AND gpl-2.0 WITH openssl-exception-gpl-2.0
AND (gpl-2.0 AND gpl-2.0) AND (gpl-2.0 AND gpl-2.0) AND (gpl-2.0-plus AND gpl-2.0-plus) AND
(zlib AND (gpl-1.0-plus AND gpl-1.0-plus)) AND (gpl-1.0-plus AND zlib) AND ssleay-windows
AND public-domain AND bsd-new AND mit-old-style-no-advert
-copyright: |
- 2002-2016 Henrik Størner
- 2005-2007 Henrik Størner
- 2007-2016 Christoph Berg
- 2011-2016 Axel Beckert
- 2005-2011 Henrik Størner
- 2006 Charles Goyard
- 2005-2011 Henrik Storner
- 2006 Scott Smith ("status" section)
- 2004 Eric Steffen
- 1999, 2000, 2002 Aladdin Enterprises
- 1995-1998 Eric Young (eay@cryptsoft.com)
- Under public domain.
- 2005, 2007 Olivier Gay
- 1998, 2000 by the Massachusetts Institute of Technology.
- 2004 by Daniel Stenberg et al
-matches:
- - score: '100.0'
- start_line: 43
- end_line: 100
- matcher: 2-aho
- rule_length: 454
- matched_length: 454
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: ssleay-windows_8.RULE
- license_expression: ssleay-windows
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This package is an SSL implementation written
- by Eric Young (eay@cryptsoft.com).
+other_license_expression_spdx: GPL-2.0-only WITH LicenseRef-scancode-openssl-exception-gpl-2.0
+ AND GPL-2.0-only WITH LicenseRef-scancode-openssl-exception-gpl-2.0 AND (GPL-2.0-only AND
+ GPL-2.0-only) AND (GPL-2.0-only AND GPL-2.0-only) AND (GPL-2.0-or-later AND GPL-2.0-or-later)
+ AND (Zlib AND (GPL-1.0-or-later AND GPL-1.0-or-later)) AND (GPL-1.0-or-later AND Zlib) AND
+ LicenseRef-scancode-ssleay-windows AND LicenseRef-scancode-public-domain AND BSD-3-Clause
+ AND NTP
+license_detections: []
+other_license_detections:
+ - license_expression: ssleay-windows
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 43
+ end_line: 100
+ matched_length: 454
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: ssleay-windows
+ rule_identifier: ssleay-windows_8.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/ssleay-windows_8.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 454
+ rule_relevance: 100
+ matched_text: |
+ This package is an SSL implementation written
+ by Eric Young (eay@cryptsoft.com).
- The implementation was written so as to conform with Netscapes SSL.
+ The implementation was written so as to conform with Netscapes SSL.
- This library is free for commercial and non-commercial use as long as
- the following conditions are adhered to. The following conditions
- apply to all code found in this distribution, be it the RC4, RSA,
- lhash, DES, etc., code; not just the SSL code. The SSL documentation
- included with this distribution is covered by the same copyright terms
- except that the holder is Tim Hudson (tjh@cryptsoft.com).
+ This library is free for commercial and non-commercial use as long as
+ the following conditions are adhered to. The following conditions
+ apply to all code found in this distribution, be it the RC4, RSA,
+ lhash, DES, etc., code; not just the SSL code. The SSL documentation
+ included with this distribution is covered by the same copyright terms
+ except that the holder is Tim Hudson (tjh@cryptsoft.com).
- Copyright remains Eric Young's, and as such any Copyright notices in
- the code are not to be removed.
+ Copyright remains Eric Young's, and as such any Copyright notices in
+ the code are not to be removed.
- If this package is used in a product, Eric Young should be given attribution
- as the author of the parts of the library used.
- This can be in the form of a textual message at program startup or
- in documentation (online or textual) provided with the package.
+ If this package is used in a product, Eric Young should be given attribution
+ as the author of the parts of the library used.
+ This can be in the form of a textual message at program startup or
+ in documentation (online or textual) provided with the package.
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
- 1. Redistributions of source code must retain the copyright
- notice, this list of conditions and the following disclaimer.
+ 1. Redistributions of source code must retain the copyright
+ notice, this list of conditions and the following disclaimer.
- 2. 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.
+ 2. 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.
- 3. All advertising materials mentioning features or use of this software
- must display the following acknowledgement:
- "This product includes cryptographic software written by
- Eric Young (eay@cryptsoft.com)"
- The word 'cryptographic' can be left out if the routines from the library
- being used are not cryptographic related :-).
+ 3. All advertising materials mentioning features or use of this software
+ must display the following acknowledgement:
+ "This product includes cryptographic software written by
+ Eric Young (eay@cryptsoft.com)"
+ The word 'cryptographic' can be left out if the routines from the library
+ being used are not cryptographic related :-).
- 4. If you include any Windows specific code (or a derivative thereof) from
- the apps directory (application code) you must include an acknowledgement:
- "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
+ 4. If you include any Windows specific code (or a derivative thereof) from
+ the apps directory (application code) you must include an acknowledgement:
+ "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
- THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``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 THE AUTHOR OR CONTRIBUTORS 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.
+ THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``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 THE AUTHOR OR CONTRIBUTORS 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.
- The licence and distribution terms for any publically available version or
- derivative of this code cannot be changed. i.e. this code cannot simply be
- copied and put under another distribution licence
- [including the GNU General Public Licence.]
- - score: '100.0'
- start_line: 105
- end_line: 105
- matcher: 2-aho
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: public-domain_125.RULE
- license_expression: public-domain
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: 100% Public Domain,
- - score: '100.0'
- start_line: 116
- end_line: 126
- matcher: 1-hash
- rule_length: 96
- matched_length: 96
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: mit-old-style-no-advert_1.RULE
- license_expression: mit-old-style-no-advert
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Permission to use, copy, modify, and distribute this
- software and its documentation for any purpose and without
- fee is hereby granted, provided that the above copyright
- notice appear in all copies and that both that copyright
- notice and this permission notice appear in supporting
- documentation, and that the name of M.I.T. not be used in
- advertising or publicity pertaining to distribution of the
- software without specific, written prior permission.
- M.I.T. makes no representations about the suitability of
- this software for any purpose. It is provided "as is"
- without express or implied warranty.
- - score: '100.0'
- start_line: 129
- end_line: 135
- matcher: 1-hash
- rule_length: 51
- matched_length: 51
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_with_openssl-exception-gpl-2.0_9.RULE
- license_expression: gpl-2.0 WITH openssl-exception-gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is released under the GNU General Public License (GPL),
- version 2, with the explicit exemption that linking with the OpenSSL
- libraries is permitted.
+ The licence and distribution terms for any publically available version or
+ derivative of this code cannot be changed. i.e. this code cannot simply be
+ copied and put under another distribution licence
+ [including the GNU General Public Licence.]
+ licenses:
+ - key: ssleay-windows
+ name: Original SSLeay License with Windows Clause
+ short_name: Original SSLeay License with Windows Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: OpenSSL
+ homepage_url: https://www.openssl.org/source/license.html
+ text_url: http://www.openssl.org/source/license.html
+ reference_url: https://scancode-licensedb.aboutcode.org/ssleay-windows
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ssleay-windows.LICENSE
+ spdx_license_key: LicenseRef-scancode-ssleay-windows
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/ssleay-windows.LICENSE
+ - license_expression: public-domain
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 105
+ end_line: 105
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: public-domain
+ rule_identifier: public-domain_125.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/public-domain_125.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 100% Public Domain,
+ licenses:
+ - key: public-domain
+ name: Public Domain
+ short_name: Public Domain
+ category: Public Domain
+ is_exception: no
+ is_unknown: no
+ owner: Unspecified
+ homepage_url: http://www.linfo.org/publicdomain.html
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/public-domain
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ spdx_license_key: LicenseRef-scancode-public-domain
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ - license_expression: mit-old-style-no-advert
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 116
+ end_line: 126
+ matched_length: 96
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: mit-old-style-no-advert
+ rule_identifier: mit-old-style-no-advert_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/mit-old-style-no-advert_1.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 96
+ rule_relevance: 100
+ matched_text: |
+ Permission to use, copy, modify, and distribute this
+ software and its documentation for any purpose and without
+ fee is hereby granted, provided that the above copyright
+ notice appear in all copies and that both that copyright
+ notice and this permission notice appear in supporting
+ documentation, and that the name of M.I.T. not be used in
+ advertising or publicity pertaining to distribution of the
+ software without specific, written prior permission.
+ M.I.T. makes no representations about the suitability of
+ this software for any purpose. It is provided "as is"
+ without express or implied warranty.
+ licenses:
+ - key: mit-old-style-no-advert
+ name: MIT Old Style no advertising
+ short_name: MIT Old Style no advertising
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: MIT
+ homepage_url: http://fedoraproject.org/wiki/Licensing:MIT#Old_Style_.28no_advertising_without_permission.29
+ text_url:
+ reference_url: https://scancode-licensedb.aboutcode.org/mit-old-style-no-advert
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit-old-style-no-advert.LICENSE
+ spdx_license_key: NTP
+ spdx_url: https://spdx.org/licenses/NTP
+ - license_expression: gpl-2.0 WITH openssl-exception-gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 129
+ end_line: 135
+ matched_length: 51
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0 WITH openssl-exception-gpl-2.0
+ rule_identifier: gpl-2.0_with_openssl-exception-gpl-2.0_9.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_with_openssl-exception-gpl-2.0_9.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 51
+ rule_relevance: 100
+ matched_text: |
+ This program is released under the GNU General Public License (GPL),
+ version 2, with the explicit exemption that linking with the OpenSSL
+ libraries is permitted.
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License version 2 can be found in
- `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 137
- end_line: 137
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_561.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2'
- - score: '100.0'
- start_line: 138
- end_line: 143
- matcher: 1-hash
- rule_length: 39
- matched_length: 39
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0_1151.RULE
- license_expression: gpl-2.0
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is released under the GNU General Public License (GPL),
- version 2.
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License version 2 can be found in
+ `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - key: openssl-exception-gpl-2.0
+ name: OpenSSL exception to GPL 2.0
+ short_name: OpenSSL exception to GPL 2.0
+ category: Copyleft
+ is_exception: yes
+ is_unknown: no
+ owner: OpenSSL
+ homepage_url: http://www.openssl.org/source/license.html
+ text_url: http://www.openssl.org/source/license.html
+ reference_url: https://scancode-licensedb.aboutcode.org/openssl-exception-gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-exception-gpl-2.0.LICENSE
+ spdx_license_key: LicenseRef-scancode-openssl-exception-gpl-2.0
+ spdx_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/openssl-exception-gpl-2.0.LICENSE
+ - license_expression: gpl-2.0
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 137
+ end_line: 137
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_561.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_561.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2'
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - score: '100.0'
+ start_line: 138
+ end_line: 143
+ matched_length: 39
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0
+ rule_identifier: gpl-2.0_1151.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0_1151.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 39
+ rule_relevance: 100
+ matched_text: |
+ This program is released under the GNU General Public License (GPL),
+ version 2.
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License version 2 can be found in
- `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 145
- end_line: 145
- matcher: 1-hash
- rule_length: 3
- matched_length: 3
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_22.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl-2+'
- - score: '100.0'
- start_line: 146
- end_line: 152
- matcher: 1-hash
- rule_length: 50
- matched_length: 50
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-2.0-plus_841.RULE
- license_expression: gpl-2.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is released under the GNU General Public License (GPL),
- either version 2 of the License, or (at your option) any later
- version.
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License version 2 can be found in
+ `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0
+ name: GNU General Public License 2.0
+ short_name: GPL 2.0
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/gpl-2.0.html
+ text_url: http://www.gnu.org/licenses/gpl-2.0.txt
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0.LICENSE
+ spdx_license_key: GPL-2.0-only
+ spdx_url: https://spdx.org/licenses/GPL-2.0-only
+ - license_expression: gpl-2.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 145
+ end_line: 145
+ matched_length: 3
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_22.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_22.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 3
+ rule_relevance: 100
+ matched_text: 'License: gpl-2+'
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - score: '100.0'
+ start_line: 146
+ end_line: 152
+ matched_length: 50
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-2.0-plus
+ rule_identifier: gpl-2.0-plus_841.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-2.0-plus_841.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL-2
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 50
+ rule_relevance: 100
+ matched_text: |
+ This program is released under the GNU General Public License (GPL),
+ either version 2 of the License, or (at your option) any later
+ version.
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License version 2 can be found in
- `/usr/share/common-licenses/GPL-2'.
- - score: '100.0'
- start_line: 154
- end_line: 154
- matcher: 1-hash
- rule_length: 2
- matched_length: 2
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl_72.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: no
- is_license_reference: no
- is_license_tag: yes
- is_license_intro: no
- matched_text: 'License: gpl'
- - score: '100.0'
- start_line: 155
- end_line: 159
- matcher: 1-hash
- rule_length: 39
- matched_length: 39
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_465.RULE
- license_expression: gpl-1.0-plus
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This program is released under the GNU General Public License (GPL).
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License version 2 can be found in
+ `/usr/share/common-licenses/GPL-2'.
+ licenses:
+ - key: gpl-2.0-plus
+ name: GNU General Public License 2.0 or later
+ short_name: GPL 2.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-2.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-2.0-plus.LICENSE
+ spdx_license_key: GPL-2.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-2.0-or-later
+ - license_expression: gpl-1.0-plus
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 154
+ end_line: 154
+ matched_length: 2
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl_72.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl_72.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: yes
+ is_license_intro: no
+ rule_length: 2
+ rule_relevance: 100
+ matched_text: 'License: gpl'
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - score: '100.0'
+ start_line: 155
+ end_line: 159
+ matched_length: 39
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: gpl-1.0-plus
+ rule_identifier: gpl-1.0-plus_465.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_465.RULE
+ referenced_filenames:
+ - /usr/share/common-licenses/GPL
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 39
+ rule_relevance: 100
+ matched_text: |
+ This program is released under the GNU General Public License (GPL).
- On Debian GNU/Linux systems, the complete text of the latest version
- of the GNU General Public License version can be found in
- `/usr/share/common-licenses/GPL'.
- - score: '100.0'
- start_line: 163
- end_line: 179
- matcher: 1-hash
- rule_length: 132
- matched_length: 132
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: zlib.LICENSE
- license_expression: zlib
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- This software is provided 'as-is', without any express or implied
- warranty. In no event will the authors be held liable for any damages
- arising from the use of this software.
+ On Debian GNU/Linux systems, the complete text of the latest version
+ of the GNU General Public License version can be found in
+ `/usr/share/common-licenses/GPL'.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - license_expression: zlib
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 163
+ end_line: 179
+ matched_length: 132
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: zlib
+ rule_identifier: zlib.LICENSE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 132
+ rule_relevance: 100
+ matched_text: |
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
- Permission is granted to anyone to use this software for any purpose,
- including commercial applications, and to alter it and redistribute it
- freely, subject to the following restrictions:
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
- 1. The origin of this software must not be misrepresented; you must not
- claim that you wrote the original software. If you use this software
- in a product, an acknowledgment in the product documentation would be
- appreciated but is not required.
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
- 2. Altered source versions must be plainly marked as such, and must not be
- misrepresented as being the original software.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
- 3. This notice may not be removed or altered from any source distribution.
- - score: '100.0'
- start_line: 182
- end_line: 207
- matcher: 1-hash
- rule_length: 213
- matched_length: 213
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: bsd-new_66.RULE
- license_expression: bsd-new
- is_license_text: yes
- is_license_notice: no
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
+ 3. This notice may not be removed or altered from any source distribution.
+ licenses:
+ - key: zlib
+ name: ZLIB License
+ short_name: ZLIB License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: zlib
+ homepage_url: http://www.zlib.net/
+ text_url: http://www.gzip.org/zlib/zlib_license.html
+ reference_url: https://scancode-licensedb.aboutcode.org/zlib
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE
+ spdx_license_key: Zlib
+ spdx_url: https://spdx.org/licenses/Zlib
+ - license_expression: bsd-new
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 182
+ end_line: 207
+ matched_length: 213
+ match_coverage: '100.0'
+ matcher: 1-hash
+ license_expression: bsd-new
+ rule_identifier: bsd-new_66.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/bsd-new_66.RULE
+ referenced_filenames: []
+ is_license_text: yes
+ is_license_notice: no
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 213
+ rule_relevance: 100
+ matched_text: |
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
- 2. 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.
+ 2. 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.
- 3. Neither the name of the project nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
+ 3. Neither the name of the project nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
- THIS SOFTWARE IS PROVIDED BY THE PROJECT 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 THE PROJECT OR CONTRIBUTORS 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.
- - score: '100.0'
- start_line: 35
- end_line: 36
- matcher: 2-aho
- rule_length: 12
- matched_length: 12
- match_coverage: '100.0'
- rule_relevance: 100
- identifier: gpl-1.0-plus_and_zlib_1.RULE
- license_expression: gpl-1.0-plus AND zlib
- is_license_text: no
- is_license_notice: yes
- is_license_reference: no
- is_license_tag: no
- is_license_intro: no
- matched_text: |
- released under
- the GNU GPL." and then shows the zlib license text.
+ THIS SOFTWARE IS PROVIDED BY THE PROJECT 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 THE PROJECT OR CONTRIBUTORS 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.
+ licenses:
+ - key: bsd-new
+ name: BSD-3-Clause
+ short_name: BSD-3-Clause
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: Regents of the University of California
+ homepage_url: http://www.opensource.org/licenses/BSD-3-Clause
+ text_url: http://www.opensource.org/licenses/BSD-3-Clause
+ reference_url: https://scancode-licensedb.aboutcode.org/bsd-new
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/bsd-new.LICENSE
+ spdx_license_key: BSD-3-Clause
+ spdx_url: https://spdx.org/licenses/BSD-3-Clause
+ - license_expression: gpl-1.0-plus AND zlib
+ detection_log:
+ - not-combined
+ matches:
+ - score: '100.0'
+ start_line: 35
+ end_line: 36
+ matched_length: 12
+ match_coverage: '100.0'
+ matcher: 2-aho
+ license_expression: gpl-1.0-plus AND zlib
+ rule_identifier: gpl-1.0-plus_and_zlib_1.RULE
+ rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/gpl-1.0-plus_and_zlib_1.RULE
+ referenced_filenames: []
+ is_license_text: no
+ is_license_notice: yes
+ is_license_reference: no
+ is_license_tag: no
+ is_license_intro: no
+ rule_length: 12
+ rule_relevance: 100
+ matched_text: |
+ released under
+ the GNU GPL." and then shows the zlib license text.
+ licenses:
+ - key: gpl-1.0-plus
+ name: GNU General Public License 1.0 or later
+ short_name: GPL 1.0 or later
+ category: Copyleft
+ is_exception: no
+ is_unknown: no
+ owner: Free Software Foundation (FSF)
+ homepage_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ text_url: http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html
+ reference_url: https://scancode-licensedb.aboutcode.org/gpl-1.0-plus
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/gpl-1.0-plus.LICENSE
+ spdx_license_key: GPL-1.0-or-later
+ spdx_url: https://spdx.org/licenses/GPL-1.0-or-later
+ - key: zlib
+ name: ZLIB License
+ short_name: ZLIB License
+ category: Permissive
+ is_exception: no
+ is_unknown: no
+ owner: zlib
+ homepage_url: http://www.zlib.net/
+ text_url: http://www.gzip.org/zlib/zlib_license.html
+ reference_url: https://scancode-licensedb.aboutcode.org/zlib
+ scancode_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/zlib.LICENSE
+ spdx_license_key: Zlib
+ spdx_url: https://spdx.org/licenses/Zlib
+copyright: |
+ 2002-2016 Henrik Størner
+ 2005-2007 Henrik Størner
+ 2007-2016 Christoph Berg
+ 2011-2016 Axel Beckert