-
-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ocb-open-source-2013 not recognized #2670
Comments
This is a basic correction for this license detection issue. Reported-by: Mikko Murto <mikko.murto@gmail.com> Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
This is an extra set of extended license detection rules from researching some variant notices for this OCB license which is seen in the popular libgcrypt (C) and BouncyCatsle (Java) packages. Reported-by: Mikko Murto <mikko.murto@gmail.com> Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
@mmurto Thank you ++ for this report!
Your review there is much welcomed! |
This is an extra set of extended license detection rules from researching some variant notices for this OCB license which is seen in the popular libgcrypt (C) and BouncyCatsle (Java) packages. Reported-by: Mikko Murto <mikko.murto@gmail.com> Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
This was missed before Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
This is a basic correction for this license detection issue. Reported-by: Mikko Murto <mikko.murto@gmail.com> Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
This is an extra set of extended license detection rules from researching some variant notices for this OCB license which is seen in the popular libgcrypt (C) and BouncyCatsle (Java) packages. Reported-by: Mikko Murto <mikko.murto@gmail.com> Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
This was missed before Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Detect ocb correctly license #2670
This fixed and merged in develop. Thank you++ |
Thank you, I'll try a fix next time! One thing that's not immediately obvious from the rules you added is that why is |
Actually the relevance is not needed. The only time when a relevance is needed is when you have a small rule *(small as a in made of only a few words) and that is still highly relevant. For instance: |
It is not needed for longer rules above the 18 words threshold. And it was confusing to always add this as 100 when not needed Reported-by: Mikko Murto <mikko.murto@gmail.com> Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Description
ScanCode does not recognize
ocb-open-source-2013
in https://github.com/bcgit/bc-java/blob/master/core/src/main/java/org/bouncycastle/crypto/modes/OCBBlockCipher.java.System configuration
ScanCode commit 5db9d05.
The text was updated successfully, but these errors were encountered: