Skip to content

Commit

Permalink
Fix incorrect license detection aboutcode-org#2777
Browse files Browse the repository at this point in the history
Adds a false positive rule for GNU tar. Fixes aboutcode-org#2777

Signed-off-by: Kevin Ji <kyji1011@gmail.com>
  • Loading branch information
KevinJi22 committed Jan 25, 2022
1 parent 0b57869 commit 3248a99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/licensedcode/data/rules/false-positive_674.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
based on John Gilmore's public domain version of tar,
2 changes: 2 additions & 0 deletions src/licensedcode/data/rules/false-positive_674.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
is_false_positive: yes
notes: Not a license, refers to a different version of tar that this version is based on.

0 comments on commit 3248a99

Please sign in to comment.