summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Sabo <DanielSabo@gmail.com>2014-03-03 17:02:20 -0800
committerDaniel Sabo <DanielSabo@gmail.com>2014-03-03 17:02:20 -0800
commita61187ca46a3110211f5c7c9e281027b613ff109 (patch)
treecd86a9e640fa7f256feb7404ea9a0c9be3a3b04b /bin
parent62d727d6918bacde427867d49e1028efbaaccc0a (diff)
Enable GPL3 operations in gegl-tester
Diffstat (limited to 'bin')
-rw-r--r--bin/gegl-tester.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/gegl-tester.c b/bin/gegl-tester.c
index 8a2df13c..6d4387eb 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);