docs: Update license information in README and meson.build
Some of the files in `malcontent-control` are GPL-2.0+. Use the latest SPDX identifiers in the machine-readable data in meson.build, but use the deprecated ‘+’ form in the README since it’s a little more human friendly. See https://spdx.org/licenses/. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
1064221a9c
commit
12c320d43a
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
project('malcontent', 'c',
|
||||
version : '0.6.0',
|
||||
meson_version : '>= 0.49.0',
|
||||
license: 'LGPLv2.1+',
|
||||
license: ['LGPL-2.1-or-later', 'GPL-2.0-or-later'],
|
||||
default_options : [
|
||||
'buildtype=debugoptimized',
|
||||
'warning_level=2',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue