Skip to content

Commit 886bc39

Browse files
Fix bug in nuget license detection
Reference: #3409 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 93097a0 commit 886bc39

File tree

7 files changed

+478
-0
lines changed

7 files changed

+478
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: unknown-license-reference
3+
is_license_tag: yes
4+
minimum_coverage: 100
5+
referenced_filenames:
6+
- COPYING.txt
7+
---
8+
9+
<license type="file">COPYING.txt</license>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: unknown-license-reference
3+
is_license_reference: yes
4+
minimum_coverage: 100
5+
referenced_filenames:
6+
- COPYING.txt
7+
---
8+
9+
license COPYING.txt
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
license_expression: unknown-license-reference
3+
is_license_reference: yes
4+
minimum_coverage: 100
5+
referenced_filenames:
6+
- COPYING.txt
7+
---
8+
9+
license @type file #text COPYING.txt

0 commit comments

Comments
 (0)