Skip to content

Commit d64fe7b

Browse files
committed
Meson build: Use SPDX expression for license
This is the recommended format. See https://gitlab.freedesktop.org/cairo/cairomm/-/merge_requests/33
1 parent 7cf3f96 commit d64fe7b

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
@@ -2,7 +2,7 @@
22

33
project('libsigc++', 'cpp',
44
version: '3.6.0',
5-
license: 'LGPLv2.1+',
5+
license: 'LGPL-2.1-or-later',
66
default_options: [
77
'cpp_std=c++17',
88
'warning_level=1',

0 commit comments

Comments
 (0)