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 CHANGE: MIT to MIT-0 (No Attribution) #86

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

peterdemartini
Copy link
Contributor

Switch to a more permissive, no attribution required, license so this code can be included upstream in Golang. No conflicts with any of the dependency licenses were found:

- github.com/yuin/goldmark @ v1.4.0 / v1.4.13 - MIT - https://github.com/yuin/goldmark/blob/master/LICENSE
- github.com/klauspost/cpuid/v2 @ v2.0.6 - MIT - https://github.com/klauspost/cpuid/blob/master/LICENSE
- github.com/mmcloughlin/avo @ v0.4.0 - MIT - https://github.com/mmcloughlin/avo/blob/master/LICENSE
- rsc.io/pdf - BSD-3 - https://github.com/rsc/pdf/blob/master/LICENSE
- golang.org/x/arch - BSD-3
- golang.org/x/crypto - BSD-3
- golang.org/x/mod - BSD-3
- golang.org/x/net - BSD-3
- golang.org/x/sync - BSD-3
- golang.org/x/sys - BSD-3
- golang.org/x/term - BSD-3
- golang.org/x/text - BSD-3
- golang.org/x/tools  - BSD-3
- golang.org/x/xerrors - BSD-3

Closes #84.

cc @achille-roussel @pelletier @kevinburkesegment @kalamay

@peterdemartini peterdemartini merged commit 1cfacc8 into main Nov 7, 2023
9 checks passed
@peterdemartini peterdemartini deleted the switch-to-mit-0 branch November 7, 2023 21:27
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

Successfully merging this pull request may close these issues.

Granting more permissive license to integrate upstream
2 participants