[glade/glade-3-36] Fix project licence to GPL



commit 04a9f40342b4d294dc8e894687e3d73d3440e61d
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Mon Jun 8 17:29:39 2020 -0300

    Fix project licence to GPL
    
    While some parts of Glade are LGPL others are GPL making it GPL in practice.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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',
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]