[gegl] Enable GPL3 operations in gegl-tester
- From: Daniel Sabo <daniels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Enable GPL3 operations in gegl-tester
- Date: Tue, 4 Mar 2014 01:04:37 +0000 (UTC)
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]