Skip to content

Commit

Permalink
Merge pull request #590 from whot/wip/license
Browse files Browse the repository at this point in the history
meson.build: correct license to HPND
  • Loading branch information
Pinglinux authored Sep 15, 2023
2 parents f5b9281 + 7a9253d commit 57f6303
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 57f6303

Please sign in to comment.