Skip to content

Commit bf3f070

Browse files
committed
Meson build: Set the license to LGPL 3.0
That's what COPYING and sigc++/tuple-utils/*.h specify. See https://bugzilla.gnome.org/show_bug.cgi?id=763616
1 parent d64fe7b commit bf3f070

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: 'LGPL-2.1-or-later',
5+
license: 'LGPL-3.0-or-later',
66
default_options: [
77
'cpp_std=c++17',
88
'warning_level=1',

0 commit comments

Comments
 (0)