Skip to content

Commit 0d7df58

Browse files
committed
Improve copyright detection side-effects
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 12b7ace commit 0d7df58

File tree

9 files changed

+24
-4
lines changed

9 files changed

+24
-4
lines changed

src/licensedcode/data/licenses/minpack.LICENSE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ text_urls:
1212
- http://www.netlib.org/minpack/disclaimer
1313
other_urls:
1414
- https://gitlab.com/libeigen/eigen/-/blob/master/COPYING.MINPACK
15+
ignorable_copyrights:
16+
- Copyright Notice (1999) University of Chicago
17+
ignorable_holders:
18+
- University of Chicago
1519
ignorable_authors:
1620
- the University of Chicago
1721
---

src/licensedcode/data/licenses/nasa-1.3.LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ other_urls:
1717
- https://opensource.org/licenses/NASA-1.3
1818
minimum_coverage: 10
1919
ignorable_copyrights:
20-
- Copyright YEAR United States Government as represented by
20+
- Copyright YEAR United States Government
2121
ignorable_holders:
22-
- United States Government as represented by
22+
- United States Government
2323
---
2424

2525
NASA OPEN SOURCE AGREEMENT VERSION 1.3

src/licensedcode/data/rules/bsd-original-uc_14.RULE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
license_expression: bsd-original-uc
33
is_license_notice: yes
4+
ignorable_copyrights:
5+
- copyright of UC Berkeley's Berkeley Software
6+
ignorable_holders:
7+
- UC Berkeley's Berkeley Software
48
ignorable_authors:
59
- UC Berkeley and its contributors
610
- the University of California, Berkeley and its contributors

src/licensedcode/data/rules/bsd-original-uc_9.RULE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
license_expression: bsd-original-uc
33
is_license_text: yes
44
minimum_coverage: 90
5+
ignorable_copyrights:
6+
- copyright of UC Berkeley's Berkeley Software
7+
ignorable_holders:
8+
- UC Berkeley's Berkeley Software
59
ignorable_authors:
610
- UC Berkeley and its contributors
711
- the University of California, Berkeley and its contributors

src/licensedcode/data/rules/minpack_2.RULE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
license_expression: minpack
33
is_license_text: yes
4+
ignorable_copyrights:
5+
- Copyright Notice (1999) University of Chicago
6+
ignorable_holders:
7+
- University of Chicago
48
ignorable_authors:
59
- the University of Chicago
610
---

src/licensedcode/data/rules/mpich_2.RULE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ license_expression: mpich
33
is_license_text: yes
44
relevance: 100
55
minimum_coverage: 95
6+
ignorable_copyrights:
7+
- Copyright Notice 1998-2020, Argonne National Laboratory
8+
ignorable_holders:
9+
- Argonne National Laboratory
610
---
711

812
COPYRIGHT

src/licensedcode/data/rules/proprietary-license_637.RULE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
license_expression: proprietary-license
33
is_license_text: yes
44
notes: https://github.com/menahishayan/HomeAssistant-Cupertino-Icons/blob/734b65202915e4d2a8a77072d909d8630e027b1c/LICENSE
5-
ignorable_authors:
6-
- Apple's SF Pro Symbols Viewer
75
---
86

97
Icons included here are only

tests/packagedcode/data/debian/copyright/debian-slim-2021-04-07/usr/share/doc/libc-bin/copyright-detailed.expected.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,7 @@ copyright: |
803803
copyright Eric Young
804804
Copyright (c) 1992 Eric Young Collected
805805
copyright Simon Josefsson
806+
copyright The Internet Society, Tom Tromey and Red Hat, Inc.
806807
Copyright (c) 2002, 2003, 2004, 2011 Simon Josefsson
807808
Copyright (c) 1999, 2000 Tom Tromey
808809
Copyright 2000 Red Hat, Inc.

tests/packagedcode/data/debian/copyright/debian-slim-2021-04-07/usr/share/doc/libc6/copyright-detailed.expected.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,7 @@ copyright: |
803803
copyright Eric Young
804804
Copyright (c) 1992 Eric Young Collected
805805
copyright Simon Josefsson
806+
copyright The Internet Society, Tom Tromey and Red Hat, Inc.
806807
Copyright (c) 2002, 2003, 2004, 2011 Simon Josefsson
807808
Copyright (c) 1999, 2000 Tom Tromey
808809
Copyright 2000 Red Hat, Inc.

0 commit comments

Comments
 (0)