-
Notifications
You must be signed in to change notification settings - Fork 41
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
Enhance License Detection: Add Licenses to _licenseUrlOverrides list in util.js #1246
base: master
Are you sure you want to change the base?
Enhance License Detection: Add Licenses to _licenseUrlOverrides list in util.js #1246
Conversation
Various versions of EPL, MPL, LGPL and CDDL+GPL have been added
@elrayle This function is used by service when summarizing harvested information for maven and nuget components. Do we want to consider increment the tool versions for MavenExtract and NuGetExtract in the crawler, so that user can trigger a re-harvest to take advantage of this? |
I'd like a curator to check weather the |
I referred to the below content present in the header of pom file where it states the usage of 'OR' between these licenses.
Here are few maven library pom files. |
I prefer to not use deprecated identifiers. Instead of |
Would it be possible to add https://glassfish.dev.java.net/public/CDDL+GPL.html with |
@capfei Thank you for your feedback. I have incorporated all the changes suggested by you. Please feel free to add more suggestions for this list. |
Description:
This PR enhances the license detection capabilities by adding new set of licenses to the
_licenseUrlOverrides
inutil.js
. These changes ensure that licenses are correctly identified and reflected in the ClearlyDefined section of harvested data.List of Added Licenses:
Tasks Performed:
_licenseUrlOverrides
list.These updates aim to improve the accuracy and completeness of license data, supporting better license compliance and visibility.
Testing:
More details can be found in #1245