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:31:09 -0300
commit7562ed196f006f3e72e6e84768955532d3c5a725 (patch)
treec6f7517b609bc0d139c0d22ae890b8dfc5f53fe0
parentb973d72ed9ca31471cda0147768b2487fee2672c (diff)
downloadglade-7562ed196f006f3e72e6e84768955532d3c5a725.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 78f96809..e25a71d1 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',
)