Skip to content
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

Utilize the OSI API's to automatically populate the isOsiApproved flag in the listed license #111

Closed
goneall opened this issue Oct 13, 2017 · 4 comments
Assignees

Comments

@goneall
Copy link
Member

goneall commented Oct 13, 2017

https://api.opensource.org/licenses/ can access the SPDX license ID and OSI status. This can be used to do one of the following:

  1. Fill in the OSI approved text on spdx.org/licenses based on JavaScript and real time access to the OSI API and deprecate the isOsiApproved attribute in the license list XML
  2. Set the value for osiApproved in the listed licenses based on the OSI API information at the time the license list is generated and deprecate the isOsiApproved attribute in the license list XML
  3. Continue to use the isOsiApproved attribute in the license list XML, but generate a warning if the OSI API does not agree with the isOsiApproved XML attribute value.
@goneall
Copy link
Member Author

goneall commented Oct 13, 2017

Suggested by @wking on SPDX tech email dist. list

@goneall
Copy link
Member Author

goneall commented Oct 13, 2017

My current preference is solution #2 since #1 depends on the OSI API site being available. The frequency of license updates should be sufficient to keep things in sync.

@wking
Copy link
Contributor

wking commented Oct 13, 2017 via email

@goneall
Copy link
Member Author

goneall commented Apr 9, 2018

Moved to spdx/LicenseListPublisher#20

@goneall goneall closed this as completed Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants