repo.or.cz
/
libsigcplusplus.mirror.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
7cf3f96
)
Meson build: Use SPDX expression for license
author
Kjell Ahlstedt
<
[email protected]
>
Sun, 21 Sep 2025 12:58:02 +0000
(21 14:58 +0200)
committer
Kjell Ahlstedt
<
[email protected]
>
Sun, 21 Sep 2025 12:58:02 +0000
(21 14:58 +0200)
This is the recommended format.
See https://gitlab.freedesktop.org/cairo/cairomm/-/merge_requests/33
meson.build
patch
|
blob
|
blame
|
history
diff --git
a/meson.build
b/meson.build
index
9e6362a
..
ebf9fab
100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-2,7
+2,7
@@
project('libsigc++', 'cpp',
version: '3.6.0',
- license: 'LGPL
v2.1+
',
+ license: 'LGPL
-2.1-or-later
',
default_options: [
'cpp_std=c++17',
'warning_level=1',