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

License declaration conflict #85

Closed
stanleyxu2005 opened this issue Feb 3, 2016 · 6 comments
Closed

License declaration conflict #85

stanleyxu2005 opened this issue Feb 3, 2016 · 6 comments
Milestone

Comments

@stanleyxu2005
Copy link

I want to deploy octicons to webjar.org. But their submission system does not recognize "license": "(OFL-1.1 AND MIT)",. Maybe you should change it to "license": ["OFL-1.1", "MIT"],.

@jonrohan jonrohan added this to the v4.0.0 milestone Feb 14, 2016
@jonrohan
Copy link
Member

jonrohan commented Jun 6, 2016

fixed in #89

@jonrohan jonrohan closed this as completed Jun 6, 2016
@Starefossen
Copy link

Starefossen commented Jun 6, 2016

This change now causes a warning when installing octicons from npm. Here is what the package.json spec says about the license field:

If you're using a common license such as BSD-2-Clause or MIT, add a current SPDX license identifier for the license you're using, like this:

{ "license" : "BSD-3-Clause" }

If your package is licensed under multiple common licenses, use an SPDX license expression syntax version 2.0 string, like this:

{ "license" : "(ISC OR GPL-3.0)" }

@jonrohan
Copy link
Member

jonrohan commented Jun 6, 2016

So looks like what we had was correct? Why doesn't webjars.org recognize it?

@Starefossen
Copy link

I found webjars/webjars#1127 on the webjars issue tracker:

@jamesward commented on Jul 17, 2015:
The fix for OR expressions will be deployed shortly. I don't think we will be able to support the AND expressions so I'm going to leave this closed unless someone has an idea.

@jonrohan
Copy link
Member

jonrohan commented Jun 7, 2016

Ah, ok, I'll try an OR. Thanks for looking that up for me

@jamesward
Copy link

Just for some background, we can't support AND expressions in WebJars because Maven Central doesn't support them.

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

4 participants