[gegl] gegl:wavelet-blur comment out LGPL3+ license



commit 8ece0de5b1e94d397a4e6854800fa70c61d281ed
Author: Øyvind Kolås <pippin gimp org>
Date:   Thu Jan 19 23:36:02 2017 +0100

    gegl:wavelet-blur comment out LGPL3+ license
    
    With it in place the op fails to load in GIMP, even if it is listed in the
    menu.

 operations/workshop/wavelet-blur.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/workshop/wavelet-blur.c b/operations/workshop/wavelet-blur.c
index 54cfa70..826bcb7 100644
--- a/operations/workshop/wavelet-blur.c
+++ b/operations/workshop/wavelet-blur.c
@@ -281,7 +281,7 @@ gegl_op_class_init (GeglOpClass *klass)
   gegl_operation_class_set_keys (operation_class,
     "name",        "gegl:wavelet-blur",
     "title",       _("Wavelet Blur"),
-    "license",     "LGPL3+",
+//    "license",     "LGPL3+",
     "categories",  "blur",
     "description", _("This blur is used for the wavelet decomposition filter, each pixel is computed from 
another by the HAT transform"),
     NULL);


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