repo.or.cz
/
libsigcplusplus.mirror.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
d64fe7b
)
Meson build: Set the license to LGPL 3.0
author
Kjell Ahlstedt
<
[email protected]
>
Mon, 22 Sep 2025 14:32:44 +0000
(22 16:32 +0200)
committer
Kjell Ahlstedt
<
[email protected]
>
Mon, 22 Sep 2025 14:32:44 +0000
(22 16:32 +0200)
That's what COPYING and sigc++/tuple-utils/*.h specify.
See https://bugzilla.gnome.org/show_bug.cgi?id=763616
meson.build
patch
|
blob
|
blame
|
history
diff --git
a/meson.build
b/meson.build
index
ebf9fab
..
1f26602
100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-2,7
+2,7
@@
project('libsigc++', 'cpp',
version: '3.6.0',
- license: 'LGPL-
2.1
-or-later',
+ license: 'LGPL-
3.0
-or-later',
default_options: [
'cpp_std=c++17',
'warning_level=1',