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

meson.build: correct license to HPND #590

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Conversation

whot
Copy link
Member

@whot whot commented Sep 5, 2023

Best explanation: 12-ish years ago when I started libwacom, I copied the license from some X11-related repository assuming it was MIT and went with that. Turns out it's actually the HPND-sell-variant: "Historical Permission Notice and Disclaimer - sell variant" https://spdx.org/licenses/HPND-sell-variant.html

No real effects since it's not really that much different to MIT afaict but let's make sure meson prints out the correct SPDX license identifier.

cc @jigpu @Pinglinux

Best explanation: 12-ish years ago when I started libwacom, I copied the
license from some X11-related repository assuming it was MIT and went
with that. Turns out it's actually the HPND-sell-variant:
"Historical Permission Notice and Disclaimer - sell variant"
https://spdx.org/licenses/HPND-sell-variant.html

No real effects since it's not really that much different to MIT afaict
but let's make sure meson prints out the correct SPDX license
identifier.

Signed-off-by: Peter Hutterer <[email protected]>
@whot
Copy link
Member Author

whot commented Sep 5, 2023

Note that the Fedora License list refers this this as MIT "Old Style with legal disclaimer"

@Pinglinux
Copy link
Member

I was under the assumption that libwacom is on MIT license. If you say HPND is MIT "Old Style with legal disclaimer", it sounds "close" enough - we are developers anyway!

@Pinglinux Pinglinux merged commit 57f6303 into linuxwacom:master Sep 15, 2023
13 checks passed
@whot
Copy link
Member Author

whot commented Sep 26, 2023

tbf, this is mostly legalese nit-picking, the HPND is a form of the MIT license but not the MIT license. SPDX has the various license texts as separate licenses but it's also becoming the reference for projects to point to the license they use. So we might as well go with that.

Effectively, nothing changes, neither for our users nor for our developers.

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.

2 participants