-
Notifications
You must be signed in to change notification settings - Fork 2
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
Split licenses #1
Conversation
@@ -10,7 +10,7 @@ | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"author": "", | |||
"license": "ISC", | |||
"license": "MIT", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated this license identifier to match the LICENSE.
@dirkz Thanks for merging! Would you mind publishing a new version of the package? Once published, I can take care of getting it updated in the package set 🙂 |
@maxdeviant Thanks for caring. I will publish it in the next few days. |
Published: https://pursuit.purescript.org/packages/purescript-gl-matrix/2.1.0 @maxdeviant Please let me know if there is anything missing from my side and I will provide. I assumed by "publish" you meant a complete |
Looks like I have everything I need! And I think only the Git tag is required for the package set, but it doesn't hurt to publish to Pursuit with Here's the PR that updates Thanks again! |
This PR splits the LICENSE file out into two files:
gl-matrix
licenselicensee
will now correctly detect the contents of the LICENSE file:Motivation
gl-matrix
is currently in the PureScript package set and will need to have this license issue addressed in order to remain in the package set after the move to the new PureScript registry.See purescript/registry#250 for more details.