[gegl] ops: move color-warp back out of gplv3 set
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] ops: move color-warp back out of gplv3 set
- Date: Fri, 6 Oct 2017 14:09:23 +0000 (UTC)
commit f8f2c46949254da621864893531ec6e95373b6f0
Author: Øyvind Kolås <pippin gimp org>
Date: Fri Oct 6 16:07:25 2017 +0200
ops: move color-warp back out of gplv3 set
This op was started in GEGL as LGPLv3+ it was moved into the GPLv3+ folder by
mistake.
operations/common-gpl3+/Makefile.am | 1 -
operations/common/Makefile.am | 1 +
operations/{common-gpl3+ => common}/color-warp.c | 12 ++++++++++++
po/POTFILES.in | 2 +-
4 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/operations/common-gpl3+/Makefile.am b/operations/common-gpl3+/Makefile.am
index 9b1dada..f406d83 100644
--- a/operations/common-gpl3+/Makefile.am
+++ b/operations/common-gpl3+/Makefile.am
@@ -19,7 +19,6 @@ gegl_common_gpl3_la_SOURCES =\
channel-mixer.c \
color-exchange.c \
color-to-alpha.c \
- color-warp.c \
cubism.c \
deinterlace.c \
diffraction-patterns.c \
diff --git a/operations/common/Makefile.am b/operations/common/Makefile.am
index a83d30d..857d1e6 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -27,6 +27,7 @@ gegl_common_la_SOURCES =\
color-enhance.c \
color-rotate.c \
color-temperature.c \
+ color-warp.c \
color.c \
component-extract.c \
contrast-curve.c \
diff --git a/operations/common-gpl3+/color-warp.c b/operations/common/color-warp.c
similarity index 92%
rename from operations/common-gpl3+/color-warp.c
rename to operations/common/color-warp.c
index d131f01..4d2dfcc 100644
--- a/operations/common-gpl3+/color-warp.c
+++ b/operations/common/color-warp.c
@@ -12,6 +12,18 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with GEGL; if not, see <http://www.gnu.org/licenses/>.
+ * 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.
+ *
+ * This program 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* 2002, 2014, 2016 (c) Øyvind Kolås pippin gimp org
*/
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 88ffe2f..623a40a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -18,6 +18,7 @@ operations/common/color.c
operations/common/color-enhance.c
operations/common/color-rotate.c
operations/common/color-temperature.c
+operations/common/color-warp.c
operations/common/component-extract.c
operations/common/contrast-curve.c
operations/common/convolution-matrix.c
@@ -114,7 +115,6 @@ operations/common-gpl3+/cartoon.c
operations/common-gpl3+/channel-mixer.c
operations/common-gpl3+/color-exchange.c
operations/common-gpl3+/color-to-alpha.c
-operations/common-gpl3+/color-warp.c
operations/common-gpl3+/cubism.c
operations/common-gpl3+/deinterlace.c
operations/common-gpl3+/diffraction-patterns.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]