[gimp] libgimp: set GeglConfig's application-license to GPL3 here too



commit c42cc495bb97eed7f3b12fc41986b4690b536795
Author: Michael Natterer <mitch gimp org>
Date:   Wed Feb 26 00:11:41 2014 +0100

    libgimp: set GeglConfig's application-license to GPL3 here too

 libgimp/gimp.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libgimp/gimp.c b/libgimp/gimp.c
index 6725bac..3b2544b 100644
--- a/libgimp/gimp.c
+++ b/libgimp/gimp.c
@@ -1955,7 +1955,8 @@ gimp_config (GPConfig *config)
   gimp_cpu_accel_set_use (config->use_cpu_accel);
 
   g_object_set (gegl_config (),
-                "use-opencl", config->use_opencl,
+                "use-opencl",          config->use_opencl,
+                "application-license", "GPL3",
                 NULL);
 
   if (_shm_ID != -1)


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