From 64fc18ce5f29a0eedd0025145ab6745d9c909910 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Sat, 18 Sep 2021 23:00:36 +0200 Subject: [PATCH 01/14] Add provisional SPDX license ID Signed-off-by: Philippe Ombredanne --- src/licensedcode/data/licenses/verbatim-manual.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/licensedcode/data/licenses/verbatim-manual.yml b/src/licensedcode/data/licenses/verbatim-manual.yml index e7298f31b7a..d85555d0ccf 100644 --- a/src/licensedcode/data/licenses/verbatim-manual.yml +++ b/src/licensedcode/data/licenses/verbatim-manual.yml @@ -4,7 +4,9 @@ name: Verbatim Copies Permission category: Copyleft owner: BPF Authors notes: the latext2e, verbatim-manual and abstyles are similar licenses -spdx_license_key: LicenseRef-scancode-verbatim-manual +spdx_license_key: Verbatim-man-pages +other_spdx_license_keys: + - LicenseRef-scancode-verbatim-manual text_urls: - https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/scripts/bpf_helpers_doc.py?h=v5.0-rc4#n202 minimum_coverage: 70 From aa9bdc050b275bc87c7754160a4c8d4c8415ba39 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Sat, 18 Sep 2021 23:01:13 +0200 Subject: [PATCH 02/14] Add minimum_coverage to license rules Signed-off-by: Philippe Ombredanne --- src/licensedcode/data/rules/gpl-2.0-plus_414.yml | 1 + src/licensedcode/data/rules/gpl-2.0-plus_972.yml | 2 +- src/licensedcode/data/rules/michigan-disclaimer2.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/licensedcode/data/rules/gpl-2.0-plus_414.yml b/src/licensedcode/data/rules/gpl-2.0-plus_414.yml index 44214778e8c..97a442698be 100644 --- a/src/licensedcode/data/rules/gpl-2.0-plus_414.yml +++ b/src/licensedcode/data/rules/gpl-2.0-plus_414.yml @@ -1,3 +1,4 @@ license_expression: gpl-2.0-plus is_license_notice: yes +minimum_coverage: 99 relevance: 100 diff --git a/src/licensedcode/data/rules/gpl-2.0-plus_972.yml b/src/licensedcode/data/rules/gpl-2.0-plus_972.yml index e97b4079213..2e4afd63e21 100644 --- a/src/licensedcode/data/rules/gpl-2.0-plus_972.yml +++ b/src/licensedcode/data/rules/gpl-2.0-plus_972.yml @@ -1,6 +1,6 @@ license_expression: gpl-2.0-plus is_license_notice: yes relevance: 100 -minimum_coverage: 85 +minimum_coverage: 95 ignorable_urls: - https://www.gnu.org/licenses/ diff --git a/src/licensedcode/data/rules/michigan-disclaimer2.yml b/src/licensedcode/data/rules/michigan-disclaimer2.yml index 58c026bec31..781d362ad4c 100644 --- a/src/licensedcode/data/rules/michigan-disclaimer2.yml +++ b/src/licensedcode/data/rules/michigan-disclaimer2.yml @@ -1,2 +1,3 @@ license_expression: michigan-disclaimer is_license_notice: yes +minimum_coverage: 80 From ae0b770d2c3732a225a7ee3a1eac5b7835a4762a Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Sat, 18 Sep 2021 23:01:56 +0200 Subject: [PATCH 03/14] Add new open source license detection rules Signed-off-by: Philippe Ombredanne --- src/licensedcode/data/rules/agpl-3.0_352.RULE | 613 +++++++++++++++++ src/licensedcode/data/rules/agpl-3.0_352.yml | 10 + .../data/rules/apache-1.1_92.RULE | 46 ++ src/licensedcode/data/rules/apache-1.1_92.yml | 12 + .../data/rules/apache-2.0_1022.RULE | 1 + .../data/rules/apache-2.0_1022.yml | 3 + .../data/rules/bsd-1-clause_4.RULE | 16 + .../data/rules/bsd-1-clause_4.yml | 2 + src/licensedcode/data/rules/cc-by-1.0_8.RULE | 198 ++++++ src/licensedcode/data/rules/cc-by-1.0_8.yml | 4 + src/licensedcode/data/rules/cc-by-2.0_16.RULE | 216 ++++++ src/licensedcode/data/rules/cc-by-2.0_16.yml | 4 + src/licensedcode/data/rules/cc-by-2.5_15.RULE | 219 ++++++ src/licensedcode/data/rules/cc-by-2.5_15.yml | 4 + src/licensedcode/data/rules/cc-by-4.0_96.RULE | 324 +++++++++ src/licensedcode/data/rules/cc-by-4.0_96.yml | 2 + .../data/rules/cc-by-nc-1.0_9.RULE | 203 ++++++ .../data/rules/cc-by-nc-1.0_9.yml | 4 + .../data/rules/cc-by-nc-2.0_7.RULE | 228 +++++++ .../data/rules/cc-by-nc-2.0_7.yml | 4 + .../data/rules/cc-by-nc-2.5_6.RULE | 231 +++++++ .../data/rules/cc-by-nc-2.5_6.yml | 4 + .../data/rules/cc-by-nc-3.0_14.RULE | 318 +++++++++ .../data/rules/cc-by-nc-3.0_14.yml | 4 + .../data/rules/cc-by-nc-4.0_22.RULE | 1 + .../data/rules/cc-by-nc-4.0_22.yml | 3 + .../data/rules/cc-by-nc-4.0_23.RULE | 354 ++++++++++ .../data/rules/cc-by-nc-4.0_23.yml | 2 + .../data/rules/cc-by-nc-nd-1.0_57.RULE | 191 ++++++ .../data/rules/cc-by-nc-nd-1.0_57.yml | 4 + .../data/rules/cc-by-nc-nd-2.0_22.RULE | 215 ++++++ .../data/rules/cc-by-nc-nd-2.0_22.yml | 4 + .../data/rules/cc-by-nc-nd-2.5_16.RULE | 218 ++++++ .../data/rules/cc-by-nc-nd-2.5_16.yml | 4 + .../data/rules/cc-by-nc-nd-3.0_34.RULE | 290 ++++++++ .../data/rules/cc-by-nc-nd-3.0_34.yml | 4 + .../data/rules/cc-by-nc-nd-4.0_53.RULE | 348 ++++++++++ .../data/rules/cc-by-nc-nd-4.0_53.yml | 2 + .../data/rules/cc-by-nc-sa-1.0_15.RULE | 222 +++++++ .../data/rules/cc-by-nc-sa-1.0_15.yml | 4 + .../data/rules/cc-by-nc-sa-2.0_23.RULE | 252 +++++++ .../data/rules/cc-by-nc-sa-2.0_23.yml | 4 + .../data/rules/cc-by-nc-sa-2.5_17.RULE | 255 +++++++ .../data/rules/cc-by-nc-sa-2.5_17.yml | 4 + .../data/rules/cc-by-nc-sa-3.0_47.RULE | 344 ++++++++++ .../data/rules/cc-by-nc-sa-3.0_47.yml | 4 + .../data/rules/cc-by-nc-sa-4.0_23.RULE | 362 ++++++++++ .../data/rules/cc-by-nc-sa-4.0_23.yml | 2 + .../data/rules/cc-by-nd-1.0_22.RULE | 183 +++++ .../data/rules/cc-by-nd-1.0_22.yml | 4 + .../data/rules/cc-by-nd-2.0_21.RULE | 205 ++++++ .../data/rules/cc-by-nd-2.0_21.yml | 4 + .../data/rules/cc-by-nd-2.5_18.RULE | 206 ++++++ .../data/rules/cc-by-nd-2.5_18.yml | 4 + .../data/rules/cc-by-nd-3.0_29.RULE | 276 ++++++++ .../data/rules/cc-by-nd-3.0_29.yml | 4 + .../data/rules/cc-by-nd-4.0_24.RULE | 321 +++++++++ .../data/rules/cc-by-nd-4.0_24.yml | 2 + .../data/rules/cc-by-sa-1.0_16.RULE | 214 ++++++ .../data/rules/cc-by-sa-1.0_16.yml | 4 + .../data/rules/cc-by-sa-2.5_20.RULE | 243 +++++++ .../data/rules/cc-by-sa-2.5_20.yml | 4 + .../data/rules/cc-by-sa-3.0_86.RULE | 343 ++++++++++ .../data/rules/cc-by-sa-3.0_86.yml | 5 + .../data/rules/cc-by-sa-3.0_87.RULE | 1 + .../data/rules/cc-by-sa-3.0_87.yml | 3 + .../data/rules/cc-by-sa-3.0_88.RULE | 1 + .../data/rules/cc-by-sa-3.0_88.yml | 3 + .../data/rules/cc-by-sa-3.0_89.RULE | 6 + .../data/rules/cc-by-sa-3.0_89.yml | 4 + .../data/rules/cc-by-sa-4.0_85.RULE | 4 + .../data/rules/cc-by-sa-4.0_85.yml | 4 + .../data/rules/cc-by-sa-4.0_86.RULE | 1 + .../data/rules/cc-by-sa-4.0_86.yml | 3 + src/licensedcode/data/rules/cc0-1.0_163.RULE | 1 + src/licensedcode/data/rules/cc0-1.0_163.yml | 5 + .../data/rules/cc0-1.0_or_apache-2.0_5.RULE | 9 + .../data/rules/cc0-1.0_or_apache-2.0_5.yml | 5 + src/licensedcode/data/rules/eupl-1.0_2.RULE | 280 ++++++++ src/licensedcode/data/rules/eupl-1.0_2.yml | 6 + src/licensedcode/data/rules/eupl-1.1_15.RULE | 287 ++++++++ src/licensedcode/data/rules/eupl-1.1_15.yml | 6 + src/licensedcode/data/rules/gl2ps_1.RULE | 18 + src/licensedcode/data/rules/gl2ps_1.yml | 6 + .../data/rules/gpl-1.0-plus_540.RULE | 4 + .../data/rules/gpl-1.0-plus_540.yml | 2 + .../data/rules/gpl-1.0-plus_541.RULE | 2 + .../data/rules/gpl-1.0-plus_541.yml | 3 + .../data/rules/gpl-1.0-plus_542.RULE | 4 + .../data/rules/gpl-1.0-plus_542.yml | 2 + .../data/rules/gpl-2.0-plus_1042.RULE | 13 + .../data/rules/gpl-2.0-plus_1042.yml | 2 + .../data/rules/gpl-2.0-plus_1043.RULE | 15 + .../data/rules/gpl-2.0-plus_1043.yml | 4 + .../data/rules/gpl-2.0-plus_1044.RULE | 13 + .../data/rules/gpl-2.0-plus_1044.yml | 4 + src/licensedcode/data/rules/gpl-2.0_63.RULE | 7 + src/licensedcode/data/rules/gpl-2.0_63.yml | 2 + .../data/rules/gpl-3.0-plus_513.RULE | 625 ++++++++++++++++++ .../data/rules/gpl-3.0-plus_513.yml | 10 + .../data/rules/lgpl-2.1-plus_420.RULE | 13 + .../data/rules/lgpl-2.1-plus_420.yml | 2 + src/licensedcode/data/rules/lgpl-2.1_386.RULE | 2 + src/licensedcode/data/rules/lgpl-2.1_386.yml | 2 + ...1_with_ocaml-lgpl-linking-exception_4.RULE | 9 + ....1_with_ocaml-lgpl-linking-exception_4.yml | 5 + ...1_with_ocaml-lgpl-linking-exception_5.RULE | 13 + ....1_with_ocaml-lgpl-linking-exception_5.yml | 5 + ...1_with_ocaml-lgpl-linking-exception_6.RULE | 15 + ....1_with_ocaml-lgpl-linking-exception_6.yml | 2 + ...1_with_ocaml-lgpl-linking-exception_7.RULE | 9 + ....1_with_ocaml-lgpl-linking-exception_7.yml | 5 + .../data/rules/license-intro_52.RULE | 4 + .../data/rules/license-intro_52.yml | 2 + .../rules/ocaml-lgpl-linking-exception_1.RULE | 12 + .../rules/ocaml-lgpl-linking-exception_1.yml | 2 + src/licensedcode/data/rules/osl-3.0_28.RULE | 1 + src/licensedcode/data/rules/osl-3.0_28.yml | 3 + src/licensedcode/data/rules/osl-3.0_29.RULE | 1 + src/licensedcode/data/rules/osl-3.0_29.yml | 3 + .../data/rules/other-permissive_326.RULE | 2 + .../data/rules/other-permissive_326.yml | 3 + .../data/rules/other-permissive_327.RULE | 10 + .../data/rules/other-permissive_327.yml | 3 + .../data/rules/other-permissive_328.RULE | 2 + .../data/rules/other-permissive_328.yml | 3 + .../data/rules/public-domain_358.RULE | 1 + .../data/rules/public-domain_358.yml | 3 + .../data/rules/public-domain_or_mit_7.RULE | 18 + .../data/rules/public-domain_or_mit_7.yml | 5 + .../data/rules/volatility-vsl-v1.0_2.RULE | 1 + .../data/rules/volatility-vsl-v1.0_2.yml | 3 + .../data/rules/volatility-vsl-v1.0_3.RULE | 1 + .../data/rules/volatility-vsl-v1.0_3.yml | 5 + 134 files changed, 9320 insertions(+) create mode 100644 src/licensedcode/data/rules/agpl-3.0_352.RULE create mode 100644 src/licensedcode/data/rules/agpl-3.0_352.yml create mode 100644 src/licensedcode/data/rules/apache-1.1_92.RULE create mode 100644 src/licensedcode/data/rules/apache-1.1_92.yml create mode 100644 src/licensedcode/data/rules/apache-2.0_1022.RULE create mode 100644 src/licensedcode/data/rules/apache-2.0_1022.yml create mode 100644 src/licensedcode/data/rules/bsd-1-clause_4.RULE create mode 100644 src/licensedcode/data/rules/bsd-1-clause_4.yml create mode 100644 src/licensedcode/data/rules/cc-by-1.0_8.RULE create mode 100644 src/licensedcode/data/rules/cc-by-1.0_8.yml create mode 100644 src/licensedcode/data/rules/cc-by-2.0_16.RULE create mode 100644 src/licensedcode/data/rules/cc-by-2.0_16.yml create mode 100644 src/licensedcode/data/rules/cc-by-2.5_15.RULE create mode 100644 src/licensedcode/data/rules/cc-by-2.5_15.yml create mode 100644 src/licensedcode/data/rules/cc-by-4.0_96.RULE create mode 100644 src/licensedcode/data/rules/cc-by-4.0_96.yml create mode 100644 src/licensedcode/data/rules/cc-by-nc-1.0_9.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nc-1.0_9.yml create mode 100644 src/licensedcode/data/rules/cc-by-nc-2.0_7.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nc-2.0_7.yml create mode 100644 src/licensedcode/data/rules/cc-by-nc-2.5_6.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nc-2.5_6.yml create mode 100644 src/licensedcode/data/rules/cc-by-nc-3.0_14.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nc-3.0_14.yml create mode 100644 src/licensedcode/data/rules/cc-by-nc-4.0_22.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nc-4.0_22.yml create mode 100644 src/licensedcode/data/rules/cc-by-nc-4.0_23.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nc-4.0_23.yml create mode 100644 src/licensedcode/data/rules/cc-by-nc-nd-1.0_57.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nc-nd-1.0_57.yml create mode 100644 src/licensedcode/data/rules/cc-by-nc-nd-2.0_22.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nc-nd-2.0_22.yml create mode 100644 src/licensedcode/data/rules/cc-by-nc-nd-2.5_16.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nc-nd-2.5_16.yml create mode 100644 src/licensedcode/data/rules/cc-by-nc-nd-3.0_34.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nc-nd-3.0_34.yml create mode 100644 src/licensedcode/data/rules/cc-by-nc-nd-4.0_53.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nc-nd-4.0_53.yml create mode 100644 src/licensedcode/data/rules/cc-by-nc-sa-1.0_15.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nc-sa-1.0_15.yml create mode 100644 src/licensedcode/data/rules/cc-by-nc-sa-2.0_23.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nc-sa-2.0_23.yml create mode 100644 src/licensedcode/data/rules/cc-by-nc-sa-2.5_17.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nc-sa-2.5_17.yml create mode 100644 src/licensedcode/data/rules/cc-by-nc-sa-3.0_47.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nc-sa-3.0_47.yml create mode 100644 src/licensedcode/data/rules/cc-by-nc-sa-4.0_23.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nc-sa-4.0_23.yml create mode 100644 src/licensedcode/data/rules/cc-by-nd-1.0_22.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nd-1.0_22.yml create mode 100644 src/licensedcode/data/rules/cc-by-nd-2.0_21.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nd-2.0_21.yml create mode 100644 src/licensedcode/data/rules/cc-by-nd-2.5_18.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nd-2.5_18.yml create mode 100644 src/licensedcode/data/rules/cc-by-nd-3.0_29.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nd-3.0_29.yml create mode 100644 src/licensedcode/data/rules/cc-by-nd-4.0_24.RULE create mode 100644 src/licensedcode/data/rules/cc-by-nd-4.0_24.yml create mode 100644 src/licensedcode/data/rules/cc-by-sa-1.0_16.RULE create mode 100644 src/licensedcode/data/rules/cc-by-sa-1.0_16.yml create mode 100644 src/licensedcode/data/rules/cc-by-sa-2.5_20.RULE create mode 100644 src/licensedcode/data/rules/cc-by-sa-2.5_20.yml create mode 100644 src/licensedcode/data/rules/cc-by-sa-3.0_86.RULE create mode 100644 src/licensedcode/data/rules/cc-by-sa-3.0_86.yml create mode 100644 src/licensedcode/data/rules/cc-by-sa-3.0_87.RULE create mode 100644 src/licensedcode/data/rules/cc-by-sa-3.0_87.yml create mode 100644 src/licensedcode/data/rules/cc-by-sa-3.0_88.RULE create mode 100644 src/licensedcode/data/rules/cc-by-sa-3.0_88.yml create mode 100644 src/licensedcode/data/rules/cc-by-sa-3.0_89.RULE create mode 100644 src/licensedcode/data/rules/cc-by-sa-3.0_89.yml create mode 100644 src/licensedcode/data/rules/cc-by-sa-4.0_85.RULE create mode 100644 src/licensedcode/data/rules/cc-by-sa-4.0_85.yml create mode 100644 src/licensedcode/data/rules/cc-by-sa-4.0_86.RULE create mode 100644 src/licensedcode/data/rules/cc-by-sa-4.0_86.yml create mode 100644 src/licensedcode/data/rules/cc0-1.0_163.RULE create mode 100644 src/licensedcode/data/rules/cc0-1.0_163.yml create mode 100644 src/licensedcode/data/rules/cc0-1.0_or_apache-2.0_5.RULE create mode 100644 src/licensedcode/data/rules/cc0-1.0_or_apache-2.0_5.yml create mode 100644 src/licensedcode/data/rules/eupl-1.0_2.RULE create mode 100644 src/licensedcode/data/rules/eupl-1.0_2.yml create mode 100644 src/licensedcode/data/rules/eupl-1.1_15.RULE create mode 100644 src/licensedcode/data/rules/eupl-1.1_15.yml create mode 100644 src/licensedcode/data/rules/gl2ps_1.RULE create mode 100644 src/licensedcode/data/rules/gl2ps_1.yml create mode 100644 src/licensedcode/data/rules/gpl-1.0-plus_540.RULE create mode 100644 src/licensedcode/data/rules/gpl-1.0-plus_540.yml create mode 100644 src/licensedcode/data/rules/gpl-1.0-plus_541.RULE create mode 100644 src/licensedcode/data/rules/gpl-1.0-plus_541.yml create mode 100644 src/licensedcode/data/rules/gpl-1.0-plus_542.RULE create mode 100644 src/licensedcode/data/rules/gpl-1.0-plus_542.yml create mode 100644 src/licensedcode/data/rules/gpl-2.0-plus_1042.RULE create mode 100644 src/licensedcode/data/rules/gpl-2.0-plus_1042.yml create mode 100644 src/licensedcode/data/rules/gpl-2.0-plus_1043.RULE create mode 100644 src/licensedcode/data/rules/gpl-2.0-plus_1043.yml create mode 100644 src/licensedcode/data/rules/gpl-2.0-plus_1044.RULE create mode 100644 src/licensedcode/data/rules/gpl-2.0-plus_1044.yml create mode 100644 src/licensedcode/data/rules/gpl-2.0_63.RULE create mode 100644 src/licensedcode/data/rules/gpl-2.0_63.yml create mode 100644 src/licensedcode/data/rules/gpl-3.0-plus_513.RULE create mode 100644 src/licensedcode/data/rules/gpl-3.0-plus_513.yml create mode 100644 src/licensedcode/data/rules/lgpl-2.1-plus_420.RULE create mode 100644 src/licensedcode/data/rules/lgpl-2.1-plus_420.yml create mode 100644 src/licensedcode/data/rules/lgpl-2.1_386.RULE create mode 100644 src/licensedcode/data/rules/lgpl-2.1_386.yml create mode 100644 src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_4.RULE create mode 100644 src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_4.yml create mode 100644 src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_5.RULE create mode 100644 src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_5.yml create mode 100644 src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_6.RULE create mode 100644 src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_6.yml create mode 100644 src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_7.RULE create mode 100644 src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_7.yml create mode 100644 src/licensedcode/data/rules/license-intro_52.RULE create mode 100644 src/licensedcode/data/rules/license-intro_52.yml create mode 100644 src/licensedcode/data/rules/ocaml-lgpl-linking-exception_1.RULE create mode 100644 src/licensedcode/data/rules/ocaml-lgpl-linking-exception_1.yml create mode 100644 src/licensedcode/data/rules/osl-3.0_28.RULE create mode 100644 src/licensedcode/data/rules/osl-3.0_28.yml create mode 100644 src/licensedcode/data/rules/osl-3.0_29.RULE create mode 100644 src/licensedcode/data/rules/osl-3.0_29.yml create mode 100644 src/licensedcode/data/rules/other-permissive_326.RULE create mode 100644 src/licensedcode/data/rules/other-permissive_326.yml create mode 100644 src/licensedcode/data/rules/other-permissive_327.RULE create mode 100644 src/licensedcode/data/rules/other-permissive_327.yml create mode 100644 src/licensedcode/data/rules/other-permissive_328.RULE create mode 100644 src/licensedcode/data/rules/other-permissive_328.yml create mode 100644 src/licensedcode/data/rules/public-domain_358.RULE create mode 100644 src/licensedcode/data/rules/public-domain_358.yml create mode 100644 src/licensedcode/data/rules/public-domain_or_mit_7.RULE create mode 100644 src/licensedcode/data/rules/public-domain_or_mit_7.yml create mode 100644 src/licensedcode/data/rules/volatility-vsl-v1.0_2.RULE create mode 100644 src/licensedcode/data/rules/volatility-vsl-v1.0_2.yml create mode 100644 src/licensedcode/data/rules/volatility-vsl-v1.0_3.RULE create mode 100644 src/licensedcode/data/rules/volatility-vsl-v1.0_3.yml diff --git a/src/licensedcode/data/rules/agpl-3.0_352.RULE b/src/licensedcode/data/rules/agpl-3.0_352.RULE new file mode 100644 index 00000000000..25885bd9b81 --- /dev/null +++ b/src/licensedcode/data/rules/agpl-3.0_352.RULE @@ -0,0 +1,613 @@ +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 s ue 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 . \ No newline at end of file diff --git a/src/licensedcode/data/rules/agpl-3.0_352.yml b/src/licensedcode/data/rules/agpl-3.0_352.yml new file mode 100644 index 00000000000..72d7ad35b66 --- /dev/null +++ b/src/licensedcode/data/rules/agpl-3.0_352.yml @@ -0,0 +1,10 @@ +license_expression: agpl-3.0 +is_license_text: yes +notes: uses an https URL +ignorable_copyrights: + - Copyright (c) 2007 Free Software Foundation, Inc. +ignorable_holders: + - Free Software Foundation, Inc. +ignorable_urls: + - https://fsf.org/ + - https://www.gnu.org/licenses/ diff --git a/src/licensedcode/data/rules/apache-1.1_92.RULE b/src/licensedcode/data/rules/apache-1.1_92.RULE new file mode 100644 index 00000000000..4d824c6157d --- /dev/null +++ b/src/licensedcode/data/rules/apache-1.1_92.RULE @@ -0,0 +1,46 @@ +Apache License 1.1 Copyright (c) 2000 The Apache Software Foundation. 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. The end-user documentation included with the redistribution, if any, must +include the following acknowledgment: + +"This product includes software developed by the Apache Software Foundation +(http://www.apache.org/) ." + +Alternately, this acknowledgment may appear in the software itself, if and +wherever such third-party acknowledgments normally appear. + +4. The name "Apache" and "Apache Software Foundation" must not be used to +endorse or promote products derived from this software without prior written +permission. For written permission, please contact apache@apache.org . + +5. Products derived from this software may not be called "Apache" [ex. "Jakarta," +"Apache," or "Apache Commons,"] nor may "Apache" [ex. the names] appear in +their name, without prior written permission of the Apache Software Foundation. + +THIS SOFTWARE IS PROVIDED ''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 APACHE +SOFTWARE FOUNDATION 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 software consists of voluntary contributions made by many individuals +on behalf of the Apache Software Foundation. For more information on the Apache +Software Foundation, please see http://www.apache.org/. Portions of this software +are based upon public domain software originally written at the National Center +for Supercomputing Applications, University of Illinois, Urbana-Champaign. \ No newline at end of file diff --git a/src/licensedcode/data/rules/apache-1.1_92.yml b/src/licensedcode/data/rules/apache-1.1_92.yml new file mode 100644 index 00000000000..e0e6c73c816 --- /dev/null +++ b/src/licensedcode/data/rules/apache-1.1_92.yml @@ -0,0 +1,12 @@ +license_expression: apache-1.1 +is_license_text: yes +ignorable_copyrights: + - Copyright (c) 2000 The Apache Software Foundation +ignorable_holders: + - The Apache Software Foundation +ignorable_authors: + - the Apache Software Foundation (http://www.apache.org/) +ignorable_urls: + - http://www.apache.org/ +ignorable_emails: + - apache@apache.org diff --git a/src/licensedcode/data/rules/apache-2.0_1022.RULE b/src/licensedcode/data/rules/apache-2.0_1022.RULE new file mode 100644 index 00000000000..99c45a9c69f --- /dev/null +++ b/src/licensedcode/data/rules/apache-2.0_1022.RULE @@ -0,0 +1 @@ +Code is released under the Apache 2.0 license. \ No newline at end of file diff --git a/src/licensedcode/data/rules/apache-2.0_1022.yml b/src/licensedcode/data/rules/apache-2.0_1022.yml new file mode 100644 index 00000000000..fec9233bc17 --- /dev/null +++ b/src/licensedcode/data/rules/apache-2.0_1022.yml @@ -0,0 +1,3 @@ +license_expression: apache-2.0 +is_license_notice: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/bsd-1-clause_4.RULE b/src/licensedcode/data/rules/bsd-1-clause_4.RULE new file mode 100644 index 00000000000..9db5a286ce8 --- /dev/null +++ b/src/licensedcode/data/rules/bsd-1-clause_4.RULE @@ -0,0 +1,16 @@ +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. + +THIS SOFTWARE IS PROVIDED BY Berkeley Software Design, 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 Berkeley Software Design, Inc. BE LIABLE FOR ANY DIRECT, +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY +OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/src/licensedcode/data/rules/bsd-1-clause_4.yml b/src/licensedcode/data/rules/bsd-1-clause_4.yml new file mode 100644 index 00000000000..ddf6b5b24a0 --- /dev/null +++ b/src/licensedcode/data/rules/bsd-1-clause_4.yml @@ -0,0 +1,2 @@ +license_expression: bsd-1-clause +is_license_text: yes diff --git a/src/licensedcode/data/rules/cc-by-1.0_8.RULE b/src/licensedcode/data/rules/cc-by-1.0_8.RULE new file mode 100644 index 00000000000..ce91e8f3363 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-1.0_8.RULE @@ -0,0 +1,198 @@ +Creative Commons Attribution 1.0 CREATIVE COMMONS CORPORATION IS NOT A LAW +FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DRAFT 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 IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO +BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + +a. "Collective Work" means a work, such as a periodical issue, anthology or +encyclopedia, in which the Work in its entirety in unmodified form, along +with a number of other contributions, constituting separate and independent +works in themselves, are assembled into a collective whole. A work that constitutes +a Collective Work will not be considered a Derivative Work (as defined below) +for the purposes of this License. + +b. "Derivative Work" means a work based upon the Work or upon the Work and +other pre-existing works, such as a translation, musical arrangement, dramatization, +fictionalization, motion picture version, sound recording, art reproduction, +abridgment, condensation, or any other form in which the Work may be recast, +transformed, or adapted, except that a work that constitutes a Collective +Work will not be considered a Derivative Work for the purpose of this License. + +c. "Licensor" means the individual or entity that offers the Work under the +terms of this License. + + d. "Original Author" means the individual or entity who created the Work. + +e. "Work" means the copyrightable work of authorship offered under the terms +of this License. + +f. "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. + +2. Fair Use Rights. Nothing in this license is intended to reduce, limit, +or restrict any rights arising from fair use, first sale or other limitations +on the exclusive rights of the copyright owner 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 Collective +Works, and to reproduce the Work as incorporated in the Collective Works; + + b. to create and reproduce Derivative Works; + +c. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission the Work including +as incorporated in Collective Works; + +d. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission Derivative Works; + +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. +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, publicly display, publicly perform, or publicly digitally +perform the Work only under the terms of this License, and You must include +a copy of, or the Uniform Resource Identifier for, this License with every +copy or phonorecord of the Work You distribute, publicly display, publicly +perform, or publicly digitally perform. You may not offer or impose any terms +on the Work that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder. You may not sublicense the Work. +You must keep intact all notices that refer to this License and to the disclaimer +of warranties. You may not distribute, publicly display, publicly perform, +or publicly digitally perform the Work with any technological measures that +control access or use of the Work in a manner inconsistent with the terms +of this License Agreement. The above applies to the Work as incorporated in +a Collective Work, but this does not require the Collective Work apart from +the Work itself to be made subject to the terms of this License. If You create +a Collective Work, upon notice from any Licensor You must, to the extent practicable, +remove from the Collective Work any reference to such Licensor or the Original +Author, as requested. If You create a Derivative Work, upon notice from any +Licensor You must, to the extent practicable, remove from the Derivative Work +any reference to such Licensor or the Original Author, as requested. + +b. If you distribute, publicly display, publicly perform, or publicly digitally +perform the Work or any Derivative Works or Collective Works, You must keep +intact all copyright notices for the Work and give the Original Author credit +reasonable to the medium or means You are utilizing by conveying the name +(or pseudonym if applicable) of the Original Author if supplied; the title +of the Work if supplied; in the case of a Derivative Work, a credit identifying +the use of the Work in the Derivative Work (e.g., "French translation of the +Work by Original Author," or "Screenplay based on original Work by Original +Author"). Such credit may be implemented in any reasonable manner; provided, +however, that in the case of a Derivative Work or Collective Work, at a minimum +such credit will appear where any other comparable authorship credit appears +and in a manner at least as prominent as such other comparable authorship +credit. + + 5. Representations, Warranties and Disclaimer + +a. By offering the Work for public release under this License, Licensor represents +and warrants that, to the best of Licensor's knowledge after reasonable inquiry: + +i. Licensor has secured all rights in the Work necessary to grant the license +rights hereunder and to permit the lawful exercise of the rights granted hereunder +without You having any obligation to pay any royalties, compulsory license +fees, residuals or any other payments; + +ii. The Work does not infringe the copyright, trademark, publicity rights, +common law rights or any other right of any third party or constitute defamation, +invasion of privacy or other tortious injury to any third party. + +b. EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN WRITING +OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS IS" BASIS, WITHOUT +WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, +ANY WARRANTIES REGARDING THE CONTENTS OR ACCURACY OF THE WORK. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, +AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY RESULTING FROM +BREACH OF THE WARRANTIES IN SECTION 5, 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 Derivative Works or Collective Works 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 digitally perform the Work or a Collective +Work, 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 digitally perform a Derivative Work, +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. + +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, neither party will use 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. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-1.0_8.yml b/src/licensedcode/data/rules/cc-by-1.0_8.yml new file mode 100644 index 00000000000..f1e58056871 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-1.0_8.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-1.0 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-2.0_16.RULE b/src/licensedcode/data/rules/cc-by-2.0_16.RULE new file mode 100644 index 00000000000..0c37aeb42d5 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-2.0_16.RULE @@ -0,0 +1,216 @@ +Creative Commons Attribution 2.0 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. THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + +a. "Collective Work" means a work, such as a periodical issue, anthology or +encyclopedia, in which the Work in its entirety in unmodified form, along +with a number of other contributions, constituting separate and independent +works in themselves, are assembled into a collective whole. A work that constitutes +a Collective Work will not be considered a Derivative Work (as defined below) +for the purposes of this License. + +b. "Derivative Work" means a work based upon the Work or upon the Work and +other pre-existing works, such as a translation, musical arrangement, dramatization, +fictionalization, motion picture version, sound recording, art reproduction, +abridgment, condensation, or any other form in which the Work may be recast, +transformed, or adapted, except that a work that constitutes a Collective +Work will not be considered a Derivative Work for the purpose of this License. +For the avoidance of doubt, where the Work is a musical composition or sound +recording, the synchronization of the Work in timed-relation with a moving +image ("synching") will be considered a Derivative Work for the purpose of +this License. + +c. "Licensor" means the individual or entity that offers the Work under the +terms of this License. + + d. "Original Author" means the individual or entity who created the Work. + +e. "Work" means the copyrightable work of authorship offered under the terms +of this License. + +f. "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. + +2. Fair Use Rights. Nothing in this license is intended to reduce, limit, +or restrict any rights arising from fair use, first sale or other limitations +on the exclusive rights of the copyright owner 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 Collective +Works, and to reproduce the Work as incorporated in the Collective Works; + + b. to create and reproduce Derivative Works; + +c. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission the Work including +as incorporated in Collective Works; + +d. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission Derivative Works. + + e. For the avoidance of doubt, where the work is a musical composition: + +i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive +right to collect, whether individually or via a performance rights society +(e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital +performance (e.g. webcast) of the Work. + +ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive +right to collect, whether individually or via a music rights agency or designated +agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from +the Work ("cover version") and distribute, subject to the compulsory license +created by 17 USC Section 115 of the US Copyright Act (or the equivalent in +other jurisdictions). + +f. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, +where the Work is a sound recording, Licensor waives the exclusive right to +collect, whether individually or via a performance-rights society (e.g. SoundExchange), +royalties for the public digital performance (e.g. webcast) of the Work, subject +to the compulsory license created by 17 USC Section 114 of the US Copyright +Act (or the equivalent in other jurisdictions). + +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. +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, publicly display, publicly perform, or publicly digitally +perform the Work only under the terms of this License, and You must include +a copy of, or the Uniform Resource Identifier for, this License with every +copy or phonorecord of the Work You distribute, publicly display, publicly +perform, or publicly digitally perform. You may not offer or impose any terms +on the Work that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder. You may not sublicense the Work. +You must keep intact all notices that refer to this License and to the disclaimer +of warranties. You may not distribute, publicly display, publicly perform, +or publicly digitally perform the Work with any technological measures that +control access or use of the Work in a manner inconsistent with the terms +of this License Agreement. The above applies to the Work as incorporated in +a Collective Work, but this does not require the Collective Work apart from +the Work itself to be made subject to the terms of this License. If You create +a Collective Work, upon notice from any Licensor You must, to the extent practicable, +remove from the Collective Work any reference to such Licensor or the Original +Author, as requested. If You create a Derivative Work, upon notice from any +Licensor You must, to the extent practicable, remove from the Derivative Work +any reference to such Licensor or the Original Author, as requested. + +b. If you distribute, publicly display, publicly perform, or publicly digitally +perform the Work or any Derivative Works or Collective Works, You must keep +intact all copyright notices for the Work and give the Original Author credit +reasonable to the medium or means You are utilizing by conveying the name +(or pseudonym if applicable) of the Original Author if supplied; the title +of the Work if supplied; to the extent reasonably practicable, the Uniform +Resource Identifier, 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 in the case of a Derivative Work, a credit identifying +the use of the Work in the Derivative Work (e.g., "French translation of the +Work by Original Author," or "Screenplay based on original Work by Original +Author"). Such credit may be implemented in any reasonable manner; provided, +however, that in the case of a Derivative Work or Collective Work, at a minimum +such credit will appear where any other comparable authorship credit appears +and in a manner at least as prominent as such other comparable authorship +credit. + + 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 Derivative Works or Collective Works 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 digitally perform the Work or a Collective +Work, 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 digitally perform a Derivative Work, +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. + +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, neither party will use 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. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-2.0_16.yml b/src/licensedcode/data/rules/cc-by-2.0_16.yml new file mode 100644 index 00000000000..78270239cf3 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-2.0_16.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-2.0 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-2.5_15.RULE b/src/licensedcode/data/rules/cc-by-2.5_15.RULE new file mode 100644 index 00000000000..5611e7d8b72 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-2.5_15.RULE @@ -0,0 +1,219 @@ +Creative Commons Attribution 2.5 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. THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + +a. "Collective Work" means a work, such as a periodical issue, anthology or +encyclopedia, in which the Work in its entirety in unmodified form, along +with a number of other contributions, constituting separate and independent +works in themselves, are assembled into a collective whole. A work that constitutes +a Collective Work will not be considered a Derivative Work (as defined below) +for the purposes of this License. + +b. "Derivative Work" means a work based upon the Work or upon the Work and +other pre-existing works, such as a translation, musical arrangement, dramatization, +fictionalization, motion picture version, sound recording, art reproduction, +abridgment, condensation, or any other form in which the Work may be recast, +transformed, or adapted, except that a work that constitutes a Collective +Work will not be considered a Derivative Work for the purpose of this License. +For the avoidance of doubt, where the Work is a musical composition or sound +recording, the synchronization of the Work in timed-relation with a moving +image ("synching") will be considered a Derivative Work for the purpose of +this License. + +c. "Licensor" means the individual or entity that offers the Work under the +terms of this License. + + d. "Original Author" means the individual or entity who created the Work. + +e. "Work" means the copyrightable work of authorship offered under the terms +of this License. + +f. "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. + +2. Fair Use Rights. Nothing in this license is intended to reduce, limit, +or restrict any rights arising from fair use, first sale or other limitations +on the exclusive rights of the copyright owner 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 Collective +Works, and to reproduce the Work as incorporated in the Collective Works; + + b. to create and reproduce Derivative Works; + +c. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission the Work including +as incorporated in Collective Works; + +d. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission Derivative Works. + + e. For the avoidance of doubt, where the work is a musical composition: + +i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive +right to collect, whether individually or via a performance rights society +(e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital +performance (e.g. webcast) of the Work. + +ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive +right to collect, whether individually or via a music rights agency or designated +agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from +the Work ("cover version") and distribute, subject to the compulsory license +created by 17 USC Section 115 of the US Copyright Act (or the equivalent in +other jurisdictions). + +f. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, +where the Work is a sound recording, Licensor waives the exclusive right to +collect, whether individually or via a performance-rights society (e.g. SoundExchange), +royalties for the public digital performance (e.g. webcast) of the Work, subject +to the compulsory license created by 17 USC Section 114 of the US Copyright +Act (or the equivalent in other jurisdictions). + +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. +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, publicly display, publicly perform, or publicly digitally +perform the Work only under the terms of this License, and You must include +a copy of, or the Uniform Resource Identifier for, this License with every +copy or phonorecord of the Work You distribute, publicly display, publicly +perform, or publicly digitally perform. You may not offer or impose any terms +on the Work that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder. You may not sublicense the Work. +You must keep intact all notices that refer to this License and to the disclaimer +of warranties. You may not distribute, publicly display, publicly perform, +or publicly digitally perform the Work with any technological measures that +control access or use of the Work in a manner inconsistent with the terms +of this License Agreement. The above applies to the Work as incorporated in +a Collective Work, but this does not require the Collective Work apart from +the Work itself to be made subject to the terms of this License. If You create +a Collective Work, upon notice from any Licensor You must, to the extent practicable, +remove from the Collective Work any credit as required by clause 4(b), as +requested. If You create a Derivative Work, upon notice from any Licensor +You must, to the extent practicable, remove from the Derivative Work any credit +as required by clause 4(b), as requested. + +b. If you distribute, publicly display, publicly perform, or publicly digitally +perform the Work or any Derivative Works or Collective Works, You must 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 (ii) if the Original Author and/or Licensor +designate another party or parties (e.g. a sponsor institute, publishing entity, +journal) for attribution in Licensor's copyright notice, terms of service +or by other reasonable means, the name of such party or parties; the title +of the Work if supplied; to the extent reasonably practicable, the Uniform +Resource Identifier, 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 in the case of a Derivative Work, a credit identifying +the use of the Work in the Derivative Work (e.g., "French translation of the +Work by Original Author," or "Screenplay based on original Work by Original +Author"). Such credit may be implemented in any reasonable manner; provided, +however, that in the case of a Derivative Work or Collective Work, at a minimum +such credit will appear where any other comparable authorship credit appears +and in a manner at least as prominent as such other comparable authorship +credit. + + 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 Derivative Works or Collective Works 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 digitally perform the Work or a Collective +Work, 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 digitally perform a Derivative Work, +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. + +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, neither party will use 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. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-2.5_15.yml b/src/licensedcode/data/rules/cc-by-2.5_15.yml new file mode 100644 index 00000000000..478e6ca14c3 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-2.5_15.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-2.5 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-4.0_96.RULE b/src/licensedcode/data/rules/cc-by-4.0_96.RULE new file mode 100644 index 00000000000..40e1c631e4f --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-4.0_96.RULE @@ -0,0 +1,324 @@ +Creative Commons Attribution 4.0 International 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 +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 +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. 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. + +d. 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. + +e. 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. + +f. Licensed Material means the artistic or literary work, database, or other +material to which the Licensor applied this Public License. + +g. 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. + +h. Licensor means the individual(s) or entity(ies) granting rights under this +Public License. + +i. 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. + +j. 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. + +k. 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. 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. + +4. If You Share Adapted Material You produce, the Adapter's License You apply +must not prevent recipients of the Adapted Material from complying with this +Public License. + +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; 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. + +c. 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. + +d. 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. + + e. 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-4.0_96.yml b/src/licensedcode/data/rules/cc-by-4.0_96.yml new file mode 100644 index 00000000000..f6c6d5e3263 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-4.0_96.yml @@ -0,0 +1,2 @@ +license_expression: cc-by-4.0 +is_license_text: yes diff --git a/src/licensedcode/data/rules/cc-by-nc-1.0_9.RULE b/src/licensedcode/data/rules/cc-by-nc-1.0_9.RULE new file mode 100644 index 00000000000..91fb5c404c0 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-1.0_9.RULE @@ -0,0 +1,203 @@ +Creative Commons Attribution-NonCommercial 1.0 CREATIVE COMMONS CORPORATION +IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS +DRAFT 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 IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO +BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + +a. "Collective Work" means a work, such as a periodical issue, anthology or +encyclopedia, in which the Work in its entirety in unmodified form, along +with a number of other contributions, constituting separate and independent +works in themselves, are assembled into a collective whole. A work that constitutes +a Collective Work will not be considered a Derivative Work (as defined below) +for the purposes of this License. + +b. "Derivative Work" means a work based upon the Work or upon the Work and +other pre-existing works, such as a translation, musical arrangement, dramatization, +fictionalization, motion picture version, sound recording, art reproduction, +abridgment, condensation, or any other form in which the Work may be recast, +transformed, or adapted, except that a work that constitutes a Collective +Work will not be considered a Derivative Work for the purpose of this License. + +c. "Licensor" means the individual or entity that offers the Work under the +terms of this License. + + d. "Original Author" means the individual or entity who created the Work. + +e. "Work" means the copyrightable work of authorship offered under the terms +of this License. + +f. "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. + +2. Fair Use Rights. Nothing in this license is intended to reduce, limit, +or restrict any rights arising from fair use, first sale or other limitations +on the exclusive rights of the copyright owner 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 Collective +Works, and to reproduce the Work as incorporated in the Collective Works; + + b. to create and reproduce Derivative Works; + +c. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission the Work including +as incorporated in Collective Works; + +d. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission Derivative Works; + +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. +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, publicly display, publicly perform, or publicly digitally +perform the Work only under the terms of this License, and You must include +a copy of, or the Uniform Resource Identifier for, this License with every +copy or phonorecord of the Work You distribute, publicly display, publicly +perform, or publicly digitally perform. You may not offer or impose any terms +on the Work that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder. You may not sublicense the Work. +You must keep intact all notices that refer to this License and to the disclaimer +of warranties. You may not distribute, publicly display, publicly perform, +or publicly digitally perform the Work with any technological measures that +control access or use of the Work in a manner inconsistent with the terms +of this License Agreement. The above applies to the Work as incorporated in +a Collective Work, but this does not require the Collective Work apart from +the Work itself to be made subject to the terms of this License. If You create +a Collective Work, upon notice from any Licensor You must, to the extent practicable, +remove from the Collective Work any reference to such Licensor or the Original +Author, as requested. If You create a Derivative Work, upon notice from any +Licensor You must, to the extent practicable, remove from the Derivative Work +any reference to such Licensor or the Original Author, as requested. + +b. You may not exercise any of the rights granted to You in Section 3 above +in any manner that is primarily intended for or directed toward commercial +advantage or private monetary compensation. The exchange of the Work for other +copyrighted works by means of digital file-sharing or otherwise shall not +be considered to be intended for or directed toward commercial advantage or +private monetary compensation, provided there is no payment of any monetary +compensation in connection with the exchange of copyrighted works. + +c. If you distribute, publicly display, publicly perform, or publicly digitally +perform the Work or any Derivative Works or Collective Works, You must keep +intact all copyright notices for the Work and give the Original Author credit +reasonable to the medium or means You are utilizing by conveying the name +(or pseudonym if applicable) of the Original Author if supplied; the title +of the Work if supplied; in the case of a Derivative Work, a credit identifying +the use of the Work in the Derivative Work (e.g., "French translation of the +Work by Original Author," or "Screenplay based on original Work by Original +Author"). Such credit may be implemented in any reasonable manner; provided, +however, that in the case of a Derivative Work or Collective Work, at a minimum +such credit will appear where any other comparable authorship credit appears +and in a manner at least as prominent as such other comparable authorship +credit. + + 5. Representations, Warranties and Disclaimer + +By offering the Work for public release under this License, Licensor represents +and warrants that, to the best of Licensor's knowledge after reasonable inquiry: +Licensor has secured all rights in the Work necessary to grant the license +rights hereunder and to permit the lawful exercise of the rights granted hereunder +without You having any obligation to pay any royalties, compulsory license +fees, residuals or any other payments; The Work does not infringe the copyright, +trademark, publicity rights, common law rights or any other right of any third +party or constitute defamation, invasion of privacy or other tortious injury +to any third party. EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE +AGREED IN WRITING OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN +"AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, +WITHOUT LIMITATION, ANY WARRANTIES REGARDING THE CONTENTS OR ACCURACY OF THE +WORK. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, +AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY RESULTING FROM +BREACH OF THE WARRANTIES IN SECTION 5, 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 Derivative Works or Collective Works 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 digitally perform the Work or a Collective +Work, 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 digitally perform a Derivative Work, +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. + +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, neither party will use 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. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nc-1.0_9.yml b/src/licensedcode/data/rules/cc-by-nc-1.0_9.yml new file mode 100644 index 00000000000..cfc853fa275 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-1.0_9.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-nc-1.0 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-nc-2.0_7.RULE b/src/licensedcode/data/rules/cc-by-nc-2.0_7.RULE new file mode 100644 index 00000000000..7284651bec8 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-2.0_7.RULE @@ -0,0 +1,228 @@ +Creative Commons Attribution-NonCommercial 2.0 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. THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + +a. "Collective Work" means a work, such as a periodical issue, anthology or +encyclopedia, in which the Work in its entirety in unmodified form, along +with a number of other contributions, constituting separate and independent +works in themselves, are assembled into a collective whole. A work that constitutes +a Collective Work will not be considered a Derivative Work (as defined below) +for the purposes of this License. + +b. "Derivative Work" means a work based upon the Work or upon the Work and +other pre-existing works, such as a translation, musical arrangement, dramatization, +fictionalization, motion picture version, sound recording, art reproduction, +abridgment, condensation, or any other form in which the Work may be recast, +transformed, or adapted, except that a work that constitutes a Collective +Work will not be considered a Derivative Work for the purpose of this License. +For the avoidance of doubt, where the Work is a musical composition or sound +recording, the synchronization of the Work in timed-relation with a moving +image ("synching") will be considered a Derivative Work for the purpose of +this License. + +c. "Licensor" means the individual or entity that offers the Work under the +terms of this License. + + d. "Original Author" means the individual or entity who created the Work. + +e. "Work" means the copyrightable work of authorship offered under the terms +of this License. + +f. "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. + +2. Fair Use Rights. Nothing in this license is intended to reduce, limit, +or restrict any rights arising from fair use, first sale or other limitations +on the exclusive rights of the copyright owner 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 Collective +Works, and to reproduce the Work as incorporated in the Collective Works; + + b. to create and reproduce Derivative Works; + +c. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission the Work including +as incorporated in Collective Works; + +d. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission Derivative Works; + +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. +All rights not expressly granted by Licensor are hereby reserved, including +but not limited to the rights set forth in Sections 4(d) and 4(e). + +4. Restrictions.The license granted in Section 3 above is expressly made subject +to and limited by the following restrictions: + +a. You may distribute, publicly display, publicly perform, or publicly digitally +perform the Work only under the terms of this License, and You must include +a copy of, or the Uniform Resource Identifier for, this License with every +copy or phonorecord of the Work You distribute, publicly display, publicly +perform, or publicly digitally perform. You may not offer or impose any terms +on the Work that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder. You may not sublicense the Work. +You must keep intact all notices that refer to this License and to the disclaimer +of warranties. You may not distribute, publicly display, publicly perform, +or publicly digitally perform the Work with any technological measures that +control access or use of the Work in a manner inconsistent with the terms +of this License Agreement. The above applies to the Work as incorporated in +a Collective Work, but this does not require the Collective Work apart from +the Work itself to be made subject to the terms of this License. If You create +a Collective Work, upon notice from any Licensor You must, to the extent practicable, +remove from the Collective Work any reference to such Licensor or the Original +Author, as requested. If You create a Derivative Work, upon notice from any +Licensor You must, to the extent practicable, remove from the Derivative Work +any reference to such Licensor or the Original Author, as requested. + +b. You may not exercise any of the rights granted to You in Section 3 above +in any manner that is primarily intended for or directed toward commercial +advantage or private monetary compensation. The exchange of the Work for other +copyrighted works by means of digital file-sharing or otherwise shall not +be considered to be intended for or directed toward commercial advantage or +private monetary compensation, provided there is no payment of any monetary +compensation in connection with the exchange of copyrighted works. + +c. If you distribute, publicly display, publicly perform, or publicly digitally +perform the Work or any Derivative Works or Collective Works, You must keep +intact all copyright notices for the Work and give the Original Author credit +reasonable to the medium or means You are utilizing by conveying the name +(or pseudonym if applicable) of the Original Author if supplied; the title +of the Work if supplied; to the extent reasonably practicable, the Uniform +Resource Identifier, 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 in the case of a Derivative Work, a credit identifying +the use of the Work in the Derivative Work (e.g., "French translation of the +Work by Original Author," or "Screenplay based on original Work by Original +Author"). Such credit may be implemented in any reasonable manner; provided, +however, that in the case of a Derivative Work or Collective Work, at a minimum +such credit will appear where any other comparable authorship credit appears +and in a manner at least as prominent as such other comparable authorship +credit. + + d. For the avoidance of doubt, where the Work is a musical composition: + +i. Performance Royalties Under Blanket Licenses. Licensor reserves the exclusive +right to collect, whether individually or via a performance rights society +(e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital +performance (e.g. webcast) of the Work if that performance is primarily intended +for or directed toward commercial advantage or private monetary compensation. + +ii. Mechanical Rights and Statutory Royalties. Licensor reserves the exclusive +right to collect, whether individually or via a music rights agency or designated +agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from +the Work ("cover version") and distribute, subject to the compulsory license +created by 17 USC Section 115 of the US Copyright Act (or the equivalent in +other jurisdictions), if Your distribution of such cover version is primarily +intended for or directed toward commercial advantage or private monetary compensation. +Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where +the Work is a sound recording, Licensor reserves the exclusive right to collect, +whether individually or via a performance-rights society (e.g. SoundExchange), +royalties for the public digital performance (e.g. webcast) of the Work, subject +to the compulsory license created by 17 USC Section 114 of the US Copyright +Act (or the equivalent in other jurisdictions), if Your public digital performance +is primarily intended for or directed toward commercial advantage or private +monetary compensation. + + 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 Derivative Works or Collective Works 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 digitally perform the Work or a Collective +Work, 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 digitally perform a Derivative Work, +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. + +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, neither party will use 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. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nc-2.0_7.yml b/src/licensedcode/data/rules/cc-by-nc-2.0_7.yml new file mode 100644 index 00000000000..ecf0c8c8d20 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-2.0_7.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-nc-2.0 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-nc-2.5_6.RULE b/src/licensedcode/data/rules/cc-by-nc-2.5_6.RULE new file mode 100644 index 00000000000..14c628afb70 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-2.5_6.RULE @@ -0,0 +1,231 @@ +Creative Commons Attribution-NonCommercial 2.5 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. THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + +a. "Collective Work" means a work, such as a periodical issue, anthology or +encyclopedia, in which the Work in its entirety in unmodified form, along +with a number of other contributions, constituting separate and independent +works in themselves, are assembled into a collective whole. A work that constitutes +a Collective Work will not be considered a Derivative Work (as defined below) +for the purposes of this License. + +b. "Derivative Work" means a work based upon the Work or upon the Work and +other pre-existing works, such as a translation, musical arrangement, dramatization, +fictionalization, motion picture version, sound recording, art reproduction, +abridgment, condensation, or any other form in which the Work may be recast, +transformed, or adapted, except that a work that constitutes a Collective +Work will not be considered a Derivative Work for the purpose of this License. +For the avoidance of doubt, where the Work is a musical composition or sound +recording, the synchronization of the Work in timed-relation with a moving +image ("synching") will be considered a Derivative Work for the purpose of +this License. + +c. "Licensor" means the individual or entity that offers the Work under the +terms of this License. "Original Author" means the individual or entity who +created the Work. + +d. "Work" means the copyrightable work of authorship offered under the terms +of this License. + +e. "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. + +2. Fair Use Rights. Nothing in this license is intended to reduce, limit, +or restrict any rights arising from fair use, first sale or other limitations +on the exclusive rights of the copyright owner 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 Collective +Works, and to reproduce the Work as incorporated in the Collective Works; + + b. to create and reproduce Derivative Works; + +c. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission the Work including +as incorporated in Collective Works; + +d. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission Derivative Works; + +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. +All rights not expressly granted by Licensor are hereby reserved, including +but not limited to the rights set forth in Sections 4(d) and 4(e). + +4. Restrictions.The license granted in Section 3 above is expressly made subject +to and limited by the following restrictions: + +a. You may distribute, publicly display, publicly perform, or publicly digitally +perform the Work only under the terms of this License, and You must include +a copy of, or the Uniform Resource Identifier for, this License with every +copy or phonorecord of the Work You distribute, publicly display, publicly +perform, or publicly digitally perform. You may not offer or impose any terms +on the Work that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder. + +b. You may not sublicense the Work. You must keep intact all notices that +refer to this License and to the disclaimer of warranties. You may not distribute, +publicly display, publicly perform, or publicly digitally perform the Work +with any technological measures that control access or use of the Work in +a manner inconsistent with the terms of this License Agreement. The above +applies to the Work as incorporated in a Collective Work, but this does not +require the Collective Work apart from the Work itself to be made subject +to the terms of this License. If You create a Collective Work, upon notice +from any Licensor You must, to the extent practicable, remove from the Collective +Work any credit as required by clause 4(c), as requested. If You create a +Derivative Work, upon notice from any Licensor You must, to the extent practicable, +remove from the Derivative Work any credit as required by clause 4(c), as +requested. You may not exercise any of the rights granted to You in Section +3 above in any manner that is primarily intended for or directed toward commercial +advantage or private monetary compensation. The exchange of the Work for other +copyrighted works by means of digital file-sharing or otherwise shall not +be considered to be intended for or directed toward commercial advantage or +private monetary compensation, provided there is no payment of any monetary +compensation in connection with the exchange of copyrighted works. + +c. If you distribute, publicly display, publicly perform, or publicly digitally +perform the Work or any Derivative Works or Collective Works, You must keep +intact all copyright notices for the Work and provide, reasonable to the medium +or means You are utilizing: (i) the name of Original Author (or pseudonym, +if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor +designate another party or parties (e.g. a sponsor institute, publishing entity, +journal) for attribution in Licensor's copyright notice, terms of service +or by other reasonable means, the name of such party or parties; the title +of the Work if supplied; to the extent reasonably practicable, the Uniform +Resource Identifier, 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 in the case of a Derivative Work, a credit identifying +the use of the Work in the Derivative Work (e.g., "French translation of the +Work by Original Author," or "Screenplay based on original Work by Original +Author"). Such credit may be implemented in any reasonable manner; provided, +however, that in the case of a Derivative Work or Collective Work, at a minimum +such credit will appear where any other comparable authorship credit appears +and in a manner at least as prominent as such other comparable authorship +credit. + + d. For the avoidance of doubt, where the Work is a musical composition: + +i. Performance Royalties Under Blanket Licenses. Licensor reserves the exclusive +right to collect, whether individually or via a performance rights society +(e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital +performance (e.g. webcast) of the Work if that performance is primarily intended +for or directed toward commercial advantage or private monetary compensation. + +ii. Mechanical Rights and Statutory Royalties. Licensor reserves the exclusive +right to collect, whether individually or via a music rights agency or designated +agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from +the Work ("cover version") and distribute, subject to the compulsory license +created by 17 USC Section 115 of the US Copyright Act (or the equivalent in +other jurisdictions), if Your distribution of such cover version is primarily +intended for or directed toward commercial advantage or private monetary compensation. + +e. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, +where the Work is a sound recording, Licensor reserves the exclusive right +to collect, whether individually or via a performance-rights society (e.g. +SoundExchange), royalties for the public digital performance (e.g. webcast) +of the Work, subject to the compulsory license created by 17 USC Section 114 +of the US Copyright Act (or the equivalent in other jurisdictions), if Your +public digital performance is primarily intended for or directed toward commercial +advantage or private monetary compensation. + + 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 Derivative Works or Collective Works 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 digitally perform the Work or a Collective +Work, 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 digitally perform a Derivative Work, +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. + +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, neither party will use 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. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nc-2.5_6.yml b/src/licensedcode/data/rules/cc-by-nc-2.5_6.yml new file mode 100644 index 00000000000..3506b1c94ba --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-2.5_6.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-nc-2.5 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-nc-3.0_14.RULE b/src/licensedcode/data/rules/cc-by-nc-3.0_14.RULE new file mode 100644 index 00000000000..b5202a0e661 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-3.0_14.RULE @@ -0,0 +1,318 @@ +Creative Commons Attribution-NonCommercial 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 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. + +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, including but not limited to the rights set forth in Section +4(d). + +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 not exercise any of the rights granted to You in Section 3 above +in any manner that is primarily intended for or directed toward commercial +advantage or private monetary compensation. The exchange of the Work for other +copyrighted works by means of digital file-sharing or otherwise shall not +be considered to be intended for or directed toward commercial advantage or +private monetary compensation, provided there is no payment of any monetary +compensation in connection with the exchange of copyrighted works. + +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 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(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. 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 reserves the exclusive right to collect such royalties +for any exercise by You of the rights granted under this License if Your exercise +of such rights is for a purpose or use which is otherwise than noncommercial +as permitted under Section 4(b) and otherwise waives the right to collect +royalties through any statutory or compulsory licensing scheme; and, + +iii. Voluntary License Schemes. The Licensor reserves 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 +that is for a purpose or use which is otherwise than noncommercial as permitted +under Section 4(c). + +e. 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/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nc-3.0_14.yml b/src/licensedcode/data/rules/cc-by-nc-3.0_14.yml new file mode 100644 index 00000000000..8981da9c7c4 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-3.0_14.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-nc-3.0 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-nc-4.0_22.RULE b/src/licensedcode/data/rules/cc-by-nc-4.0_22.RULE new file mode 100644 index 00000000000..9e332beccb6 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-4.0_22.RULE @@ -0,0 +1 @@ +Attribution-NonCommercial 4.0 International \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nc-4.0_22.yml b/src/licensedcode/data/rules/cc-by-nc-4.0_22.yml new file mode 100644 index 00000000000..74a2b5f25ba --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-4.0_22.yml @@ -0,0 +1,3 @@ +license_expression: cc-by-nc-4.0 +is_license_reference: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/cc-by-nc-4.0_23.RULE b/src/licensedcode/data/rules/cc-by-nc-4.0_23.RULE new file mode 100644 index 00000000000..27b45326fa1 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-4.0_23.RULE @@ -0,0 +1,354 @@ +Creative Commons Attribution-NonCommercial 4.0 International 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-NonCommercial +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-NonCommercial +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. 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. + +d. 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. + +e. 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. + +f. Licensed Material means the artistic or literary work, database, or other +material to which the Licensor applied this Public License. + +g. 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. + +h. Licensor means the individual(s) or entity(ies) granting rights under this +Public License. + +i. NonCommercial means not primarily intended for or directed towards commercial +advantage or monetary compensation. For purposes of this Public License, the +exchange of the Licensed Material for other material subject to Copyright +and Similar Rights by digital file-sharing or similar means is NonCommercial +provided there is no payment of monetary compensation in connection with the +exchange. + +j. 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. + +k. 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. + +l. 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, for NonCommercial +purposes only; and + +B. produce, reproduce, and Share Adapted Material for NonCommercial purposes +only. + +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. 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, including when the Licensed Material is used other +than for NonCommercial purposes. + + + + 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. + +4. If You Share Adapted Material You produce, the Adapter's License You apply +must not prevent recipients of the Adapted Material from complying with this +Public License. + + + + 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 for NonCommercial purposes only; + +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; 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nc-4.0_23.yml b/src/licensedcode/data/rules/cc-by-nc-4.0_23.yml new file mode 100644 index 00000000000..4dbeff669bb --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-4.0_23.yml @@ -0,0 +1,2 @@ +license_expression: cc-by-nc-4.0 +is_license_text: yes diff --git a/src/licensedcode/data/rules/cc-by-nc-nd-1.0_57.RULE b/src/licensedcode/data/rules/cc-by-nc-nd-1.0_57.RULE new file mode 100644 index 00000000000..ed5b10fd747 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-nd-1.0_57.RULE @@ -0,0 +1,191 @@ +Creative Commons Attribution-NoDerivs-NonCommercial 1.0 CREATIVE COMMONS CORPORATION +IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS +DRAFT 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 IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO +BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + +a. "Collective Work" means a work, such as a periodical issue, anthology or +encyclopedia, in which the Work in its entirety in unmodified form, along +with a number of other contributions, constituting separate and independent +works in themselves, are assembled into a collective whole. A work that constitutes +a Collective Work will not be considered a Derivative Work (as defined below) +for the purposes of this License. + +b. "Derivative Work" means a work based upon the Work or upon the Work and +other pre-existing works, such as a translation, musical arrangement, dramatization, +fictionalization, motion picture version, sound recording, art reproduction, +abridgment, condensation, or any other form in which the Work may be recast, +transformed, or adapted, except that a work that constitutes a Collective +Work will not be considered a Derivative Work for the purpose of this License. + +c. "Licensor" means the individual or entity that offers the Work under the +terms of this License. + + d. "Original Author" means the individual or entity who created the Work. + +e. "Work" means the copyrightable work of authorship offered under the terms +of this License. + +f. "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. + +2. Fair Use Rights. Nothing in this license is intended to reduce, limit, +or restrict any rights arising from fair use, first sale or other limitations +on the exclusive rights of the copyright owner 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 Collective +Works, and to reproduce the Work as incorporated in the Collective Works; + +b. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission the Work including +as incorporated in Collective Works; + +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. +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, publicly display, publicly perform, or publicly digitally +perform the Work only under the terms of this License, and You must include +a copy of, or the Uniform Resource Identifier for, this License with every +copy or phonorecord of the Work You distribute, publicly display, publicly +perform, or publicly digitally perform. You may not offer or impose any terms +on the Work that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder. You may not sublicense the Work. +You must keep intact all notices that refer to this License and to the disclaimer +of warranties. You may not distribute, publicly display, publicly perform, +or publicly digitally perform the Work with any technological measures that +control access or use of the Work in a manner inconsistent with the terms +of this License Agreement. The above applies to the Work as incorporated in +a Collective Work, but this does not require the Collective Work apart from +the Work itself to be made subject to the terms of this License. If You create +a Collective Work, upon notice from any Licensor You must, to the extent practicable, +remove from the Collective Work any reference to such Licensor or the Original +Author, as requested. + +b. You may not exercise any of the rights granted to You in Section 3 above +in any manner that is primarily intended for or directed toward commercial +advantage or private monetary compensation. The exchange of the Work for other +copyrighted works by means of digital file-sharing or otherwise shall not +be considered to be intended for or directed toward commercial advantage or +private monetary compensation, provided there is no payment of any monetary +compensation in connection with the exchange of copyrighted works. + +c. If you distribute, publicly display, publicly perform, or publicly digitally +perform the Work or any Collective Works, You must keep intact all copyright +notices for the Work and give the Original Author credit reasonable to the +medium or means You are utilizing by conveying the name (or pseudonym if applicable) +of the Original Author if supplied; the title of the Work if supplied. Such +credit may be implemented in any reasonable manner; provided, however, that +in the case of a Collective Work, at a minimum such credit will appear where +any other comparable authorship credit appears and in a manner at least as +prominent as such other comparable authorship credit. + + 5. Representations, Warranties and Disclaimer + +a. By offering the Work for public release under this License, Licensor represents +and warrants that, to the best of Licensor's knowledge after reasonable inquiry: + +i. Licensor has secured all rights in the Work necessary to grant the license +rights hereunder and to permit the lawful exercise of the rights granted hereunder +without You having any obligation to pay any royalties, compulsory license +fees, residuals or any other payments; + +ii. The Work does not infringe the copyright, trademark, publicity rights, +common law rights or any other right of any third party or constitute defamation, +invasion of privacy or other tortious injury to any third party. + +b. EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN WRITING +OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS IS" BASIS, WITHOUT +WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, +ANY WARRANTIES REGARDING THE CONTENTS OR ACCURACY OF THE WORK. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, +AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY RESULTING FROM +BREACH OF THE WARRANTIES IN SECTION 5, 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 Collective Works 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 digitally perform the Work or a Collective +Work, 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. 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. + +c. 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. + +d. 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. + +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, neither party will use 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. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nc-nd-1.0_57.yml b/src/licensedcode/data/rules/cc-by-nc-nd-1.0_57.yml new file mode 100644 index 00000000000..95a0f02ce63 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-nd-1.0_57.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-nc-nd-1.0 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-nc-nd-2.0_22.RULE b/src/licensedcode/data/rules/cc-by-nc-nd-2.0_22.RULE new file mode 100644 index 00000000000..4a6e080de54 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-nd-2.0_22.RULE @@ -0,0 +1,215 @@ +Creative Commons Attribution-NonCommercial-NoDerivs 2.0 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. THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + +a. "Collective Work" means a work, such as a periodical issue, anthology or +encyclopedia, in which the Work in its entirety in unmodified form, along +with a number of other contributions, constituting separate and independent +works in themselves, are assembled into a collective whole. A work that constitutes +a Collective Work will not be considered a Derivative Work (as defined below) +for the purposes of this License. + +b. "Derivative Work" means a work based upon the Work or upon the Work and +other pre-existing works, such as a translation, musical arrangement, dramatization, +fictionalization, motion picture version, sound recording, art reproduction, +abridgment, condensation, or any other form in which the Work may be recast, +transformed, or adapted, except that a work that constitutes a Collective +Work will not be considered a Derivative Work for the purpose of this License. +For the avoidance of doubt, where the Work is a musical composition or sound +recording, the synchronization of the Work in timed-relation with a moving +image ("synching") will be considered a Derivative Work for the purpose of +this License. + +c. "Licensor" means the individual or entity that offers the Work under the +terms of this License. + + d. "Original Author" means the individual or entity who created the Work. + +e. "Work" means the copyrightable work of authorship offered under the terms +of this License. + +f. "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. + +2. Fair Use Rights. Nothing in this license is intended to reduce, limit, +or restrict any rights arising from fair use, first sale or other limitations +on the exclusive rights of the copyright owner 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 Collective +Works, and to reproduce the Work as incorporated in the Collective Works; + +b. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission the Work including +as incorporated in Collective Works; + +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, +but otherwise you have no rights to make Derivative Works. All rights not +expressly granted by Licensor are hereby reserved, including but not limited +to the rights set forth in Sections 4(d) and 4(e). + +4. Restrictions.The license granted in Section 3 above is expressly made subject +to and limited by the following restrictions: + +a. You may distribute, publicly display, publicly perform, or publicly digitally +perform the Work only under the terms of this License, and You must include +a copy of, or the Uniform Resource Identifier for, this License with every +copy or phonorecord of the Work You distribute, publicly display, publicly +perform, or publicly digitally perform. You may not offer or impose any terms +on the Work that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder. You may not sublicense the Work. +You must keep intact all notices that refer to this License and to the disclaimer +of warranties. You may not distribute, publicly display, publicly perform, +or publicly digitally perform the Work with any technological measures that +control access or use of the Work in a manner inconsistent with the terms +of this License Agreement. The above applies to the Work as incorporated in +a Collective Work, but this does not require the Collective Work apart from +the Work itself to be made subject to the terms of this License. If You create +a Collective Work, upon notice from any Licensor You must, to the extent practicable, +remove from the Collective Work any reference to such Licensor or the Original +Author, as requested. + +b. You may not exercise any of the rights granted to You in Section 3 above +in any manner that is primarily intended for or directed toward commercial +advantage or private monetary compensation. The exchange of the Work for other +copyrighted works by means of digital file-sharing or otherwise shall not +be considered to be intended for or directed toward commercial advantage or +private monetary compensation, provided there is no payment of any monetary +compensation in connection with the exchange of copyrighted works. + +c. If you distribute, publicly display, publicly perform, or publicly digitally +perform the Work, You must keep intact all copyright notices for the Work +and give the Original Author credit reasonable to the medium or means You +are utilizing by conveying the name (or pseudonym if applicable) of the Original +Author if supplied; the title of the Work if supplied; and to the extent reasonably +practicable, the Uniform Resource Identifier, 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. Such credit may be implemented +in any reasonable manner; provided, however, that in the case of a Collective +Work, at a minimum such credit will appear where any other comparable authorship +credit appears and in a manner at least as prominent as such other comparable +authorship credit. + + d. For the avoidance of doubt, where the Work is a musical composition: + +i. Performancf Royalties Under Blanket Licenses. Licensor reserves the exclusive +right to collect, whether individually or via a performance rights society +(e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital +performance (e.g. webcast) of the Work if that performance is primarily intended +for or directed toward commercial advantage or private monetary compensation. + +ii. Mechanical Rights and Statutory Royalties. Licensor reserves the exclusive +right to collect, whether individually or via a music rights agency or designated +agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from +the Work ("cover version") and distribute, subject to the compulsory license +created by 17 USC Section 115 of the US Copyright Act (or the equivalent in +other jurisdictions), if Your distribution of such cover version is primarily +intended for or directed toward commercial advantage or private monetary compensation. + +e. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, +where the Work is a sound recording, Licensor reserves the exclusive right +to collect, whether individually or via a performance-rights society (e.g. +SoundExchange), royalties for the public digital performance (e.g. webcast) +of the Work, subject to the compulsory license created by 17 USC Section 114 +of the US Copyright Act (or the equivalent in other jurisdictions), if Your +public digital performance is primarily intended for or directed toward commercial +advantage or private monetary compensation. + + 5. Representations, Warranties and Disclaimer + +UNLESS OTHERWISE MUTUALLY AGREED 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 Collective Works 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 digitally perform the Work or a Collective +Work, 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. 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. + +c. 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. + +d. 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. + +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, neither party will use 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. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nc-nd-2.0_22.yml b/src/licensedcode/data/rules/cc-by-nc-nd-2.0_22.yml new file mode 100644 index 00000000000..38974287bb6 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-nd-2.0_22.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-nc-nd-2.0 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-nc-nd-2.5_16.RULE b/src/licensedcode/data/rules/cc-by-nc-nd-2.5_16.RULE new file mode 100644 index 00000000000..aceb868a83f --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-nd-2.5_16.RULE @@ -0,0 +1,218 @@ +Creative Commons Attribution-NonCommercial-NoDerivs 2.5 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. THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + +a. "Collective Work" means a work, such as a periodical issue, anthology or +encyclopedia, in which the Work in its entirety in unmodified form, along +with a number of other contributions, constituting separate and independent +works in themselves, are assembled into a collective whole. A work that constitutes +a Collective Work will not be considered a Derivative Work (as defined below) +for the purposes of this License. + +b. "Derivative Work" means a work based upon the Work or upon the Work and +other pre-existing works, such as a translation, musical arrangement, dramatization, +fictionalization, motion picture version, sound recording, art reproduction, +abridgment, condensation, or any other form in which the Work may be recast, +transformed, or adapted, except that a work that constitutes a Collective +Work will not be considered a Derivative Work for the purpose of this License. +For the avoidance of doubt, where the Work is a musical composition or sound +recording, the synchronization of the Work in timed-relation with a moving +image ("synching") will be considered a Derivative Work for the purpose of +this License. + +c. "Licensor" means the individual or entity that offers the Work under the +terms of this License. + + d. "Original Author" means the individual or entity who created the Work. + +e. "Work" means the copyrightable work of authorship offered under the terms +of this License. + +f. "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. + +2. Fair Use Rights. Nothing in this license is intended to reduce, limit, +or restrict any rights arising from fair use, first sale or other limitations +on the exclusive rights of the copyright owner 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 Collective +Works, and to reproduce the Work as incorporated in the Collective Works; + +b. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission the Work including +as incorporated in Collective Works; + +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, +but otherwise you have no rights to make Derivative Works. All rights not +expressly granted by Licensor are hereby reserved, including but not limited +to the rights set forth in Sections 4(d) and 4(e). + +4. Restrictions.The license granted in Section 3 above is expressly made subject +to and limited by the following restrictions: + +a. You may distribute, publicly display, publicly perform, or publicly digitally +perform the Work only under the terms of this License, and You must include +a copy of, or the Uniform Resource Identifier for, this License with every +copy or phonorecord of the Work You distribute, publicly display, publicly +perform, or publicly digitally perform. You may not offer or impose any terms +on the Work that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder. You may not sublicense the Work. +You must keep intact all notices that refer to this License and to the disclaimer +of warranties. You may not distribute, publicly display, publicly perform, +or publicly digitally perform the Work with any technological measures that +control access or use of the Work in a manner inconsistent with the terms +of this License Agreement. The above applies to the Work as incorporated in +a Collective Work, but this does not require the Collective Work apart from +the Work itself to be made subject to the terms of this License. If You create +a Collective Work, upon notice from any Licensor You must, to the extent practicable, +remove from the Collective Work any credit as required by clause 4(c), as +requested. + +b. You may not exercise any of the rights granted to You in Section 3 above +in any manner that is primarily intended for or directed toward commercial +advantage or private monetary compensation. The exchange of the Work for other +copyrighted works by means of digital file-sharing or otherwise shall not +be considered to be intended for or directed toward commercial advantage or +private monetary compensation, provided there is no payment of any monetary +compensation in connection with the exchange of copyrighted works. + +c. If you distribute, publicly display, publicly perform, or publicly digitally +perform the Work, You must 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 +(ii) if the Original Author and/or Licensor designate another party or parties +(e.g. a sponsor institute, publishing entity, journal) for attribution in +Licensor's copyright notice, terms of service or by other reasonable means, +the name of such party or parties; the title of the Work if supplied; and +to the extent reasonably practicable, the Uniform Resource Identifier, 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. +Such credit may be implemented in any reasonable manner; provided, however, +that in the case of a Collective Work, at a minimum such credit will appear +where any other comparable authorship credit appears and in a manner at least +as prominent as such other comparable authorship credit. + + d. For the avoidance of doubt, where the Work is a musical composition: + +i. Performance Royalties Under Blanket Licenses. Licensor reserves the exclusive +right to collect, whether individually or via a performance rights society +(e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital +performance (e.g. webcast) of the Work if that performance is primarily intended +for or directed toward commercial advantage or private monetary compensation. + +ii. Mechanical Rights and Statutory Royalties. Licensor reserves the exclusive +right to collect, whether individually or via a music rights agency or designated +agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from +the Work ("cover version") and distribute, subject to the compulsory license +created by 17 USC Section 115 of the US Copyright Act (or the equivalent in +other jurisdictions), if Your distribution of such cover version is primarily +intended for or directed toward commercial advantage or private monetary compensation. + +e. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, +where the Work is a sound recording, Licensor reserves the exclusive right +to collect, whether individually or via a performance-rights society (e.g. +SoundExchange), royalties for the public digital performance (e.g. webcast) +of the Work, subject to the compulsory license created by 17 USC Section 114 +of the US Copyright Act (or the equivalent in other jurisdictions), if Your +public digital performance is primarily intended for or directed toward commercial +advantage or private monetary compensation. + + 5. Representations, Warranties and Disclaimer + +UNLESS OTHERWISE MUTUALLY AGREED 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 Collective Works 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 digitally perform the Work or a Collective +Work, 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. 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. + +c. 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. + +d. 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. + +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, neither party will use 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. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nc-nd-2.5_16.yml b/src/licensedcode/data/rules/cc-by-nc-nd-2.5_16.yml new file mode 100644 index 00000000000..65dd3d65f8a --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-nd-2.5_16.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-nc-nd-2.5 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-nc-nd-3.0_34.RULE b/src/licensedcode/data/rules/cc-by-nc-nd-3.0_34.RULE new file mode 100644 index 00000000000..81f3607035f --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-nd-3.0_34.RULE @@ -0,0 +1,290 @@ +Creative Commons Attribution-NonCommercial-NoDerivs 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 above) for the purposes of this License. + +c. "Distribute" means to make available to the public the original and copies +of the Work 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; and, + +b. to Distribute and Publicly Perform the Work including as incorporated in +Collections. + +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, +but otherwise you have no rights to make Adaptations. Subject to 8(f), all +rights not expressly granted by Licensor are hereby reserved, including but +not limited to the rights set forth in Section 4(d). + +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. + +b. You may not exercise any of the rights granted to You in Section 3 above +in any manner that is primarily intended for or directed toward commercial +advantage or private monetary compensation. The exchange of the Work for other +copyrighted works by means of digital file-sharing or otherwise shall not +be considered to be intended for or directed toward commercial advantage or +private monetary compensation, provided there is no payment of any monetary +compensation in connection with the exchange of copyrighted works. + +c. If You Distribute, or Publicly Perform the Work 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. The credit required by this Section 4(c) may be implemented in any +reasonable manner; provided, however, that in the case of a Collection, at +a minimum such credit will appear, if a credit for all contributing authors +of 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. 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 reserves the exclusive right to collect such royalties +for any exercise by You of the rights granted under this License if Your exercise +of such rights is for a purpose or use which is otherwise than noncommercial +as permitted under Section 4(b) and otherwise waives the right to collect +royalties through any statutory or compulsory licensing scheme; and, + +iii. Voluntary License Schemes. The Licensor reserves 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 +that is for a purpose or use which is otherwise than noncommercial as permitted +under Section 4(b). + +e. 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 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. + + 5. Representations, Warranties and Disclaimer + +UNLESS OTHERWISE MUTUALLY AGREED 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 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. 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. + +c. 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. + +d. 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. + +e. 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 this License. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nc-nd-3.0_34.yml b/src/licensedcode/data/rules/cc-by-nc-nd-3.0_34.yml new file mode 100644 index 00000000000..03b15a1b0dc --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-nd-3.0_34.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-nc-nd-3.0 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-nc-nd-4.0_53.RULE b/src/licensedcode/data/rules/cc-by-nc-nd-4.0_53.RULE new file mode 100644 index 00000000000..66cd25bc8d1 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-nd-4.0_53.RULE @@ -0,0 +1,348 @@ +Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International +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-NonCommercial-NoDerivatives 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-NonCommercial-NoDerivatives +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. 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. + +c. 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. + +d. 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. + +e. Licensed Material means the artistic or literary work, database, or other +material to which the Licensor applied this Public License. + +f. 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. + +g. Licensor means the individual(s) or entity(ies) granting rights under this +Public License. + +h. NonCommercial means not primarily intended for or directed towards commercial +advantage or monetary compensation. For purposes of this Public License, the +exchange of the Licensed Material for other material subject to Copyright +and Similar Rights by digital file-sharing or similar means is NonCommercial +provided there is no payment of monetary compensation in connection with the +exchange. + +i. 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. + +j. 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. + +k. 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, for NonCommercial +purposes only; and + +B. produce and reproduce, but not Share, Adapted Material for NonCommercial +purposes only. + +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. 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, including when the Licensed Material is used other +than for NonCommercial purposes. + + + + 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, 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. + +For the avoidance of doubt, You do not have permission under this Public License +to Share Adapted Material. + +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. + + + + 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 for NonCommercial purposes only and provided You do not Share +Adapted Material; + +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; 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nc-nd-4.0_53.yml b/src/licensedcode/data/rules/cc-by-nc-nd-4.0_53.yml new file mode 100644 index 00000000000..58382e4fa61 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-nd-4.0_53.yml @@ -0,0 +1,2 @@ +license_expression: cc-by-nc-nd-4.0 +is_license_text: yes diff --git a/src/licensedcode/data/rules/cc-by-nc-sa-1.0_15.RULE b/src/licensedcode/data/rules/cc-by-nc-sa-1.0_15.RULE new file mode 100644 index 00000000000..6125495d2fe --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-sa-1.0_15.RULE @@ -0,0 +1,222 @@ +Creative Commons Attribution-NonCommercial-ShareAlike 1.0 CREATIVE COMMONS +CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION +OF THIS DRAFT 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 IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO +BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + +a. "Collective Work" means a work, such as a periodical issue, anthology or +encyclopedia, in which the Work in its entirety in unmodified form, along +with a number of other contributions, constituting separate and independent +works in themselves, are assembled into a collective whole. A work that constitutes +a Collective Work will not be considered a Derivative Work (as defined below) +for the purposes of this License. + +b. "Derivative Work" means a work based upon the Work or upon the Work and +other pre-existing works, such as a translation, musical arrangement, dramatization, +fictionalization, motion picture version, sound recording, art reproduction, +abridgment, condensation, or any other form in which the Work may be recast, +transformed, or adapted, except that a work that constitutes a Collective +Work will not be considered a Derivative Work for the purpose of this License. + +c. "Licensor" means the individual or entity that offers the Work under the +terms of this License. + + d. "Original Author" means the individual or entity who created the Work. + +e. "Work" means the copyrightable work of authorship offered under the terms +of this License. + +f. "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. + +2. Fair Use Rights. Nothing in this license is intended to reduce, limit, +or restrict any rights arising from fair use, first sale or other limitations +on the exclusive rights of the copyright owner 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 Collective +Works, and to reproduce the Work as incorporated in the Collective Works; + + b. to create and reproduce Derivative Works; + +c. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission the Work including +as incorporated in Collective Works; + +d. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission Derivative Works; + +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. +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, publicly display, publicly perform, or publicly digitally +perform the Work only under the terms of this License, and You must include +a copy of, or the Uniform Resource Identifier for, this License with every +copy or phonorecord of the Work You distribute, publicly display, publicly +perform, or publicly digitally perform. You may not offer or impose any terms +on the Work that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder. You may not sublicense the Work. +You must keep intact all notices that refer to this License and to the disclaimer +of warranties. You may not distribute, publicly display, publicly perform, +or publicly digitally perform the Work with any technological measures that +control access or use of the Work in a manner inconsistent with the terms +of this License Agreement. The above applies to the Work as incorporated in +a Collective Work, but this does not require the Collective Work apart from +the Work itself to be made subject to the terms of this License. If You create +a Collective Work, upon notice from any Licensor You must, to the extent practicable, +remove from the Collective Work any reference to such Licensor or the Original +Author, as requested. If You create a Derivative Work, upon notice from any +Licensor You must, to the extent practicable, remove from the Derivative Work +any reference to such Licensor or the Original Author, as requested. + +b. You may distribute, publicly display, publicly perform, or publicly digitally +perform a Derivative Work only under the terms of this License, and You must +include a copy of, or the Uniform Resource Identifier for, this License with +every copy or phonorecord of each Derivative Work You distribute, publicly +display, publicly perform, or publicly digitally perform. You may not offer +or impose any terms on the Derivative Works that alter or restrict the terms +of this License or the recipients' exercise of the rights granted hereunder, +and You must keep intact all notices that refer to this License and to the +disclaimer of warranties. You may not distribute, publicly display, publicly +perform, or publicly digitally perform the Derivative Work with any technological +measures that control access or use of the Work in a manner inconsistent with +the terms of this License Agreement. The above applies to the Derivative Work +as incorporated in a Collective Work, but this does not require the Collective +Work apart from the Derivative Work itself to be made subject to the terms +of this License. + +c. You may not exercise any of the rights granted to You in Section 3 above +in any manner that is primarily intended for or directed toward commercial +advantage or private monetary compensation. The exchange of the Work for other +copyrighted works by means of digital file-sharing or otherwise shall not +be considered to be intended for or directed toward commercial advantage or +private monetary compensation, provided there is no payment of any monetary +compensation in connection with the exchange of copyrighted works. + +d. If you distribute, publicly display, publicly perform, or publicly digitally +perform the Work or any Derivative Works or Collective Works, You must keep +intact all copyright notices for the Work and give the Original Author credit +reasonable to the medium or means You are utilizing by conveying the name +(or pseudonym if applicable) of the Original Author if supplied; the title +of the Work if supplied; in the case of a Derivative Work, a credit identifying +the use of the Work in the Derivative Work (e.g., "French translation of the +Work by Original Author," or "Screenplay based on original Work by Original +Author"). Such credit may be implemented in any reasonable manner; provided, +however, that in the case of a Derivative Work or Collective Work, at a minimum +such credit will appear where any other comparable authorship credit appears +and in a manner at least as prominent as such other comparable authorship +credit. + + 5. Representations, Warranties and Disclaimer + +a. By offering the Work for public release under this License, Licensor represents +and warrants that, to the best of Licensor's knowledge after reasonable inquiry: + +i. Licensor has secured all rights in the Work necessary to grant the license +rights hereunder and to permit the lawful exercise of the rights granted hereunder +without You having any obligation to pay any royalties, compulsory license +fees, residuals or any other payments; + +ii. The Work does not infringe the copyright, trademark, publicity rights, +common law rights or any other right of any third party or constitute defamation, +invasion of privacy or other tortious injury to any third party. + +b. EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN WRITING +OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS IS" BASIS, WITHOUT +WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, +ANY WARRANTIES REGARDING THE CONTENTS OR ACCURACY OF THE WORK. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, +AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY RESULTING FROM +BREACH OF THE WARRANTIES IN SECTION 5, 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 Derivative Works or Collective Works 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 digitally perform the Work or a Collective +Work, 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 digitally perform a Derivative Work, +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. + +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, neither party will use 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. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nc-sa-1.0_15.yml b/src/licensedcode/data/rules/cc-by-nc-sa-1.0_15.yml new file mode 100644 index 00000000000..3e6a1085b60 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-sa-1.0_15.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-nc-sa-1.0 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-nc-sa-2.0_23.RULE b/src/licensedcode/data/rules/cc-by-nc-sa-2.0_23.RULE new file mode 100644 index 00000000000..f825aed332b --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-sa-2.0_23.RULE @@ -0,0 +1,252 @@ +Creative Commons Attribution-NonCommercial-ShareAlike 2.0 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. THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + +a. "Collective Work" means a work, such as a periodical issue, anthology or +encyclopedia, in which the Work in its entirety in unmodified form, along +with a number of other contributions, constituting separate and independent +works in themselves, are assembled into a collective whole. A work that constitutes +a Collective Work will not be considered a Derivative Work (as defined below) +for the purposes of this License. + +b. "Derivative Work" means a work based upon the Work or upon the Work and +other pre-existing works, such as a translation, musical arrangement, dramatization, +fictionalization, motion picture version, sound recording, art reproduction, +abridgment, condensation, or any other form in which the Work may be recast, +transformed, or adapted, except that a work that constitutes a Collective +Work will not be considered a Derivative Work for the purpose of this License. +For the avoidance of doubt, where the Work is a musical composition or sound +recording, the synchronization of the Work in timed-relation with a moving +image ("synching") will be considered a Derivative Work for the purpose of +this License. + +c. "Licensor" means the individual or entity that offers the Work under the +terms of this License. + + d. "Original Author" means the individual or entity who created the Work. + +e. "Work" means the copyrightable work of authorship offered under the terms +of this License. + +f. "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. + +g. "License Elements" means the following high-level license attributes as +selected by Licensor and indicated in the title of this License: Attribution, +Noncommercial, ShareAlike. + +2. Fair Use Rights. Nothing in this license is intended to reduce, limit, +or restrict any rights arising from fair use, first sale or other limitations +on the exclusive rights of the copyright owner 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 Collective +Works, and to reproduce the Work as incorporated in the Collective Works; + + b. to create and reproduce Derivative Works; + +c. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission the Work including +as incorporated in Collective Works; + +d. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission Derivative Works; + +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. +All rights not expressly granted by Licensor are hereby reserved, including +but not limited to the rights set forth in Sections 4(e) and 4(f). + +4. Restrictions. The license granted in Section 3 above is expressly made +subject to and limited by the following restrictions: + +a. You may distribute, publicly display, publicly perform, or publicly digitally +perform the Work only under the terms of this License, and You must include +a copy of, or the Uniform Resource Identifier for, this License with every +copy or phonorecord of the Work You distribute, publicly display, publicly +perform, or publicly digitally perform. You may not offer or impose any terms +on the Work that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder. You may not sublicense the Work. +You must keep intact all notices that refer to this License and to the disclaimer +of warranties. You may not distribute, publicly display, publicly perform, +or publicly digitally perform the Work with any technological measures that +control access or use of the Work in a manner inconsistent with the terms +of this License Agreement. The above applies to the Work as incorporated in +a Collective Work, but this does not require the Collective Work apart from +the Work itself to be made subject to the terms of this License. If You create +a Collective Work, upon notice from any Licensor You must, to the extent practicable, +remove from the Collective Work any reference to such Licensor or the Original +Author, as requested. If You create a Derivative Work, upon notice from any +Licensor You must, to the extent practicable, remove from the Derivative Work +any reference to such Licensor or the Original Author, as requested. + +b. You may distribute, publicly display, publicly perform, or publicly digitally +perform a Derivative Work only under the terms of this License, a later version +of this License with the same License Elements as this License, or a Creative +Commons iCommons license that contains the same License Elements as this License +(e.g. Attribution-NonCommercial-ShareAlike 2.0 Japan). You must include a +copy of, or the Uniform Resource Identifier for, this License or other license +specified in the previous sentence with every copy or phonorecord of each +Derivative Work You distribute, publicly display, publicly perform, or publicly +digitally perform. You may not offer or impose any terms on the Derivative +Works that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder, and You must keep intact all notices +that refer to this License and to the disclaimer of warranties. You may not +distribute, publicly display, publicly perform, or publicly digitally perform +the Derivative Work with any technological measures that control access or +use of the Work in a manner inconsistent with the terms of this License Agreement. +The above applies to the Derivative Work as incorporated in a Collective Work, +but this does not require the Collective Work apart from the Derivative Work +itself to be made subject to the terms of this License. + +c. You may not exercise any of the rights granted to You in Section 3 above +in any manner that is primarily intended for or directed toward commercial +advantage or private monetary compensation. The exchange of the Work for other +copyrighted works by means of digital file-sharing or otherwise shall not +be considered to be intended for or directed toward commercial advantage or +private monetary compensation, provided there is no payment of any monetary +compensation in connection with the exchange of copyrighted works. + +d. If you distribute, publicly display, publicly perform, or publicly digitally +perform the Work or any Derivative Works or Collective Works, You must keep +intact all copyright notices for the Work and give the Original Author credit +reasonable to the medium or means You are utilizing by conveying the name +(or pseudonym if applicable) of the Original Author if supplied; the title +of the Work if supplied; to the extent reasonably practicable, the Uniform +Resource Identifier, 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 in the case of a Derivative Work, a credit identifying +the use of the Work in the Derivative Work (e.g., "French translation of the +Work by Original Author," or "Screenplay based on original Work by Original +Author"). Such credit may be implemented in any reasonable manner; provided, +however, that in the case of a Derivative Work or Collective Work, at a minimum +such credit will appear where any other comparable authorship credit appears +and in a manner at least as prominent as such other comparable authorship +credit. + + e. For the avoidance of doubt, where the Work is a musical composition: + +i. Performance Royalties Under Blanket Licenses. Licensor reserves the exclusive +right to collect, whether individually or via a performance rights society +(e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital +performance (e.g. webcast) of the Work if that performance is primarily intended +for or directed toward commercial advantage or private monetary compensation. + +ii. Mechanical Rights and Statutory Royalties. Licensor reserves the exclusive +right to collect, whether individually or via a music rights agency or designated +agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from +the Work ("cover version") and distribute, subject to the compulsory license +created by 17 USC Section 115 of the US Copyright Act (or the equivalent in +other jurisdictions), if Your distribution of such cover version is primarily +intended for or directed toward commercial advantage or private monetary compensation. + +f. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, +where the Work is a sound recording, Licensor reserves the exclusive right +to collect, whether individually or via a performance-rights society (e.g. +SoundExchange), royalties for the public digital performance (e.g. webcast) +of the Work, subject to the compulsory license created by 17 USC Section 114 +of the US Copyright Act (or the equivalent in other jurisdictions), if Your +public digital performance is primarily intended for or directed toward commercial +advantage or private monetary compensation. + + 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 Derivative Works or Collective Works 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 digitally perform the Work or a Collective +Work, 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 digitally perform a Derivative Work, +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. + +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, neither party will use 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. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nc-sa-2.0_23.yml b/src/licensedcode/data/rules/cc-by-nc-sa-2.0_23.yml new file mode 100644 index 00000000000..479bb6c290a --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-sa-2.0_23.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-nc-sa-2.0 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-nc-sa-2.5_17.RULE b/src/licensedcode/data/rules/cc-by-nc-sa-2.5_17.RULE new file mode 100644 index 00000000000..e9a8bb394c2 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-sa-2.5_17.RULE @@ -0,0 +1,255 @@ +Creative Commons Attribution-NonCommercial-ShareAlike 2.5 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. THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + +a. "Collective Work" means a work, such as a periodical issue, anthology or +encyclopedia, in which the Work in its entirety in unmodified form, along +with a number of other contributions, constituting separate and independent +works in themselves, are assembled into a collective whole. A work that constitutes +a Collective Work will not be considered a Derivative Work (as defined below) +for the purposes of this License. + +b. "Derivative Work" means a work based upon the Work or upon the Work and +other pre-existing works, such as a translation, musical arrangement, dramatization, +fictionalization, motion picture version, sound recording, art reproduction, +abridgment, condensation, or any other form in which the Work may be recast, +transformed, or adapted, except that a work that constitutes a Collective +Work will not be considered a Derivative Work for the purpose of this License. +For the avoidance of doubt, where the Work is a musical composition or sound +recording, the synchronization of the Work in timed-relation with a moving +image ("synching") will be considered a Derivative Work for the purpose of +this License. + +c. "Licensor" means the individual or entity that offers the Work under the +terms of this License. + + d. "Original Author" means the individual or entity who created the Work. + +e. "Work" means the copyrightable work of authorship offered under the terms +of this License. + +f. "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. + +g. "License Elements" means the following high-level license attributes as +selected by Licensor and indicated in the title of this License: Attribution, +Noncommercial, ShareAlike. + +2. Fair Use Rights. Nothing in this license is intended to reduce, limit, +or restrict any rights arising from fair use, first sale or other limitations +on the exclusive rights of the copyright owner 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 Collective +Works, and to reproduce the Work as incorporated in the Collective Works; + + b. to create and reproduce Derivative Works; + +c. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission the Work including +as incorporated in Collective Works; + +d. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission Derivative Works; + +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. +All rights not expressly granted by Licensor are hereby reserved, including +but not limited to the rights set forth in Sections 4(e) and 4(f). + +4. Restrictions. The license granted in Section 3 above is expressly made +subject to and limited by the following restrictions: + +a. You may distribute, publicly display, publicly perform, or publicly digitally +perform the Work only under the terms of this License, and You must include +a copy of, or the Uniform Resource Identifier for, this License with every +copy or phonorecord of the Work You distribute, publicly display, publicly +perform, or publicly digitally perform. You may not offer or impose any terms +on the Work that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder. You may not sublicense the Work. +You must keep intact all notices that refer to this License and to the disclaimer +of warranties. You may not distribute, publicly display, publicly perform, +or publicly digitally perform the Work with any technological measures that +control access or use of the Work in a manner inconsistent with the terms +of this License Agreement. The above applies to the Work as incorporated in +a Collective Work, but this does not require the Collective Work apart from +the Work itself to be made subject to the terms of this License. If You create +a Collective Work, upon notice from any Licensor You must, to the extent practicable, +remove from the Collective Work any credit as required by clause 4(d), as +requested. If You create a Derivative Work, upon notice from any Licensor +You must, to the extent practicable, remove from the Derivative Work any credit +as required by clause 4(d), as requested. + +b. You may distribute, publicly display, publicly perform, or publicly digitally +perform a Derivative Work only under the terms of this License, a later version +of this License with the same License Elements as this License, or a Creative +Commons iCommons license that contains the same License Elements as this License +(e.g. Attribution-NonCommercial-ShareAlike 2.5 Japan). You must include a +copy of, or the Uniform Resource Identifier for, this License or other license +specified in the previous sentence with every copy or phonorecord of each +Derivative Work You distribute, publicly display, publicly perform, or publicly +digitally perform. You may not offer or impose any terms on the Derivative +Works that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder, and You must keep intact all notices +that refer to this License and to the disclaimer of warranties. You may not +distribute, publicly display, publicly perform, or publicly digitally perform +the Derivative Work with any technological measures that control access or +use of the Work in a manner inconsistent with the terms of this License Agreement. +The above applies to the Derivative Work as incorporated in a Collective Work, +but this does not require the Collective Work apart from the Derivative Work +itself to be made subject to the terms of this License. + +c. You may not exercise any of the rights granted to You in Section 3 above +in any manner that is primarily intended for or directed toward commercial +advantage or private monetary compensation. The exchange of the Work for other +copyrighted works by means of digital file-sharing or otherwise shall not +be considered to be intended for or directed toward commercial advantage or +private monetary compensation, provided there is no payment of any monetary +compensation in connection with the exchange of copyrighted works. + +d. If you distribute, publicly display, publicly perform, or publicly digitally +perform the Work or any Derivative Works or Collective Works, You must 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 (ii) if the Original Author and/or Licensor +designate another party or parties (e.g. a sponsor institute, publishing entity, +journal) for attribution in Licensor's copyright notice, terms of service +or by other reasonable means, the name of such party or parties; the title +of the Work if supplied; to the extent reasonably practicable, the Uniform +Resource Identifier, 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 in the case of a Derivative Work, a credit identifying +the use of the Work in the Derivative Work (e.g., "French translation of the +Work by Original Author," or "Screenplay based on original Work by Original +Author"). Such credit may be implemented in any reasonable manner; provided, +however, that in the case of a Derivative Work or Collective Work, at a minimum +such credit will appear where any other comparable authorship credit appears +and in a manner at least as prominent as such other comparable authorship +credit. + + e. For the avoidance of doubt, where the Work is a musical composition: + +i. Performance Royalties Under Blanket Licenses. Licensor reserves the exclusive +right to collect, whether individually or via a performance rights society +(e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital +performance (e.g. webcast) of the Work if that performance is primarily intended +for or directed toward commercial advantage or private monetary compensation. + +ii. Mechanical Rights and Statutory Royalties. Licensor reserves the exclusive +right to collect, whether individually or via a music rights agency or designated +agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from +the Work ("cover version") and distribute, subject to the compulsory license +created by 17 USC Section 115 of the US Copyright Act (or the equivalent in +other jurisdictions), if Your distribution of such cover version is primarily +intended for or directed toward commercial advantage or private monetary compensation. + +f. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, +where the Work is a sound recording, Licensor reserves the exclusive right +to collect, whether individually or via a performance-rights society (e.g. +SoundExchange), royalties for the public digital performance (e.g. webcast) +of the Work, subject to the compulsory license created by 17 USC Section 114 +of the US Copyright Act (or the equivalent in other jurisdictions), if Your +public digital performance is primarily intended for or directed toward commercial +advantage or private monetary compensation. + + 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 Derivative Works or Collective Works 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 digitally perform the Work or a Collective +Work, 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 digitally perform a Derivative Work, +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. + +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, neither party will use 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. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nc-sa-2.5_17.yml b/src/licensedcode/data/rules/cc-by-nc-sa-2.5_17.yml new file mode 100644 index 00000000000..e7c63e077b8 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-sa-2.5_17.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-nc-sa-2.5 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-nc-sa-3.0_47.RULE b/src/licensedcode/data/rules/cc-by-nc-sa-3.0_47.RULE new file mode 100644 index 00000000000..96192f53dad --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-sa-3.0_47.RULE @@ -0,0 +1,344 @@ +Creative Commons Attribution-NonCommercial-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(g) 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. "License Elements" means the following high-level license attributes as +selected by Licensor and indicated in the title of this License: Attribution, +Noncommercial, ShareAlike. + +e. "Licensor" means the individual, individuals, entity or entities that offer(s) +the Work under the terms of this License. + +f. "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. + +g. "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. + +h. "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. + +i. "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. + +j. "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. + +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, including but not limited to the rights described in Section +4(e). + +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(d), 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(d), as requested. + +b. You may Distribute or Publicly Perform an Adaptation only under: (i) the +terms of 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-NonCommercial-ShareAlike 3.0 US) ("Applicable +License"). You must include a copy of, or the URI, for Applicable License +with every copy of each Adaptation You Distribute or Publicly Perform. 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. 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. 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. You may not exercise any of the rights granted to You in Section 3 above +in any manner that is primarily intended for or directed toward commercial +advantage or private monetary compensation. The exchange of the Work for other +copyrighted works by means of digital file-sharing or otherwise shall not +be considered to be intended for or directed toward commercial advantage or +private monetary compensation, provided there is no payment of any monetary +compensation in con-nection with the exchange of copyrighted works. + +d. 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(d) 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. + + 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 reserves the exclusive right to collect such royalties +for any exercise by You of the rights granted under this License if Your exercise +of such rights is for a purpose or use which is otherwise than noncommercial +as permitted under Section 4(c) and otherwise waives the right to collect +royalties through any statutory or compulsory licensing scheme; and, + +iii. Voluntary License Schemes. The Licensor reserves 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 +that is for a purpose or use which is otherwise than noncommercial as permitted +under Section 4(c). + +f. 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 AND TO THE FULLEST +EXTENT PERMITTED BY APPLICABLE LAW, 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, MERCHANTABILITY, 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 THIS 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 this License. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nc-sa-3.0_47.yml b/src/licensedcode/data/rules/cc-by-nc-sa-3.0_47.yml new file mode 100644 index 00000000000..52defb681c8 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-sa-3.0_47.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-nc-sa-3.0 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-nc-sa-4.0_23.RULE b/src/licensedcode/data/rules/cc-by-nc-sa-4.0_23.RULE new file mode 100644 index 00000000000..1e03996d228 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-sa-4.0_23.RULE @@ -0,0 +1,362 @@ +Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International 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-NonCommercial-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-NonCommercial-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-NC-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, +NonCommercial, 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. NonCommercial means not primarily intended for or directed towards commercial +advantage or monetary compensation. For purposes of this Public License, the +exchange of the Licensed Material for other material subject to Copyright +and Similar Rights by digital file-sharing or similar means is NonCommercial +provided there is no payment of monetary compensation in connection with the +exchange. + +l. 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. + +m. 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. + +n. 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, for NonCommercial +purposes only; and + +B. produce, reproduce, and Share Adapted Material for NonCommercial purposes +only. + +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, including when the Licensed Material is used other +than for NonCommercial purposes. + +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-NC-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 for NonCommercial purposes only; + +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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nc-sa-4.0_23.yml b/src/licensedcode/data/rules/cc-by-nc-sa-4.0_23.yml new file mode 100644 index 00000000000..c691f6ce509 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nc-sa-4.0_23.yml @@ -0,0 +1,2 @@ +license_expression: cc-by-nc-sa-4.0 +is_license_text: yes diff --git a/src/licensedcode/data/rules/cc-by-nd-1.0_22.RULE b/src/licensedcode/data/rules/cc-by-nd-1.0_22.RULE new file mode 100644 index 00000000000..523d15d57f3 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nd-1.0_22.RULE @@ -0,0 +1,183 @@ +Creative Commons Attribution-NoDerivs 1.0 CREATIVE COMMONS CORPORATION IS +NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DRAFT +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 IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO +BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + +a. "Collective Work" means a work, such as a periodical issue, anthology or +encyclopedia, in which the Work in its entirety in unmodified form, along +with a number of other contributions, constituting separate and independent +works in themselves, are assembled into a collective whole. A work that constitutes +a Collective Work will not be considered a Derivative Work (as defined below) +for the purposes of this License. + +b. "Derivative Work" means a work based upon the Work or upon the Work and +other pre-existing works, such as a translation, musical arrangement, dramatization, +fictionalization, motion picture version, sound recording, art reproduction, +abridgment, condensation, or any other form in which the Work may be recast, +transformed, or adapted, except that a work that constitutes a Collective +Work will not be considered a Derivative Work for the purpose of this License. + +c. "Licensor" means the individual or entity that offers the Work under the +terms of this License. + + d. "Original Author" means the individual or entity who created the Work. + +e. "Work" means the copyrightable work of authorship offered under the terms +of this License. + +f. "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. + +2. Fair Use Rights. Nothing in this license is intended to reduce, limit, +or restrict any rights arising from fair use, first sale or other limitations +on the exclusive rights of the copyright owner 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 Collective +Works, and to reproduce the Work as incorporated in the Collective Works; + +b. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission the Work including +as incorporated in Collective Works; + +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. +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, publicly display, publicly perform, or publicly digitally +perform the Work only under the terms of this License, and You must include +a copy of, or the Uniform Resource Identifier for, this License with every +copy or phonorecord of the Work You distribute, publicly display, publicly +perform, or publicly digitally perform. You may not offer or impose any terms +on the Work that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder. You may not sublicense the Work. +You must keep intact all notices that refer to this License and to the disclaimer +of warranties. You may not distribute, publicly display, publicly perform, +or publicly digitally perform the Work with any technological measures that +control access or use of the Work in a manner inconsistent with the terms +of this License Agreement. The above applies to the Work as incorporated in +a Collective Work, but this does not require the Collective Work apart from +the Work itself to be made subject to the terms of this License. If You create +a Collective Work, upon notice from any Licensor You must, to the extent practicable, +remove from the Collective Work any reference to such Licensor or the Original +Author, as requested. + +b. If you distribute, publicly display, publicly perform, or publicly digitally +perform the Work or any Collective Works, You must keep intact all copyright +notices for the Work and give the Original Author credit reasonable to the +medium or means You are utilizing by conveying the name (or pseudonym if applicable) +of the Original Author if supplied; the title of the Work if supplied. Such +credit may be implemented in any reasonable manner; provided, however, that +in the case of a Collective Work, at a minimum such credit will appear where +any other comparable authorship credit appears and in a manner at least as +prominent as such other comparable authorship credit. + + 5. Representations, Warranties and Disclaimer + +a. By offering the Work for public release under this License, Licensor represents +and warrants that, to the best of Licensor's knowledge after reasonable inquiry: + +i. Licensor has secured all rights in the Work necessary to grant the license +rights hereunder and to permit the lawful exercise of the rights granted hereunder +without You having any obligation to pay any royalties, compulsory license +fees, residuals or any other payments; + +ii. The Work does not infringe the copyright, trademark, publicity rights, +common law rights or any other right of any third party or constitute defamation, +invasion of privacy or other tortious injury to any third party. + +b. EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN WRITING +OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS IS" BASIS, WITHOUT +WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, +ANY WARRANTIES REGARDING THE CONTENTS OR ACCURACY OF THE WORK. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, +AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY RESULTING FROM +BREACH OF THE WARRANTIES IN SECTION 5, 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 Collective Works 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 digitally perform the Work or a Collective +Work, 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. 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. + +c. 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. + +d. 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. + +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, neither party will use 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. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nd-1.0_22.yml b/src/licensedcode/data/rules/cc-by-nd-1.0_22.yml new file mode 100644 index 00000000000..8fd4ab52b6a --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nd-1.0_22.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-nd-1.0 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-nd-2.0_21.RULE b/src/licensedcode/data/rules/cc-by-nd-2.0_21.RULE new file mode 100644 index 00000000000..3c02ac9540b --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nd-2.0_21.RULE @@ -0,0 +1,205 @@ +Creative Commons Attribution-NoDerivs 2.0 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. THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + +a. "Collective Work" means a work, such as a periodical issue, anthology or +encyclopedia, in which the Work in its entirety in unmodified form, along +with a number of other contributions, constituting separate and independent +works in themselves, are assembled into a collective whole. A work that constitutes +a Collective Work will not be considered a Derivative Work (as defined below) +for the purposes of this License. + +b. "Derivative Work" means a work based upon the Work or upon the Work and +other pre-existing works, such as a translation, musical arrangement, dramatization, +fictionalization, motion picture version, sound recording, art reproduction, +abridgment, condensation, or any other form in which the Work may be recast, +transformed, or adapted, except that a work that constitutes a Collective +Work will not be considered a Derivative Work for the purpose of this License. +For the avoidance of doubt, where the Work is a musical composition or sound +recording, the synchronization of the Work in timed-relation with a moving +image ("synching") will be considered a Derivative Work for the purpose of +this License. + +c. "Licensor" means the individual or entity that offers the Work under the +terms of this License. + + d. "Original Author" means the individual or entity who created the Work. + +e. "Work" means the copyrightable work of authorship offered under the terms +of this License. + +f. "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. + +2. Fair Use Rights. Nothing in this license is intended to reduce, limit, +or restrict any rights arising from fair use, first sale or other limitations +on the exclusive rights of the copyright owner 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 Collective +Works, and to reproduce the Work as incorporated in the Collective Works; + +b. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission the Work including +as incorporated in Collective Works. + + c. For the avoidance of doubt, where the work is a musical composition: + +i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive +right to collect, whether individually or via a performance rights society +(e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital +performance (e.g. webcast) of the Work. + +ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive +right to collect, whether individually or via a music rights society or designated +agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from +the Work ("cover version") and distribute, subject to the compulsory license +created by 17 USC Section 115 of the US Copyright Act (or the equivalent in +other jurisdictions). + +d. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, +where the Work is a sound recording, Licensor waives the exclusive right to +collect, whether individually or via a performance-rights society (e.g. SoundExchange), +royalties for the public digital performance (e.g. webcast) of the Work, subject +to the compulsory license created by 17 USC Section 114 of the US Copyright +Act (or the equivalent in other jurisdictions). + + + +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, +but otherwise you have no rights to make Derivative Works. 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, publicly display, publicly perform, or publicly digitally +perform the Work only under the terms of this License, and You must include +a copy of, or the Uniform Resource Identifier for, this License with every +copy or phonorecord of the Work You distribute, publicly display, publicly +perform, or publicly digitally perform. You may not offer or impose any terms +on the Work that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder. You may not sublicense the Work. +You must keep intact all notices that refer to this License and to the disclaimer +of warranties. You may not distribute, publicly display, publicly perform, +or publicly digitally perform the Work with any technological measures that +control access or use of the Work in a manner inconsistent with the terms +of this License Agreement. The above applies to the Work as incorporated in +a Collective Work, but this does not require the Collective Work apart from +the Work itself to be made subject to the terms of this License. If You create +a Collective Work, upon notice from any Licensor You must, to the extent practicable, +remove from the Collective Work any reference to such Licensor or the Original +Author, as requested. + +b. If you distribute, publicly display, publicly perform, or publicly digitally +perform the Work or Collective Works, You must keep intact all copyright notices +for the Work and give the Original Author credit reasonable to the medium +or means You are utilizing by conveying the name (or pseudonym if applicable) +of the Original Author if supplied; the title of the Work if supplied; and +to the extent reasonably practicable, the Uniform Resource Identifier, 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. +Such credit may be implemented in any reasonable manner; provided, however, +that in the case of a Collective Work, at a minimum such credit will appear +where any other comparable authorship credit appears and in a manner at least +as prominent as such other comparable authorship credit. + + 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 MATERIALS, 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 Collective Works 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 digitally perform the Work, 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. 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. + +c. 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. + +d. 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. + +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, neither party will use 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. + +Creative Commons may be contacted at https://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nd-2.0_21.yml b/src/licensedcode/data/rules/cc-by-nd-2.0_21.yml new file mode 100644 index 00000000000..acc395ab338 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nd-2.0_21.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-nd-2.0 +is_license_text: yes +ignorable_urls: + - https://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-nd-2.5_18.RULE b/src/licensedcode/data/rules/cc-by-nd-2.5_18.RULE new file mode 100644 index 00000000000..579c72f5d54 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nd-2.5_18.RULE @@ -0,0 +1,206 @@ +Creative Commons Attribution-NoDerivs 2.5 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. THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + +a. "Collective Work" means a work, such as a periodical issue, anthology or +encyclopedia, in which the Work in its entirety in unmodified form, along +with a number of other contributions, constituting separate and independent +works in themselves, are assembled into a collective whole. A work that constitutes +a Collective Work will not be considered a Derivative Work (as defined below) +for the purposes of this License. + +b. "Derivative Work" means a work based upon the Work or upon the Work and +other pre-existing works, such as a translation, musical arrangement, dramatization, +fictionalization, motion picture version, sound recording, art reproduction, +abridgment, condensation, or any other form in which the Work may be recast, +transformed, or adapted, except that a work that constitutes a Collective +Work will not be considered a Derivative Work for the purpose of this License. +For the avoidance of doubt, where the Work is a musical composition or sound +recording, the synchronization of the Work in timed-relation with a moving +image ("synching") will be considered a Derivative Work for the purpose of +this License. + +c. "Licensor" means the individual or entity that offers the Work under the +terms of this License. + + d. "Original Author" means the individual or entity who created the Work. + +e. "Work" means the copyrightable work of authorship offered under the terms +of this License. + +f. "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. + +2. Fair Use Rights. Nothing in this license is intended to reduce, limit, +or restrict any rights arising from fair use, first sale or other limitations +on the exclusive rights of the copyright owner 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 Collective +Works, and to reproduce the Work as incorporated in the Collective Works; + +b. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission the Work including +as incorporated in Collective Works. + + c. For the avoidance of doubt, where the work is a musical composition: + +i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive +right to collect, whether individually or via a performance rights society +(e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital +performance (e.g. webcast) of the Work. + +ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive +right to collect, whether individually or via a music rights society or designated +agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from +the Work ("cover version") and distribute, subject to the compulsory license +created by 17 USC Section 115 of the US Copyright Act (or the equivalent in +other jurisdictions). + +d. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, +where the Work is a sound recording, Licensor waives the exclusive right to +collect, whether individually or via a performance-rights society (e.g. SoundExchange), +royalties for the public digital performance (e.g. webcast) of the Work, subject +to the compulsory license created by 17 USC Section 114 of the US Copyright +Act (or the equivalent in other jurisdictions). + +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, +but otherwise you have no rights to make Derivative Works. 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, publicly display, publicly perform, or publicly digitally +perform the Work only under the terms of this License, and You must include +a copy of, or the Uniform Resource Identifier for, this License with every +copy or phonorecord of the Work You distribute, publicly display, publicly +perform, or publicly digitally perform. You may not offer or impose any terms +on the Work that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder. You may not sublicense the Work. +You must keep intact all notices that refer to this License and to the disclaimer +of warranties. You may not distribute, publicly display, publicly perform, +or publicly digitally perform the Work with any technological measures that +control access or use of the Work in a manner inconsistent with the terms +of this License Agreement. The above applies to the Work as incorporated in +a Collective Work, but this does not require the Collective Work apart from +the Work itself to be made subject to the terms of this License. If You create +a Collective Work, upon notice from any Licensor You must, to the extent practicable, +remove from the Collective Work any credit as required by clause 4(b), as +requested. + +b. If you distribute, publicly display, publicly perform, or publicly digitally +perform the Work or Collective Works, You must 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 (ii) if the Original Author and/or Licensor designate another party +or parties (e.g. a sponsor institute, publishing entity, journal) for attribution +in Licensor's copyright notice, terms of service or by other reasonable means, +the name of such party or parties; the title of the Work if supplied; and +to the extent reasonably practicable, the Uniform Resource Identifier, 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. +Such credit may be implemented in any reasonable manner; provided, however, +that in the case of a Collective Work, at a minimum such credit will appear +where any other comparable authorship credit appears and in a manner at least +as prominent as such other comparable authorship credit. + + 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 MATERIALS, 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 Collective Works 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 digitally perform the Work, 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. 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. + +c. 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. + +d. 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. + +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, neither party will use 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. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nd-2.5_18.yml b/src/licensedcode/data/rules/cc-by-nd-2.5_18.yml new file mode 100644 index 00000000000..cb433619f91 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nd-2.5_18.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-nd-2.5 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-nd-3.0_29.RULE b/src/licensedcode/data/rules/cc-by-nd-3.0_29.RULE new file mode 100644 index 00000000000..c91999d6b79 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nd-3.0_29.RULE @@ -0,0 +1,276 @@ +Creative Commons Attribution-NoDerivs 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 above) for the purposes of this License. + +c. "Distribute" means to make available to the public the original and copies +of the Work 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; and, + +b. to Distribute and Publicly Perform the Work including as incorporated in +Collections. + + c. 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, +but otherwise you have no rights to make Adaptations. 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. + +b. If You Distribute, or Publicly Perform the Work 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. The credit required by this Section 4(b) may be implemented in any +reasonable manner; provided, however, that in the case of a Collection, at +a minimum such credit will appear, if a credit for all contributing authors +of the 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 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. + + 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 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. 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. + +c. 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. + +d. 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. + +e. 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 this License. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nd-3.0_29.yml b/src/licensedcode/data/rules/cc-by-nd-3.0_29.yml new file mode 100644 index 00000000000..667597b0de6 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nd-3.0_29.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-nd-3.0 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-nd-4.0_24.RULE b/src/licensedcode/data/rules/cc-by-nd-4.0_24.RULE new file mode 100644 index 00000000000..468b2582839 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nd-4.0_24.RULE @@ -0,0 +1,321 @@ +Creative Commons Attribution-NoDerivatives 4.0 International 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-NoDerivatives 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-NoDerivatives +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. 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. + +c. 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. + +d. 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. + +e. Licensed Material means the artistic or literary work, database, or other +material to which the Licensor applied this Public License. + +f. 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. + +g. Licensor means the individual(s) or entity(ies) granting rights under this +Public License. + +h. 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. + +i. 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. + +j. 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 and reproduce, but not 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. 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, 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. For the avoidance of doubt, You do not have permission under this Public +License to Share Adapted Material. + +3. 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. + +4. If requested by the Licensor, You must remove any of the information required +by Section 3(a)(1)(A) to the extent reasonably practicable. + +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, provided You do not Share Adapted Material; + +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; 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. + +c. 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. + +d. 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. + + e. 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-nd-4.0_24.yml b/src/licensedcode/data/rules/cc-by-nd-4.0_24.yml new file mode 100644 index 00000000000..25f5bd5d493 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-nd-4.0_24.yml @@ -0,0 +1,2 @@ +license_expression: cc-by-nd-4.0 +is_license_text: yes diff --git a/src/licensedcode/data/rules/cc-by-sa-1.0_16.RULE b/src/licensedcode/data/rules/cc-by-sa-1.0_16.RULE new file mode 100644 index 00000000000..8692cf9799e --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-sa-1.0_16.RULE @@ -0,0 +1,214 @@ +Creative Commons Attribution-ShareAlike 1.0 CREATIVE COMMONS CORPORATION IS +NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DRAFT +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 IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO +BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + +a. "Collective Work" means a work, such as a periodical issue, anthology or +encyclopedia, in which the Work in its entirety in unmodified form, along +with a number of other contributions, constituting separate and independent +works in themselves, are assembled into a collective whole. A work that constitutes +a Collective Work will not be considered a Derivative Work (as defined below) +for the purposes of this License. + +b. "Derivative Work" means a work based upon the Work or upon the Work and +other pre-existing works, such as a translation, musical arrangement, dramatization, +fictionalization, motion picture version, sound recording, art reproduction, +abridgment, condensation, or any other form in which the Work may be recast, +transformed, or adapted, except that a work that constitutes a Collective +Work will not be considered a Derivative Work for the purpose of this License. + +c. "Licensor" means the individual or entity that offers the Work under the +terms of this License. + + d. "Original Author" means the individual or entity who created the Work. + +e. "Work" means the copyrightable work of authorship offered under the terms +of this License. + +f. "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. + +2. Fair Use Rights. Nothing in this license is intended to reduce, limit, +or restrict any rights arising from fair use, first sale or other limitations +on the exclusive rights of the copyright owner 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 Collective +Works, and to reproduce the Work as incorporated in the Collective Works; + + b. to create and reproduce Derivative Works; + +c. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission the Work including +as incorporated in Collective Works; + +d. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission Derivative Works; + +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. +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, publicly display, publicly perform, or publicly digitally +perform the Work only under the terms of this License, and You must include +a copy of, or the Uniform Resource Identifier for, this License with every +copy or phonorecord of the Work You distribute, publicly display, publicly +perform, or publicly digitally perform. You may not offer or impose any terms +on the Work that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder. You may not sublicense the Work. +You must keep intact all notices that refer to this License and to the disclaimer +of warranties. You may not distribute, publicly display, publicly perform, +or publicly digitally perform the Work with any technological measures that +control access or use of the Work in a manner inconsistent with the terms +of this License Agreement. The above applies to the Work as incorporated in +a Collective Work, but this does not require the Collective Work apart from +the Work itself to be made subject to the terms of this License. If You create +a Collective Work, upon notice from any Licensor You must, to the extent practicable, +remove from the Collective Work any reference to such Licensor or the Original +Author, as requested. If You create a Derivative Work, upon notice from any +Licensor You must, to the extent practicable, remove from the Derivative Work +any reference to such Licensor or the Original Author, as requested. + +b. You may distribute, publicly display, publicly perform, or publicly digitally +perform a Derivative Work only under the terms of this License, and You must +include a copy of, or the Uniform Resource Identifier for, this License with +every copy or phonorecord of each Derivative Work You distribute, publicly +display, publicly perform, or publicly digitally perform. You may not offer +or impose any terms on the Derivative Works that alter or restrict the terms +of this License or the recipients' exercise of the rights granted hereunder, +and You must keep intact all notices that refer to this License and to the +disclaimer of warranties. You may not distribute, publicly display, publicly +perform, or publicly digitally perform the Derivative Work with any technological +measures that control access or use of the Work in a manner inconsistent with +the terms of this License Agreement. The above applies to the Derivative Work +as incorporated in a Collective Work, but this does not require the Collective +Work apart from the Derivative Work itself to be made subject to the terms +of this License. + +c. If you distribute, publicly display, publicly perform, or publicly digitally +perform the Work or any Derivative Works or Collective Works, You must keep +intact all copyright notices for the Work and give the Original Author credit +reasonable to the medium or means You are utilizing by conveying the name +(or pseudonym if applicable) of the Original Author if supplied; the title +of the Work if supplied; in the case of a Derivative Work, a credit identifying +the use of the Work in the Derivative Work (e.g., "French translation of the +Work by Original Author," or "Screenplay based on original Work by Original +Author"). Such credit may be implemented in any reasonable manner; provided, +however, that in the case of a Derivative Work or Collective Work, at a minimum +such credit will appear where any other comparable authorship credit appears +and in a manner at least as prominent as such other comparable authorship +credit. + + 5. Representations, Warranties and Disclaimer + +a. By offering the Work for public release under this License, Licensor represents +and warrants that, to the best of Licensor's knowledge after reasonable inquiry: + +i. Licensor has secured all rights in the Work necessary to grant the license +rights hereunder and to permit the lawful exercise of the rights granted hereunder +without You having any obligation to pay any royalties, compulsory license +fees, residuals or any other payments; + +ii. The Work does not infringe the copyright, trademark, publicity rights, +common law rights or any other right of any third party or constitute defamation, +invasion of privacy or other tortious injury to any third party. + +b. EXCEPT AS EXPRESSLY STATED IN THIS LICENSE OR OTHERWISE AGREED IN WRITING +OR REQUIRED BY APPLICABLE LAW, THE WORK IS LICENSED ON AN "AS IS" BASIS, WITHOUT +WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, +ANY WARRANTIES REGARDING THE CONTENTS OR ACCURACY OF THE WORK. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, +AND EXCEPT FOR DAMAGES ARISING FROM LIABILITY TO A THIRD PARTY RESULTING FROM +BREACH OF THE WARRANTIES IN SECTION 5, 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 Derivative Works or Collective Works 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 digitally perform the Work or a Collective +Work, 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 digitally perform a Derivative Work, +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. + +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, neither party will use 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. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-sa-1.0_16.yml b/src/licensedcode/data/rules/cc-by-sa-1.0_16.yml new file mode 100644 index 00000000000..f67b65e1972 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-sa-1.0_16.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-sa-1.0 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-sa-2.5_20.RULE b/src/licensedcode/data/rules/cc-by-sa-2.5_20.RULE new file mode 100644 index 00000000000..d7c7dd5737f --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-sa-2.5_20.RULE @@ -0,0 +1,243 @@ +Creative Commons Attribution-ShareAlike 2.5 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. THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + +a. "Collective Work" means a work, such as a periodical issue, anthology or +encyclopedia, in which the Work in its entirety in unmodified form, along +with a number of other contributions, constituting separate and independent +works in themselves, are assembled into a collective whole. A work that constitutes +a Collective Work will not be considered a Derivative Work (as defined below) +for the purposes of this License. + +b. "Derivative Work" means a work based upon the Work or upon the Work and +other pre-existing works, such as a translation, musical arrangement, dramatization, +fictionalization, motion picture version, sound recording, art reproduction, +abridgment, condensation, or any other form in which the Work may be recast, +transformed, or adapted, except that a work that constitutes a Collective +Work will not be considered a Derivative Work for the purpose of this License. +For the avoidance of doubt, where the Work is a musical composition or sound +recording, the synchronization of the Work in timed-relation with a moving +image ("synching") will be considered a Derivative Work for the purpose of +this License. + +c. "Licensor" means the individual or entity that offers the Work under the +terms of this License. + + d. "Original Author" means the individual or entity who created the Work. + +e. "Work" means the copyrightable work of authorship offered under the terms +of this License. + +f. "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. + +g. "License Elements" means the following high-level license attributes as +selected by Licensor and indicated in the title of this License: Attribution, +ShareAlike. + +2. Fair Use Rights. Nothing in this license is intended to reduce, limit, +or restrict any rights arising from fair use, first sale or other limitations +on the exclusive rights of the copyright owner 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 Collective +Works, and to reproduce the Work as incorporated in the Collective Works; + + b. to create and reproduce Derivative Works; + +c. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission the Work including +as incorporated in Collective Works; + +d. to distribute copies or phonorecords of, display publicly, perform publicly, +and perform publicly by means of a digital audio transmission Derivative Works. + + e. For the avoidance of doubt, where the work is a musical composition: + +i. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive +right to collect, whether individually or via a performance rights society +(e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital +performance (e.g. webcast) of the Work. + +ii. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive +right to collect, whether individually or via a music rights society or designated +agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from +the Work ("cover version") and distribute, subject to the compulsory license +created by 17 USC Section 115 of the US Copyright Act (or the equivalent in +other jurisdictions). + +f. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, +where the Work is a sound recording, Licensor waives the exclusive right to +collect, whether individually or via a performance-rights society (e.g. SoundExchange), +royalties for the public digital performance (e.g. webcast) of the Work, subject +to the compulsory license created by 17 USC Section 114 of the US Copyright +Act (or the equivalent in other jurisdictions). + +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. +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, publicly display, publicly perform, or publicly digitally +perform the Work only under the terms of this License, and You must include +a copy of, or the Uniform Resource Identifier for, this License with every +copy or phonorecord of the Work You distribute, publicly display, publicly +perform, or publicly digitally perform. You may not offer or impose any terms +on the Work that alter or restrict the terms of this License or the recipients' +exercise of the rights granted hereunder. You may not sublicense the Work. +You must keep intact all notices that refer to this License and to the disclaimer +of warranties. You may not distribute, publicly display, publicly perform, +or publicly digitally perform the Work with any technological measures that +control access or use of the Work in a manner inconsistent with the terms +of this License Agreement. The above applies to the Work as incorporated in +a Collective Work, but this does not require the Collective Work apart from +the Work itself to be made subject to the terms of this License. If You create +a Collective Work, upon notice from any Licensor You must, to the extent practicable, +remove from the Collective Work any credit as required by clause 4(c), as +requested. If You create a Derivative Work, upon notice from any Licensor +You must, to the extent practicable, remove from the Derivative Work any credit +as required by clause 4(c), as requested. + +b. You may distribute, publicly display, publicly perform, or publicly digitally +perform a Derivative Work only under the terms of this License, a later version +of this License with the same License Elements as this License, or a Creative +Commons iCommons license that contains the same License Elements as this License +(e.g. Attribution-ShareAlike 2.5 Japan). You must include a copy of, or the +Uniform Resource Identifier for, this License or other license specified in +the previous sentence with every copy or phonorecord of each Derivative Work +You distribute, publicly display, publicly perform, or publicly digitally +perform. You may not offer or impose any terms on the Derivative Works that +alter or restrict the terms of this License or the recipients' exercise of +the rights granted hereunder, and You must keep intact all notices that refer +to this License and to the disclaimer of warranties. You may not distribute, +publicly display, publicly perform, or publicly digitally perform the Derivative +Work with any technological measures that control access or use of the Work +in a manner inconsistent with the terms of this License Agreement. The above +applies to the Derivative Work as incorporated in a Collective Work, but this +does not require the Collective Work apart from the Derivative Work itself +to be made subject to the terms of this License. + +c. If you distribute, publicly display, publicly perform, or publicly digitally +perform the Work or any Derivative Works or Collective Works, You must 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 (ii) if the Original Author and/or Licensor +designate another party or parties (e.g. a sponsor institute, publishing entity, +journal) for attribution in Licensor's copyright notice, terms of service +or by other reasonable means, the name of such party or parties; the title +of the Work if supplied; to the extent reasonably practicable, the Uniform +Resource Identifier, 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 in the case of a Derivative Work, a credit identifying +the use of the Work in the Derivative Work (e.g., "French translation of the +Work by Original Author," or "Screenplay based on original Work by Original +Author"). Such credit may be implemented in any reasonable manner; provided, +however, that in the case of a Derivative Work or Collective Work, at a minimum +such credit will appear where any other comparable authorship credit appears +and in a manner at least as prominent as such other comparable authorship +credit. + + 5. Representations, Warranties and Disclaimer + +UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE +WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING +THE MATERIALS, 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 Derivative Works or Collective Works 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 digitally perform the Work or a Collective +Work, 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 digitally perform a Derivative Work, +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. + +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, neither party will use 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. + +Creative Commons may be contacted at http://creativecommons.org/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-sa-2.5_20.yml b/src/licensedcode/data/rules/cc-by-sa-2.5_20.yml new file mode 100644 index 00000000000..72c8a2bda12 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-sa-2.5_20.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-sa-2.5 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ diff --git a/src/licensedcode/data/rules/cc-by-sa-3.0_86.RULE b/src/licensedcode/data/rules/cc-by-sa-3.0_86.RULE new file mode 100644 index 00000000000..c9141b767e7 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-sa-3.0_86.RULE @@ -0,0 +1,343 @@ +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 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(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/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-sa-3.0_86.yml b/src/licensedcode/data/rules/cc-by-sa-3.0_86.yml new file mode 100644 index 00000000000..e0a102071eb --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-sa-3.0_86.yml @@ -0,0 +1,5 @@ +license_expression: cc-by-sa-3.0 +is_license_text: yes +ignorable_urls: + - http://creativecommons.org/ + - http://creativecommons.org/compatiblelicenses diff --git a/src/licensedcode/data/rules/cc-by-sa-3.0_87.RULE b/src/licensedcode/data/rules/cc-by-sa-3.0_87.RULE new file mode 100644 index 00000000000..99f47c8188e --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-sa-3.0_87.RULE @@ -0,0 +1 @@ +This work is under the "Attribution-Share Alike 3.0 Unported" license, \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-sa-3.0_87.yml b/src/licensedcode/data/rules/cc-by-sa-3.0_87.yml new file mode 100644 index 00000000000..d5051512d8d --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-sa-3.0_87.yml @@ -0,0 +1,3 @@ +license_expression: cc-by-sa-3.0 +is_license_notice: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/cc-by-sa-3.0_88.RULE b/src/licensedcode/data/rules/cc-by-sa-3.0_88.RULE new file mode 100644 index 00000000000..3b18fc10b36 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-sa-3.0_88.RULE @@ -0,0 +1 @@ +under the "Attribution-Share Alike 3.0 Unported" license, \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-sa-3.0_88.yml b/src/licensedcode/data/rules/cc-by-sa-3.0_88.yml new file mode 100644 index 00000000000..d5051512d8d --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-sa-3.0_88.yml @@ -0,0 +1,3 @@ +license_expression: cc-by-sa-3.0 +is_license_notice: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/cc-by-sa-3.0_89.RULE b/src/licensedcode/data/rules/cc-by-sa-3.0_89.RULE new file mode 100644 index 00000000000..1b95ad4ebbe --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-sa-3.0_89.RULE @@ -0,0 +1,6 @@ +This work is under the "Attribution-Share Alike 3.0 Unported" license, +which means distribution is unlimited, you may create derived works, but +attributions to original authors and this license statement must be +retained and the derived work must be under the same license. See +https://creativecommons.org/licenses/by-sa/3.0/ for more details of the +license. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-sa-3.0_89.yml b/src/licensedcode/data/rules/cc-by-sa-3.0_89.yml new file mode 100644 index 00000000000..95b5fe0323b --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-sa-3.0_89.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-sa-3.0 +is_license_notice: yes +ignorable_urls: + - https://creativecommons.org/licenses/by-sa/3.0/ diff --git a/src/licensedcode/data/rules/cc-by-sa-4.0_85.RULE b/src/licensedcode/data/rules/cc-by-sa-4.0_85.RULE new file mode 100644 index 00000000000..270658c812f --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-sa-4.0_85.RULE @@ -0,0 +1,4 @@ +This README.md file and the CONTRIBUTING.md file are licensed under the +Creative Commons Attribution 4.0 International License under the terms and +conditions set forth in the file LICENSE.docs. You may obtain a duplicate copy +of the same license, titled CC BY-SA 4.0, at http://creativecommons.org/licenses/by-sa/4.0/. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-sa-4.0_85.yml b/src/licensedcode/data/rules/cc-by-sa-4.0_85.yml new file mode 100644 index 00000000000..19e62821535 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-sa-4.0_85.yml @@ -0,0 +1,4 @@ +license_expression: cc-by-sa-4.0 +is_license_notice: yes +ignorable_urls: + - http://creativecommons.org/licenses/by-sa/4.0 diff --git a/src/licensedcode/data/rules/cc-by-sa-4.0_86.RULE b/src/licensedcode/data/rules/cc-by-sa-4.0_86.RULE new file mode 100644 index 00000000000..ad593469e3f --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-sa-4.0_86.RULE @@ -0,0 +1 @@ +licensed under a Creative Commons Attribution-ShareAlike 4.0 International license. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc-by-sa-4.0_86.yml b/src/licensedcode/data/rules/cc-by-sa-4.0_86.yml new file mode 100644 index 00000000000..aa85f559227 --- /dev/null +++ b/src/licensedcode/data/rules/cc-by-sa-4.0_86.yml @@ -0,0 +1,3 @@ +license_expression: cc-by-sa-4.0 +is_license_notice: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/cc0-1.0_163.RULE b/src/licensedcode/data/rules/cc0-1.0_163.RULE new file mode 100644 index 00000000000..10719b0183a --- /dev/null +++ b/src/licensedcode/data/rules/cc0-1.0_163.RULE @@ -0,0 +1 @@ +CC0 1.0 Universal : https://creativecommons.org/publicdomain/zero/1.0 \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc0-1.0_163.yml b/src/licensedcode/data/rules/cc0-1.0_163.yml new file mode 100644 index 00000000000..56cf53ecd26 --- /dev/null +++ b/src/licensedcode/data/rules/cc0-1.0_163.yml @@ -0,0 +1,5 @@ +license_expression: cc0-1.0 +is_license_reference: yes +relevance: 100 +ignorable_urls: + - https://creativecommons.org/publicdomain/zero/1.0 diff --git a/src/licensedcode/data/rules/cc0-1.0_or_apache-2.0_5.RULE b/src/licensedcode/data/rules/cc0-1.0_or_apache-2.0_5.RULE new file mode 100644 index 00000000000..8628c621540 --- /dev/null +++ b/src/licensedcode/data/rules/cc0-1.0_or_apache-2.0_5.RULE @@ -0,0 +1,9 @@ +You may use this work under the terms of a Creative Commons CC0 1.0 +License/Waiver or the Apache Public License 2.0, at your option. The terms of +these licenses can be found at: + +- CC0 1.0 Universal : https://creativecommons.org/publicdomain/zero/1.0 +- Apache 2.0 : https://www.apache.org/licenses/LICENSE-2.0 + +You should have received a copy of both of these licenses along with this +software. If not, they may be obtained at the above URLs. \ No newline at end of file diff --git a/src/licensedcode/data/rules/cc0-1.0_or_apache-2.0_5.yml b/src/licensedcode/data/rules/cc0-1.0_or_apache-2.0_5.yml new file mode 100644 index 00000000000..d939d3326f9 --- /dev/null +++ b/src/licensedcode/data/rules/cc0-1.0_or_apache-2.0_5.yml @@ -0,0 +1,5 @@ +license_expression: cc0-1.0 OR apache-2.0 +is_license_notice: yes +ignorable_urls: + - https://creativecommons.org/publicdomain/zero/1.0 + - https://www.apache.org/licenses/LICENSE-2.0 diff --git a/src/licensedcode/data/rules/eupl-1.0_2.RULE b/src/licensedcode/data/rules/eupl-1.0_2.RULE new file mode 100644 index 00000000000..c6e0e233ff3 --- /dev/null +++ b/src/licensedcode/data/rules/eupl-1.0_2.RULE @@ -0,0 +1,280 @@ +European Union Public Licence V.1.0 EUPL (c) the European Community 2007 This +European Union Public Licence (the "EUPL") applies to the Work or Software +(as defined below) which is provided under the terms of this Licence. Any +use of the Work, other than as authorised under this Licence is prohibited +(to the extent such use is covered by a right of the copyright holder of the +Work). + +The Original Work is provided under the terms of this Licence when the Licensor +(as defined below) has placed the following notice immediately following the +copyright notice for the Original Work: + +Licensed under the EUPL V.1.0 + +or has expressed by any other mean his willingness to license under the EUPL. + + 1. Definitions + + In this Licence, the following terms have the following meaning: + + − The Licence: this Licence. + +− The Original Work or the Software: the software distributed and/or communicated +by the Licensor under this Licence, available as Source Code and also as Executable +Code as the case may be. + +− Derivative Works: the works or software that could be created by the Licensee, +based upon the Original Work or modifications thereof. This Licence does not +define the extent of modification or dependence on the Original Work required +in order to classify a work as a Derivative Work; this extent is determined +by copyright law applicable in the country mentioned in Article 15. + + − The Work: the Original Work and/or its Derivative Works. + +− The Source Code: the human-readable form of the Work which is the most convenient +for people to study and modify. + +− The Executable Code: any code which has generally been compiled and which +is meant to be interpreted by a computer as a program. + +− The Licensor: the natural or legal person that distributes and/or communicates +the Work under the Licence. + +− Contributor(s): any natural or legal person who modifies the Work under +the Licence, or otherwise contributes to the creation of a Derivative Work. + +− The Licensee or "You": any natural or legal person who makes any usage of +the Software under the terms of the Licence. + +− Distribution and/or Communication: any act of selling, giving, lending, +renting, distributing, communicating, transmitting, or otherwise making available, +on-line or off-line, copies of the Work at the disposal of any other natural +or legal person. + + 2. Scope of the rights granted by the Licence + +The Licensor hereby grants You a world-wide, royalty-free, non-exclusive, +sub-licensable licence to do the following, for the duration of copyright +vested in the Original Work: + + − use the Work in any circumstance and for all usage, + + − reproduce the Work, + +− modify the Original Work, and make Derivative Works based upon the Work, + +− communicate to the public, including the right to make available or display +the Work or copies thereof to the public and perform publicly, as the case +may be, the Work, + + − distribute the Work or copies thereof, + + − lend and rent the Work or copies thereof, + + − sub-license rights in the Work or copies thereof. + +Those rights can be exercised on any media, supports and formats, whether +now known or later invented, as far as the applicable law permits so. + +In the countries where moral rights apply, the Licensor waives his right to +exercise his moral right to the extent allowed by law in order to make effective +the licence of the economic rights here above listed. + +The Licensor grants to the Licensee royalty-free, non exclusive usage rights +to any patents held by the Licensor, to the extent necessary to make use of +the rights granted on the Work under this Licence. + + 3. Communication of the Source Code + +The Licensor may provide the Work either in its Source Code form, or as Executable +Code. If the Work is provided as Executable Code, the Licensor provides in +addition a machinereadable copy of the Source Code of the Work along with +each copy of the Work that the Licensor distributes or indicates, in a notice +following the copyright notice attached to the Work, a repository where the +Source Code is easily and freely accessible for as long as the Licensor continues +to distribute and/or communicate the Work. + + 4. Limitations on copyright + +Nothing in this Licence is intended to deprive the Licensee of the benefits +from any exception or limitation to the exclusive rights of the rights owners +in the Original Work or Software, of the exhaustion of those rights or of +other applicable limitations thereto. + + 5. Obligations of the Licensee + +The grant of the rights mentioned above is subject to some restrictions and +obligations imposed on the Licensee. Those obligations are the following: + +Attribution right: the Licensee shall keep intact all copyright, patent or +trademarks notices and all notices that refer to the Licence and to the disclaimer +of warranties. The Licensee must include a copy of such notices and a copy +of the Licence with every copy of the Work he/she distributes and/or communicates. +The Licensee must cause any Derivative Work to carry prominent notices stating +that the Work has been modified and the date of modification. + +Copyleft clause: If the Licensee distributes and/or communicates copies of +the Original Works or Derivative Works based upon the Original Work, this +Distribution and/or Communication will be done under the terms of this Licence. +The Licensee (becoming Licensor) cannot offer or impose any additional terms +or conditions on the Work or Derivative Work that alter or restrict the terms +of the Licence. + +Compatibility clause: If the Licensee Distributes and/or Communicates Derivative +Works or copies thereof based upon both the Original Work and another work +licensed under a Compatible Licence, this Distribution and/or Communication +can be done under the terms of this Compatible Licence. For the sake of this +clause, "Compatible Licence" refers to the licences listed in the appendix +attached to this Licence. Should the Licensee's obligations under the Compatible +Licence conflict with his/her obligations under this Licence, the obligations +of the Compatible Licence shall prevail. + +Provision of Source Code: When distributing and/or communicating copies of +the Work, the Licensee will provide a machine-readable copy of the Source +Code or indicate a repository where this Source will be easily and freely +available for as long as the Licensee continues to distribute and/or communicate +the Work. + +Legal Protection: This Licence does not grant permission to use the trade +names, trademarks, service marks, or names of the Licensor, except as required +for reasonable and customary use in describing the origin of the Work and +reproducing the content of the copyright notice. + + 6. Chain of Authorship + +The original Licensor warrants that the copyright in the Original Work granted +hereunder is owned by him/her or licensed to him/her and that he/she has the +power and authority to grant the Licence. + +Each Contributor warrants that the copyright in the modifications he/she brings +to the Work are owned by him/her or licensed to him/her and that he/she has +the power and authority to grant the Licence. + +Each time You, as a Licensee, receive the Work, the original Licensor and +subsequent Contributors grant You a licence to their contributions to the +Work, under the terms of this Licence. + + 7. Disclaimer of Warranty + +The Work is a work in progress, which is continuously improved by numerous +contributors. It is not a finished work and may therefore contain defects +or "bugs" inherent to this type of software development. + +For the above reason, the Work is provided under the Licence on an "as is" +basis and without warranties of any kind concerning the Work, including without +limitation merchantability, fitness for a particular purpose, absence of defects +or errors, accuracy, non-infringement of intellectual property rights other +than copyright as stated in Article 6 of this Licence. + +This disclaimer of warranty is an essential part of the Licence and a condition +for the grant of any rights to the Work. + + 8. Disclaimer of Liability + +Except in the cases of wilful misconduct or damages directly caused to natural +persons, the Licensor will in no event be liable for any direct or indirect, +material or moral, damages of any kind, arising out of the Licence or of the +use of the Work, including without limitation, damages for loss of goodwill, +work stoppage, computer failure or malfunction, loss of data or any commercial +damage, even if the Licensor has been advised of the possibility of such damage. +However, the Licensor will be liable under statutory product liability laws +as far such laws apply to the Work. + + 9. Additional agreements + +While distributing the Original Work or Derivative Works, You may choose to +conclude an additional agreement to offer, and charge a fee for, acceptance +of support, warranty, indemnity, or other liability obligations and/or services +consistent with this Licence. However, in accepting such obligations, You +may act only on your own behalf and on your sole responsibility, not on behalf +of the original Licensor or any other Contributor, and only if You agree to +indemnify, defend, and hold each Contributor harmless for any liability incurred +by, or claims asserted against such Contributor by the fact You have accepted +any such warranty or additional liability. + + 10. Acceptance of the Licence + +The provisions of this Licence can be accepted by clicking on an icon "I agree" +placed under the bottom of a window displaying the text of this Licence or +by affirming consent in any other similar way, in accordance with the rules +of applicable law. Clicking on that icon indicates your clear and irrevocable +acceptance of this Licence and all of its terms and conditions. + +Similarly, you irrevocably accept this Licence and all of its terms and conditions +by exercising any rights granted to You by Article 2 of this Licence, such +as the use of the Work, the creation by You of a Derivative Work or the Distribution +and/or Communication by You of the Work or copies thereof. + + 11. Information to the public + +In case of any Distribution and/or Communication of the Work by means of electronic +communication by You (for example, by offering to download the Work from a +remote location) the distribution channel or media (for example, a website) +must at least provide to the public the information requested by the applicable +law regarding the identification and address of the Licensor, the Licence +and the way it may be accessible, concluded, stored and reproduced by the +Licensee. + + 12. Termination of the Licence + +The Licence and the rights granted hereunder will terminate automatically +upon any breach by the Licensee of the terms of the Licence. + +Such a termination will not terminate the licences of any person who has received +the Work from the Licensee under the Licence, provided such persons remain +in full compliance with the Licence. + + 13. Miscellaneous + +Without prejudice of Article 9 above, the Licence represents the complete +agreement between the Parties as to the Work licensed hereunder. + +If any provision of the Licence is invalid or unenforceable under applicable +law, this will not affect the validity or enforceability of the Licence as +a whole. Such provision will be construed and/or reformed so as necessary +to make it valid and enforceable. + +The European Commission may put into force translations and/or binding new +versions of this Licence, so far this is required and reasonable. New versions +of the Licence will be published with a unique version number. The new version +of the Licence becomes binding for You as soon as You become aware of its +publication. + + 14. Jurisdiction + +Any litigation resulting from the interpretation of this License, arising +between the European Commission, as a Licensor, and any Licensee, will be +subject to the jurisdiction of the Court of Justice of the European Communities, +as laid down in article 238 of the Treaty establishing the European Community. + +Any litigation arising between Parties, other than the European Commission, +and resulting from the interpretation of this License, will be subject to +the exclusive jurisdiction of the competent court where the Licensor resides +or conducts its primary business. + + 15. Applicable Law + +This Licence shall be governed by the law of the European Union country where +the Licensor resides or has his registered office. + + This licence shall be governed by the Belgian law if: + +− a litigation arises between the European Commission, as a Licensor, and +any Licensee; + +− the Licensor, other than the European Commission, has no residence or registered +office inside a European Union country. + +Appendix + +"Compatible Licences" according to article 5 EUPL are: + + − General Public License (GPL) v. 2 + + − Open Software License (OSL) v. 2.1, v. 3.0 + + − Common Public License v. 1.0 + + − Eclipse Public License v. 1.0 + + − Cecill v. 2.0 \ No newline at end of file diff --git a/src/licensedcode/data/rules/eupl-1.0_2.yml b/src/licensedcode/data/rules/eupl-1.0_2.yml new file mode 100644 index 00000000000..7a77098410c --- /dev/null +++ b/src/licensedcode/data/rules/eupl-1.0_2.yml @@ -0,0 +1,6 @@ +license_expression: eupl-1.0 +is_license_text: yes +ignorable_copyrights: + - (c) the European Community 2007 +ignorable_holders: + - the European Community diff --git a/src/licensedcode/data/rules/eupl-1.1_15.RULE b/src/licensedcode/data/rules/eupl-1.1_15.RULE new file mode 100644 index 00000000000..82a780d785f --- /dev/null +++ b/src/licensedcode/data/rules/eupl-1.1_15.RULE @@ -0,0 +1,287 @@ +European Union Public Licence V. 1.1 EUPL (c) the European Community 2007 + +This European Union Public Licence (the "EUPL") applies to the Work or Software +(as defined below) which is provided under the terms of this Licence. Any +use of the Work, other than as authorised under this Licence is prohibited +(to the extent such use is covered by a right of the copyright holder of the +Work). + +The Original Work is provided under the terms of this Licence when the Licensor +(as defined below) has placed the following notice immediately following the +copyright notice for the Original Work: + + + + Licensed under the EUPL V.1.1 + + + +or has expressed by any other mean his willingness to license under the EUPL. + + 1. Definitions + + In this Licence, the following terms have the following meaning: + + - The Licence: this Licence. + +- The Original Work or the Software: the software distributed and/or communicated +by the Licensor under this Licence, available as Source Code and also as Executable +Code as the case may be. + +- Derivative Works: the works or software that could be created by the Licensee, +based upon the Original Work or modifications thereof. This Licence does not +define the extent of modification or dependence on the Original Work required +in order to classify a work as a Derivative Work; this extent is determined +by copyright law applicable in the country mentioned in Article 15. + + - The Work: the Original Work and/or its Derivative Works. + +- The Source Code: the human-readable form of the Work which is the most convenient +for people to study and modify. + +- The Executable Code: any code which has generally been compiled and which +is meant to be interpreted by a computer as a program. + +- The Licensor: the natural or legal person that distributes and/or communicates +the Work under the Licence. + +- Contributor(s): any natural or legal person who modifies the Work under +the Licence, or otherwise contributes to the creation of a Derivative Work. + +- The Licensee or "You": any natural or legal person who makes any usage of +the Software under the terms of the Licence. + +- Distribution and/or Communication: any act of selling, giving, lending, +renting, distributing, communicating, transmitting, or otherwise making available, +on-line or off-line, copies of the Work or providing access to its essential +functionalities at the disposal of any other natural or legal person. + + 2. Scope of the rights granted by the Licence + +The Licensor hereby grants You a world-wide, royalty-free, non-exclusive, +sublicensable licence to do the following, for the duration of copyright vested +in the Original Work: + + - use the Work in any circumstance and for all usage, + + - reproduce the Work, + +- modify the Original Work, and make Derivative Works based upon the Work, + +- communicate to the public, including the right to make available or display +the Work or copies thereof to the public and perform publicly, as the case +may be, the Work, + + - distribute the Work or copies thereof, + + - lend and rent the Work or copies thereof, + + - sub-license rights in the Work or copies thereof. + +Those rights can be exercised on any media, supports and formats, whether +now known or later invented, as far as the applicable law permits so. + +In the countries where moral rights apply, the Licensor waives his right to +exercise his moral right to the extent allowed by law in order to make effective +the licence of the economic rights here above listed. + +The Licensor grants to the Licensee royalty-free, non exclusive usage rights +to any patents held by the Licensor, to the extent necessary to make use of +the rights granted on the Work under this Licence. + + 3. Communication of the Source Code + +The Licensor may provide the Work either in its Source Code form, or as Executable +Code. If the Work is provided as Executable Code, the Licensor provides in +addition a machine-readable copy of the Source Code of the Work along with +each copy of the Work that the Licensor distributes or indicates, in a notice +following the copyright notice attached to the Work, a repository where the +Source Code is easily and freely accessible for as long as the Licensor continues +to distribute and/or communicate the Work. + + 4. Limitations on copyright + +Nothing in this Licence is intended to deprive the Licensee of the benefits +from any exception or limitation to the exclusive rights of the rights owners +in the Original Work or Software, of the exhaustion of those rights or of +other applicable limitations thereto. + + 5. Obligations of the Licensee + +The grant of the rights mentioned above is subject to some restrictions and +obligations imposed on the Licensee. Those obligations are the following: + +Attribution right: the Licensee shall keep intact all copyright, patent or +trademarks notices and all notices that refer to the Licence and to the disclaimer +of warranties. The Licensee must include a copy of such notices and a copy +of the Licence with every copy of the Work he/she distributes and/or communicates. +The Licensee must cause any Derivative Work to carry prominent notices stating +that the Work has been modified and the date of modification. + +Copyleft clause: If the Licensee distributes and/or communicates copies of +the Original Works or Derivative Works based upon the Original Work, this +Distribution and/or Communication will be done under the terms of this Licence +or of a later version of this Licence unless the Original Work is expressly +distributed only under this version of the Licence. The Licensee (becoming +Licensor) cannot offer or impose any additional terms or conditions on the +Work or Derivative Work that alter or restrict the terms of the Licence. + +Compatibility clause: If the Licensee Distributes and/or Communicates Derivative +Works or copies thereof based upon both the Original Work and another work +licensed under a Compatible Licence, this Distribution and/or Communication +can be done under the terms of this Compatible Licence. For the sake of this +clause, "Compatible Licence," refers to the licences listed in the appendix +attached to this Licence. Should the Licensee's obligations under the Compatible +Licence conflict with his/her obligations under this Licence, the obligations +of the Compatible Licence shall prevail. + +Provision of Source Code: When distributing and/or communicating copies of +the Work, the Licensee will provide a machine-readable copy of the Source +Code or indicate a repository where this Source will be easily and freely +available for as long as the Licensee continues to distribute and/or communicate +the Work. + +Legal Protection: This Licence does not grant permission to use the trade +names, trademarks, service marks, or names of the Licensor, except as required +for reasonable and customary use in describing the origin of the Work and +reproducing the content of the copyright notice. + + 6. Chain of Authorship + +The original Licensor warrants that the copyright in the Original Work granted +hereunder is owned by him/her or licensed to him/her and that he/she has the +power and authority to grant the Licence. + +Each Contributor warrants that the copyright in the modifications he/she brings +to the Work are owned by him/her or licensed to him/her and that he/she has +the power and authority to grant the Licence. + +Each time You accept the Licence, the original Licensor and subsequent Contributors +grant You a licence to their contributions to the Work, under the terms of +this Licence. + + 7. Disclaimer of Warranty + +The Work is a work in progress, which is continuously improved by numerous +contributors. It is not a finished work and may therefore contain defects +or "bugs" inherent to this type of software development. + +For the above reason, the Work is provided under the Licence on an "as is" +basis and without warranties of any kind concerning the Work, including without +limitation merchantability, fitness for a particular purpose, absence of defects +or errors, accuracy, non-infringement of intellectual property rights other +than copyright as stated in Article 6 of this Licence. + +This disclaimer of warranty is an essential part of the Licence and a condition +for the grant of any rights to the Work. + + 8. Disclaimer of Liability + +Except in the cases of wilful misconduct or damages directly caused to natural +persons, the Licensor will in no event be liable for any direct or indirect, +material or moral, damages of any kind, arising out of the Licence or of the +use of the Work, including without limitation, damages for loss of goodwill, +work stoppage, computer failure or malfunction, loss of data or any commercial +damage, even if the Licensor has been advised of the possibility of such damage. +However, the Licensor will be liable under statutory product liability laws +as far such laws apply to the Work. + + 9. Additional agreements + +While distributing the Original Work or Derivative Works, You may choose to +conclude an additional agreement to offer, and charge a fee for, acceptance +of support, warranty, indemnity, or other liability obligations and/or services +consistent with this Licence. However, in accepting such obligations, You +may act only on your own behalf and on your sole responsibility, not on behalf +of the original Licensor or any other Contributor, and only if You agree to +indemnify, defend, and hold each Contributor harmless for any liability incurred +by, or claims asserted against such Contributor by the fact You have accepted +any such warranty or additional liability. + + 10. Acceptance of the Licence + +The provisions of this Licence can be accepted by clicking on an icon "I agree" +placed under the bottom of a window displaying the text of this Licence or +by affirming consent in any other similar way, in accordance with the rules +of applicable law. Clicking on that icon indicates your clear and irrevocable +acceptance of this Licence and all of its terms and conditions. + +Similarly, you irrevocably accept this Licence and all of its terms and conditions +by exercising any rights granted to You by Article 2 of this Licence, such +as the use of the Work, the creation by You of a Derivative Work or the Distribution +and/or Communication by You of the Work or copies thereof. + + 11. Information to the public + +In case of any Distribution and/or Communication of the Work by means of electronic +communication by You (for example, by offering to download the Work from a +remote location) the distribution channel or media (for example, a website) +must at least provide to the public the information requested by the applicable +law regarding the Licensor, the Licence and the way it may be accessible, +concluded, stored and reproduced by the Licensee. + + 12. Termination of the Licence + +The Licence and the rights granted hereunder will terminate automatically +upon any breach by the Licensee of the terms of the Licence. Such a termination +will not terminate the licences of any person who has received the Work from +the Licensee under the Licence, provided such persons remain in full compliance +with the Licence. + + 13. Miscellaneous + +Without prejudice of Article 9 above, the Licence represents the complete +agreement between the Parties as to the Work licensed hereunder. + +If any provision of the Licence is invalid or unenforceable under applicable +law, this will not affect the validity or enforceability of the Licence as +a whole. Such provision will be construed and/or reformed so as necessary +to make it valid and enforceable. + +The European Commission may publish other linguistic versions and/or new versions +of this Licence, so far this is required and reasonable, without reducing +the scope of the rights granted by the Licence. New versions of the Licence +will be published with a unique version number. + +All linguistic versions of this Licence, approved by the European Commission, +have identical value. Parties can take advantage of the linguistic version +of their choice. + + 14. Jurisdiction + +Any litigation resulting from the interpretation of this License, arising +between the European Commission, as a Licensor, and any Licensee, will be +subject to the jurisdiction of the Court of Justice of the European Communities, +as laid down in article 238 of the Treaty establishing the European Community. + +Any litigation arising between Parties, other than the European Commission, +and resulting from the interpretation of this License, will be subject to +the exclusive jurisdiction of the competent court where the Licensor resides +or conducts its primary business. + + 15. Applicable Law + +This Licence shall be governed by the law of the European Union country where +the Licensor resides or has his registered office. + + This licence shall be governed by the Belgian law if: + +- a litigation arises between the European Commission, as a Licensor, and +any Licensee; + +- the Licensor, other than the European Commission, has no residence or registered +office inside a European Union country. + +Appendix + +"Compatible Licences" according to article 5 EUPL are: + + - GNU General Public License (GNU GPL) v. 2 + + - Open Software License (OSL) v. 2.1, v. 3.0 + + - Common Public License v. 1.0 + + - Eclipse Public License v. 1.0 + + - Cecill v. 2.0 \ No newline at end of file diff --git a/src/licensedcode/data/rules/eupl-1.1_15.yml b/src/licensedcode/data/rules/eupl-1.1_15.yml new file mode 100644 index 00000000000..1c72ab411ed --- /dev/null +++ b/src/licensedcode/data/rules/eupl-1.1_15.yml @@ -0,0 +1,6 @@ +license_expression: eupl-1.1 +is_license_text: yes +ignorable_copyrights: + - (c) the European Community 2007 +ignorable_holders: + - the European Community diff --git a/src/licensedcode/data/rules/gl2ps_1.RULE b/src/licensedcode/data/rules/gl2ps_1.RULE new file mode 100644 index 00000000000..25806199067 --- /dev/null +++ b/src/licensedcode/data/rules/gl2ps_1.RULE @@ -0,0 +1,18 @@ +GL2PS LICENSE Version 2, November 2003 Copyright (C) 2003, Christophe Geuzaine + +Permission to use, copy, and distribute this software and its documentation +for any purpose with or without fee is hereby granted, provided that the copyright +notice appear in all copies and that both that copyright notice and this permission +notice appear in supporting documentation. + +Permission to modify and distribute modified versions of this software is +granted, provided that: + + 1) the modifications are licensed under the same terms as this software; + +2) you make available the source code of any modifications that you distribute, +either on the same media as you distribute any executable or other form of +this software, or via a mechanism generally accepted in the software development +community for the electronic transfer of data. + +This software is provided "as is" without express or implied warranty. \ No newline at end of file diff --git a/src/licensedcode/data/rules/gl2ps_1.yml b/src/licensedcode/data/rules/gl2ps_1.yml new file mode 100644 index 00000000000..aecb4235530 --- /dev/null +++ b/src/licensedcode/data/rules/gl2ps_1.yml @@ -0,0 +1,6 @@ +license_expression: gl2ps +is_license_text: yes +ignorable_copyrights: + - Copyright (c) 2003, Christophe Geuzaine +ignorable_holders: + - Christophe Geuzaine diff --git a/src/licensedcode/data/rules/gpl-1.0-plus_540.RULE b/src/licensedcode/data/rules/gpl-1.0-plus_540.RULE new file mode 100644 index 00000000000..e9bf3848e6c --- /dev/null +++ b/src/licensedcode/data/rules/gpl-1.0-plus_540.RULE @@ -0,0 +1,4 @@ +LICENSE_START(GPL_NOVERSION_ONELINE) +Do not restrict distribution. +May be distributed under the GNU General Public License +LICENSE_END \ No newline at end of file diff --git a/src/licensedcode/data/rules/gpl-1.0-plus_540.yml b/src/licensedcode/data/rules/gpl-1.0-plus_540.yml new file mode 100644 index 00000000000..761b0ddd47f --- /dev/null +++ b/src/licensedcode/data/rules/gpl-1.0-plus_540.yml @@ -0,0 +1,2 @@ +license_expression: gpl-1.0-plus +is_license_notice: yes diff --git a/src/licensedcode/data/rules/gpl-1.0-plus_541.RULE b/src/licensedcode/data/rules/gpl-1.0-plus_541.RULE new file mode 100644 index 00000000000..1388f775d6f --- /dev/null +++ b/src/licensedcode/data/rules/gpl-1.0-plus_541.RULE @@ -0,0 +1,2 @@ +Do not restrict distribution. +May be distributed under the GNU General Public License \ No newline at end of file diff --git a/src/licensedcode/data/rules/gpl-1.0-plus_541.yml b/src/licensedcode/data/rules/gpl-1.0-plus_541.yml new file mode 100644 index 00000000000..116c9848025 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-1.0-plus_541.yml @@ -0,0 +1,3 @@ +license_expression: gpl-1.0-plus +is_license_notice: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/gpl-1.0-plus_542.RULE b/src/licensedcode/data/rules/gpl-1.0-plus_542.RULE new file mode 100644 index 00000000000..b2844efe0c3 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-1.0-plus_542.RULE @@ -0,0 +1,4 @@ +The GNU General Public License's references to "object code" + and "executables" are to be interpreted as the output of any + document formatting or typesetting system, including + intermediate and printed output. \ No newline at end of file diff --git a/src/licensedcode/data/rules/gpl-1.0-plus_542.yml b/src/licensedcode/data/rules/gpl-1.0-plus_542.yml new file mode 100644 index 00000000000..761b0ddd47f --- /dev/null +++ b/src/licensedcode/data/rules/gpl-1.0-plus_542.yml @@ -0,0 +1,2 @@ +license_expression: gpl-1.0-plus +is_license_notice: yes diff --git a/src/licensedcode/data/rules/gpl-2.0-plus_1042.RULE b/src/licensedcode/data/rules/gpl-2.0-plus_1042.RULE new file mode 100644 index 00000000000..00961ef5c95 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-2.0-plus_1042.RULE @@ -0,0 +1,13 @@ +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 Library 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/gpl-2.0-plus_1042.yml b/src/licensedcode/data/rules/gpl-2.0-plus_1042.yml new file mode 100644 index 00000000000..4dd63d8726f --- /dev/null +++ b/src/licensedcode/data/rules/gpl-2.0-plus_1042.yml @@ -0,0 +1,2 @@ +license_expression: gpl-2.0-plus +is_license_notice: yes diff --git a/src/licensedcode/data/rules/gpl-2.0-plus_1043.RULE b/src/licensedcode/data/rules/gpl-2.0-plus_1043.RULE new file mode 100644 index 00000000000..8a53d740db8 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-2.0-plus_1043.RULE @@ -0,0 +1,15 @@ +%%%LICENSE_START(GPLv2+_DOC_FULL) + This is free documentation; 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 manual 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 manual; if not, see + . + %%%LICENSE_END \ No newline at end of file diff --git a/src/licensedcode/data/rules/gpl-2.0-plus_1043.yml b/src/licensedcode/data/rules/gpl-2.0-plus_1043.yml new file mode 100644 index 00000000000..52fb78bda1e --- /dev/null +++ b/src/licensedcode/data/rules/gpl-2.0-plus_1043.yml @@ -0,0 +1,4 @@ +license_expression: gpl-2.0-plus +is_license_notice: yes +ignorable_urls: + - http://www.gnu.org/licenses/ diff --git a/src/licensedcode/data/rules/gpl-2.0-plus_1044.RULE b/src/licensedcode/data/rules/gpl-2.0-plus_1044.RULE new file mode 100644 index 00000000000..fade9ce25f9 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-2.0-plus_1044.RULE @@ -0,0 +1,13 @@ +This is free documentation; 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 manual 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 manual; if not, see + . \ No newline at end of file diff --git a/src/licensedcode/data/rules/gpl-2.0-plus_1044.yml b/src/licensedcode/data/rules/gpl-2.0-plus_1044.yml new file mode 100644 index 00000000000..52fb78bda1e --- /dev/null +++ b/src/licensedcode/data/rules/gpl-2.0-plus_1044.yml @@ -0,0 +1,4 @@ +license_expression: gpl-2.0-plus +is_license_notice: yes +ignorable_urls: + - http://www.gnu.org/licenses/ diff --git a/src/licensedcode/data/rules/gpl-2.0_63.RULE b/src/licensedcode/data/rules/gpl-2.0_63.RULE new file mode 100644 index 00000000000..6e2aa7e3ca9 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-2.0_63.RULE @@ -0,0 +1,7 @@ +This copyrighted material is made available to anyone wishing to use, +modify, copy, or redistribute it subject to the terms and conditions +of the GNU General Public License v.2. + +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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/gpl-2.0_63.yml b/src/licensedcode/data/rules/gpl-2.0_63.yml new file mode 100644 index 00000000000..00175e61477 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-2.0_63.yml @@ -0,0 +1,2 @@ +license_expression: gpl-2.0 +is_license_notice: yes diff --git a/src/licensedcode/data/rules/gpl-3.0-plus_513.RULE b/src/licensedcode/data/rules/gpl-3.0-plus_513.RULE new file mode 100644 index 00000000000..69f261e3fcb --- /dev/null +++ b/src/licensedcode/data/rules/gpl-3.0-plus_513.RULE @@ -0,0 +1,625 @@ +GNU GENERAL PUBLIC LICENSE + +Version 3, 29 June 2007 + +Copyright © 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 General Public License is a free, copyleft license for software and +other kinds of works. + +The licenses for most software and other practical works are designed to take +away your freedom to share and change the works. By contrast, the GNU General +Public License is 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. +We, the Free Software Foundation, use the GNU General Public License for most +of our software; it applies also to any other work released this way by its +authors. You can apply it to your programs, too. + +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. + +To protect your rights, we need to prevent others from denying you these rights +or asking you to surrender the rights. Therefore, you have certain responsibilities +if you distribute copies of the software, or if you modify it: responsibilities +to respect the freedom of others. + +For example, if you distribute copies of such a program, whether gratis or +for a fee, you must pass on to the recipients the same freedoms that you received. +You must make sure that they, too, receive or can get the source code. And +you must show them these terms so they know their rights. + +Developers that use the GNU GPL protect your rights with two steps: (1) assert +copyright on the software, and (2) offer you this License giving you legal +permission to copy, distribute and/or modify it. + +For the developers' and authors' protection, the GPL clearly explains that +there is no warranty for this free software. For both users' and authors' +sake, the GPL requires that modified versions be marked as changed, so that +their problems will not be attributed erroneously to authors of previous versions. + +Some devices are designed to deny users access to install or run modified +versions of the software inside them, although the manufacturer can do so. +This is fundamentally incompatible with the aim of protecting users' freedom +to change the software. The systematic pattern of such abuse occurs in the +area of products for individuals to use, which is precisely where it is most +unacceptable. Therefore, we have designed this version of the GPL to prohibit +the practice for those products. If such problems arise substantially in other +domains, we stand ready to extend this provision to those domains in future +versions of the GPL, as needed to protect the freedom of users. + +Finally, every program is threatened constantly by software patents. States +should not allow patents to restrict development and use of software on general-purpose +computers, but in those that do, we wish to avoid the special danger that +patents applied to a free program could make it effectively proprietary. To +prevent this, the GPL assures that patents cannot be used to render the program +non-free. + +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 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. Use with the GNU Affero General Public License. + +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 Affero 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 special requirements of the GNU Affero +General Public License, section 13, concerning interaction through a network +will apply to the combination as such. + + 14. Revised Versions of this License. + +The Free Software Foundation may publish revised and/or new versions of the +GNU 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 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 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 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 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 . + +Also add information on how to contact you by electronic and paper mail. + +If the program does terminal interaction, make it output a short notice like +this when it starts in an interactive mode: + + Copyright (C) + +This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + +This is free software, and you are welcome to redistribute it under certain +conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands might +be different; for a GUI interface, you would use an "about box". + +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 GPL, see . + +The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General Public +License instead of this License. But first, please read . \ No newline at end of file diff --git a/src/licensedcode/data/rules/gpl-3.0-plus_513.yml b/src/licensedcode/data/rules/gpl-3.0-plus_513.yml new file mode 100644 index 00000000000..9a3d3d81db6 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-3.0-plus_513.yml @@ -0,0 +1,10 @@ +license_expression: gpl-3.0-plus +is_license_text: yes +ignorable_copyrights: + - Copyright (c) 2007 Free Software Foundation, Inc. +ignorable_holders: + - Free Software Foundation, Inc. +ignorable_urls: + - https://fsf.org/ + - https://www.gnu.org/ + - https://www.gnu.org/licenses/ diff --git a/src/licensedcode/data/rules/lgpl-2.1-plus_420.RULE b/src/licensedcode/data/rules/lgpl-2.1-plus_420.RULE new file mode 100644 index 00000000000..a42df342069 --- /dev/null +++ b/src/licensedcode/data/rules/lgpl-2.1-plus_420.RULE @@ -0,0 +1,13 @@ +This file 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 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 +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this file; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. \ No newline at end of file diff --git a/src/licensedcode/data/rules/lgpl-2.1-plus_420.yml b/src/licensedcode/data/rules/lgpl-2.1-plus_420.yml new file mode 100644 index 00000000000..18bddb7795a --- /dev/null +++ b/src/licensedcode/data/rules/lgpl-2.1-plus_420.yml @@ -0,0 +1,2 @@ +license_expression: lgpl-2.1-plus +is_license_notice: yes diff --git a/src/licensedcode/data/rules/lgpl-2.1_386.RULE b/src/licensedcode/data/rules/lgpl-2.1_386.RULE new file mode 100644 index 00000000000..7bed357b852 --- /dev/null +++ b/src/licensedcode/data/rules/lgpl-2.1_386.RULE @@ -0,0 +1,2 @@ +The Library is distributed under the terms of the GNU Lesser General +Public License version 2.1 (included below). \ No newline at end of file diff --git a/src/licensedcode/data/rules/lgpl-2.1_386.yml b/src/licensedcode/data/rules/lgpl-2.1_386.yml new file mode 100644 index 00000000000..2f63b78d973 --- /dev/null +++ b/src/licensedcode/data/rules/lgpl-2.1_386.yml @@ -0,0 +1,2 @@ +license_expression: lgpl-2.1 +is_license_notice: yes diff --git a/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_4.RULE b/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_4.RULE new file mode 100644 index 00000000000..8dffef56606 --- /dev/null +++ b/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_4.RULE @@ -0,0 +1,9 @@ +This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public License (LGPL) + version 2.1 as published by the Free Software Foundation, with the + special exception on linking described in file license.txt. + + 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 file + license.txt for more details. \ No newline at end of file diff --git a/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_4.yml b/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_4.yml new file mode 100644 index 00000000000..689654fb4bc --- /dev/null +++ b/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_4.yml @@ -0,0 +1,5 @@ +license_expression: lgpl-2.1 WITH ocaml-lgpl-linking-exception +is_license_notice: yes +relevance: 99 +referenced_filenames: + - license.txt diff --git a/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_5.RULE b/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_5.RULE new file mode 100644 index 00000000000..e8bc23f7b9a --- /dev/null +++ b/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_5.RULE @@ -0,0 +1,13 @@ +This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public License (LGPL) + version 2.1 as published by the Free Software Foundation, with the + special exception on linking described in file license.txt. + + 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 file + license.txt for more details. + +The contents of some files in this directory was derived from external +sources with compatible licenses. The original copyright and license +notice was preserved in the affected files. \ No newline at end of file diff --git a/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_5.yml b/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_5.yml new file mode 100644 index 00000000000..689654fb4bc --- /dev/null +++ b/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_5.yml @@ -0,0 +1,5 @@ +license_expression: lgpl-2.1 WITH ocaml-lgpl-linking-exception +is_license_notice: yes +relevance: 99 +referenced_filenames: + - license.txt diff --git a/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_6.RULE b/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_6.RULE new file mode 100644 index 00000000000..702f1538f42 --- /dev/null +++ b/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_6.RULE @@ -0,0 +1,15 @@ +The Library is distributed under the terms of the GNU Lesser General +Public License version 2.1 (included below). + +As a special exception to the GNU Lesser General Public License, you +may link, statically or dynamically, a "work that uses the Library" +with a publicly distributed version of the Library to produce an +executable file containing portions of the Library, and distribute that +executable file under terms of your choice, without any of the additional +requirements listed in clause 6 of the GNU Lesser General Public License. +By "a publicly distributed version of the Library", we mean either the +unmodified Library as distributed by the authors, or a modified version +of the Library that is distributed under the conditions defined in clause +3 of the GNU Lesser General Public License. This exception does not +however invalidate any other reasons why the executable file might be +covered by the GNU Lesser General Public License. \ No newline at end of file diff --git a/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_6.yml b/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_6.yml new file mode 100644 index 00000000000..cd5883a96a0 --- /dev/null +++ b/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_6.yml @@ -0,0 +1,2 @@ +license_expression: lgpl-2.1 WITH ocaml-lgpl-linking-exception +is_license_notice: yes diff --git a/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_7.RULE b/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_7.RULE new file mode 100644 index 00000000000..6ced48a4a12 --- /dev/null +++ b/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_7.RULE @@ -0,0 +1,9 @@ +* 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, with the + * special exception on linking described in file license.txt. + * + * 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 file + * license.txt for more details. \ No newline at end of file diff --git a/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_7.yml b/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_7.yml new file mode 100644 index 00000000000..689654fb4bc --- /dev/null +++ b/src/licensedcode/data/rules/lgpl-2.1_with_ocaml-lgpl-linking-exception_7.yml @@ -0,0 +1,5 @@ +license_expression: lgpl-2.1 WITH ocaml-lgpl-linking-exception +is_license_notice: yes +relevance: 99 +referenced_filenames: + - license.txt diff --git a/src/licensedcode/data/rules/license-intro_52.RULE b/src/licensedcode/data/rules/license-intro_52.RULE new file mode 100644 index 00000000000..e234f2daef1 --- /dev/null +++ b/src/licensedcode/data/rules/license-intro_52.RULE @@ -0,0 +1,4 @@ +The following is a listing of the open source components detailed in +this document. This list is provided for your convenience; please read +further if you wish to review the copyright notice(s) and the full text +of the license associated with each component. \ No newline at end of file diff --git a/src/licensedcode/data/rules/license-intro_52.yml b/src/licensedcode/data/rules/license-intro_52.yml new file mode 100644 index 00000000000..4b5b1ea3567 --- /dev/null +++ b/src/licensedcode/data/rules/license-intro_52.yml @@ -0,0 +1,2 @@ +license_expression: free-unknown +is_license_intro: yes diff --git a/src/licensedcode/data/rules/ocaml-lgpl-linking-exception_1.RULE b/src/licensedcode/data/rules/ocaml-lgpl-linking-exception_1.RULE new file mode 100644 index 00000000000..cdb969e7386 --- /dev/null +++ b/src/licensedcode/data/rules/ocaml-lgpl-linking-exception_1.RULE @@ -0,0 +1,12 @@ +As a special exception to the GNU Lesser General Public License, you +may link, statically or dynamically, a "work that uses the Library" +with a publicly distributed version of the Library to produce an +executable file containing portions of the Library, and distribute that +executable file under terms of your choice, without any of the additional +requirements listed in clause 6 of the GNU Lesser General Public License. +By "a publicly distributed version of the Library", we mean either the +unmodified Library as distributed by the authors, or a modified version +of the Library that is distributed under the conditions defined in clause +3 of the GNU Lesser General Public License. This exception does not +however invalidate any other reasons why the executable file might be +covered by the GNU Lesser General Public License. \ No newline at end of file diff --git a/src/licensedcode/data/rules/ocaml-lgpl-linking-exception_1.yml b/src/licensedcode/data/rules/ocaml-lgpl-linking-exception_1.yml new file mode 100644 index 00000000000..e527f0950f2 --- /dev/null +++ b/src/licensedcode/data/rules/ocaml-lgpl-linking-exception_1.yml @@ -0,0 +1,2 @@ +license_expression: ocaml-lgpl-linking-exception +is_license_notice: yes diff --git a/src/licensedcode/data/rules/osl-3.0_28.RULE b/src/licensedcode/data/rules/osl-3.0_28.RULE new file mode 100644 index 00000000000..7d31dcc6c0d --- /dev/null +++ b/src/licensedcode/data/rules/osl-3.0_28.RULE @@ -0,0 +1 @@ +Open Software License v.3.0 OSL-3.0 \ No newline at end of file diff --git a/src/licensedcode/data/rules/osl-3.0_28.yml b/src/licensedcode/data/rules/osl-3.0_28.yml new file mode 100644 index 00000000000..ba949dac1b3 --- /dev/null +++ b/src/licensedcode/data/rules/osl-3.0_28.yml @@ -0,0 +1,3 @@ +license_expression: osl-3.0 +is_license_reference: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/osl-3.0_29.RULE b/src/licensedcode/data/rules/osl-3.0_29.RULE new file mode 100644 index 00000000000..628ab9358c2 --- /dev/null +++ b/src/licensedcode/data/rules/osl-3.0_29.RULE @@ -0,0 +1 @@ +Open Software License v.3.0 \ No newline at end of file diff --git a/src/licensedcode/data/rules/osl-3.0_29.yml b/src/licensedcode/data/rules/osl-3.0_29.yml new file mode 100644 index 00000000000..ba949dac1b3 --- /dev/null +++ b/src/licensedcode/data/rules/osl-3.0_29.yml @@ -0,0 +1,3 @@ +license_expression: osl-3.0 +is_license_reference: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/other-permissive_326.RULE b/src/licensedcode/data/rules/other-permissive_326.RULE new file mode 100644 index 00000000000..808ca0926a5 --- /dev/null +++ b/src/licensedcode/data/rules/other-permissive_326.RULE @@ -0,0 +1,2 @@ +Permission is hereby granted to use, reproduce, prepare derivative works, and +to redistribute to others. \ No newline at end of file diff --git a/src/licensedcode/data/rules/other-permissive_326.yml b/src/licensedcode/data/rules/other-permissive_326.yml new file mode 100644 index 00000000000..283ec04b470 --- /dev/null +++ b/src/licensedcode/data/rules/other-permissive_326.yml @@ -0,0 +1,3 @@ +license_expression: other-permissive +is_license_text: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/other-permissive_327.RULE b/src/licensedcode/data/rules/other-permissive_327.RULE new file mode 100644 index 00000000000..d7780fd44fc --- /dev/null +++ b/src/licensedcode/data/rules/other-permissive_327.RULE @@ -0,0 +1,10 @@ +Permission is hereby granted to use, reproduce, prepare derivative +works, and to redistribute to others. + + DISCLAIMER + +Neither , nor any of their employees, makes any warranty +express or implied, or assumes any legal liability or +responsibility for the accuracy, completeness, or usefulness of any +information, apparatus, product, or process disclosed, or +represents that its use would not infringe privately owned rights. \ No newline at end of file diff --git a/src/licensedcode/data/rules/other-permissive_327.yml b/src/licensedcode/data/rules/other-permissive_327.yml new file mode 100644 index 00000000000..deeb7105d75 --- /dev/null +++ b/src/licensedcode/data/rules/other-permissive_327.yml @@ -0,0 +1,3 @@ +license_expression: other-permissive +is_license_text: yes +notes: highly similar to mpich diff --git a/src/licensedcode/data/rules/other-permissive_328.RULE b/src/licensedcode/data/rules/other-permissive_328.RULE new file mode 100644 index 00000000000..80fbbbb87aa --- /dev/null +++ b/src/licensedcode/data/rules/other-permissive_328.RULE @@ -0,0 +1,2 @@ +This file is free documentation; the author gives +unlimited permission to copy, distribute and modify it. \ No newline at end of file diff --git a/src/licensedcode/data/rules/other-permissive_328.yml b/src/licensedcode/data/rules/other-permissive_328.yml new file mode 100644 index 00000000000..283ec04b470 --- /dev/null +++ b/src/licensedcode/data/rules/other-permissive_328.yml @@ -0,0 +1,3 @@ +license_expression: other-permissive +is_license_text: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/public-domain_358.RULE b/src/licensedcode/data/rules/public-domain_358.RULE new file mode 100644 index 00000000000..7aed611f1e7 --- /dev/null +++ b/src/licensedcode/data/rules/public-domain_358.RULE @@ -0,0 +1 @@ +This file is put in the public domain, to the extent permitted under applicable law. \ No newline at end of file diff --git a/src/licensedcode/data/rules/public-domain_358.yml b/src/licensedcode/data/rules/public-domain_358.yml new file mode 100644 index 00000000000..95831078f5e --- /dev/null +++ b/src/licensedcode/data/rules/public-domain_358.yml @@ -0,0 +1,3 @@ +license_expression: public-domain +is_license_text: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/public-domain_or_mit_7.RULE b/src/licensedcode/data/rules/public-domain_or_mit_7.RULE new file mode 100644 index 00000000000..a590794a4de --- /dev/null +++ b/src/licensedcode/data/rules/public-domain_or_mit_7.RULE @@ -0,0 +1,18 @@ +Authors explicitly disclaim copyright in all +jurisdictions which recognize such a disclaimer. In such jurisdictions, +this software is released into the Public Domain. + +In jurisdictions which do not recognize Public Domain property (e.g. Germany as of +2010), this software is Copyright The Authors, and is released under the terms of the MIT License (see below). + +In jurisdictions which recognize Public Domain property, the user of this +software may choose to accept it either as 1) Public Domain, 2) under the +conditions of the MIT License (see below), or 3) under the terms of dual +Public Domain/MIT License conditions described here, as they choose. + +The MIT License is about as close to Public Domain as a license can get, and is +described in clear, concise terms at: + + http://en.wikipedia.org/wiki/MIT_License + +The full text of the MIT License follows: \ No newline at end of file diff --git a/src/licensedcode/data/rules/public-domain_or_mit_7.yml b/src/licensedcode/data/rules/public-domain_or_mit_7.yml new file mode 100644 index 00000000000..1ed8ccc3786 --- /dev/null +++ b/src/licensedcode/data/rules/public-domain_or_mit_7.yml @@ -0,0 +1,5 @@ +license_expression: public-domain OR mit +is_license_notice: yes +notes: Seen in JSONCPP +ignorable_urls: + - http://en.wikipedia.org/wiki/MIT_License diff --git a/src/licensedcode/data/rules/volatility-vsl-v1.0_2.RULE b/src/licensedcode/data/rules/volatility-vsl-v1.0_2.RULE new file mode 100644 index 00000000000..07292ff14bb --- /dev/null +++ b/src/licensedcode/data/rules/volatility-vsl-v1.0_2.RULE @@ -0,0 +1 @@ +licensed under the Volatility Software License 1.0 \ No newline at end of file diff --git a/src/licensedcode/data/rules/volatility-vsl-v1.0_2.yml b/src/licensedcode/data/rules/volatility-vsl-v1.0_2.yml new file mode 100644 index 00000000000..6b4c2d37168 --- /dev/null +++ b/src/licensedcode/data/rules/volatility-vsl-v1.0_2.yml @@ -0,0 +1,3 @@ +license_expression: volatility-vsl-v1.0 +is_license_notice: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/volatility-vsl-v1.0_3.RULE b/src/licensedcode/data/rules/volatility-vsl-v1.0_3.RULE new file mode 100644 index 00000000000..8c1f085218f --- /dev/null +++ b/src/licensedcode/data/rules/volatility-vsl-v1.0_3.RULE @@ -0,0 +1 @@ +https://www.volatilityfoundation.org/license/vsl-v1.0 \ No newline at end of file diff --git a/src/licensedcode/data/rules/volatility-vsl-v1.0_3.yml b/src/licensedcode/data/rules/volatility-vsl-v1.0_3.yml new file mode 100644 index 00000000000..93a126e1ec8 --- /dev/null +++ b/src/licensedcode/data/rules/volatility-vsl-v1.0_3.yml @@ -0,0 +1,5 @@ +license_expression: volatility-vsl-v1.0 +is_license_reference: yes +relevance: 100 +ignorable_urls: + - https://www.volatilityfoundation.org/license/vsl-v1.0 From 9dd6ee7c66251fae26b78b3fd1603a98d4dbd61d Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Sat, 18 Sep 2021 23:03:40 +0200 Subject: [PATCH 04/14] Add new proprietary license detection rules Most of these are derived from the MIT and several pose as being MIT Yet they all have some changes that may be minor in a few cases and significant in many cases with several proprtietary restrictions. Signed-off-by: Philippe Ombredanne --- .../data/rules/proprietary-license_602.RULE | 17 +++++++++++++ .../data/rules/proprietary-license_602.yml | 3 +++ .../data/rules/proprietary-license_603.RULE | 21 ++++++++++++++++ .../data/rules/proprietary-license_603.yml | 3 +++ .../data/rules/proprietary-license_604.RULE | 17 +++++++++++++ .../data/rules/proprietary-license_604.yml | 3 +++ .../data/rules/proprietary-license_605.RULE | 17 +++++++++++++ .../data/rules/proprietary-license_605.yml | 3 +++ .../data/rules/proprietary-license_606.RULE | 5 ++++ .../data/rules/proprietary-license_606.yml | 3 +++ .../data/rules/proprietary-license_607.RULE | 19 ++++++++++++++ .../data/rules/proprietary-license_607.yml | 3 +++ .../data/rules/proprietary-license_608.RULE | 18 +++++++++++++ .../data/rules/proprietary-license_608.yml | 4 +++ .../data/rules/proprietary-license_609.RULE | 7 ++++++ .../data/rules/proprietary-license_609.yml | 3 +++ .../data/rules/proprietary-license_610.RULE | 17 +++++++++++++ .../data/rules/proprietary-license_610.yml | 3 +++ .../data/rules/proprietary-license_611.RULE | 9 +++++++ .../data/rules/proprietary-license_611.yml | 3 +++ .../data/rules/proprietary-license_612.RULE | 2 ++ .../data/rules/proprietary-license_612.yml | 3 +++ .../data/rules/proprietary-license_613.RULE | 16 ++++++++++++ .../data/rules/proprietary-license_613.yml | 3 +++ .../data/rules/proprietary-license_614.RULE | 12 +++++++++ .../data/rules/proprietary-license_614.yml | 5 ++++ .../data/rules/proprietary-license_615.RULE | 13 ++++++++++ .../data/rules/proprietary-license_615.yml | 4 +++ .../data/rules/proprietary-license_616.RULE | 17 +++++++++++++ .../data/rules/proprietary-license_616.yml | 3 +++ .../data/rules/proprietary-license_617.RULE | 5 ++++ .../data/rules/proprietary-license_617.yml | 3 +++ .../data/rules/proprietary-license_618.RULE | 10 ++++++++ .../data/rules/proprietary-license_618.yml | 5 ++++ .../data/rules/proprietary-license_619.RULE | 7 ++++++ .../data/rules/proprietary-license_619.yml | 3 +++ .../data/rules/proprietary-license_620.RULE | 6 +++++ .../data/rules/proprietary-license_620.yml | 5 ++++ .../data/rules/proprietary-license_621.RULE | 5 ++++ .../data/rules/proprietary-license_621.yml | 3 +++ .../data/rules/proprietary-license_622.RULE | 6 +++++ .../data/rules/proprietary-license_622.yml | 3 +++ .../data/rules/proprietary-license_623.RULE | 1 + .../data/rules/proprietary-license_623.yml | 3 +++ .../data/rules/proprietary-license_624.RULE | 1 + .../data/rules/proprietary-license_624.yml | 3 +++ .../data/rules/proprietary-license_625.RULE | 1 + .../data/rules/proprietary-license_625.yml | 3 +++ .../data/rules/proprietary-license_626.RULE | 1 + .../data/rules/proprietary-license_626.yml | 3 +++ .../data/rules/proprietary-license_627.RULE | 15 +++++++++++ .../data/rules/proprietary-license_627.yml | 3 +++ .../data/rules/proprietary-license_628.RULE | 11 ++++++++ .../data/rules/proprietary-license_628.yml | 3 +++ .../data/rules/proprietary-license_629.RULE | 15 +++++++++++ .../data/rules/proprietary-license_629.yml | 3 +++ .../data/rules/proprietary-license_630.RULE | 13 ++++++++++ .../data/rules/proprietary-license_630.yml | 3 +++ .../data/rules/proprietary-license_631.RULE | 17 +++++++++++++ .../data/rules/proprietary-license_631.yml | 3 +++ .../data/rules/proprietary-license_632.RULE | 5 ++++ .../data/rules/proprietary-license_632.yml | 3 +++ .../data/rules/proprietary-license_633.RULE | 17 +++++++++++++ .../data/rules/proprietary-license_633.yml | 3 +++ .../data/rules/proprietary-license_634.RULE | 1 + .../data/rules/proprietary-license_634.yml | 4 +++ .../data/rules/proprietary-license_635.RULE | 16 ++++++++++++ .../data/rules/proprietary-license_635.yml | 3 +++ .../data/rules/proprietary-license_636.RULE | 5 ++++ .../data/rules/proprietary-license_636.yml | 3 +++ .../data/rules/proprietary-license_637.RULE | 4 +++ .../data/rules/proprietary-license_637.yml | 5 ++++ .../data/rules/proprietary-license_638.RULE | 17 +++++++++++++ .../data/rules/proprietary-license_638.yml | 3 +++ .../data/rules/proprietary-license_639.RULE | 5 ++++ .../data/rules/proprietary-license_639.yml | 3 +++ .../data/rules/proprietary-license_640.RULE | 7 ++++++ .../data/rules/proprietary-license_640.yml | 3 +++ .../data/rules/proprietary-license_641.RULE | 25 +++++++++++++++++++ .../data/rules/proprietary-license_641.yml | 8 ++++++ .../data/rules/proprietary-license_642.RULE | 18 +++++++++++++ .../data/rules/proprietary-license_642.yml | 7 ++++++ .../data/rules/proprietary-license_643.RULE | 15 +++++++++++ .../data/rules/proprietary-license_643.yml | 6 +++++ 84 files changed, 605 insertions(+) create mode 100644 src/licensedcode/data/rules/proprietary-license_602.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_602.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_603.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_603.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_604.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_604.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_605.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_605.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_606.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_606.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_607.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_607.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_608.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_608.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_609.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_609.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_610.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_610.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_611.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_611.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_612.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_612.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_613.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_613.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_614.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_614.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_615.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_615.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_616.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_616.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_617.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_617.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_618.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_618.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_619.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_619.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_620.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_620.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_621.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_621.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_622.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_622.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_623.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_623.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_624.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_624.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_625.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_625.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_626.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_626.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_627.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_627.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_628.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_628.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_629.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_629.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_630.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_630.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_631.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_631.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_632.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_632.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_633.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_633.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_634.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_634.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_635.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_635.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_636.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_636.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_637.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_637.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_638.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_638.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_639.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_639.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_640.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_640.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_641.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_641.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_642.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_642.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_643.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_643.yml diff --git a/src/licensedcode/data/rules/proprietary-license_602.RULE b/src/licensedcode/data/rules/proprietary-license_602.RULE new file mode 100644 index 00000000000..5c9292f6f27 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_602.RULE @@ -0,0 +1,17 @@ +No 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 with 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_602.yml b/src/licensedcode/data/rules/proprietary-license_602.yml new file mode 100644 index 00000000000..2d9cf5e76cd --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_602.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/debOliveira/parrot-mambo-model-based-design/blob/master/LICENSE diff --git a/src/licensedcode/data/rules/proprietary-license_603.RULE b/src/licensedcode/data/rules/proprietary-license_603.RULE new file mode 100644 index 00000000000..72f01a5b17e --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_603.RULE @@ -0,0 +1,21 @@ +Permission to use this software requires authorization from and must be granted in writing. +Limited rights may be granted to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software with +restriction, including with 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_603.yml b/src/licensedcode/data/rules/proprietary-license_603.yml new file mode 100644 index 00000000000..02d7bcda3ed --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_603.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/nneko/oppenshop/blob/master/LICENSE diff --git a/src/licensedcode/data/rules/proprietary-license_604.RULE b/src/licensedcode/data/rules/proprietary-license_604.RULE new file mode 100644 index 00000000000..af0deee1371 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_604.RULE @@ -0,0 +1,17 @@ +* Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), + * to read the Software only. Permission is hereby NOT GRANTED to use, copy, + * modify, merge, publish, distribute, sublicense, and/or sell copies of + * the Software. + * + * 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_604.yml b/src/licensedcode/data/rules/proprietary-license_604.yml new file mode 100644 index 00000000000..a64a2e7c115 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_604.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/self-xdsd/self-core/blob/84ae5e82793c236c6bfbee1dd8f8406eee495f9a/self-core-impl/src/main/java/com/selfxdsd/core/SelfCore.java#L7 diff --git a/src/licensedcode/data/rules/proprietary-license_605.RULE b/src/licensedcode/data/rules/proprietary-license_605.RULE new file mode 100644 index 00000000000..7eab4da410e --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_605.RULE @@ -0,0 +1,17 @@ +Permission is hereby not 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_605.yml b/src/licensedcode/data/rules/proprietary-license_605.yml new file mode 100644 index 00000000000..9cb334537d4 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_605.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/damolaobaleke/eazifunds.com/blob/5f2f796968a5de74e60de401b49ef715ccaa957d/LICENSE#L3 diff --git a/src/licensedcode/data/rules/proprietary-license_606.RULE b/src/licensedcode/data/rules/proprietary-license_606.RULE new file mode 100644 index 00000000000..c82573643d5 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_606.RULE @@ -0,0 +1,5 @@ +Permission is hereby NOT granted, NOT 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_606.yml b/src/licensedcode/data/rules/proprietary-license_606.yml new file mode 100644 index 00000000000..9ced25acb75 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_606.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://raw.githubusercontent.com/marvinick/noroof/4e06d35791bc3bf9327ca79cc3c24d1331d0bf7f/README.md diff --git a/src/licensedcode/data/rules/proprietary-license_607.RULE b/src/licensedcode/data/rules/proprietary-license_607.RULE new file mode 100644 index 00000000000..bf9354c2a00 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_607.RULE @@ -0,0 +1,19 @@ +Permission is hereby NOT 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 following Sofwtare is designated for candidate's employment testing purposes only. + +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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_607.yml b/src/licensedcode/data/rules/proprietary-license_607.yml new file mode 100644 index 00000000000..f7f65c412c3 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_607.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/ciricbgd/Kroon-test/blob/027954d9390d22639f37d6ea2441932e4670fa02/LICENSE diff --git a/src/licensedcode/data/rules/proprietary-license_608.RULE b/src/licensedcode/data/rules/proprietary-license_608.RULE new file mode 100644 index 00000000000..dc2fe9e984f --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_608.RULE @@ -0,0 +1,18 @@ +Permission is hereby not granted, +not free of charge, +to any person obtaining a copy of this software and associated documentation files (the "Software"), +to deal in the Software with restriction, +including with 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_608.yml b/src/licensedcode/data/rules/proprietary-license_608.yml new file mode 100644 index 00000000000..fd15afe9d28 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_608.yml @@ -0,0 +1,4 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/alvynabranches/3T_Project/blob/d51be5447537ac7cfd13f42b201f0a5cccdebdd9/LICENSE#L5 + Github belives this is an MIT diff --git a/src/licensedcode/data/rules/proprietary-license_609.RULE b/src/licensedcode/data/rules/proprietary-license_609.RULE new file mode 100644 index 00000000000..3095d9683e1 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_609.RULE @@ -0,0 +1,7 @@ +Permission is hereby NOT granted, 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: + +As I do not possess knowledge of copyright law, nor do I have access to an advisor I am simply stating in good faith that there is no pirated or unlicensed code in anything I commit, but I would rather nobody uses it for any porpose other than educational, at least until I can assess and implement a proper licensing scheme. + +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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_609.yml b/src/licensedcode/data/rules/proprietary-license_609.yml new file mode 100644 index 00000000000..aac86ba56c6 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_609.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/Andre-H/LaNoFraiAndroid/blob/4ab95760e0e8543d3e801ee79de1da5d7256ee9a/LICENSE.md#L5 diff --git a/src/licensedcode/data/rules/proprietary-license_610.RULE b/src/licensedcode/data/rules/proprietary-license_610.RULE new file mode 100644 index 00000000000..249be21824a --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_610.RULE @@ -0,0 +1,17 @@ +Permission is hereby not granted 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 \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_610.yml b/src/licensedcode/data/rules/proprietary-license_610.yml new file mode 100644 index 00000000000..f32780997d8 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_610.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/IcodeAditya/Snake-Game-Using-Python/blob/6f3b065723043f197fdc619d94b5845168799ee4/LICENSE#L5 diff --git a/src/licensedcode/data/rules/proprietary-license_611.RULE b/src/licensedcode/data/rules/proprietary-license_611.RULE new file mode 100644 index 00000000000..3deb2113972 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_611.RULE @@ -0,0 +1,9 @@ +Permission is hereby not granted to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software with restriction, including limitation of 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_611.yml b/src/licensedcode/data/rules/proprietary-license_611.yml new file mode 100644 index 00000000000..69d63c6fb91 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_611.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/cuio/Elysium/blob/487d26318803988350e2397b424b597da9cb14e4/COPYING#L2 diff --git a/src/licensedcode/data/rules/proprietary-license_612.RULE b/src/licensedcode/data/rules/proprietary-license_612.RULE new file mode 100644 index 00000000000..b6fdeafc3d6 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_612.RULE @@ -0,0 +1,2 @@ +- Permission is hereby not granted without signing agreement with the Proprietor. | + - This Software cannot be distributed without signing agreement with the Proprietor. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_612.yml b/src/licensedcode/data/rules/proprietary-license_612.yml new file mode 100644 index 00000000000..e5632b1bb54 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_612.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on some of the MIT wording with material and problematic changes. https://github.com/gkushang/speedItHybrid/blob/d29457ae527627d14f8f72b1865a54e5bb06f86a/src/main/java/com/speeditlab/hybrid/exception/ViewNotFound.java#L7 diff --git a/src/licensedcode/data/rules/proprietary-license_613.RULE b/src/licensedcode/data/rules/proprietary-license_613.RULE new file mode 100644 index 00000000000..f24980f0ca4 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_613.RULE @@ -0,0 +1,16 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to use +the Software on their Homey's. Excluding without limitation the rights +to copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software unless approved by written permission. + +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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_613.yml b/src/licensedcode/data/rules/proprietary-license_613.yml new file mode 100644 index 00000000000..701dbac6909 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_613.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/daneedk/com.uc.heimdall/blob/df735884f7ead47b9ef99525d62fbe23f0082c69/LICENSE diff --git a/src/licensedcode/data/rules/proprietary-license_614.RULE b/src/licensedcode/data/rules/proprietary-license_614.RULE new file mode 100644 index 00000000000..1da293965aa --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_614.RULE @@ -0,0 +1,12 @@ +* 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, Excluding 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 Excluded in + * all copies or substantial portions of the Software. + * + * You should have received a copy of The MIT License (MIT) along with this + * program. If not, see . \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_614.yml b/src/licensedcode/data/rules/proprietary-license_614.yml new file mode 100644 index 00000000000..48f0dc1260c --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_614.yml @@ -0,0 +1,5 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/jaxsb/jaxsb/blob/de067fc2b0c301300dd7fcbc7432634014430286/compiler/src/main/java/org/jaxsb/compiler/processor/normalize/element/MaxExclusiveNormalizer.java +ignorable_urls: + - http://opensource.org/licenses/MIT/ diff --git a/src/licensedcode/data/rules/proprietary-license_615.RULE b/src/licensedcode/data/rules/proprietary-license_615.RULE new file mode 100644 index 00000000000..9129cd6fe6e --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_615.RULE @@ -0,0 +1,13 @@ +' Permission is hereby granted, to the person obtaining a copy of this software legaly and associated +' documentation files (the "Software"), to deal in the Software with restriction, including with limitation +' the rights to use, copy, modify, merge, PublishDate, 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_615.yml b/src/licensedcode/data/rules/proprietary-license_615.yml new file mode 100644 index 00000000000..4e582f5ab89 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_615.yml @@ -0,0 +1,4 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/akulashashi/Foke_DNN_testrespository/blob/748ac176fca2f6ffa878c888d25c13d713e85b57/DNN + Training/JRC Modules/bhattji_LoadSheets/rptLoadSheetInit.ascx.vb#L5 diff --git a/src/licensedcode/data/rules/proprietary-license_616.RULE b/src/licensedcode/data/rules/proprietary-license_616.RULE new file mode 100644 index 00000000000..a1b1129a598 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_616.RULE @@ -0,0 +1,17 @@ +Permission is hereby granted, of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software with restriction, including with 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_616.yml b/src/licensedcode/data/rules/proprietary-license_616.yml new file mode 100644 index 00000000000..690c3e80394 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_616.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://raw.githubusercontent.com/hungrybearpls/CoverMe_Beta/a4aad6f5a8e21f5aac6c9337baf16a9f68b6136c/LICENSE.md diff --git a/src/licensedcode/data/rules/proprietary-license_617.RULE b/src/licensedcode/data/rules/proprietary-license_617.RULE new file mode 100644 index 00000000000..1a087b4a039 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_617.RULE @@ -0,0 +1,5 @@ +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, +but not sell copies of the Software for academic purposes only. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_617.yml b/src/licensedcode/data/rules/proprietary-license_617.yml new file mode 100644 index 00000000000..c8f60cc4750 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_617.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/QuantForever/MarketRiskAnalytics/blob/523d0365ad73384a29872ad2c98d476967fd6f5d/StockPriceSim.py diff --git a/src/licensedcode/data/rules/proprietary-license_618.RULE b/src/licensedcode/data/rules/proprietary-license_618.RULE new file mode 100644 index 00000000000..50801fbd00f --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_618.RULE @@ -0,0 +1,10 @@ +Permission is granted to any person obtaining a copy of this software to modify and distribute +it, as long as the full license is included and the original authors are credited. + +In no event shall authors or copyright holders be liable for any claim or damage regarding +modifications of the original software. + +You may not sell copies of the software nor may you sell modifications of it. +This license originated from https://github.com/AceKiron/AceKiron and should, under no +circumstances be modified from the original software's license. If you're one of the authors +or copyright holders of the original software, you may modify this license. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_618.yml b/src/licensedcode/data/rules/proprietary-license_618.yml new file mode 100644 index 00000000000..f79982788ea --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_618.yml @@ -0,0 +1,5 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/AceKiron/Xondalf/blob/f14f01b5e7531aa28c32d2cc9b7dcf23f2656c2e/LICENSE#L10 +ignorable_urls: + - https://github.com/AceKiron/AceKiron diff --git a/src/licensedcode/data/rules/proprietary-license_619.RULE b/src/licensedcode/data/rules/proprietary-license_619.RULE new file mode 100644 index 00000000000..b3f692686d9 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_619.RULE @@ -0,0 +1,7 @@ +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 sublicense 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. + +You may not sell copies of this software without express written permission from the author. + +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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_619.yml b/src/licensedcode/data/rules/proprietary-license_619.yml new file mode 100644 index 00000000000..327cc04091c --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_619.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/elstgav/projecthub/blob/9211a46019d7a2d7d08861c4e6d685245e39ace6/LICENSE.md#L13 diff --git a/src/licensedcode/data/rules/proprietary-license_620.RULE b/src/licensedcode/data/rules/proprietary-license_620.RULE new file mode 100644 index 00000000000..c4a10cdfb1b --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_620.RULE @@ -0,0 +1,6 @@ +Permission is hereby granted, to You to use, copy, modify, merge the MIPgen software and associated documentation files (the "Software") for the use in Your non-commercial academic and research activities. This includes electronic distribution for the use of client software, but only within Your organization. You may not otherwise distribute the Software, including any modified versions. You may not sublicense any rights under this license and You may not sell copies 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. + +Contact license@uw.edu for any uses not covered under this license. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_620.yml b/src/licensedcode/data/rules/proprietary-license_620.yml new file mode 100644 index 00000000000..8f735a469d0 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_620.yml @@ -0,0 +1,5 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://raw.githubusercontent.com/shendurelab/MIPGEN/4d6c342bbf30db99754509935d11bbb9b19c335e/LICENSE.txt +ignorable_emails: + - license@uw.edu diff --git a/src/licensedcode/data/rules/proprietary-license_621.RULE b/src/licensedcode/data/rules/proprietary-license_621.RULE new file mode 100644 index 00000000000..2259cb5ba65 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_621.RULE @@ -0,0 +1,5 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Template”), to deal in the Template without restriction, including without limitation the rights to, can use, can not copy without prior permission, can modify for personal use, can use and publish for personal use ,can not distribute without prior permission, can not sublicense without prior permission, and can not sell copies of the Template, and subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Template. + +THE TEMPLATE 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 NON INFRINGEMENT. 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 TEMPLATE OR THE USE OR OTHER DEALINGS IN THE TEMPLATE. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_621.yml b/src/licensedcode/data/rules/proprietary-license_621.yml new file mode 100644 index 00000000000..78888116f69 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_621.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://raw.githubusercontent.com/lightmaster/Meteobridge-Weather34-Template/4d5c5b8bb5c109d0e744a2c549ae1ba90177f43a/license.txt diff --git a/src/licensedcode/data/rules/proprietary-license_622.RULE b/src/licensedcode/data/rules/proprietary-license_622.RULE new file mode 100644 index 00000000000..d90a79e3b7b --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_622.RULE @@ -0,0 +1,6 @@ +It is * + * provided to you without charge for use only on a licensed Unix * + * system. You may copy JOVE provided that this notice is included with * + * the copy. You may not sell copies of this program or versions * + * modified for use on microcomputer systems, unless the copies are * + * included with a Unix system distribution and the source is provided. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_622.yml b/src/licensedcode/data/rules/proprietary-license_622.yml new file mode 100644 index 00000000000..99ac59f2178 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_622.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: https://github.com/abs0/4.3BSD-Quasijarus/blob/ee478cc61b86227de3c275b2b742d0ccf5e96e46/new/jove/version.c diff --git a/src/licensedcode/data/rules/proprietary-license_623.RULE b/src/licensedcode/data/rules/proprietary-license_623.RULE new file mode 100644 index 00000000000..60eaae7eca4 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_623.RULE @@ -0,0 +1 @@ +You may not sell copies \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_623.yml b/src/licensedcode/data/rules/proprietary-license_623.yml new file mode 100644 index 00000000000..e55fcc24a28 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_623.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_notice: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/proprietary-license_624.RULE b/src/licensedcode/data/rules/proprietary-license_624.RULE new file mode 100644 index 00000000000..cf942b261f7 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_624.RULE @@ -0,0 +1 @@ +Permission is hereby NOT GRANTED \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_624.yml b/src/licensedcode/data/rules/proprietary-license_624.yml new file mode 100644 index 00000000000..e55fcc24a28 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_624.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_notice: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/proprietary-license_625.RULE b/src/licensedcode/data/rules/proprietary-license_625.RULE new file mode 100644 index 00000000000..bff0922ffaa --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_625.RULE @@ -0,0 +1 @@ +but not sell copies \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_625.yml b/src/licensedcode/data/rules/proprietary-license_625.yml new file mode 100644 index 00000000000..e55fcc24a28 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_625.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_notice: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/proprietary-license_626.RULE b/src/licensedcode/data/rules/proprietary-license_626.RULE new file mode 100644 index 00000000000..70f5fc2bb69 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_626.RULE @@ -0,0 +1 @@ +can not sell copies \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_626.yml b/src/licensedcode/data/rules/proprietary-license_626.yml new file mode 100644 index 00000000000..e55fcc24a28 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_626.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_notice: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/proprietary-license_627.RULE b/src/licensedcode/data/rules/proprietary-license_627.RULE new file mode 100644 index 00000000000..8d102f0a1dc --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_627.RULE @@ -0,0 +1,15 @@ +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 little restriction; including with limitation the rights +to use, copy, modify, merge, publish, distribute*, sublicense*, and any person +who obtains a copy of the Software is 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 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. + +*Distribution of the Software must be done so in a way that keeps the Software free to use, free to obtain, and free modify. +*Do not change the license unless you have fundamentally changed the Software in-which case you should draft a sublicense for your fork. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_627.yml b/src/licensedcode/data/rules/proprietary-license_627.yml new file mode 100644 index 00000000000..e04b632c7f2 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_627.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/HookPub/Discord-Mute-Spoofer/blob/92889396638559e26810cd34518f9e532f032972/LICENSE diff --git a/src/licensedcode/data/rules/proprietary-license_628.RULE b/src/licensedcode/data/rules/proprietary-license_628.RULE new file mode 100644 index 00000000000..7c4962df365 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_628.RULE @@ -0,0 +1,11 @@ +By viewing the contents of this file, you are agreeing to the software license below: + +Permission is hereby granted, at the cost of thine immortal soul, to any entity, or thought-bearing hallucination, obtaining a copy of this software and associated documentation files (the "Word"), to deal in the Word with some dire, restriction, including with limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Word, and to permit persons to whom the Word is furnished to do so, subject to the following conditions: + + One immortal soul, spun at 38 Hz for 6 parsecs, in vacuo, over a honey/basil souffle, delivered by dodo bird, to my left hand, upon the day of my choosing, as the prophecy foretold. + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software, if I can be bothered to remember. + +THE WORD IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, SAFE USAGE, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, REAL OR IMAGINED, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, DIMENSIONAL BLOOD PACT, INFERNAL SMART CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN, AND EVEN WITHOUT, CONNECTION WITH THE WORD OR THE USE OR OTHER DEALINGS IN THE WORD. + +ALL WARRANTIES, GUARANTEES AND DIMENSIONAL BLOOD PACTS ARE NULL AND VOID, UNLESS YOU HAVE A DECENT LAWYER. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_628.yml b/src/licensedcode/data/rules/proprietary-license_628.yml new file mode 100644 index 00000000000..e5d4be06b3e --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_628.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. diff --git a/src/licensedcode/data/rules/proprietary-license_629.RULE b/src/licensedcode/data/rules/proprietary-license_629.RULE new file mode 100644 index 00000000000..edff716bbc5 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_629.RULE @@ -0,0 +1,15 @@ +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 little restriction; including with limitation the rights +to use* and reference*; and any person who obtains a copy of the Software +is 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 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. + +*Use: Anyone may download and use this software for its intended purpose. +*Reference: You may study/reference the code for your own purposes, but may not redistribute under any circumstances. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_629.yml b/src/licensedcode/data/rules/proprietary-license_629.yml new file mode 100644 index 00000000000..0bf9cb7e3e6 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_629.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/HookPub/HookOSC/blob/964b8650e6f67b8e297b972618b7c0fa85927079/LICENSE diff --git a/src/licensedcode/data/rules/proprietary-license_630.RULE b/src/licensedcode/data/rules/proprietary-license_630.RULE new file mode 100644 index 00000000000..3c1a00f6106 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_630.RULE @@ -0,0 +1,13 @@ +Permission is hereby not granted, no free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software with restriction, including with limitation the rights +to use, no copy, no modification, no merge of code, you cannot publish, cannot distribute, and/or you cannot sell +copies of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITH WARRANTY, EXPRESS OR +IMPLIED, INCLUDING BUT 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_630.yml b/src/licensedcode/data/rules/proprietary-license_630.yml new file mode 100644 index 00000000000..84c2fab3510 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_630.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/Son0fAnton/automated-payroll/blob/b044a7c52996e081fcc1841d31b944b9549a6b2e/LICENSE#L8 diff --git a/src/licensedcode/data/rules/proprietary-license_631.RULE b/src/licensedcode/data/rules/proprietary-license_631.RULE new file mode 100644 index 00000000000..61d32473a7d --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_631.RULE @@ -0,0 +1,17 @@ +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, but not 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_631.yml b/src/licensedcode/data/rules/proprietary-license_631.yml new file mode 100644 index 00000000000..231bb166bf0 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_631.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/giposse/SudokuSolver/blob/fa0baffc3e4b5ca57ecd8fb5508041a4ea58723b/LICENSE diff --git a/src/licensedcode/data/rules/proprietary-license_632.RULE b/src/licensedcode/data/rules/proprietary-license_632.RULE new file mode 100644 index 00000000000..a8264e159f9 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_632.RULE @@ -0,0 +1,5 @@ +Image files included with this software must only be used to build the software and +cannot be extracted for other uses. Some of the icons included with this program +were downloaded from iconArchive.com and I do not hold any copyright on these. I +am using them within the agreements of iconArchive, and therefore, any use of them +should be in compliance with the terms of iconArchive.com. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_632.yml b/src/licensedcode/data/rules/proprietary-license_632.yml new file mode 100644 index 00000000000..6a33633680b --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_632.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: https://github.com/giposse/SudokuSolver/blob/fa0baffc3e4b5ca57ecd8fb5508041a4ea58723b/LICENSE diff --git a/src/licensedcode/data/rules/proprietary-license_633.RULE b/src/licensedcode/data/rules/proprietary-license_633.RULE new file mode 100644 index 00000000000..cc44cb2074d --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_633.RULE @@ -0,0 +1,17 @@ +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 with restriction, including with limitation the rights +to use, copy, modify, merge, but not 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_633.yml b/src/licensedcode/data/rules/proprietary-license_633.yml new file mode 100644 index 00000000000..4a664c650a9 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_633.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/lennhy/newsmap-webapp2/blob/6ac07f5c5495fbcb4f8700af417511c3271b587a/LICENSE diff --git a/src/licensedcode/data/rules/proprietary-license_634.RULE b/src/licensedcode/data/rules/proprietary-license_634.RULE new file mode 100644 index 00000000000..91b5af3638d --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_634.RULE @@ -0,0 +1 @@ +License (adapted MIT License) \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_634.yml b/src/licensedcode/data/rules/proprietary-license_634.yml new file mode 100644 index 00000000000..9498a4c1caa --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_634.yml @@ -0,0 +1,4 @@ +license_expression: proprietary-license +is_license_reference: yes +relevance: 100 +notes: Not the MIT https://github.com/smk78/thincarb/blob/9d3ce615b10405ccc6fa6063b0d2e0f51f41d100/LICENSE.txt diff --git a/src/licensedcode/data/rules/proprietary-license_635.RULE b/src/licensedcode/data/rules/proprietary-license_635.RULE new file mode 100644 index 00000000000..afc6c49e946 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_635.RULE @@ -0,0 +1,16 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to use, +copy, modify, merge, publish, distribute, and/or sublicense, but not sell, +copies of the Software without limitation or restriction, 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_635.yml b/src/licensedcode/data/rules/proprietary-license_635.yml new file mode 100644 index 00000000000..1aff8077c4c --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_635.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/smk78/thincarb/blob/9d3ce615b10405ccc6fa6063b0d2e0f51f41d100/LICENSE.txt diff --git a/src/licensedcode/data/rules/proprietary-license_636.RULE b/src/licensedcode/data/rules/proprietary-license_636.RULE new file mode 100644 index 00000000000..3dd3cd71d2e --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_636.RULE @@ -0,0 +1,5 @@ +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, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, but NOT 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_636.yml b/src/licensedcode/data/rules/proprietary-license_636.yml new file mode 100644 index 00000000000..d257d4e19b8 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_636.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/eyalbetzalel/pixel-cnn-pp/blob/e75ea1a3b1e12482c37242582d3dd8313f989cdc/license.md diff --git a/src/licensedcode/data/rules/proprietary-license_637.RULE b/src/licensedcode/data/rules/proprietary-license_637.RULE new file mode 100644 index 00000000000..4c958b9aecb --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_637.RULE @@ -0,0 +1,4 @@ +Icons included here are only +ones that are not explictly marked as 'cannot be modified' by Apple's SF Pro +Symbols Viewer v2.0.0 and are provided on an AS IS basis. Usage rights subject +to Apple Inc's SF Pro Symbols' usage rights for modifyable symbols. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_637.yml b/src/licensedcode/data/rules/proprietary-license_637.yml new file mode 100644 index 00000000000..9360026a4b6 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_637.yml @@ -0,0 +1,5 @@ +license_expression: proprietary-license +is_license_text: yes +notes: https://github.com/menahishayan/HomeAssistant-Cupertino-Icons/blob/734b65202915e4d2a8a77072d909d8630e027b1c/LICENSE +ignorable_authors: + - Apple's SF Pro Symbols Viewer diff --git a/src/licensedcode/data/rules/proprietary-license_638.RULE b/src/licensedcode/data/rules/proprietary-license_638.RULE new file mode 100644 index 00000000000..7ddb7f86a21 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_638.RULE @@ -0,0 +1,17 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this Web software and associated documentation files (the "Web Application"), to deal +in the Web Software without restriction, including without limitation the rights +to use, copy, modify, merge, distribute but not sell +copies of the Web Software, and to permit persons to whom the Web 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 Web Software. + +THE WEB 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 WEB SOFTWARE OR THE USE OR OTHER DEALINGS IN THE WEB +SOFTWARE. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_638.yml b/src/licensedcode/data/rules/proprietary-license_638.yml new file mode 100644 index 00000000000..15dea1c2172 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_638.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/tariqultais/MR.Blood/blob/de6e96b98dbdefb1f8847080c368bd51bb92e397/LICENCE diff --git a/src/licensedcode/data/rules/proprietary-license_639.RULE b/src/licensedcode/data/rules/proprietary-license_639.RULE new file mode 100644 index 00000000000..4fcb4b82afe --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_639.RULE @@ -0,0 +1,5 @@ +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, including without limitation the rights to use, copy, modify, merge, publish, distribute, (but NOT 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_639.yml b/src/licensedcode/data/rules/proprietary-license_639.yml new file mode 100644 index 00000000000..a667daaa3f6 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_639.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. https://github.com/lkankowski/arduino-multi-relay/blob/63f15957c28ebf657145d5f283d0dc2d3b4fcaf7/LICENSE.md diff --git a/src/licensedcode/data/rules/proprietary-license_640.RULE b/src/licensedcode/data/rules/proprietary-license_640.RULE new file mode 100644 index 00000000000..7cb37054de7 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_640.RULE @@ -0,0 +1,7 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy of this Code and associated documentation files, +to deal in the code without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, but not sell, copies of the 'Code, +and to permit persons to whom the 'Code-for-SALOD' 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_640.yml b/src/licensedcode/data/rules/proprietary-license_640.yml new file mode 100644 index 00000000000..e5d4be06b3e --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_640.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. diff --git a/src/licensedcode/data/rules/proprietary-license_641.RULE b/src/licensedcode/data/rules/proprietary-license_641.RULE new file mode 100644 index 00000000000..08b3dbfdead --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_641.RULE @@ -0,0 +1,25 @@ +* 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 with restriction, including without limitation the rights to + * use 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 the permission notices (this and below) shall + * be included in all copies or substantial portions of the Software. + * + * Permission needs to be specifically granted by the author of the software 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 copy, modify, merge, publish, distribute, and/or + * sublicense the Software, and subject to the following conditions: + * + * The above copyright notice and the permission notices (this and above) 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_641.yml b/src/licensedcode/data/rules/proprietary-license_641.yml new file mode 100644 index 00000000000..12ed0d95b03 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_641.yml @@ -0,0 +1,8 @@ +license_expression: proprietary-license +is_license_text: yes +minimum_coverage: 95 +notes: Based on the MIT with material and problematic changes. Seen in https://github.com/wellnotme/TUSC/blob/0cbe3141a7a879e1b1648e981f04470fc0fd4de3/reshade-shaders/Shaders/FakeMotionBlur.fx#L6 + and a few other places. It says "with restriction including without limitation the rights" + instead of "without restriction including without limitation the rights" in a standard MIT. + Since there is no way to know if this is a bona fide typo or some intentianal change this + is reported as proprietary for now. diff --git a/src/licensedcode/data/rules/proprietary-license_642.RULE b/src/licensedcode/data/rules/proprietary-license_642.RULE new file mode 100644 index 00000000000..05141ecd394 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_642.RULE @@ -0,0 +1,18 @@ +Permission is hereby granted, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software with restriction, including without limitation the rights +to use, copy, modify and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: They may not +merge, publish, distribute, sublicense, and/or sell +copies of the Software without express permision from Armoured Egg Games + +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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_642.yml b/src/licensedcode/data/rules/proprietary-license_642.yml new file mode 100644 index 00000000000..50b2a75fd89 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_642.yml @@ -0,0 +1,7 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. Seen in https://github.com/Armoured-Egg-Official/SkyblockCF/blob/a3b13448c878bfc7b2df005941c32e198191c0af/LICENSE#L7 + and a few other places. It says "with restriction including without limitation the rights" + instead of "without restriction including without limitation the rights" in a standard MIT. + Since there is no way to know if this is a bona fide typo or some intentianal change this + is reported as proprietary for now. diff --git a/src/licensedcode/data/rules/proprietary-license_643.RULE b/src/licensedcode/data/rules/proprietary-license_643.RULE new file mode 100644 index 00000000000..8fc9d3732ff --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_643.RULE @@ -0,0 +1,15 @@ +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 with 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 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 WITHOUT THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_643.yml b/src/licensedcode/data/rules/proprietary-license_643.yml new file mode 100644 index 00000000000..f98f7540318 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_643.yml @@ -0,0 +1,6 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Based on the MIT with material and problematic changes. Seen in https://github.com/abellusc/bloombox-api-legacy + and a few other places. It says "including with limitation the rights" instead of "including + without limitation the rights" in a standard MIT. Since there is no way to know if this + is a bona fide typo or some intentianal change this is reported as proprietary for now. From d1f16341f776306eaec53ad019eac8d0a7e2e697 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Tue, 21 Sep 2021 14:10:03 +0200 Subject: [PATCH 05/14] Add new and improve existing license rules Various GPL 3.0 licenses Signed-off-by: Philippe Ombredanne --- .../data/rules/gpl-3.0-plus_513.yml | 3 +- .../data/rules/gpl-3.0-plus_514.RULE | 1 + .../data/rules/gpl-3.0-plus_514.yml | 3 + src/licensedcode/data/rules/gpl-3.0_483.RULE | 621 ++++++++++++++++++ src/licensedcode/data/rules/gpl-3.0_483.yml | 9 + src/licensedcode/data/rules/gpl-3.0_484.RULE | 1 + src/licensedcode/data/rules/gpl-3.0_484.yml | 5 + src/licensedcode/data/rules/gpl-3.0_485.RULE | 1 + src/licensedcode/data/rules/gpl-3.0_485.yml | 5 + src/licensedcode/data/rules/gpl-3.0_486.RULE | 1 + src/licensedcode/data/rules/gpl-3.0_486.yml | 5 + src/licensedcode/data/rules/gpl-3.0_487.RULE | 1 + src/licensedcode/data/rules/gpl-3.0_487.yml | 5 + 13 files changed, 660 insertions(+), 1 deletion(-) create mode 100644 src/licensedcode/data/rules/gpl-3.0-plus_514.RULE create mode 100644 src/licensedcode/data/rules/gpl-3.0-plus_514.yml create mode 100644 src/licensedcode/data/rules/gpl-3.0_483.RULE create mode 100644 src/licensedcode/data/rules/gpl-3.0_483.yml create mode 100644 src/licensedcode/data/rules/gpl-3.0_484.RULE create mode 100644 src/licensedcode/data/rules/gpl-3.0_484.yml create mode 100644 src/licensedcode/data/rules/gpl-3.0_485.RULE create mode 100644 src/licensedcode/data/rules/gpl-3.0_485.yml create mode 100644 src/licensedcode/data/rules/gpl-3.0_486.RULE create mode 100644 src/licensedcode/data/rules/gpl-3.0_486.yml create mode 100644 src/licensedcode/data/rules/gpl-3.0_487.RULE create mode 100644 src/licensedcode/data/rules/gpl-3.0_487.yml diff --git a/src/licensedcode/data/rules/gpl-3.0-plus_513.yml b/src/licensedcode/data/rules/gpl-3.0-plus_513.yml index 9a3d3d81db6..ece346fe792 100644 --- a/src/licensedcode/data/rules/gpl-3.0-plus_513.yml +++ b/src/licensedcode/data/rules/gpl-3.0-plus_513.yml @@ -1,5 +1,6 @@ -license_expression: gpl-3.0-plus +license_expression: gpl-3.0 is_license_text: yes +notes: this is a plain GPL not "or later" ignorable_copyrights: - Copyright (c) 2007 Free Software Foundation, Inc. ignorable_holders: diff --git a/src/licensedcode/data/rules/gpl-3.0-plus_514.RULE b/src/licensedcode/data/rules/gpl-3.0-plus_514.RULE new file mode 100644 index 00000000000..bd0a01c0829 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-3.0-plus_514.RULE @@ -0,0 +1 @@ +* This code is licensed under terms of GPL version 3 or later. \ No newline at end of file diff --git a/src/licensedcode/data/rules/gpl-3.0-plus_514.yml b/src/licensedcode/data/rules/gpl-3.0-plus_514.yml new file mode 100644 index 00000000000..330b110344e --- /dev/null +++ b/src/licensedcode/data/rules/gpl-3.0-plus_514.yml @@ -0,0 +1,3 @@ +license_expression: gpl-3.0-plus +is_license_notice: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/gpl-3.0_483.RULE b/src/licensedcode/data/rules/gpl-3.0_483.RULE new file mode 100644 index 00000000000..ea55861392b --- /dev/null +++ b/src/licensedcode/data/rules/gpl-3.0_483.RULE @@ -0,0 +1,621 @@ +GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 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 General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is 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. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + 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. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + 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 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. Use with the GNU Affero General Public License. + + 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 Affero 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 special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU 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 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 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 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 \ No newline at end of file diff --git a/src/licensedcode/data/rules/gpl-3.0_483.yml b/src/licensedcode/data/rules/gpl-3.0_483.yml new file mode 100644 index 00000000000..133deb2e31f --- /dev/null +++ b/src/licensedcode/data/rules/gpl-3.0_483.yml @@ -0,0 +1,9 @@ +license_expression: gpl-3.0 +is_license_text: yes +notes: skinny GPL 3.0 text cut after END OF TERMS AND CONDITIONS +ignorable_copyrights: + - Copyright (c) 2007 Free Software Foundation, Inc. +ignorable_holders: + - Free Software Foundation, Inc. +ignorable_urls: + - https://fsf.org/ diff --git a/src/licensedcode/data/rules/gpl-3.0_484.RULE b/src/licensedcode/data/rules/gpl-3.0_484.RULE new file mode 100644 index 00000000000..2224df847b1 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-3.0_484.RULE @@ -0,0 +1 @@ +Licensed under terms of GPL version 3. See COPYING.GPLv3 for full text. \ No newline at end of file diff --git a/src/licensedcode/data/rules/gpl-3.0_484.yml b/src/licensedcode/data/rules/gpl-3.0_484.yml new file mode 100644 index 00000000000..3f545772ac9 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-3.0_484.yml @@ -0,0 +1,5 @@ +license_expression: gpl-3.0 +is_license_notice: yes +relevance: 100 +referenced_filenames: + - COPYING.GPLv3 diff --git a/src/licensedcode/data/rules/gpl-3.0_485.RULE b/src/licensedcode/data/rules/gpl-3.0_485.RULE new file mode 100644 index 00000000000..92c50adc4c9 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-3.0_485.RULE @@ -0,0 +1 @@ +This piece of software distributed under terms of GPLv3, see COPYING.GPLv3 for full text. \ No newline at end of file diff --git a/src/licensedcode/data/rules/gpl-3.0_485.yml b/src/licensedcode/data/rules/gpl-3.0_485.yml new file mode 100644 index 00000000000..3f545772ac9 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-3.0_485.yml @@ -0,0 +1,5 @@ +license_expression: gpl-3.0 +is_license_notice: yes +relevance: 100 +referenced_filenames: + - COPYING.GPLv3 diff --git a/src/licensedcode/data/rules/gpl-3.0_486.RULE b/src/licensedcode/data/rules/gpl-3.0_486.RULE new file mode 100644 index 00000000000..993674f06f3 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-3.0_486.RULE @@ -0,0 +1 @@ +Licensed under terms of GPL version 3 \ No newline at end of file diff --git a/src/licensedcode/data/rules/gpl-3.0_486.yml b/src/licensedcode/data/rules/gpl-3.0_486.yml new file mode 100644 index 00000000000..3f545772ac9 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-3.0_486.yml @@ -0,0 +1,5 @@ +license_expression: gpl-3.0 +is_license_notice: yes +relevance: 100 +referenced_filenames: + - COPYING.GPLv3 diff --git a/src/licensedcode/data/rules/gpl-3.0_487.RULE b/src/licensedcode/data/rules/gpl-3.0_487.RULE new file mode 100644 index 00000000000..9ce542f2f11 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-3.0_487.RULE @@ -0,0 +1 @@ +distributed under terms of GPLv3 \ No newline at end of file diff --git a/src/licensedcode/data/rules/gpl-3.0_487.yml b/src/licensedcode/data/rules/gpl-3.0_487.yml new file mode 100644 index 00000000000..3f545772ac9 --- /dev/null +++ b/src/licensedcode/data/rules/gpl-3.0_487.yml @@ -0,0 +1,5 @@ +license_expression: gpl-3.0 +is_license_notice: yes +relevance: 100 +referenced_filenames: + - COPYING.GPLv3 From d4004d64ea681589b4b319425e556e7197abb706 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Tue, 21 Sep 2021 14:10:43 +0200 Subject: [PATCH 06/14] Add new bsd license rules Signed-off-by: Philippe Ombredanne --- src/licensedcode/data/rules/bsd-simplified_275.RULE | 1 + src/licensedcode/data/rules/bsd-simplified_275.yml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 src/licensedcode/data/rules/bsd-simplified_275.RULE create mode 100644 src/licensedcode/data/rules/bsd-simplified_275.yml diff --git a/src/licensedcode/data/rules/bsd-simplified_275.RULE b/src/licensedcode/data/rules/bsd-simplified_275.RULE new file mode 100644 index 00000000000..92619b2672b --- /dev/null +++ b/src/licensedcode/data/rules/bsd-simplified_275.RULE @@ -0,0 +1 @@ +The BSD-2 license (the “License”) set forth below applies to all parts of the project. You may not use this file except in compliance with the License. \ No newline at end of file diff --git a/src/licensedcode/data/rules/bsd-simplified_275.yml b/src/licensedcode/data/rules/bsd-simplified_275.yml new file mode 100644 index 00000000000..8c5b2fb9e67 --- /dev/null +++ b/src/licensedcode/data/rules/bsd-simplified_275.yml @@ -0,0 +1,2 @@ +license_expression: bsd-simplified +is_license_notice: yes From 2e6cd5014fd4192242f917d4e28b4dc8107a00b7 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Tue, 21 Sep 2021 14:11:15 +0200 Subject: [PATCH 07/14] Add new proprietary license rules Signed-off-by: Philippe Ombredanne --- .../data/rules/proprietary-license_644.RULE | 13 +++++++ .../data/rules/proprietary-license_644.yml | 8 +++++ .../data/rules/proprietary-license_645.RULE | 24 +++++++++++++ .../data/rules/proprietary-license_645.yml | 3 ++ .../data/rules/proprietary-license_646.RULE | 24 +++++++++++++ .../data/rules/proprietary-license_646.yml | 4 +++ .../data/rules/proprietary-license_647.RULE | 23 ++++++++++++ .../data/rules/proprietary-license_647.yml | 3 ++ .../data/rules/proprietary-license_648.RULE | 21 +++++++++++ .../data/rules/proprietary-license_648.yml | 3 ++ .../data/rules/proprietary-license_649.RULE | 1 + .../data/rules/proprietary-license_649.yml | 5 +++ .../data/rules/proprietary-license_650.RULE | 1 + .../data/rules/proprietary-license_650.yml | 5 +++ .../data/rules/proprietary-license_651.RULE | 3 ++ .../data/rules/proprietary-license_651.yml | 3 ++ .../data/rules/proprietary-license_652.RULE | 7 ++++ .../data/rules/proprietary-license_652.yml | 3 ++ .../data/rules/proprietary-license_653.RULE | 4 +++ .../data/rules/proprietary-license_653.yml | 3 ++ .../data/rules/proprietary-license_654.RULE | 10 ++++++ .../data/rules/proprietary-license_654.yml | 3 ++ .../data/rules/proprietary-license_655.RULE | 1 + .../data/rules/proprietary-license_655.yml | 2 ++ .../data/rules/proprietary-license_656.RULE | 1 + .../data/rules/proprietary-license_656.yml | 3 ++ .../data/rules/proprietary-license_657.RULE | 14 ++++++++ .../data/rules/proprietary-license_657.yml | 3 ++ .../data/rules/proprietary-license_658.RULE | 35 +++++++++++++++++++ .../data/rules/proprietary-license_658.yml | 6 ++++ .../data/rules/proprietary-license_659.RULE | 9 +++++ .../data/rules/proprietary-license_659.yml | 3 ++ .../data/rules/proprietary-license_660.RULE | 5 +++ .../data/rules/proprietary-license_660.yml | 2 ++ 34 files changed, 258 insertions(+) create mode 100644 src/licensedcode/data/rules/proprietary-license_644.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_644.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_645.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_645.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_646.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_646.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_647.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_647.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_648.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_648.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_649.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_649.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_650.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_650.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_651.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_651.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_652.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_652.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_653.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_653.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_654.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_654.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_655.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_655.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_656.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_656.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_657.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_657.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_658.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_658.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_659.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_659.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_660.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_660.yml diff --git a/src/licensedcode/data/rules/proprietary-license_644.RULE b/src/licensedcode/data/rules/proprietary-license_644.RULE new file mode 100644 index 00000000000..de7b685b56f --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_644.RULE @@ -0,0 +1,13 @@ +This kernel is (C) 1991 Linus Torvalds, but all or part of it may be +redistributed provided you do the following: + +- Full source must be available (and free), if not with the + distribution then at least on asking for it. + +- Copyright notices must be intact. (In fact, if you distribute + only parts of it you may have to add copyrights, as there aren't + (C)'s in all files.) Small partial excerpts may be copied + without bothering with copyrights. + +- You may not distibute this for a fee, not even "handling" + costs. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_644.yml b/src/licensedcode/data/rules/proprietary-license_644.yml new file mode 100644 index 00000000000..66ffaa44ed1 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_644.yml @@ -0,0 +1,8 @@ +license_expression: proprietary-license +is_license_text: yes +minimum_coverage: 90 +notes: This is the license of the version of Linux 0.0.1 http://ftp.funet.fi/pub/linux/historical/kernel/old-versions/RELNOTES-0.01 +ignorable_copyrights: + - (c) 1991 Linus Torvalds +ignorable_holders: + - Linus Torvalds diff --git a/src/licensedcode/data/rules/proprietary-license_645.RULE b/src/licensedcode/data/rules/proprietary-license_645.RULE new file mode 100644 index 00000000000..76a087cc7b1 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_645.RULE @@ -0,0 +1,24 @@ +This is private software, you may redistribute it under the terms of + the APL(Ago's Private License) which follows: + + Redistribution and use in binary forms, with or without modification, + are permitted provided that the following conditions are met: + 1. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + 2. The binary may not be sold and/or given away for free. + 3. The licensee may only create binaries for his own usage, not for any + third parties. + + Redistribution and use in source forms, with or without modification, + are not permitted. + + 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. */ \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_645.yml b/src/licensedcode/data/rules/proprietary-license_645.yml new file mode 100644 index 00000000000..0a9bead9f67 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_645.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: https://github.com/dinamsky/malware-botnets/blob/4cd142d10f971cb93c334b6f48c12c85bcc8f63a/phatbot_alpha1/ago4/doc/templates/.svn/text-base/template_priv.h.svn-base#L5 diff --git a/src/licensedcode/data/rules/proprietary-license_646.RULE b/src/licensedcode/data/rules/proprietary-license_646.RULE new file mode 100644 index 00000000000..2e4ecf73bd5 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_646.RULE @@ -0,0 +1,24 @@ +# Allen Institute Software License - This software license is the 2-clause BSD license plus clause a third +# clause that prohibits redistribution for commercial purposes without further permission. + +# 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 for commercial purposes are not permitted without the Allen Institute's written permission. For +# purposes of this license, commercial purposes is the incorporation of the Allen Institute's software into anything for +# which you will charge fees or other compensation. Contact terms@alleninstitute.org for commercial licensing +# opportunities. +# +# 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_646.yml b/src/licensedcode/data/rules/proprietary-license_646.yml new file mode 100644 index 00000000000..86511c8e6aa --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_646.yml @@ -0,0 +1,4 @@ +license_expression: proprietary-license +is_license_text: yes +ignorable_emails: + - terms@alleninstitute.org diff --git a/src/licensedcode/data/rules/proprietary-license_647.RULE b/src/licensedcode/data/rules/proprietary-license_647.RULE new file mode 100644 index 00000000000..4901bb7b57e --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_647.RULE @@ -0,0 +1,23 @@ +Ago's Private License 1.0: + +Redistribution and use in binary forms, with or without modification, +are permitted provided that the following conditions are met: +1. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. +2. The binary may not be sold and/or given away for free. +3. The licensee may only create binaries for his own usage, not for any + third parties. + +Redistribution and use in source forms, with or without modification, +are not permitted. + +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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_647.yml b/src/licensedcode/data/rules/proprietary-license_647.yml new file mode 100644 index 00000000000..e52b07cceaa --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_647.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: https://github.com/krishnaramg3/m/blob/63ec2ac30eb608d6a56321fd99891e7fa84a1479/VirusPack/phatbot_ghetto.v.0.55/.svn/text-base/apl.txt.svn-base#L4 diff --git a/src/licensedcode/data/rules/proprietary-license_648.RULE b/src/licensedcode/data/rules/proprietary-license_648.RULE new file mode 100644 index 00000000000..81cf17c317f --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_648.RULE @@ -0,0 +1,21 @@ +Redistribution and use in binary forms, with or without modification, +are permitted provided that the following conditions are met: +1. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. +2. The binary may not be sold and/or given away for free. +3. The licensee may only create binaries for his own usage, not for any + third parties. + +Redistribution and use in source forms, with or without modification, +are not permitted. + +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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_648.yml b/src/licensedcode/data/rules/proprietary-license_648.yml new file mode 100644 index 00000000000..e52b07cceaa --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_648.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: https://github.com/krishnaramg3/m/blob/63ec2ac30eb608d6a56321fd99891e7fa84a1479/VirusPack/phatbot_ghetto.v.0.55/.svn/text-base/apl.txt.svn-base#L4 diff --git a/src/licensedcode/data/rules/proprietary-license_649.RULE b/src/licensedcode/data/rules/proprietary-license_649.RULE new file mode 100644 index 00000000000..e54ed6787a6 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_649.RULE @@ -0,0 +1 @@ +Redistrubution and modification are not permitted. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_649.yml b/src/licensedcode/data/rules/proprietary-license_649.yml new file mode 100644 index 00000000000..fe1417e8478 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_649.yml @@ -0,0 +1,5 @@ +license_expression: proprietary-license +is_license_text: yes +relevance: 100 +notes: https://github.com/kinncj/TH3D-creality-ender-3-pro-ezabl-pro/blob/e9ed707e89de57df107a28124f753d6a6a8a985d/Bed + Level Test STLs/LICENSE.txt#L2 diff --git a/src/licensedcode/data/rules/proprietary-license_650.RULE b/src/licensedcode/data/rules/proprietary-license_650.RULE new file mode 100644 index 00000000000..501e73d5825 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_650.RULE @@ -0,0 +1 @@ +Redistribution and modification are not permitted. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_650.yml b/src/licensedcode/data/rules/proprietary-license_650.yml new file mode 100644 index 00000000000..fe1417e8478 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_650.yml @@ -0,0 +1,5 @@ +license_expression: proprietary-license +is_license_text: yes +relevance: 100 +notes: https://github.com/kinncj/TH3D-creality-ender-3-pro-ezabl-pro/blob/e9ed707e89de57df107a28124f753d6a6a8a985d/Bed + Level Test STLs/LICENSE.txt#L2 diff --git a/src/licensedcode/data/rules/proprietary-license_651.RULE b/src/licensedcode/data/rules/proprietary-license_651.RULE new file mode 100644 index 00000000000..4e3542f1cda --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_651.RULE @@ -0,0 +1,3 @@ +* Modification, redistribution and use in source and binary + * forms, with or without modification, are not permitted + * without prior written approval by the copyright holder. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_651.yml b/src/licensedcode/data/rules/proprietary-license_651.yml new file mode 100644 index 00000000000..981ac3facae --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_651.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: https://github.com/kokolanako/gruppe03-largescale-project/blob/c4f3ed1f292e8bd80c8562ca0903f2301c68285b/src/main/test/FileHandlerTest.java#L4 diff --git a/src/licensedcode/data/rules/proprietary-license_652.RULE b/src/licensedcode/data/rules/proprietary-license_652.RULE new file mode 100644 index 00000000000..fd434d8ed6b --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_652.RULE @@ -0,0 +1,7 @@ +* Redistribution and use in source and binary forms, with or without + * modification, are NOT permitted except as agreed by + * + * + * 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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_652.yml b/src/licensedcode/data/rules/proprietary-license_652.yml new file mode 100644 index 00000000000..060cd03ad2f --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_652.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: https://github.com/xiaojian521/AndroidProject/blob/72b234d8681698cfe1c9ff10ec7be278788e6d94/jni_static-register/VR_EngineFactory.h#L5 diff --git a/src/licensedcode/data/rules/proprietary-license_653.RULE b/src/licensedcode/data/rules/proprietary-license_653.RULE new file mode 100644 index 00000000000..bad2156b087 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_653.RULE @@ -0,0 +1,4 @@ +* REDISTRIBUTION AND USE IN SOURCE AND BINARY FORMS, + * WITH OR WITHOUT MODIFICATION, ARE NOT PERMITTED. + * + * DO NOT ALTER OR REMOVE THIS HEADER. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_653.yml b/src/licensedcode/data/rules/proprietary-license_653.yml new file mode 100644 index 00000000000..6c0d46cb386 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_653.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: https://github.com/bwnyasse/led/blob/22d109b73bbc33ef90dc0a71c76ce0d446cfadd3/ui/lib/components/route_components/route_logs_cmp.dart#L4 diff --git a/src/licensedcode/data/rules/proprietary-license_654.RULE b/src/licensedcode/data/rules/proprietary-license_654.RULE new file mode 100644 index 00000000000..48646872ec0 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_654.RULE @@ -0,0 +1,10 @@ +* This software is the proprietary information of + * + * All Rights Reserved. + * Modification, redistribution and use in source and binary forms, with or + * without modification are not permitted without prior written approval by the + * copyright holder. + + * Modification, redistribution and use in source and binary forms, with or + * without modification are not permitted without prior written approval by the + * copyright holder. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_654.yml b/src/licensedcode/data/rules/proprietary-license_654.yml new file mode 100644 index 00000000000..a84eaeab4e5 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_654.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: https://github.com/bidorbuy/magento/blob/59f40b6ccda69cac2c103339ffd21d7dc32f5735/lib/Bidorbuy/vendor/com.extremeidea.bidorbuy/storeintegrator-core/core/http/Request.php#L10 diff --git a/src/licensedcode/data/rules/proprietary-license_655.RULE b/src/licensedcode/data/rules/proprietary-license_655.RULE new file mode 100644 index 00000000000..f73fd633f7d --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_655.RULE @@ -0,0 +1 @@ +Redistribution and use in source and binary forms, with or without modification, are not permitted by anyone other \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_655.yml b/src/licensedcode/data/rules/proprietary-license_655.yml new file mode 100644 index 00000000000..c80fbf9ecfe --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_655.yml @@ -0,0 +1,2 @@ +license_expression: proprietary-license +is_license_text: yes diff --git a/src/licensedcode/data/rules/proprietary-license_656.RULE b/src/licensedcode/data/rules/proprietary-license_656.RULE new file mode 100644 index 00000000000..a4d7ba725fe --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_656.RULE @@ -0,0 +1 @@ +Redistribution and use in source and binary forms, with or without modification, are not permitted unless explicitly stated. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_656.yml b/src/licensedcode/data/rules/proprietary-license_656.yml new file mode 100644 index 00000000000..56aa7a945a3 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_656.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: https://github.com/kissarat/pin/blob/4f15b551a00426813af96888b65463cb205d08af/LICENSE.md#L4 diff --git a/src/licensedcode/data/rules/proprietary-license_657.RULE b/src/licensedcode/data/rules/proprietary-license_657.RULE new file mode 100644 index 00000000000..1ee61f6b488 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_657.RULE @@ -0,0 +1,14 @@ +* Redistribution and use in source and binary forms, with or without + * modification, are not permitted. + * 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/src/licensedcode/data/rules/proprietary-license_657.yml b/src/licensedcode/data/rules/proprietary-license_657.yml new file mode 100644 index 00000000000..6dd05f397b8 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_657.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: https://github.com/mwaylabs/relution-livedata-sample-chat/blob/abc149f1524b97fbf3940980ee8ae30d3225d3e7/client/www/scripts/app.js#L14 diff --git a/src/licensedcode/data/rules/proprietary-license_658.RULE b/src/licensedcode/data/rules/proprietary-license_658.RULE new file mode 100644 index 00000000000..7b2ad7fe6d8 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_658.RULE @@ -0,0 +1,35 @@ +Redistribution in source and binary forms, with or without modification, are not permitted. +The use of this code in course or binary form is permitted under the following conditions: +1. The copyright holders have been notified of the use of SASL in a commercial project, +and have given their agreement. The code is to be used with a special notice provided below. +2. The code is used in a free project which is distributed for free use with no limitation + +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. + +The original SASL code has been made available by the contributors who have all agreed in a +written legal form to donate their code to the copyright holders. +Use of SASL in any commercial or free project must retain the following copyright notice for +end user. + +ANY USE OF THIS CODE CONSTITUTES ACCEPTANCE OF THE TERMS OF THE COPYRIGHT NOTICE. +The current software uses the SASL library. Redistribution in source and binary forms, with +or without modification, are not permitted. + +Copyright (c) 2018, 1-sim.aero +All rights reserved. + +SASL copyright holders are not responsible in any event for malfunction, unavailability, +incompatibility or other problems that might occur while using the end product which uses +SASL in conjunction with any other software. SASL copyright holders are not liable for any +properties for any end product which uses SASL. + +END OF COPYRIGHT NOTICE \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_658.yml b/src/licensedcode/data/rules/proprietary-license_658.yml new file mode 100644 index 00000000000..4495343239b --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_658.yml @@ -0,0 +1,6 @@ +license_expression: proprietary-license +is_license_text: yes +ignorable_copyrights: + - Copyright (c) 2018, 1-sim.aero +ignorable_holders: + - 1-sim.aero diff --git a/src/licensedcode/data/rules/proprietary-license_659.RULE b/src/licensedcode/data/rules/proprietary-license_659.RULE new file mode 100644 index 00000000000..6f6055fdd2b --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_659.RULE @@ -0,0 +1,9 @@ +library is proprietary software. +Proprietary software is computer software licensed under exclusive legal right of the copyright +holder. +The licensee is given the right to use the software under certain conditions, but restricted from +other uses, such as modification, further distribution, or reverse engineering but under the +following conditions. +1. The modifier makes his modifications available to the copyright holders +2. The modifier relinquishes all rights to his modification is not entitled to any part, share + or control of the modified code. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_659.yml b/src/licensedcode/data/rules/proprietary-license_659.yml new file mode 100644 index 00000000000..c91e18ad8d9 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_659.yml @@ -0,0 +1,3 @@ +license_expression: proprietary-license +is_license_text: yes +notes: https://github.com/Chai112/Boeing-777-300ER/blob/c6328820eaf82433ea09796bf6de73fb47e6c3f4/src/base/B777-300ER/plugins/SASLFree/License#L20 diff --git a/src/licensedcode/data/rules/proprietary-license_660.RULE b/src/licensedcode/data/rules/proprietary-license_660.RULE new file mode 100644 index 00000000000..00f9613c62c --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_660.RULE @@ -0,0 +1,5 @@ +* NOTICE: All information contained herein is, and remains the property + * of . Unauthorised copying of this file, via any medium is + * strictly prohibited. Redistribution and use in source and binary forms, + * with or without modification, are not permitted. + * Proprietary and confidential. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_660.yml b/src/licensedcode/data/rules/proprietary-license_660.yml new file mode 100644 index 00000000000..c80fbf9ecfe --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_660.yml @@ -0,0 +1,2 @@ +license_expression: proprietary-license +is_license_text: yes From 45d5ca343e74d5aa405fa001fd081c8a3ec5d5f5 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Tue, 21 Sep 2021 14:11:33 +0200 Subject: [PATCH 08/14] Add new non-english license rule Signed-off-by: Philippe Ombredanne --- .../data/non-english/cc-by-3.0-at.RULE | 318 ++++++++++++++++++ .../data/non-english/cc-by-3.0-at.yml | 2 + 2 files changed, 320 insertions(+) create mode 100644 src/licensedcode/data/non-english/cc-by-3.0-at.RULE create mode 100644 src/licensedcode/data/non-english/cc-by-3.0-at.yml diff --git a/src/licensedcode/data/non-english/cc-by-3.0-at.RULE b/src/licensedcode/data/non-english/cc-by-3.0-at.RULE new file mode 100644 index 00000000000..4facf5f4e68 --- /dev/null +++ b/src/licensedcode/data/non-english/cc-by-3.0-at.RULE @@ -0,0 +1,318 @@ +CREATIVE COMMONS IST KEINE RECHTSANWALTSKANZLEI UND LEISTET KEINE RECHTSBERATUNG. +DIE BEREITSTELLUNG DIESER LIZENZ FÜHRT ZU KEINEM MANDATSVERHÄLTNIS. CREATIVE +COMMONS STELLT DIESE INFORMATIONEN OHNE GEWÄHR ZUR VERFÜGUNG. CREATIVE COMMONS +ÜBERNIMMT KEINE GEWÄHRLEISTUNG FÜR DIE GELIEFERTEN INFORMATIONEN UND SCHLIEßT +DIE HAFTUNG FÜR SCHÄDEN AUS, DIE SICH AUS DEREN GEBRAUCH ERGEBEN. Lizenz + +DER GEGENSTAND DIESER LIZENZ (WIE UNTER "SCHUTZGEGENSTAND" DEFINIERT) WIRD +UNTER DEN BEDINGUNGEN DIESER CREATIVE COMMONS PUBLIC LICENSE ("CCPL", "LIZENZ" +ODER "LIZENZVERTRAG") ZUR VERFÜGUNG GESTELLT. DER SCHUTZGEGENSTAND IST DURCH +DAS URHEBERRECHT UND/ODER ANDERE GESETZE GESCHÜTZT. JEDE FORM DER NUTZUNG +DES SCHUTZGEGENSTANDES, DIE NICHT AUFGRUND DIESER LIZENZ ODER DURCH GESETZE +GESTATTET IST, IST UNZULÄSSIG. + +DURCH DIE AUSÜBUNG EINES DURCH DIESE LIZENZ GEWÄHRTEN RECHTS AN DEM SCHUTZGEGENSTAND +ERKLÄREN SIE SICH MIT DEN LIZENZBEDINGUNGEN RECHTSVERBINDLICH EINVERSTANDEN. +SOWEIT DIESE LIZENZ ALS LIZENZVERTRAG ANZUSEHEN IST, GEWÄHRT IHNEN DER LIZENZGEBER +DIE IN DER LIZENZ GENANNTEN RECHTE UNENTGELTLICH UND IM AUSTAUSCH DAFÜR, DASS +SIE DAS GEBUNDENSEIN AN DIE LIZENZBEDINGUNGEN AKZEPTIEREN. + + 1. Definitionen + +a. Der Begriff "Bearbeitung" im Sinne dieser Lizenz bezeichnet das Ergebnis +jeglicher Art von Veränderung des Schutzgegenstandes, solange dieses erkennbar +vom Schutzgegenstand abgeleitet wurde. Dies kann insbesondere auch eine Umgestaltung, +Änderung, Anpassung, Übersetzung oder Heranziehung des Schutzgegenstandes +zur Vertonung von Laufbildern sein. Nicht als Bearbeitung des Schutzgegenstandes +gelten seine Aufnahme in eine Sammlung oder ein Sammelwerk und die freie Nutzung +des Schutzgegenstandes. + +b. Der Begriff "Sammelwerk" im Sinne dieser Lizenz meint eine Zusammenstellung +von literarischen, künstlerischen oder wissenschaftlichen Inhalten zu einem +einheitlichen Ganzen, sofern diese Zusammenstellung aufgrund von Auswahl und +Anordnung der darin enthaltenen selbständigen Elemente eine eigentümliche +geistige Schöpfung darstellt, unabhängig davon, ob die Elemente systematisch +oder methodisch angelegt und dadurch einzeln zugänglich sind oder nicht. + +c. "Verbreiten" im Sinne dieser Lizenz bedeutet, den Schutzgegenstand oder +Bearbeitungen im Original oder in Form von Vervielfältigungsstücken, mithin +in körperlich fixierter Form der Öffentlichkeit zugänglich zu machen oder +in Verkehr zu bringen. + +d. Der "Lizenzgeber" im Sinne dieser Lizenz ist diejenige natürliche oder +juristische Person oder Gruppe, die den Schutzgegenstand unter den Bedingungen +dieser Lizenz anbietet und insoweit als Rechteinhaberin auftritt. + +e. "Rechteinhaber" im Sinne dieser Lizenz ist der Urheber des Schutzgegenstandes +oder jede andere natürliche oder juristische Person, die am Schutzgegenstand +ein Immaterialgüterrecht erlangt hat, welches die in Abschnitt 3 genannten +Handlungen erfasst und eine Erteilung, Übertragung oder Einräumung von Nutzungsbewilligungen +bzw Nutzungsrechten an Dritte erlaubt. + +f. Der Begriff "Schutzgegenstand" bezeichnet in dieser Lizenz den literarischen, +künstlerischen oder wissenschaftlichen Inhalt, der unter den Bedingungen dieser +Lizenz angeboten wird. Das kann insbesondere eine eigentümliche geistige Schöpfung +jeglicher Art oder ein Werk der kleinen Münze, ein nachgelassenes Werk oder +auch ein Lichtbild oder anderes Objekt eines verwandten Schutzrechts sein, +unabhängig von der Art seiner Fixierung und unabhängig davon, auf welche Weise +jeweils eine Wahrnehmung erfolgen kann, gleichviel ob in analoger oder digitaler +Form. Soweit Datenbanken oder Zusammenstellungen von Daten einen immaterialgüterrechtlichen +Schutz eigener Art genießen, unterfallen auch sie dem Begriff „Schutzgegenstand" +im Sinne dieser Lizenz. + +g. Mit "Sie" bzw. "Ihnen" ist die natürliche oder juristische Person gemeint, +die in dieser Lizenz im Abschnitt 3 genannte Nutzungen des Schutzgegenstandes +vornimmt und zuvor in Hinblick auf den Schutzgegenstand nicht gegen Bedingungen +dieser Lizenz verstoßen oder aber die ausdrückliche Erlaubnis des Lizenzgebers +erhalten hat, die durch diese Lizenz gewährte Nutzungsbewilligung trotz eines +vorherigen Verstoßes auszuüben. + +h. Unter "Öffentlich Wiedergeben" im Sinne dieser Lizenz sind Wahrnehmbarmachungen +des Schutzgegenstandes in unkörperlicher Form zu verstehen, die für eine Mehrzahl +von Mitgliedern der Öffentlichkeit bestimmt sind und mittels öffentlicher +Wiedergabe in Form von Vortrag, Aufführung, Vorführung, Darbietung, Sendung, +Weitersendung oder zeit- und ortsunabhängiger Zurverfügungstellung erfolgen, +unabhängig von den zum Einsatz kommenden Techniken und Verfahren, einschließlich +drahtgebundener oder drahtloser Mittel und Einstellen in das Internet. + +i. "Vervielfältigen" im Sinne dieser Lizenz bedeutet, gleichviel in welchem +Verfahren, auf welchem Träger, in welcher Menge und ob vorübergehend oder +dauerhaft, Vervielfältigungsstücke des Schutzgegenstandes herzustellen, insbesondere +durch Ton- oder Bildaufzeichnungen, und umfasst auch das erstmalige Festhalten +des Schutzgegenstandes oder dessen Wahrnehmbarmachung auf Mitteln der wiederholbaren +Wiedergabe sowie das Herstellen von Vervielfältigungsstücken dieser Festhaltung, +sowie die Speicherung einer geschützten Darbietung oder eines Bild- und/oder +Schallträgers in digitaler Form oder auf einem anderen elektronischen Medium. + + 2. Beschränkungen der Verwertungsrechte + +Diese Lizenz ist in keiner Weise darauf gerichtet, Befugnisse zur Nutzung +des Schutzgegenstandes zu vermindern, zu beschränken oder zu vereiteln, die +sich aus den Beschränkungen der Verwertungsrechte, anderen Beschränkungen +der Ausschließlichkeitsrechte des Rechtsinhabers oder anderen entsprechenden +Rechtsnormen oder sich aus dem Fehlen eines immaterialgüterrechtlichen Schutzes +ergeben. + + 3. Lizenzierung + +Unter den Bedingungen dieser Lizenz erteilt Ihnen der Lizenzgeber - unbeschadet +unverzichtbarer Rechte und vorbehaltlich des Abschnitts 3.e) - die vergütungsfreie, +räumlich und zeitlich (für die Dauer des Urheberrechts oder verwandten Schutzrechts +am Schutzgegenstand) unbeschränkte Nutzungsbewilligung, den Schutzgegenstand +in der folgenden Art und Weise zu nutzen: + +a. Den Schutzgegenstand in beliebiger Form und Menge zu vervielfältigen, ihn +in Sammelwerke zu integrieren und ihn als Teil solcher Sammelwerke zu vervielfältigen; + +b. Den Schutzgegenstand zu bearbeiten, einschließlich Übersetzungen unter +Nutzung jedweder Medien anzufertigen, sofern deutlich erkennbar gemacht wird, +dass es sich um eine Bearbeitung handelt; + +c. Den Schutzgegenstand, allein oder in Sammelwerke aufgenommen, öffentlich +wiederzugeben und zu verbreiten; und + +d. Bearbeitungen des Schutzgegenstandes zu veröffentlichen, öffentlich wiederzugeben +und zu verbreiten. + +e. Bezüglich der Vergütung für die Nutzung des Schutzgegenstandes gilt Folgendes: + +i. Unverzichtbare gesetzliche Vergütungsansprüche: Soweit unverzichtbare Vergütungsansprüche +im Gegenzug für gesetzliche Lizenzen vorgesehen oder Pauschalabgabensysteme +(zum Beispiel für Leermedien) vorhanden sind, behält sich der Lizenzgeber +das ausschließliche Recht vor, die entsprechenden Vergütungsansprüche für +jede Ausübung eines Rechts aus dieser Lizenz durch Sie geltend zu machen. + +ii. Vergütung bei Zwangslizenzen: Sofern Zwangslizenzen außerhalb dieser Lizenz +vorgesehen sind und zustande kommen, verzichtet der Lizenzgeber für alle Fälle +einer lizenzgerechten Nutzung des Schutzgegenstandes durch Sie auf jegliche +Vergütung. + +iii. Vergütung in sonstigen Fällen: Bezüglich lizenzgerechter Nutzung des +Schutzgegenstandes durch Sie, die nicht unter die beiden vorherigen Abschnitte +(i) und (ii) fällt, verzichtet der Lizenzgeber auf jegliche Vergütung, unabhängig +davon, ob eine Geltendmachung der Vergütungsansprüche durch ihn selbst oder +nur durch eine Verwertungsgesellschaft möglich wäre. + +Die vorgenannte Nutzungsbewilligung wird für alle bekannten sowie alle noch +nicht bekannten Nutzungsarten eingeräumt. Sie beinhaltet auch das Recht, solche +Änderungen am Schutzgegenstand vorzunehmen, die für bestimmte nach dieser +Lizenz zulässige Nutzungen technisch erforderlich sind. Alle sonstigen Rechte, +die über diesen Abschnitt hinaus nicht ausdrücklich vom Lizenzgeber eingeräumt +werden, bleiben diesem allein vorbehalten. Soweit Datenbanken oder Zusammenstellungen +von Daten Schutzgegenstand dieser Lizenz oder Teil dessen sind und einen immaterialgüterrechtlichen +Schutz eigener Art genießen, verzichtet der Lizenzgeber auf die Geltendmachung +sämtlicher daraus resultierender Rechte. + + 4. Bedingungen + +Die Erteilung der Nutzungsbewilligung gemäß Abschnitt 3 dieser Lizenz erfolgt +ausdrücklich nur unter den folgenden Bedingungen: + +a. Sie dürfen den Schutzgegenstand ausschließlich unter den Bedingungen dieser +Lizenz verbreiten oder öffentlich wiedergeben. Sie müssen dabei stets eine +Kopie dieser Lizenz oder deren vollständige Internetadresse in Form des Uniform-Resource-Identifier +(URI) beifügen. Sie dürfen keine Vertrags- oder Nutzungsbedingungen anbieten +oder fordern, die die Bedingungen dieser Lizenz oder die durch diese Lizenz +gewährten Rechte beschränken. Sie dürfen den Schutzgegenstand nicht unterlizenzieren. +Bei jeder Kopie des Schutzgegenstandes, die Sie verbreiten oder öffentlich +wiedergeben, müssen Sie alle Hinweise unverändert lassen, die auf diese Lizenz +und den Haftungsausschluss hinweisen. Wenn Sie den Schutzgegenstand verbreiten +oder öffentlich wiedergeben, dürfen Sie (in Bezug auf den Schutzgegenstand) +keine technischen Maßnahmen ergreifen, die den Nutzer des Schutzgegenstandes +in der Ausübung der ihm durch diese Lizenz gewährten Rechte behindern können. +Dasselbe gilt auch für den Fall, dass der Schutzgegenstand einen Bestandteil +eines Sammelwerkes bildet, was jedoch nicht bedeutet, dass das Sammelwerk +insgesamt dieser Lizenz unterstellt werden muss. Sofern Sie ein Sammelwerk +erstellen, müssen Sie - soweit dies praktikabel ist - auf die Mitteilung eines +Lizenzgebers hin aus dem Sammelwerk die in Abschnitt 4.b) aufgezählten Hinweise +entfernen. Wenn Sie eine Bearbeitung vornehmen, müssen Sie – soweit dies praktikabel +ist – auf die Mitteilung eines Lizenzgebers hin von der Bearbeitung die in +Abschnitt 4.b) aufgezählten Hinweise entfernen. + +b. Die Verbreitung und die öffentliche Wiedergabe des Schutzgegenstandes oder +auf ihm aufbauender Inhalte oder ihn enthaltender Sammelwerke ist Ihnen nur +unter der Bedingung gestattet, dass Sie, vorbehaltlich etwaiger Mitteilungen +im Sinne von Abschnitt 4.a), alle dazu gehörenden Rechtevermerke unberührt +lassen. Sie sind verpflichtet, die Urheberschaft oder die Rechteinhaberschaft +in einer der Nutzung entsprechenden, angemessenen Form anzuerkennen, indem +Sie selbst – soweit bekannt – Folgendes angeben: + +i. Den Namen (oder das Pseudonym, falls ein solches verwendet wird) Rechteinhabers, +und/oder falls der Lizenzgeber im Rechtevermerk, in den Nutzungsbedingungen +oder auf andere angemessene Weise eine Zuschreibung an Dritte vorgenommen +hat (z.B. an eine Stiftung, ein Verlagshaus oder eine Zeitung) („Zuschreibungsempfänger"), +Namen bzw. Bezeichnung dieses oder dieser Dritten; + + ii. den Titel des Inhaltes; + +iii. in einer praktikablen Form den Uniform-Resource-Identifier (URI, z.B. +Internetadresse), den der Lizenzgeber zum Schutzgegenstand angegeben hat, +es sei denn, dieser URI verweist nicht auf den Rechtevermerk oder die Lizenzinformationen +zum Schutzgegenstand; + +iv. und im Falle einer Bearbeitung des Schutzgegenstandes in Übereinstimmung +mit Abschnitt 3.b) einen Hinweis darauf, dass es sich um eine Bearbeitung +handelt. + +Die nach diesem Abschnitt 4.b) erforderlichen Angaben können in jeder angemessenen +Form gemacht werden; im Falle einer Bearbeitung des Schutzgegenstandes oder +eines Sammelwerkes müssen diese Angaben das Minimum darstellen und bei gemeinsamer +Nennung aller Beitragenden dergestalt erfolgen, dass sie zumindest ebenso +hervorgehoben sind wie die Hinweise auf die übrigen Rechteinhaber. Die Angaben +nach diesem Abschnitt dürfen Sie ausschließlich zur Angabe der Rechteinhaberschaft +in der oben bezeichneten Weise verwenden. Durch die Ausübung Ihrer Rechte +aus dieser Lizenz dürfen Sie ohne eine vorherige, separat und schriftlich +vorliegende Zustimmung des Urhebers, des Lizenzgebers und/oder des Zuschreibungsempfängers +weder implizit noch explizit irgendeine Verbindung mit dem oder eine Unterstützung +oder Billigung durch den Urheber, den Lizenzgeber oder den Zuschreibungsempfänger +andeuten oder erklären. + +c. Die oben unter 4.a) und b) genannten Einschränkungen gelten nicht für solche +Teile des Schutzgegenstandes, die allein deshalb unter den Schutzgegenstandsbegriff +fallen, weil sie als Datenbanken oder Zusammenstellungen von Daten einen immaterialgüterrechtlichen +Schutz eigener Art genießen. + +d. (Urheber)Persönlichkeitsrechte bleiben - soweit sie bestehen - von dieser +Lizenz unberührt. + + 5. Gewährleistung + +SOFERN KEINE ANDERS LAUTENDE, SCHRIFTLICHE VEREINBARUNG ZWISCHEN DEM LIZENZGEBER +UND IHNEN GESCHLOSSEN WURDE UND SOWEIT MÄNGEL NICHT ARGLISTIG VERSCHWIEGEN +WURDEN, BIETET DER LIZENZGEBER DEN SCHUTZGEGENSTAND UND DIE ERTEILUNG DER +NUTZUNGSBEWILLIGUNG UNTER AUSSCHLUSS JEGLICHER GEWÄHRLEISTUNG AN UND ÜBERNIMMT +WEDER AUSDRÜCKLICH NOCH KONKLUDENT GARANTIEN IRGENDEINER ART. DIES UMFASST +INSBESONDERE DAS FREISEIN VON SACH- UND RECHTSMÄNGELN, UNABHÄNGIG VON DEREN +ERKENNBARKEIT FÜR DEN LIZENZGEBER, DIE VERKEHRSFÄHIGKEIT DES SCHUTZGEGENSTANDES, +SEINE VERWENDBARKEIT FÜR EINEN BESTIMMTEN ZWECK SOWIE DIE KORREKTHEIT VON +BESCHREIBUNGEN. + + 6. Haftungsbeschränkung + +ÜBER DIE IN ZIFFER 5 GENANNTE GEWÄHRLEISTUNG HINAUS HAFTET DER LIZENZGEBER +IHNEN GEGENÜBER FÜR SCHÄDEN JEGLICHER ART NUR BEI GROBER FAHRLÄSSIGKEIT ODER +VORSATZ, UND ÜBERNIMMT DARÜBER HINAUS KEINERLEI FREIWILLIGE HAFTUNG FÜR FOLGE- +ODER ANDERE SCHÄDEN, AUCH WENN ER ÜBER DIE MÖGLICHKEIT IHRES EINTRITTS UNTERRICHTET +WURDE. + + 7. Erlöschen + +a. Diese Lizenz und die durch sie erteilte Nutzungsbewilligung erlöschen mit +Wirkung für die Zukunft im Falle eines Verstoßes gegen die Lizenzbedingungen +durch Sie, ohne dass es dazu der Kenntnis des Lizenzgebers vom Verstoß oder +einer weiteren Handlung einer der Vertragsparteien bedarf. Mit natürlichen +oder juristischen Personen, die Bearbeitungen des Schutzgegenstandes oder +diesen enthaltende Sammelwerke sowie entsprechende Vervielfältigungsstücke +unter den Bedingungen dieser Lizenz von Ihnen erhalten haben, bestehen nachträglich +entstandene Lizenzbeziehungen jedoch solange weiter, wie die genannten Personen +sich ihrerseits an sämtliche Lizenzbedingungen halten. Darüber hinaus gelten +die Ziffern 1, 2, 5, 6, 7, und 8 auch nach einem Erlöschen dieser Lizenz fort. + +b. Vorbehaltlich der oben genannten Bedingungen gilt diese Lizenz unbefristet +bis der rechtliche Schutz für den Schutzgegenstand ausläuft. Davon abgesehen +behält der Lizenzgeber das Recht, den Schutzgegenstand unter anderen Lizenzbedingungen +anzubieten oder die eigene Weitergabe des Schutzgegenstandes jederzeit einzustellen, +solange die Ausübung dieses Rechts nicht einer Kündigung oder einem Widerruf +dieser Lizenz (oder irgendeiner Weiterlizenzierung, die auf Grundlage dieser +Lizenz bereits erfolgt ist bzw. zukünftig noch erfolgen muss) dient und diese +Lizenz unter Berücksichtigung der oben zum Erlöschen genannten Bedingungen +vollumfänglich wirksam bleibt. + + 8. Sonstige Bestimmungen + +a. Jedes Mal wenn Sie den Schutzgegenstand für sich genommen oder als Teil +eines Sammelwerkes verbreiten oder öffentlich wiedergeben, bietet der Lizenzgeber +dem Empfänger eine Lizenz zu den gleichen Bedingungen und im gleichen Umfang +an, wie Ihnen in Form dieser Lizenz. + +b. Jedes Mal wenn Sie eine Bearbeitung des Schutzgegenstandes verbreiten oder +öffentlich wiedergeben, bietet der Lizenzgeber dem Empfänger eine Lizenz am +ursprünglichen Schutzgegenstand zu den gleichen Bedingungen und im gleichen +Umfang an, wie Ihnen in Form dieser Lizenz. + +c. Sollte eine Bestimmung dieser Lizenz unwirksam sein, so bleibt davon die +Wirksamkeit der Lizenz im Übrigen unberührt. + +d. Keine Bestimmung dieser Lizenz soll als abbedungen und kein Verstoß gegen +sie als zulässig gelten, solange die von dem Verzicht oder von dem Verstoß +betroffene Seite nicht schriftlich zugestimmt hat. + +e. Diese Lizenz (zusammen mit in ihr ausdrücklich vorgesehenen Erlaubnissen, +Mitteilungen und Zustimmungen, soweit diese tatsächlich vorliegen) stellt +die vollständige Vereinbarung zwischen dem Lizenzgeber und Ihnen in Bezug +auf den Schutzgegenstand dar. Es bestehen keine Abreden, Vereinbarungen oder +Erklärungen in Bezug auf den Schutzgegenstand, die in dieser Lizenz nicht +genannt sind. Rechtsgeschäftliche Änderungen des Verhältnisses zwischen dem +Lizenzgeber und Ihnen sind nur über Modifikationen dieser Lizenz möglich. +Der Lizenzgeber ist an etwaige zusätzliche, einseitig durch Sie übermittelte +Bestimmungen nicht gebunden. Diese Lizenz kann nur durch schriftliche Vereinbarung +zwischen Ihnen und dem Lizenzgeber modifiziert werden. Derlei Modifikationen +wirken ausschließlich zwischen dem Lizenzgeber und Ihnen und wirken sich nicht +auf die Dritten gemäß 8.a) und b) angebotenen Lizenzen aus. + +f. Sofern zwischen Ihnen und dem Lizenzgeber keine anderweitige Vereinbarung +getroffen wurde und soweit Wahlfreiheit besteht, findet auf diesen Lizenzvertrag +das Recht der Republik Österreich Anwendung. + +Creative Commons Notice + +Creative Commons ist nicht Partei dieser Lizenz und übernimmt keinerlei Gewähr +oder dergleichen in Bezug auf den Schutzgegenstand. Creative Commons haftet +Ihnen oder einer anderen Partei unter keinem rechtlichen Gesichtspunkt für +irgendwelche Schäden, die - abstrakt oder konkret, zufällig oder vorhersehbar +- im Zusammenhang mit dieser Lizenz entstehen. Unbeschadet der vorangegangen +beiden Sätze, hat Creative Commons alle Rechte und Pflichten eines Lizenzgebers, +wenn es sich ausdrücklich als Lizenzgeber im Sinne dieser Lizenz bezeichnet. + +Creative Commons gewährt den Parteien nur insoweit das Recht, das Logo und +die Marke "Creative Commons" zu nutzen, als dies notwendig ist, um der Öffentlichkeit +gegenüber kenntlich zu machen, dass der Schutzgegenstand unter einer CCPL +steht. Ein darüber hinaus gehender Gebrauch der Marke "Creative Commons" oder +einer verwandten Marke oder eines verwandten Logos bedarf der vorherigen schriftlichen +Zustimmung von Creative Commons. Jeder erlaubte Gebrauch richtet sich nach +der Creative Commons Marken-Nutzungs-Richtlinie in der jeweils aktuellen Fassung, +die von Zeit zu Zeit auf der Website veröffentlicht oder auf andere Weise +auf Anfrage zugänglich gemacht wird. Zur Klarstellung: Die genannten Einschränkungen +der Markennutzung sind nicht Bestandteil dieser Lizenz. + +Creative Commons kann kontaktiert werden über https://creativecommons.org/. diff --git a/src/licensedcode/data/non-english/cc-by-3.0-at.yml b/src/licensedcode/data/non-english/cc-by-3.0-at.yml new file mode 100644 index 00000000000..0a4b7cf080c --- /dev/null +++ b/src/licensedcode/data/non-english/cc-by-3.0-at.yml @@ -0,0 +1,2 @@ +license_expression: cc-by-3.0-at +is_license_text: yes \ No newline at end of file From f389d76bc2fec2a7c6aa3c134b852807eacb369b Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Tue, 21 Sep 2021 14:37:45 +0200 Subject: [PATCH 09/14] Improve license detection with rules for Apache Avoid ambiguous license detection as MIT instead of Apache Signed-off-by: Philippe Ombredanne --- src/licensedcode/data/mit_759.RULE | 0 .../data/rules/apache-2.0_1023.RULE | 9 ++++++ .../data/rules/apache-2.0_1023.yml | 2 ++ .../data/rules/apache-2.0_1024.RULE | 1 + .../data/rules/apache-2.0_1024.yml | 3 ++ .../data/rules/apache-2.0_1025.RULE | 1 + .../data/rules/apache-2.0_1025.yml | 3 ++ src/licensedcode/data/rules/mit_757.yml | 2 +- src/licensedcode/data/rules/mit_759.RULE | 2 +- src/licensedcode/data/rules/mit_759.yml | 2 +- .../data/datadriven/lic4/apache-not-mit.txt | 29 +++++++++++++++++++ .../datadriven/lic4/apache-not-mit.txt.yml | 4 +++ 12 files changed, 55 insertions(+), 3 deletions(-) create mode 100644 src/licensedcode/data/mit_759.RULE create mode 100644 src/licensedcode/data/rules/apache-2.0_1023.RULE create mode 100644 src/licensedcode/data/rules/apache-2.0_1023.yml create mode 100644 src/licensedcode/data/rules/apache-2.0_1024.RULE create mode 100644 src/licensedcode/data/rules/apache-2.0_1024.yml create mode 100644 src/licensedcode/data/rules/apache-2.0_1025.RULE create mode 100644 src/licensedcode/data/rules/apache-2.0_1025.yml create mode 100644 tests/licensedcode/data/datadriven/lic4/apache-not-mit.txt create mode 100644 tests/licensedcode/data/datadriven/lic4/apache-not-mit.txt.yml diff --git a/src/licensedcode/data/mit_759.RULE b/src/licensedcode/data/mit_759.RULE new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/licensedcode/data/rules/apache-2.0_1023.RULE b/src/licensedcode/data/rules/apache-2.0_1023.RULE new file mode 100644 index 00000000000..094abac0ecd --- /dev/null +++ b/src/licensedcode/data/rules/apache-2.0_1023.RULE @@ -0,0 +1,9 @@ +That work is also covered by the Apache 2 License, following copyright: + +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. \ No newline at end of file diff --git a/src/licensedcode/data/rules/apache-2.0_1023.yml b/src/licensedcode/data/rules/apache-2.0_1023.yml new file mode 100644 index 00000000000..487153a7721 --- /dev/null +++ b/src/licensedcode/data/rules/apache-2.0_1023.yml @@ -0,0 +1,2 @@ +license_expression: apache-2.0 +is_license_notice: yes diff --git a/src/licensedcode/data/rules/apache-2.0_1024.RULE b/src/licensedcode/data/rules/apache-2.0_1024.RULE new file mode 100644 index 00000000000..3a26d8e560f --- /dev/null +++ b/src/licensedcode/data/rules/apache-2.0_1024.RULE @@ -0,0 +1 @@ +That work is also covered by the Apache 2 License \ No newline at end of file diff --git a/src/licensedcode/data/rules/apache-2.0_1024.yml b/src/licensedcode/data/rules/apache-2.0_1024.yml new file mode 100644 index 00000000000..fec9233bc17 --- /dev/null +++ b/src/licensedcode/data/rules/apache-2.0_1024.yml @@ -0,0 +1,3 @@ +license_expression: apache-2.0 +is_license_notice: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/apache-2.0_1025.RULE b/src/licensedcode/data/rules/apache-2.0_1025.RULE new file mode 100644 index 00000000000..edf553478f1 --- /dev/null +++ b/src/licensedcode/data/rules/apache-2.0_1025.RULE @@ -0,0 +1 @@ +covered by the Apache 2 License \ No newline at end of file diff --git a/src/licensedcode/data/rules/apache-2.0_1025.yml b/src/licensedcode/data/rules/apache-2.0_1025.yml new file mode 100644 index 00000000000..fec9233bc17 --- /dev/null +++ b/src/licensedcode/data/rules/apache-2.0_1025.yml @@ -0,0 +1,3 @@ +license_expression: apache-2.0 +is_license_notice: yes +relevance: 100 diff --git a/src/licensedcode/data/rules/mit_757.yml b/src/licensedcode/data/rules/mit_757.yml index d059788c958..529370510c7 100644 --- a/src/licensedcode/data/rules/mit_757.yml +++ b/src/licensedcode/data/rules/mit_757.yml @@ -1,5 +1,5 @@ license_expression: mit is_license_notice: yes -relevance: 100 +minimum_coverage: 95 ignorable_urls: - http://opensource.org/licenses/MIT diff --git a/src/licensedcode/data/rules/mit_759.RULE b/src/licensedcode/data/rules/mit_759.RULE index fadcff905ab..03520ae6272 100644 --- a/src/licensedcode/data/rules/mit_759.RULE +++ b/src/licensedcode/data/rules/mit_759.RULE @@ -12,4 +12,4 @@ 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. \ No newline at end of file +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/src/licensedcode/data/rules/mit_759.yml b/src/licensedcode/data/rules/mit_759.yml index 0f8dee33970..559f8ef6c9d 100644 --- a/src/licensedcode/data/rules/mit_759.yml +++ b/src/licensedcode/data/rules/mit_759.yml @@ -1,6 +1,6 @@ license_expression: mit is_license_notice: yes -relevance: 100 +minimum_coverage: 95 referenced_filenames: - README ignorable_urls: diff --git a/tests/licensedcode/data/datadriven/lic4/apache-not-mit.txt b/tests/licensedcode/data/datadriven/lic4/apache-not-mit.txt new file mode 100644 index 00000000000..c2c0fce7b8e --- /dev/null +++ b/tests/licensedcode/data/datadriven/lic4/apache-not-mit.txt @@ -0,0 +1,29 @@ +Copyright (c) 2017 Dailymotion (http://www.dailymotion.com) + +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. + +src/remux/mp4-generator.js and src/demux/exp-golomb.ts implementation in this project +are derived from the HLS library for video.js (https://github.com/videojs/videojs-contrib-hls) + +That work is also covered by the Apache 2 License, following copyright: +Copyright (c) 2013-2015 Brightcove + + +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/datadriven/lic4/apache-not-mit.txt.yml b/tests/licensedcode/data/datadriven/lic4/apache-not-mit.txt.yml new file mode 100644 index 00000000000..f85ef58cbca --- /dev/null +++ b/tests/licensedcode/data/datadriven/lic4/apache-not-mit.txt.yml @@ -0,0 +1,4 @@ +license_expressions: + - apache-2.0 + - apache-2.0 + - warranty-disclaimer From 912a870cfd6eba939ad6980c2ccdbedfd2d59550 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Tue, 21 Sep 2021 16:49:50 +0200 Subject: [PATCH 10/14] Add new license rules Seen in: https://source.chromium.org/chromium/chromium/src/+/main:third_party/fft2d/LICENSE and inside the code archive seen at: http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html This is in conflict with the web site license which is: takuya-ooura Reported-by: Henrik Sandklef @hesa Signed-off-by: Philippe Ombredanne --- src/licensedcode/data/rules/proprietary-license_661.RULE | 2 ++ src/licensedcode/data/rules/proprietary-license_661.yml | 5 +++++ src/licensedcode/data/rules/proprietary-license_662.RULE | 3 +++ src/licensedcode/data/rules/proprietary-license_662.yml | 7 +++++++ 4 files changed, 17 insertions(+) create mode 100644 src/licensedcode/data/rules/proprietary-license_661.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_661.yml create mode 100644 src/licensedcode/data/rules/proprietary-license_662.RULE create mode 100644 src/licensedcode/data/rules/proprietary-license_662.yml diff --git a/src/licensedcode/data/rules/proprietary-license_661.RULE b/src/licensedcode/data/rules/proprietary-license_661.RULE new file mode 100644 index 00000000000..12173407c59 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_661.RULE @@ -0,0 +1,2 @@ +You may use, copy, modify this code for any purpose and +without fee. You may distribute this ORIGINAL package. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_661.yml b/src/licensedcode/data/rules/proprietary-license_661.yml new file mode 100644 index 00000000000..a07044b6b82 --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_661.yml @@ -0,0 +1,5 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Seen in https://source.chromium.org/chromium/chromium/src/+/main:third_party/fft2d/LICENSE + and http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html Redistribution does not allow modification, + in contrast with the notice from the website, so this is a proprietary-license license. diff --git a/src/licensedcode/data/rules/proprietary-license_662.RULE b/src/licensedcode/data/rules/proprietary-license_662.RULE new file mode 100644 index 00000000000..6dca52de30e --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_662.RULE @@ -0,0 +1,3 @@ +download: http://momonga.t.u-tokyo.ac.jp/~ooura/fft.html +You may use, copy, modify this code for any purpose and +without fee. You may distribute this ORIGINAL package. \ No newline at end of file diff --git a/src/licensedcode/data/rules/proprietary-license_662.yml b/src/licensedcode/data/rules/proprietary-license_662.yml new file mode 100644 index 00000000000..2b2e6d5dd6b --- /dev/null +++ b/src/licensedcode/data/rules/proprietary-license_662.yml @@ -0,0 +1,7 @@ +license_expression: proprietary-license +is_license_text: yes +notes: Seen in https://source.chromium.org/chromium/chromium/src/+/main:third_party/fft2d/LICENSE + and http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html Redistribution does not allow modification, + in contrast with the notice from the website, so this is a proprietary-license license. +ignorable_urls: + - http://momonga.t.u-tokyo.ac.jp/~ooura/fft.html From d35f3a82f65911a468cecaf67e70a264f5ef8ccc Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Fri, 8 Oct 2021 09:07:20 +0200 Subject: [PATCH 11/14] Fix character encodings Signed-off-by: Philippe Ombredanne --- .../data/licenses/copyheart.LICENSE | 2 +- .../non-english/licenses/scilab-fr.LICENSE | 288 +++++++++--------- .../data/non-english/licenses/scilab-fr.yml | 14 +- .../data/rules/cern-ohl-1.1_2.RULE | 2 +- .../gpl-2.0_with_bison-exception-2.2_1.RULE | 2 +- ...l-2.0_with_classpath-exception-2.0_15.RULE | 2 +- 6 files changed, 155 insertions(+), 155 deletions(-) diff --git a/src/licensedcode/data/licenses/copyheart.LICENSE b/src/licensedcode/data/licenses/copyheart.LICENSE index 3a3a19cbb63..ab3ead05fae 100644 --- a/src/licensedcode/data/licenses/copyheart.LICENSE +++ b/src/licensedcode/data/licenses/copyheart.LICENSE @@ -1 +1 @@ -♡ Copying is an act of love. Please copy. +♡ Copying is an act of love. Please copy. diff --git a/src/licensedcode/data/non-english/licenses/scilab-fr.LICENSE b/src/licensedcode/data/non-english/licenses/scilab-fr.LICENSE index 135237fa4b5..a9efd7a2f24 100644 --- a/src/licensedcode/data/non-english/licenses/scilab-fr.LICENSE +++ b/src/licensedcode/data/non-english/licenses/scilab-fr.LICENSE @@ -1,144 +1,144 @@ -Licence SCILAB - -1- Préambule - -La présente licence a pour objet d'établir les conditions dans -lesquelles vous pouvez utiliser, modifier et diffuser le -LOGICIEL. Toutefois l'INRIA et l'ENPC demeurent les auteurs du -LOGICIEL et conservent la jouissance et l'usage de tous les droits qui -y sont attachés. - -2- Définitions - -Le LOGICIEL est constitué par toutes les versions successives du -logiciel SCILAB, et de leur documentation, développées par l'INRIA et -l'ENPC. - -Les LOGICIELS DERIVES de SCILAB sont constitués de tout ou partie du -LOGICIEL que vous avez modifié et/ou traduit et/ou adapté. - -Les LOGICIELS COMPOSITES de SCILAB sont constitués de tout ou partie -du LOGICIEL que vous avez mis en interface avec un logiciel, un -progiciel ou une boîte à outils dont vous êtres propriétaire ou ayant -droit. - -3- Objet et conditions de la licence portant sur le LOGICIEL - - 1. L'INRIA et l'ENPC vous autorisent, gratuittement, à reproduire - sur tout support présent et à venir le code source et/ou le code - objet du LOGICIEL, sans restriction, à condition de faire - figurer sur toutes les copies la mention du copyright suivante : - Scilab (c)INRIA-ENPC. - - 2. L'INRIA et l'ENPC vous autorisent gratuitement à corriger les - bogues éventuels, à effectuer les modifications nécessaires au - portage du LOGICIEL et à procéder à toute modification ou - correction fonctionnelle usuelle, à condition d'insérer un - fichier patch, ou d'indiquer par tout autre moyen équivalent la - nature et la date de la modification ou de la correction - apportée, sur le(s) fichier(s) concerné(s) du LOGICIEL. - - 3. L'INRIA et l'ENPC vous autorisent gratuitement, à utiliser le - code source et/ou le code objet du LOGICIEL, sans restriction, à - condition de faire figurer sur toutes les copies la mention du - copyright suivante : Scilab (c)INRIA-ENPC. - - 4. L'INRIA et l'ENPC vous autorisent gratuitement, à diffuser et - distribuer gratuitement ou à titre onéreux le code source et/ou - le code objet du LOGICIEL y compris du LOGICIEL modifié - conformément à l'article 3 b) ci-dessus, sur tout support - présent et à venir, à condition : * de faire figurer sur toutes - les copies la mention du copyright suivante : Scilab - (c)INRIA-ENPC. * de diffuser ou de distribuer le LOGICIEL sous - la présente licence. * de diffuser librement les fichiers patch - ou les fichiers contenant les moyens équivalents indiquant la - nature et la date de la modification ou de la correction - apportée sur le(s) fichier(s) concerné(s) du LOGICIEL. - -4- Objet et conditions de la licence portant sur les LOGICIELS DERIVES - - 1. L'INRIA et l'ENPC vous autorisent, gratuitement, à reproduire et - à modifier et/ou à traduire et/ou à adapter tout ou partie du - code source et/ou du code objet du LOGICIEL, à condition - d'insérer un fichier patch indiquant la date et la nature de la - modification et/ou de la traduction et/ou de l'adaptation et le - nom de leur auteur sur le(s) fichier(s) concerné(s) du - LOGICIEL. Le LOGICIEL ainsi modifié constitue des LOGICIELS - DERIVES. L'INRIA vous autorise gratuitement, à utiliser le code - source et/ou le code objet du LOGICIEL, sans restriction, à - condition de faire figurer sur toutes les copies la mention du - copyright suivante : Scilab (c)INRIA-ENPC. - - 2. L'INRIA et l'ENPC vous autorisent gratuitement, à utiliser le - code source et/ou le code objet du LOGICIEL modifié en vertu de - l'article 4-a) ci-dessus, sans restriction, à condition de faire - figurer sur toutes les copies la mention du copyright suivante : - " Scilab inside (c)INRIA-ENPC ". - - 3. L'INRIA et l'ENPC vous autorisent, gratuitement, à diffuser et à - distribuer à titre gratuit à des fins autres que commerciales, - le code source et/ou le code objet des LOGICIELS DERIVES sur - tout support présent et à venir, à condition : * d'indiquer - clairement la mention " Scilab inside (c)INRIA-ENPC " ; * de - distribuer le LOGICIEL DERIVE sous la présente licence ; * de - permettre aux destinataires de la distribution d'avoir accès au - code source du LOGICIEL ; * de distribuer le LOGICIEL DERIVE - sous une autre dénomination que SCILAB. - - 4. Toute utilisation ou diffusion commerciale du LOGICIEL DERIVE - doit être préalablement autorisée par l'INRIA et l'ENPC. - -5- Objet et conditions de la licence portant sur les LOGICIELS COMPOSITES - - 1. L'INRIA et l'ENPC vous autorisent à reproduire et à procéder à - l'interface de tout ou partie du LOGICIEL, avec tout ou partie - d'autres logiciels, progiciels ou boîtes à outils dont vous êtes - propriétaires ou titulaires des droits, afin d'obtenir des - LOGICIELS COMPOSITES. - - 2. L'INRIA et l'ENPC vous autorisent gratuitement, à utiliser le - code source et/ou le code objet du LOGICIEL inclus dans le - LOGICIEL COMPOSITE, sans restriction, à condition de faire - figurer sur toutes les copies la mention du copyright suivante : - " logiciel composite utilisant les fonctionnalités de Scilab - (c)INRIA-ENPC ". - - 3. L'INRIA et l'ENPC vous autorisent, gratuitement, à diffuser et à - distribuer à titre gratuit, à des fins autres que commerciales, - le code source et/ou le code objet des LOGICIELS COMPOSITES sur - tout support présent et à venir, à condition : * d'indiquer - clairement la mention " logiciel composite utilisant les - fonctionnalités de Scilab (c)INRIA-ENPC " ; * de distribuer le - LOGICIEL inclus dans les LOGICIELS COMPOSITES sous la présente - licence ; * de permettre aux destinataires de la distribution - d'avoir accès au code source du LOGICIEL ; * de distribuer le - LOGICIEL COMPOSITE sous une autre dénomination que SCILAB. - - 4. Toute utilisation ou diffusion commerciale du LOGICIEL COMPOSITE - doit être préalablement autorisée par l'INRIA et l'ENPC. - -6- Limitation de garantie - -Sauf mention écrite contraire, le LOGICIEL est fourni en l'état, sans -aucune garantie explicite ou implicite, y compris les garanties de -commercialisation ou d'adaptation. Vous assumez tous les risques quant -à la qualité ou aux effets du LOGICIEL et de son utilisation. Si le -LOGICIEL est défectueux, vous assumez le coût de tous les services, -corrections ou réparations nécessaires. - -7- Consentement - -En accédant et en travaillant sur le LOGICIEL, vous êtes présumé -connaître et avoir accepté tous les droits et toutes les obligations -résultant de la présente licence. - -8- Effet Obligatoire - -Cette licence a la valeur obligatoire d'un contrat. - -Vous n'êtes pas responsable du respect de la licence par un tiers. - -9- Loi applicable - -La présente licence et ses effets sont soumis au droit français et aux -tribunaux français compétents. +Licence SCILAB + +1- Préambule + +La présente licence a pour objet d'établir les conditions dans +lesquelles vous pouvez utiliser, modifier et diffuser le +LOGICIEL. Toutefois l'INRIA et l'ENPC demeurent les auteurs du +LOGICIEL et conservent la jouissance et l'usage de tous les droits qui +y sont attachés. + +2- Définitions + +Le LOGICIEL est constitué par toutes les versions successives du +logiciel SCILAB, et de leur documentation, développées par l'INRIA et +l'ENPC. + +Les LOGICIELS DERIVES de SCILAB sont constitués de tout ou partie du +LOGICIEL que vous avez modifié et/ou traduit et/ou adapté. + +Les LOGICIELS COMPOSITES de SCILAB sont constitués de tout ou partie +du LOGICIEL que vous avez mis en interface avec un logiciel, un +progiciel ou une boîte à outils dont vous êtres propriétaire ou ayant +droit. + +3- Objet et conditions de la licence portant sur le LOGICIEL + + 1. L'INRIA et l'ENPC vous autorisent, gratuittement, à reproduire + sur tout support présent et à venir le code source et/ou le code + objet du LOGICIEL, sans restriction, à condition de faire + figurer sur toutes les copies la mention du copyright suivante : + Scilab (c)INRIA-ENPC. + + 2. L'INRIA et l'ENPC vous autorisent gratuitement à corriger les + bogues éventuels, à effectuer les modifications nécessaires au + portage du LOGICIEL et à procéder à toute modification ou + correction fonctionnelle usuelle, à condition d'insérer un + fichier patch, ou d'indiquer par tout autre moyen équivalent la + nature et la date de la modification ou de la correction + apportée, sur le(s) fichier(s) concerné(s) du LOGICIEL. + + 3. L'INRIA et l'ENPC vous autorisent gratuitement, à utiliser le + code source et/ou le code objet du LOGICIEL, sans restriction, à + condition de faire figurer sur toutes les copies la mention du + copyright suivante : Scilab (c)INRIA-ENPC. + + 4. L'INRIA et l'ENPC vous autorisent gratuitement, à diffuser et + distribuer gratuitement ou à titre onéreux le code source et/ou + le code objet du LOGICIEL y compris du LOGICIEL modifié + conformément à l'article 3 b) ci-dessus, sur tout support + présent et à venir, à condition : * de faire figurer sur toutes + les copies la mention du copyright suivante : Scilab + (c)INRIA-ENPC. * de diffuser ou de distribuer le LOGICIEL sous + la présente licence. * de diffuser librement les fichiers patch + ou les fichiers contenant les moyens équivalents indiquant la + nature et la date de la modification ou de la correction + apportée sur le(s) fichier(s) concerné(s) du LOGICIEL. + +4- Objet et conditions de la licence portant sur les LOGICIELS DERIVES + + 1. L'INRIA et l'ENPC vous autorisent, gratuitement, à reproduire et + à modifier et/ou à traduire et/ou à adapter tout ou partie du + code source et/ou du code objet du LOGICIEL, à condition + d'insérer un fichier patch indiquant la date et la nature de la + modification et/ou de la traduction et/ou de l'adaptation et le + nom de leur auteur sur le(s) fichier(s) concerné(s) du + LOGICIEL. Le LOGICIEL ainsi modifié constitue des LOGICIELS + DERIVES. L'INRIA vous autorise gratuitement, à utiliser le code + source et/ou le code objet du LOGICIEL, sans restriction, à + condition de faire figurer sur toutes les copies la mention du + copyright suivante : Scilab (c)INRIA-ENPC. + + 2. L'INRIA et l'ENPC vous autorisent gratuitement, à utiliser le + code source et/ou le code objet du LOGICIEL modifié en vertu de + l'article 4-a) ci-dessus, sans restriction, à condition de faire + figurer sur toutes les copies la mention du copyright suivante : + " Scilab inside (c)INRIA-ENPC ". + + 3. L'INRIA et l'ENPC vous autorisent, gratuitement, à diffuser et à + distribuer à titre gratuit à des fins autres que commerciales, + le code source et/ou le code objet des LOGICIELS DERIVES sur + tout support présent et à venir, à condition : * d'indiquer + clairement la mention " Scilab inside (c)INRIA-ENPC " ; * de + distribuer le LOGICIEL DERIVE sous la présente licence ; * de + permettre aux destinataires de la distribution d'avoir accès au + code source du LOGICIEL ; * de distribuer le LOGICIEL DERIVE + sous une autre dénomination que SCILAB. + + 4. Toute utilisation ou diffusion commerciale du LOGICIEL DERIVE + doit être préalablement autorisée par l'INRIA et l'ENPC. + +5- Objet et conditions de la licence portant sur les LOGICIELS COMPOSITES + + 1. L'INRIA et l'ENPC vous autorisent à reproduire et à procéder à + l'interface de tout ou partie du LOGICIEL, avec tout ou partie + d'autres logiciels, progiciels ou boîtes à outils dont vous êtes + propriétaires ou titulaires des droits, afin d'obtenir des + LOGICIELS COMPOSITES. + + 2. L'INRIA et l'ENPC vous autorisent gratuitement, à utiliser le + code source et/ou le code objet du LOGICIEL inclus dans le + LOGICIEL COMPOSITE, sans restriction, à condition de faire + figurer sur toutes les copies la mention du copyright suivante : + " logiciel composite utilisant les fonctionnalités de Scilab + (c)INRIA-ENPC ". + + 3. L'INRIA et l'ENPC vous autorisent, gratuitement, à diffuser et à + distribuer à titre gratuit, à des fins autres que commerciales, + le code source et/ou le code objet des LOGICIELS COMPOSITES sur + tout support présent et à venir, à condition : * d'indiquer + clairement la mention " logiciel composite utilisant les + fonctionnalités de Scilab (c)INRIA-ENPC " ; * de distribuer le + LOGICIEL inclus dans les LOGICIELS COMPOSITES sous la présente + licence ; * de permettre aux destinataires de la distribution + d'avoir accès au code source du LOGICIEL ; * de distribuer le + LOGICIEL COMPOSITE sous une autre dénomination que SCILAB. + + 4. Toute utilisation ou diffusion commerciale du LOGICIEL COMPOSITE + doit être préalablement autorisée par l'INRIA et l'ENPC. + +6- Limitation de garantie + +Sauf mention écrite contraire, le LOGICIEL est fourni en l'état, sans +aucune garantie explicite ou implicite, y compris les garanties de +commercialisation ou d'adaptation. Vous assumez tous les risques quant +à la qualité ou aux effets du LOGICIEL et de son utilisation. Si le +LOGICIEL est défectueux, vous assumez le coût de tous les services, +corrections ou réparations nécessaires. + +7- Consentement + +En accédant et en travaillant sur le LOGICIEL, vous êtes présumé +connaître et avoir accepté tous les droits et toutes les obligations +résultant de la présente licence. + +8- Effet Obligatoire + +Cette licence a la valeur obligatoire d'un contrat. + +Vous n'êtes pas responsable du respect de la licence par un tiers. + +9- Loi applicable + +La présente licence et ses effets sont soumis au droit français et aux +tribunaux français compétents. diff --git a/src/licensedcode/data/non-english/licenses/scilab-fr.yml b/src/licensedcode/data/non-english/licenses/scilab-fr.yml index b695f1b179d..277ebf27abe 100644 --- a/src/licensedcode/data/non-english/licenses/scilab-fr.yml +++ b/src/licensedcode/data/non-english/licenses/scilab-fr.yml @@ -1,8 +1,8 @@ -key: scilab-fr -short_name: SCILAB -name: SCILAB License -category: Proprietary Free -owner: INRIA/ENPC -homepage_url: http://web.archive.org/web/20051212214843/http://www.scilab.org/legal/license.html -text_urls: +key: scilab-fr +short_name: SCILAB +name: SCILAB License +category: Proprietary Free +owner: INRIA/ENPC +homepage_url: http://web.archive.org/web/20051212214843/http://www.scilab.org/legal/license.html +text_urls: - https://directory.fsf.org/wiki/License:Scilab-old \ No newline at end of file diff --git a/src/licensedcode/data/rules/cern-ohl-1.1_2.RULE b/src/licensedcode/data/rules/cern-ohl-1.1_2.RULE index d09c3a973f4..215cd5ccd42 100644 --- a/src/licensedcode/data/rules/cern-ohl-1.1_2.RULE +++ b/src/licensedcode/data/rules/cern-ohl-1.1_2.RULE @@ -1,4 +1,4 @@ -CERN OPEN HARDWARE LICENCE v1.1 +CERN OPEN HARDWARE LICENCE v1.1 Preamble diff --git a/src/licensedcode/data/rules/gpl-2.0_with_bison-exception-2.2_1.RULE b/src/licensedcode/data/rules/gpl-2.0_with_bison-exception-2.2_1.RULE index 225648ad7c5..c0e0866a1fb 100644 --- a/src/licensedcode/data/rules/gpl-2.0_with_bison-exception-2.2_1.RULE +++ b/src/licensedcode/data/rules/gpl-2.0_with_bison-exception-2.2_1.RULE @@ -1,4 +1,4 @@ -insert GPL v2 text here +insert GPL v2 text here Bison Exception diff --git a/src/licensedcode/data/rules/gpl-2.0_with_classpath-exception-2.0_15.RULE b/src/licensedcode/data/rules/gpl-2.0_with_classpath-exception-2.0_15.RULE index 16c297ec092..65b95283280 100644 --- a/src/licensedcode/data/rules/gpl-2.0_with_classpath-exception-2.0_15.RULE +++ b/src/licensedcode/data/rules/gpl-2.0_with_classpath-exception-2.0_15.RULE @@ -1,4 +1,4 @@ -insert GPL v2 license text here +insert GPL v2 license text here Class Path Exception From e72cd865276bdbf9172d87c9687940823d8bd992 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Wed, 13 Oct 2021 10:46:15 +0200 Subject: [PATCH 12/14] Remove dangling empty file Signed-off-by: Philippe Ombredanne --- src/licensedcode/data/mit_759.RULE | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/licensedcode/data/mit_759.RULE diff --git a/src/licensedcode/data/mit_759.RULE b/src/licensedcode/data/mit_759.RULE deleted file mode 100644 index e69de29bb2d..00000000000 From fb542ce93e986c66af8c8c9bb60b4678d0d1c7a1 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Wed, 13 Oct 2021 10:46:41 +0200 Subject: [PATCH 13/14] Add rare CPOL 1.0 license Signed-off-by: Philippe Ombredanne --- .../data/licenses/cpol-1.0.LICENSE | 189 ++++++++++++++++++ src/licensedcode/data/licenses/cpol-1.0.yml | 13 ++ 2 files changed, 202 insertions(+) create mode 100644 src/licensedcode/data/licenses/cpol-1.0.LICENSE create mode 100644 src/licensedcode/data/licenses/cpol-1.0.yml diff --git a/src/licensedcode/data/licenses/cpol-1.0.LICENSE b/src/licensedcode/data/licenses/cpol-1.0.LICENSE new file mode 100644 index 00000000000..1121a75df33 --- /dev/null +++ b/src/licensedcode/data/licenses/cpol-1.0.LICENSE @@ -0,0 +1,189 @@ +The Code Project Open License (CPOL) 1.0 + +***** Preamble ***** +This License governs Your use of the Work. This License is intended to allow +developers to use the Source Code and Executable Files provided as part of the +Work in any application in any form. +The main points subject to the terms of the License are: + * Source Code and Executable Files can be used in commercial applications; + * Source Code and Executable Files can be redistributed; and + * Source Code can be modified to create derivative works. + * No claim of suitability, guarantee, or any warranty whatsoever is + provided. The software is provided "as-is". +This License is entered between You, the individual or other entity reading or +otherwise making use of the Work licensed pursuant to this License and the +individual or other entity which offers the Work under the terms of this +License ("Author"). +***** License ***** +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CODE PROJECT +OPEN LICENSE ("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 HEREIN, YOU ACCEPT AND AGREE TO +BE BOUND BY THE TERMS OF THIS LICENSE. THE AUTHOR GRANTS YOU THE RIGHTS +CONTAINED HEREIN IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND +CONDITIONS. IF YOU DO NOT AGREE TO ACCEPT AND BE BOUND BY THE TERMS OF THIS +LICENSE, YOU CANNOT MAKE ANY USE OF THE WORK. + 1. Definitions. + 1. "Articles" means, collectively, all articles written by Author + which describes how the Source Code and Executable Files for the + Work may be used by a user. + 2. "Author" means the individual or entity that offers the Work under + the terms of this License. + 3. "Derivative Work" means a work based upon the Work or upon the Work + and other pre-existing works. + 4. "Executable Files" refer to the executables, binary files, + configuration and any required data files included in the Work. + 5. "Publisher" means the provider of the website, magazine, CD-ROM, + DVD or other medium from or by which the Work is obtained by You. + 6. "Source Code" refers to the collection of source code and + configuration files used to create the Executable Files. + 7. "Standard Version" refers to such a Work if it has not been + modified, or has been modified in accordance with the consent of + the Author, such consent being in the full discretion of the + Author. + 8. "Work" refers to the collection of files distributed by the + Publisher, including the Source Code, Executable Files, binaries, + data files, documentation, whitepapers and the Articles. + 9. "You" is you, an individual or entity wishing to use the Work and + exercise your rights under this License. + 2. Fair Use/Fair Use Rights. Nothing in this License is intended to reduce, + limit, or restrict any rights arising from fair use, fair dealing, first + sale or other limitations on the exclusive rights of the copyright owner + under copyright law or other applicable laws. + 3. License Grant. Subject to the terms and conditions of this License, the + Author 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: + 1. You may use the standard version of the Source Code or Executable + Files in Your own applications. + 2. You may apply bug fixes, portability fixes and other modifications + obtained from the Public Domain or from the Author. A Work modified + in such a way shall still be considered the standard version and + will be subject to this License. + 3. You may otherwise modify Your copy of this Work (excluding the + Articles) in any way to create a Derivative Work, provided that You + insert a prominent notice in each changed file stating how, when + and where You changed that file. + 4. You may distribute the standard version of the Executable Files and + Source Code or Derivative Work in aggregate with other (possibly + commercial) programs as part of a larger (possibly commercial) + software distribution. + 5. The Articles discussing the Work published in any form by the + author may not be distributed or republished without the Author's + consent. The author retains copyright to any such Articles. You may + use the Executable Files and Source Code pursuant to this License + but you may not repost or republish or otherwise distribute or make + available the Articles, without the prior written consent of the + Author. + Any subroutines or modules supplied by You and linked into the Source + Code or Executable Files this Work shall not be considered part of this + Work and will not be subject to the terms of this License. + 4. Patent License. Subject to the terms and conditions of this License, each + Author 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, import, and otherwise transfer + the Work. + 5. Restrictions. The license granted in Section 3 above is expressly made + subject to and limited by the following restrictions: + 1. You agree not remove any of the original copyright, patent, + trademark, and attribution notices and associated disclaimers that + may appear in the Source Code or Executable Files. + 2. You agree not to advertise or in any way imply that this Work is a + product of Your own. + 3. The name of the Author may not be used to endorse or promote + products derived from the Work without the prior written consent of + the Author. + 4. You agree not to sell, lease, or rent any part of the Work. + 5. You may distribute the Executable Files and Source Code only under + the terms of this License, and You must include a copy of, or the + Uniform Resource Identifier for, this License with every copy of + the Executable Files or Source Code You distribute and ensure that + anyone receiving such Executable Files and Source Code agrees that + the terms of this License apply to such Executable Files and/or + Source Code. You may not offer or impose any terms on the Work that + alter or restrict the terms of this License or the recipients' + exercise of the rights granted hereunder. You may not sublicense + the Work. You must keep intact all notices that refer to this + License and to the disclaimer of warranties. You may not distribute + the Executable Files or Source Code with any technological measures + that control access or use of the Work in a manner inconsistent + with the terms of this License. + 6. You agree not to use the Work for illegal, immoral or improper + purposes, or on pages containing illegal, immoral or improper + material. The Work is subject to applicable export laws. You agree + to comply with all such laws and regulations that may apply to the + Work after Your receipt of the Work. + 6. Representations, Warranties and Disclaimer. THIS WORK IS PROVIDED "AS + IS", "WHERE IS" AND "AS AVAILABLE", WITHOUT ANY EXPRESS OR IMPLIED + WARRANTIES OR CONDITIONS OR GUARANTEES. YOU, THE USER, ASSUME ALL RISK IN + ITS USE, INCLUDING COPYRIGHT INFRINGEMENT, PATENT INFRINGEMENT, + SUITABILITY, ETC. AUTHOR EXPRESSLY DISCLAIMS ALL EXPRESS, IMPLIED OR + STATUTORY WARRANTIES OR CONDITIONS, INCLUDING WITHOUT LIMITATION, + WARRANTIES OR CONDITIONS OF MERCHANTABILITY, MERCHANTABLE QUALITY OR + FITNESS FOR A PARTICULAR PURPOSE, OR ANY WARRANTY OF TITLE OR NON- + INFRINGEMENT, OR THAT THE WORK (OR ANY PORTION THEREOF) IS CORRECT, + USEFUL, BUG-FREE OR FREE OF VIRUSES. YOU MUST PASS THIS DISCLAIMER ON + WHENEVER YOU DISTRIBUTE THE WORK OR DERIVATIVE WORKS. + 7. Indemnity.You agree to defend, indemnify and hold harmless the Author and + the Publisher from and against any claims, suits, losses, damages, + liabilities, costs, and expenses (including reasonable legal or + attorneys’ fees) resulting from or relating to any use of the Work by + You. + 8. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, + IN NO EVENT WILL THE AUTHOR OR THE PUBLISHER 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 OR + OTHERWISE, EVEN IF THE AUTHOR OR THE PUBLISHER HAS BEEN ADVISED OF THE + POSSIBILITY OF SUCH DAMAGES. + 9. Termination. + 1. This License and the rights granted hereunder will terminate + automatically upon any breach by You of any term of this License. + Individuals or entities who have received Derivative Works 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, 6, 7, 8, 9, 10 and + 11 will survive any termination of this License. + 2. If You bring a copyright, trademark, patent or any other + infringement claim against any contributor over infringements You + claim are made by the Work, your License from such contributor to + the Work ends automatically. + 3. Subject to the above terms and conditions, this License is + perpetual (for the duration of the applicable copyright in the + Work). Notwithstanding the above, the Author 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. + 10. Publisher. The parties hereby confirm that the Publisher shall not, under + any circumstances, be responsible for and shall not have any liability in + respect of the subject matter of this License. The Publisher makes no + warranty whatsoever in connection with the Work and shall 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. The + Publisher reserves the right to cease making the Work available to You at + any time without notice + 11. Miscellaneous + 1. This License shall be governed by the laws of the location of the + head office of the Author or if the Author is an individual, the + laws of location of the principal place of residence of the Author. + 2. 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 License, such provision shall be + reformed to the minimum extent necessary to make such provision + valid and enforceable. + 3. 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. + 4. This License constitutes the entire agreement between the parties + with respect to the Work licensed herein. There are no + understandings, agreements or representations with respect to the + Work not specified herein. The Author 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 Author and You. diff --git a/src/licensedcode/data/licenses/cpol-1.0.yml b/src/licensedcode/data/licenses/cpol-1.0.yml new file mode 100644 index 00000000000..648ceb7d0ef --- /dev/null +++ b/src/licensedcode/data/licenses/cpol-1.0.yml @@ -0,0 +1,13 @@ +key: cpol-1.0 +short_name: CPOL 1.0 +name: Code Project Open License (CPOL) 1.0 +category: Free Restricted +owner: Code Project +homepage_url: http://www.codeproject.com/info/cpol10.aspx +spdx_license_key: LicenseRef-scancode-cpol-1.0 +text_urls: + - http://www.codeproject.com/info/CPOL.zip + - http://www.codeproject.com/info/cpol10.aspx +notes: this license had a short life and was quickly replaced by version 1.02. + Yet there are some example of usage in the wild. + \ No newline at end of file From 5852a2b5313d94b13b70c7584540752bd83edd8e Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Thu, 14 Oct 2021 10:13:24 +0200 Subject: [PATCH 14/14] Use correct license expression for SSPL and Elastic Signed-off-by: Philippe Ombredanne --- .../data/rules/elastic-license-v2_or_mongodb-sspl-1.0_2.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/licensedcode/data/rules/elastic-license-v2_or_mongodb-sspl-1.0_2.yml b/src/licensedcode/data/rules/elastic-license-v2_or_mongodb-sspl-1.0_2.yml index 55c6f2d2ce4..6738891feb6 100644 --- a/src/licensedcode/data/rules/elastic-license-v2_or_mongodb-sspl-1.0_2.yml +++ b/src/licensedcode/data/rules/elastic-license-v2_or_mongodb-sspl-1.0_2.yml @@ -1,6 +1,7 @@ -license_expression: elastic-license-v2 OR mongodb-sspl-1.0 +license_expression: (elastic-license-v2 OR mongodb-sspl-1.0) AND apache-2.0 AND other-permissive AND elastic-license-v2 is_license_notice: yes relevance: 100 referenced_filenames: - licenses/ELASTIC-LICENSE-2.0.txt -notes: https://github.com/elastic/elasticsearch/commit/a92a647b9f17d1bddf5c707490a19482c273eda3 +notes: See https://github.com/elastic/elasticsearch/commit/a92a647b9f17d1bddf5c707490a19482c273eda3 +