[nautilus] meson.build: change project license version



commit 9d0fae6ed4ecabed3cbaaef97a8e76f956d0556a
Author: Ernestas Kulik <ernestask gnome org>
Date:   Tue Jul 18 15:18:52 2017 +0300

    meson.build: change project license version
    
    https://bugzilla.gnome.org/show_bug.cgi?id=785062

 meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 2d6568e..08005cb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project ('nautilus', 'c',
          version: '3.25.1',
          meson_version: '>=0.40.0',
-         license: 'GPL2+')
+         license: 'GPL3+')
 
 add_global_arguments ('-Wno-deprecated-declarations', language:'c')
 


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