diff --git a/src/cluecode/copyrights.py b/src/cluecode/copyrights.py index f5ab1c72681..e85aeb30ba8 100644 --- a/src/cluecode/copyrights.py +++ b/src/cluecode/copyrights.py @@ -2562,6 +2562,9 @@ def build_detection_from_node( #holder is Tim Hudson (tjh@mincom.oz.au). COPYRIGHT: { } #83001 + # Copyright lowRISC contributors. + COPYRIGHT: { } + ####################################### # Authors ####################################### diff --git a/src/licensedcode/data/rules/apache-2.0_1076.RULE b/src/licensedcode/data/rules/apache-2.0_1076.RULE new file mode 100644 index 00000000000..412de1e5b4e --- /dev/null +++ b/src/licensedcode/data/rules/apache-2.0_1076.RULE @@ -0,0 +1 @@ +Licensed under the Apache License, Version 2.0, see LICENSE for details \ No newline at end of file diff --git a/src/licensedcode/data/rules/apache-2.0_1076.yml b/src/licensedcode/data/rules/apache-2.0_1076.yml new file mode 100644 index 00000000000..19701d49333 --- /dev/null +++ b/src/licensedcode/data/rules/apache-2.0_1076.yml @@ -0,0 +1,5 @@ +license_expression: apache-2.0 +relevance: 100 +is_license_notice: yes +referenced_filenames: + - LICENSE \ No newline at end of file diff --git a/tests/cluecode/data/copyrights/toolchain.txt b/tests/cluecode/data/copyrights/toolchain.txt new file mode 100644 index 00000000000..1b583c905bc --- /dev/null +++ b/tests/cluecode/data/copyrights/toolchain.txt @@ -0,0 +1 @@ +Copyright lowRISC contributors. \ No newline at end of file diff --git a/tests/cluecode/data/copyrights/toolchain.txt.yml b/tests/cluecode/data/copyrights/toolchain.txt.yml new file mode 100644 index 00000000000..de917d25e79 --- /dev/null +++ b/tests/cluecode/data/copyrights/toolchain.txt.yml @@ -0,0 +1,11 @@ +what: + - copyrights + - holders + - holders_summary +copyrights: + - Copyright lowRISC contributors +holders: + - lowRISC contributors +holders_summary: + - value: lowRISC contributors + count: 1