Skip to content

Commit adc24ed

Browse files
committed
Use SPDX license expression and correct version
According to the meson documentation[1] the license value should be a SPDX license expression. Also use the LGPL version 2.1 as stated by the SPDX-License-Identifier headers in the source files. [1]: https://mesonbuild.com/Reference-manual_functions.html#project
1 parent 588ece0 commit adc24ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('systemd-netlogd', 'c',
22
version : '1.4.1',
3-
license : 'LGPLv2+',
3+
license : 'LGPL-2.1-or-later',
44
default_options: [
55
'c_std=gnu11',
66
'prefix=/usr/lib/systemd',

0 commit comments

Comments
 (0)