[gegl] opencl: regenerate files



commit b0060e71f18485fac3050a661d5af1c024b5c53b
Author: Massimo Valentini <mvalentini src gnome org>
Date:   Tue Oct 2 17:03:57 2018 +0200

    opencl: regenerate files

 opencl/alien-map.cl.h             | 2 +-
 opencl/bilateral-filter-fast.cl.h | 2 +-
 opencl/color-exchange.cl.h        | 2 +-
 opencl/colors-8bit-lut.cl.h       | 2 +-
 opencl/colors.cl.h                | 2 +-
 opencl/contrast-curve.cl.h        | 2 +-
 opencl/gblur-1d.cl.h              | 2 +-
 opencl/motion-blur-linear.cl.h    | 1 -
 opencl/noise-hsv.cl.h             | 2 +-
 opencl/noise-hurl.cl.h            | 2 +-
 opencl/pixelize.cl.h              | 2 +-
 opencl/posterize.cl.h             | 2 +-
 opencl/random.cl.h                | 2 +-
 opencl/red-eye-removal.cl.h       | 2 +-
 opencl/stretch-contrast.cl.h      | 2 +-
 15 files changed, 14 insertions(+), 15 deletions(-)
---
diff --git a/opencl/alien-map.cl.h b/opencl/alien-map.cl.h
index d2ee4daa5..61853aa50 100644
--- a/opencl/alien-map.cl.h
+++ b/opencl/alien-map.cl.h
@@ -12,7 +12,7 @@ static const char* alien_map_cl_source =
 " * Lesser General Public License for more details.                            \n"
 " *                                                                            \n"
 " * You should have received a copy of the GNU Lesser General Public           \n"
-" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.       \n"
+" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.      \n"
 " *                                                                            \n"
 " * Copyright 2013 Carlos Zubieta <czubieta dev gmail com>                     \n"
 " */                                                                           \n"
diff --git a/opencl/bilateral-filter-fast.cl.h b/opencl/bilateral-filter-fast.cl.h
index 7bff8add7..bfba02130 100644
--- a/opencl/bilateral-filter-fast.cl.h
+++ b/opencl/bilateral-filter-fast.cl.h
@@ -12,7 +12,7 @@ static const char* bilateral_filter_fast_cl_source =
 " * Lesser General Public License for more details.                            \n"
 " *                                                                            \n"
 " * You should have received a copy of the GNU Lesser General Public           \n"
-" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.       \n"
+" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.      \n"
 " *                                                                            \n"
 " * Copyright 2013 Victor Oliveira (victormatheus gmail com)                   \n"
 " */                                                                           \n"
diff --git a/opencl/color-exchange.cl.h b/opencl/color-exchange.cl.h
index 9bb7a0ff9..d179b3541 100644
--- a/opencl/color-exchange.cl.h
+++ b/opencl/color-exchange.cl.h
@@ -12,7 +12,7 @@ static const char* color_exchange_cl_source =
 " * Lesser General Public License for more details.                            \n"
 " *                                                                            \n"
 " * You should have received a copy of the GNU Lesser General Public           \n"
-" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.       \n"
+" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.      \n"
 " *                                                                            \n"
 " * Copyright 2015 Thomas Manni <thomas manni free fr>                         \n"
 " */                                                                           \n"
diff --git a/opencl/colors-8bit-lut.cl.h b/opencl/colors-8bit-lut.cl.h
index c35a9b01a..f15ad25ad 100644
--- a/opencl/colors-8bit-lut.cl.h
+++ b/opencl/colors-8bit-lut.cl.h
@@ -12,7 +12,7 @@ static const char* colors_8bit_lut_cl_source =
 " * Lesser General Public License for more details.                            \n"
 " *                                                                            \n"
 " * You should have received a copy of the GNU Lesser General Public           \n"
-" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.       \n"
+" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.      \n"
 " *                                                                            \n"
 " * Copyright 2012 Victor Oliveira (victormatheus gmail com)                   \n"
 " *           2013 Daniel Sabo                                                 \n"
diff --git a/opencl/colors.cl.h b/opencl/colors.cl.h
index 01322f05e..e23d66931 100644
--- a/opencl/colors.cl.h
+++ b/opencl/colors.cl.h
@@ -12,7 +12,7 @@ static const char* colors_cl_source =
 " * Lesser General Public License for more details.                            \n"
 " *                                                                            \n"
 " * You should have received a copy of the GNU Lesser General Public           \n"
-" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.       \n"
+" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.      \n"
 " *                                                                            \n"
 " * Copyright 2012 Victor Oliveira (victormatheus gmail com)                   \n"
 " */                                                                           \n"
diff --git a/opencl/contrast-curve.cl.h b/opencl/contrast-curve.cl.h
index 2b6226ff5..d1c90a861 100644
--- a/opencl/contrast-curve.cl.h
+++ b/opencl/contrast-curve.cl.h
@@ -12,7 +12,7 @@ static const char* contrast_curve_cl_source =
 " * Lesser General Public License for more details.                            \n"
 " *                                                                            \n"
 " * You should have received a copy of the GNU Lesser General Public           \n"
-" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.       \n"
+" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.      \n"
 " *                                                                            \n"
 " * Copyright 2013 Carlos Zubieta <czubieta dev gmail com>                     \n"
 " */                                                                           \n"
diff --git a/opencl/gblur-1d.cl.h b/opencl/gblur-1d.cl.h
index 747f8f3a3..5453e4876 100644
--- a/opencl/gblur-1d.cl.h
+++ b/opencl/gblur-1d.cl.h
@@ -12,7 +12,7 @@ static const char* gblur_1d_cl_source =
 " * Lesser General Public License for more details.                            \n"
 " *                                                                            \n"
 " * You should have received a copy of the GNU Lesser General Public           \n"
-" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.       \n"
+" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.      \n"
 " *                                                                            \n"
 " * Copyright 2013 Victor Oliveira <victormatheus gmail com>                   \n"
 " * Copyright 2013 T\303\251o Mazars      <teomazars gmail com>                \n"
diff --git a/opencl/motion-blur-linear.cl.h b/opencl/motion-blur-linear.cl.h
index f1a600600..6d7402e02 100644
--- a/opencl/motion-blur-linear.cl.h
+++ b/opencl/motion-blur-linear.cl.h
@@ -1,5 +1,4 @@
 static const char* motion_blur_linear_cl_source =
-"                                                                              \n"
 "float4 get_pixel_color(const __global float4 *in_buf,                         \n"
 "                       int     rect_width,                                    \n"
 "                       int     rect_height,                                   \n"
diff --git a/opencl/noise-hsv.cl.h b/opencl/noise-hsv.cl.h
index 96afa7640..3d8ac9bf4 100644
--- a/opencl/noise-hsv.cl.h
+++ b/opencl/noise-hsv.cl.h
@@ -12,7 +12,7 @@ static const char* noise_hsv_cl_source =
 " * Lesser General Public License for more details.                            \n"
 " *                                                                            \n"
 " * You should have received a copy of the GNU Lesser General Public           \n"
-" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.       \n"
+" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.      \n"
 " *                                                                            \n"
 " */                                                                           \n"
 "                                                                              \n"
diff --git a/opencl/noise-hurl.cl.h b/opencl/noise-hurl.cl.h
index 140a5949c..e37c2f1e8 100644
--- a/opencl/noise-hurl.cl.h
+++ b/opencl/noise-hurl.cl.h
@@ -12,7 +12,7 @@ static const char* noise_hurl_cl_source =
 " * Lesser General Public License for more details.                            \n"
 " *                                                                            \n"
 " * You should have received a copy of the GNU Lesser General Public           \n"
-" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.       \n"
+" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.      \n"
 " *                                                                            \n"
 " * Copyright 2013 Carlos Zubieta <czubieta dev gmail com>                     \n"
 " */                                                                           \n"
diff --git a/opencl/pixelize.cl.h b/opencl/pixelize.cl.h
index dd97cb8ff..0dbd30bc2 100644
--- a/opencl/pixelize.cl.h
+++ b/opencl/pixelize.cl.h
@@ -12,7 +12,7 @@ static const char* pixelize_cl_source =
 " * Lesser General Public License for more details.                            \n"
 " *                                                                            \n"
 " * You should have received a copy of the GNU Lesser General Public           \n"
-" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.       \n"
+" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.      \n"
 " *                                                                            \n"
 " * Copyright 2013 Victor Oliveira <victormatheus gmail com>                   \n"
 " * Copyright 2013 Carlos Zubieta  <czubieta dev gmail com>                    \n"
diff --git a/opencl/posterize.cl.h b/opencl/posterize.cl.h
index 272f1d246..c9b3a8f91 100644
--- a/opencl/posterize.cl.h
+++ b/opencl/posterize.cl.h
@@ -12,7 +12,7 @@ static const char* posterize_cl_source =
 " * Lesser General Public License for more details.                            \n"
 " *                                                                            \n"
 " * You should have received a copy of the GNU Lesser General Public           \n"
-" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.       \n"
+" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.      \n"
 " *                                                                            \n"
 " * Copyright 2013 Carlos Zubieta <czubieta dev gmail com>                     \n"
 " */                                                                           \n"
diff --git a/opencl/random.cl.h b/opencl/random.cl.h
index 1e0556096..46568a9a8 100644
--- a/opencl/random.cl.h
+++ b/opencl/random.cl.h
@@ -12,7 +12,7 @@ static const char* random_cl_source =
 " * Lesser General Public License for more details.                            \n"
 " *                                                                            \n"
 " * You should have received a copy of the GNU Lesser General Public           \n"
-" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.       \n"
+" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.      \n"
 " *                                                                            \n"
 " * Copyright 2013 Carlos Zubieta (czubieta dev gmail com)                     \n"
 " */                                                                           \n"
diff --git a/opencl/red-eye-removal.cl.h b/opencl/red-eye-removal.cl.h
index 3c6b515f6..3401a9abb 100644
--- a/opencl/red-eye-removal.cl.h
+++ b/opencl/red-eye-removal.cl.h
@@ -12,7 +12,7 @@ static const char* red_eye_removal_cl_source =
 " * Lesser General Public License for more details.                            \n"
 " *                                                                            \n"
 " * You should have received a copy of the GNU Lesser General Public           \n"
-" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.       \n"
+" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.      \n"
 " *                                                                            \n"
 " * Copyright 2013 Carlos Zubieta <czubieta dev gmail com>                     \n"
 " */                                                                           \n"
diff --git a/opencl/stretch-contrast.cl.h b/opencl/stretch-contrast.cl.h
index a2c4a984d..f3592d067 100644
--- a/opencl/stretch-contrast.cl.h
+++ b/opencl/stretch-contrast.cl.h
@@ -12,7 +12,7 @@ static const char* stretch_contrast_cl_source =
 " * Lesser General Public License for more details.                            \n"
 " *                                                                            \n"
 " * You should have received a copy of the GNU Lesser General Public           \n"
-" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.       \n"
+" * License along with GEGL; if not, see <https://www.gnu.org/licenses/>.      \n"
 " *                                                                            \n"
 " * Copyright 2013 Carlos Zubieta <czubieta dev gmail com>                     \n"
 " */                                                                           \n"


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