Skip to content

Commit 3f11c67

Browse files
authored
Merge pull request #2837 from adii21-Ux/2798_fix
New license and copyright rule
2 parents b86dc0d + ff318bd commit 3f11c67

5 files changed

Lines changed: 21 additions & 0 deletions

File tree

src/cluecode/copyrights.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,6 +2565,9 @@ def build_detection_from_node(
25652565
#holder is Tim Hudson (tjh@mincom.oz.au).
25662566
COPYRIGHT: {<HOLDER> <JUNK> <NAME-EMAIL>} #83001
25672567
2568+
# Copyright lowRISC contributors.
2569+
COPYRIGHT: {<COPY> <NN> <CONTRIBUTORS>}
2570+
25682571
#######################################
25692572
# Authors
25702573
#######################################
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Licensed under the Apache License, Version 2.0, see LICENSE for details
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
license_expression: apache-2.0
2+
relevance: 100
3+
is_license_notice: yes
4+
referenced_filenames:
5+
- LICENSE
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Copyright lowRISC contributors.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
what:
2+
- copyrights
3+
- holders
4+
- holders_summary
5+
copyrights:
6+
- Copyright lowRISC contributors
7+
holders:
8+
- lowRISC contributors
9+
holders_summary:
10+
- value: lowRISC contributors
11+
count: 1

0 commit comments

Comments
 (0)