Skip to content

Commit

Permalink
Fix bug in nuget license detection
Browse files Browse the repository at this point in the history
Reference: #3409
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
  • Loading branch information
AyanSinhaMahapatra committed May 30, 2023
1 parent 93097a0 commit 86151a8
Show file tree
Hide file tree
Showing 7 changed files with 478 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
license_expression: unknown-license-reference
is_license_tag: yes
minimum_coverage: 100
referenced_filenames:
- COPYING.txt
---

<license type="file">COPYING.txt</license>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
license_expression: unknown-license-reference
is_license_reference: yes
minimum_coverage: 100
referenced_filenames:
- COPYING.txt
---

license COPYING.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
license_expression: unknown-license-reference
is_license_reference: yes
minimum_coverage: 100
referenced_filenames:
- COPYING.txt
---

license @type file #text COPYING.txt
Loading

0 comments on commit 86151a8

Please sign in to comment.