Skip to content

Commit

Permalink
Add new license detection rules
Browse files Browse the repository at this point in the history
Reference: #3515
Reference: #3512
Reported-by: @bennati
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
  • Loading branch information
AyanSinhaMahapatra committed Jan 17, 2024
1 parent 06b8f32 commit 3318ae6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions src/licensedcode/data/rules/bsd-new_1380.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
license_expression: bsd-new
is_license_notice: yes
referenced_filenames:
- LICENSE
ignorable_copyrights:
- copyright (c) 2019 by The OAuthlib Community
ignorable_holders:
- The OAuthlib Community
---

:copyright: (c) 2019 by The OAuthlib Community
{{:license: BSD, see LICENSE for details.}}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
license_expression: unknown-license-reference
is_license_reference: yes
is_license_clue: yes
referenced_filenames:
- org.jacoco.doc/docroot/doc/license.html
ignorable_urls:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
license_expression: unknown-license-reference
is_license_reference: yes
is_license_clue: yes
referenced_filenames:
- org.jacoco.doc/docroot/doc/license.html
ignorable_urls:
Expand Down

0 comments on commit 3318ae6

Please sign in to comment.