Skip to content

Commit 37202b4

Browse files
committed
Fix GPL license detection false positive #2793
Add a false-positive rule for a file in Android. Fixes #2793. Signed-off-by: Kevin Ji <kyji1011@gmail.com>
1 parent 132e6b8 commit 37202b4

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e.g. GPL in an MIT project might only apply to the contrib/ directory.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
is_false_positive: yes
2+
notes: seen in Android as a comment and not a license notice.

0 commit comments

Comments
 (0)