Skip to content

Commit 0643e44

Browse files
committed
Add missing ignorable_urls to rules and licenses
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent cb89d29 commit 0643e44

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

src/licensedcode/data/licenses/cncf-corporate-cla-1.0.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ homepage_url: https://github.com/cncf/cla/blob/master/corporate-cla.pdf
77
spdx_license_key: LicenseRef-scancode-cncf-corporate-cla-1.0
88
faq_url: https://github.com/kubernetes/community/blob/master/CLA.md
99
ignorable_emails:
10-
- la@cncf.io
10+
- cla@cncf.io
11+

src/licensedcode/data/licenses/cncf-individual-cla-1.0.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ homepage_url: https://github.com/cncf/cla/blob/master/individual-cla.pdf
77
spdx_license_key: LicenseRef-scancode-cncf-individual-cla-1.0
88
faq_url: https://github.com/kubernetes/community/blob/master/CLA.md
99
ignorable_emails:
10-
- la@cncf.io
10+
- cla@cncf.io
11+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
license_expression: gpl-2.0 AND patent-disclaimer
22
is_license_notice: yes
3+
ignorable_urls:
4+
- http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
5+
- http://www.sgi.com/
6+

0 commit comments

Comments
 (0)