Skip to content

Commit

Permalink
meson.build: correct license to HPND
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
whot committed Sep 5, 2023
1 parent f5b9281 commit 7a9253d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('libwacom', 'c',
version: '2.8.0',
license: 'MIT/Expat',
license: 'HPND',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.51.0')

Expand Down

0 comments on commit 7a9253d

Please sign in to comment.