Skip to content

Commit 3318ae6

Browse files
Add new license detection rules
Reference: #3515 Reference: #3512 Reported-by: @bennati Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 06b8f32 commit 3318ae6

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
license_expression: bsd-new
3+
is_license_notice: yes
4+
referenced_filenames:
5+
- LICENSE
6+
ignorable_copyrights:
7+
- copyright (c) 2019 by The OAuthlib Community
8+
ignorable_holders:
9+
- The OAuthlib Community
10+
---
11+
12+
:copyright: (c) 2019 by The OAuthlib Community
13+
{{:license: BSD, see LICENSE for details.}}

src/licensedcode/data/rules/unknown-license-reference_389.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
license_expression: unknown-license-reference
3-
is_license_reference: yes
3+
is_license_clue: yes
44
referenced_filenames:
55
- org.jacoco.doc/docroot/doc/license.html
66
ignorable_urls:

src/licensedcode/data/rules/unknown-license-reference_390.RULE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
license_expression: unknown-license-reference
3-
is_license_reference: yes
3+
is_license_clue: yes
44
referenced_filenames:
55
- org.jacoco.doc/docroot/doc/license.html
66
ignorable_urls:

0 commit comments

Comments
 (0)