Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/licensedcode/data/rules/false-positive_830.RULE
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ is_false_positive: yes
notes: Seen in go-go1.24.11/src/hash/crc32/crc32_ppc64le.s. This is about the license of an other open source component (antonblanchard/crc32-vpmsum).
---

The vectorized implementation found below is a derived work from code written by Anton Blanchard <anton@au.ibm.com> found at https://github.com/antonblanchard/crc32-vpmsum. The original is dual licensed under GPL and Apache 2.
The vectorized implementation found below is a derived work from code written by Anton Blanchard <anton@au.ibm.com> found at https://github.com/antonblanchard/crc32-vpmsum. The original is dual licensed under GPL and Apache 2.
5 changes: 5 additions & 0 deletions src/licensedcode/data/rules/false-positive_833.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
is_false_positive: yes
notes: This is only a mention of GLPv2 and it is related to GCC
---
that is the last GPLv2 version of GCC,
5 changes: 5 additions & 0 deletions src/licensedcode/data/rules/false-positive_834.RULE
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
is_false_positive: yes
notes: This is a mention of GPL in relation to a website and not the code in question
---
(An updated version on the author's website came with a license that contained a GPL-incompatible advertising clause.)
Loading