[gegl] operations/distance-transform: switch to LGPLv3+ license



commit 1a55e439df6d6d8c7a6a4a0b5498f03155e188de
Author: Simon Budig <simon budig de>
Date:   Sun Aug 3 23:42:31 2014 +0200

    operations/distance-transform: switch to LGPLv3+ license

 operations/common/distance-transform.c |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/operations/common/distance-transform.c b/operations/common/distance-transform.c
index e7babf3..7d4c3ce 100644
--- a/operations/common/distance-transform.c
+++ b/operations/common/distance-transform.c
@@ -1,17 +1,17 @@
 /* This file is an image processing operation for GEGL
  *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3 of the License, or
- * (at your option) any later version.
+ * GEGL is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful,
+ * GEGL is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with GEGL; if not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) 2014 Simon Budig <simon gimp org>
  *
@@ -413,7 +413,6 @@ gegl_op_class_init (GeglOpClass *klass)
     "name",        "gegl:distance-transform",
     "title",       _("Distance Transform"),
     "categories",  "map",
-    "license",     "GPL3+",
     "description", _("calculates a distance transform"),
     "reference-composition", composition,
     NULL);


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