summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-06-08 17:29:39 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-06-08 17:32:03 -0300
commit04a9f40342b4d294dc8e894687e3d73d3440e61d (patch)
tree321eaa657123cba53298b2c21ffa670c35a04a1d
parent3a60ab3835bd96b17cc86133e163b9d7c692ba48 (diff)
downloadglade-04a9f40342b4d294dc8e894687e3d73d3440e61d.tar.gz
Fix project licence to GPL
While some parts of Glade are LGPL others are GPL making it GPL in practice.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index af0a21d8..f623e451 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'glade', 'c',
version: '3.36.0',
- license: 'LGPL2',
+ license: 'GPL2',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.49.0',
)