[gegl] Enable GPL3 operations in gegl-tester



commit a61187ca46a3110211f5c7c9e281027b613ff109
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Mon Mar 3 17:02:20 2014 -0800

    Enable GPL3 operations in gegl-tester

 bin/gegl-tester.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/bin/gegl-tester.c b/bin/gegl-tester.c
index 8a2df13..6d4387e 100644
--- a/bin/gegl-tester.c
+++ b/bin/gegl-tester.c
@@ -317,6 +317,10 @@ main (gint    argc,
   g_option_context_add_main_entries (context, options, NULL);
   g_option_context_add_group (context, gegl_get_option_group ());
 
+  g_object_set (gegl_config (),
+                "application-license", "GPL3",
+                NULL);
+
   if (!g_option_context_parse (context, &argc, &argv, &error))
     {
       g_printf ("%s\n", error->message);


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