[gegl-gtk] Update license headers



commit f7a15fce773046e3362c99fbc9af047a7880a3b2
Author: Jon Nordby <jononor gmail com>
Date:   Sun Nov 20 16:39:42 2011 +0100

    Update license headers

 examples/c/gegl-gtk-paint.c     |    1 +
 gegl-gtk/gegl-gtk-view.c        |    1 +
 gegl-gtk/gegl-gtk-view.h        |    1 +
 gegl-gtk/internal/view-helper.c |    1 +
 gegl-gtk/internal/view-helper.h |    1 +
 operations/gegl-gtk-display.c   |    1 +
 tests/test-view-helper.c        |   17 +++++++++++++++++
 tests/test-view.c               |   17 +++++++++++++++++
 tests/utils.c                   |   18 ++++++++++++++++++
 9 files changed, 58 insertions(+), 0 deletions(-)
---
diff --git a/examples/c/gegl-gtk-paint.c b/examples/c/gegl-gtk-paint.c
index 8672d4d..f71a9b7 100644
--- a/examples/c/gegl-gtk-paint.c
+++ b/examples/c/gegl-gtk-paint.c
@@ -14,6 +14,7 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) 2003, 2004, 2006, 2008 Ãyvind KolÃs
+ * Copyright (C) 2011 Jon Nordby <jononor gmail com>
  */
 
 #include <string.h>
diff --git a/gegl-gtk/gegl-gtk-view.c b/gegl-gtk/gegl-gtk-view.c
index d76eeb2..dd48323 100644
--- a/gegl-gtk/gegl-gtk-view.c
+++ b/gegl-gtk/gegl-gtk-view.c
@@ -14,6 +14,7 @@
  * License along with GEGL-GTK; if not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) 2003, 2004, 2006 Ãyvind KolÃs <pippin gimp org>
+ * Copyright (C) 2011 Jon Nordby <jononor gmail com>
  */
 
 #include "config.h"
diff --git a/gegl-gtk/gegl-gtk-view.h b/gegl-gtk/gegl-gtk-view.h
index 41cecfd..4642f6d 100644
--- a/gegl-gtk/gegl-gtk-view.h
+++ b/gegl-gtk/gegl-gtk-view.h
@@ -14,6 +14,7 @@
  * License along with GEGL-GTK; if not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) 2003, 2004, 2006 Ãyvind KolÃs <pippin gimp org>
+ * Copyright (C) 2011 Jon Nordby <jononor gmail com>
  */
 
 #ifndef __GEGL_GTK_VIEW_H__
diff --git a/gegl-gtk/internal/view-helper.c b/gegl-gtk/internal/view-helper.c
index c95e2d4..71587cb 100644
--- a/gegl-gtk/internal/view-helper.c
+++ b/gegl-gtk/internal/view-helper.c
@@ -14,6 +14,7 @@
  * License along with GEGL-GTK; if not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) 2003, 2004, 2006 Ãyvind KolÃs <pippin gimp org>
+ * Copyright (C) 2011 Jon Nordby <jononor gmail com>
  */
 
 #include "view-helper.h"
diff --git a/gegl-gtk/internal/view-helper.h b/gegl-gtk/internal/view-helper.h
index 4fbb9b4..2c49299 100644
--- a/gegl-gtk/internal/view-helper.h
+++ b/gegl-gtk/internal/view-helper.h
@@ -14,6 +14,7 @@
  * License along with GEGL-GTK; if not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) 2003, 2004, 2006 Ãyvind KolÃs <pippin gimp org>
+ * Copyright (C) 2011 Jon Nordby <jononor gmail com>
  */
 
 #ifndef __VIEW_HELPER_H__
diff --git a/operations/gegl-gtk-display.c b/operations/gegl-gtk-display.c
index 4f2697d..2b8d342 100644
--- a/operations/gegl-gtk-display.c
+++ b/operations/gegl-gtk-display.c
@@ -14,6 +14,7 @@
  * License along with GEGL-GTK; if not, see <http://www.gnu.org/licenses/>.
  *
  * Copyright (C) 2006 Ãyvind KolÃs <pippin gimp org>
+ * Copyright (C) 2011 Jon Nordby <jononor gmail com>
  */
 
 #include "config.h"
diff --git a/tests/test-view-helper.c b/tests/test-view-helper.c
index 8906037..addb14c 100644
--- a/tests/test-view-helper.c
+++ b/tests/test-view-helper.c
@@ -1,3 +1,20 @@
+/* This file is part of GEGL-GTK
+ *
+ * GEGL-GTK 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.
+ *
+ * GEGL-GTK 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with GEGL-GTK; if not, see <http://www.gnu.org/licenses/>.
+ *
+ * Copyright (C) 2011 Jon Nordby <jononor gmail com>
+ */
 
 #include <string.h>
 
diff --git a/tests/test-view.c b/tests/test-view.c
index fdbd01c..8eee89f 100644
--- a/tests/test-view.c
+++ b/tests/test-view.c
@@ -1,3 +1,20 @@
+/* This file is part of GEGL-GTK
+ *
+ * GEGL-GTK 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.
+ *
+ * GEGL-GTK 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with GEGL-GTK; if not, see <http://www.gnu.org/licenses/>.
+ *
+ * Copyright (C) 2011 Jon Nordby <jononor gmail com>
+ */
 
 #include <string.h>
 
diff --git a/tests/utils.c b/tests/utils.c
index 3c2eefb..55c55f3 100644
--- a/tests/utils.c
+++ b/tests/utils.c
@@ -1,3 +1,21 @@
+/* This file is part of GEGL-GTK
+ *
+ * GEGL-GTK 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.
+ *
+ * GEGL-GTK 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with GEGL-GTK; if not, see <http://www.gnu.org/licenses/>.
+ *
+ * Copyright (C) 2011 Jon Nordby <jononor gmail com>
+ */
+
 gboolean
 test_utils_display_is_set()
 {



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