Skip to content

Commit

Permalink
Add more license detection rules
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
  • Loading branch information
AyanSinhaMahapatra committed Nov 9, 2023
1 parent 005b7bf commit 8c70ccf
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/licensedcode/data/rules/authorizenet-sdk_3.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
license_expression: authorizenet-sdk
is_license_tag: yes
ignorable_urls:
- https://github.com/AuthorizeNet/sdk-java/blob/master/LICENSE.txt
---

name: SDK License Agreement
url: {{https://github.com/AuthorizeNet/sdk-java/blob/master/LICENSE.txt}}
10 changes: 10 additions & 0 deletions src/licensedcode/data/rules/bsd-new_1346.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
license_expression: bsd-new
is_license_tag: yes
ignorable_urls:
- http://www.linfo.org/bsdlicense.html
---

name: BSD
url: http://www.linfo.org/bsdlicense.html
comments: Free for open or commercial use, with credit line
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
license_expression: authorizenet-sdk
is_license_clue: yes
is_continuous: yes
relevance: 70
---

{{AuthorizeNet sdk license}}

0 comments on commit 8c70ccf

Please sign in to comment.