[gegl-gtk] Fix up license headers



commit c424786f5af17c8b96dd3621916da68271e52c5a
Author: Jon Nordby <jononor gmail com>
Date:   Thu Jun 23 20:55:40 2011 +0200

    Fix up license headers
    
    Make it clear that the files are part of GEGL-GTK,
    and that the library code is LGPLv3+

 README                    |    2 +-
 examples/gegl-gtk-paint.c |    3 ++-
 gegl-gtk/gegl-gtk-view.c  |   22 +++++++++++-----------
 gegl-gtk/gegl-gtk-view.h  |   22 +++++++++++-----------
 operations/gtk-display.c  |   10 +++++-----
 5 files changed, 30 insertions(+), 29 deletions(-)
---
diff --git a/README b/README
index 601bc29..d1d4b65 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-License: LGPLv3
+License: Library is LGPLv3+, examples GPLv3+
 
 == TODO ==
 General
diff --git a/examples/gegl-gtk-paint.c b/examples/gegl-gtk-paint.c
index 03882bb..efa7cf2 100644
--- a/examples/gegl-gtk-paint.c
+++ b/examples/gegl-gtk-paint.c
@@ -1,4 +1,5 @@
-/*
+/* This file is part of GEGL-GTK
+ *
  * 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
diff --git a/gegl-gtk/gegl-gtk-view.c b/gegl-gtk/gegl-gtk-view.c
index 5e73a84..d454eeb 100644
--- a/gegl-gtk/gegl-gtk-view.c
+++ b/gegl-gtk/gegl-gtk-view.c
@@ -1,19 +1,19 @@
-/* This file is part of GEGL editor -- a gtk frontend for GEGL
+/* This file is part of GEGL-GTK
  *
- * 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-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.
  *
- * This program is distributed in the hope that it will be useful,
+ * 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 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-GTK; if not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2003, 2004, 2006 Ãyvind KolÃs
+ * Copyright (C) 2003, 2004, 2006 Ãyvind KolÃs <pippin gimp org>
  */
 
 #include "config.h"
diff --git a/gegl-gtk/gegl-gtk-view.h b/gegl-gtk/gegl-gtk-view.h
index 5276b63..b52d893 100644
--- a/gegl-gtk/gegl-gtk-view.h
+++ b/gegl-gtk/gegl-gtk-view.h
@@ -1,19 +1,19 @@
-/* This file is part of GEGL editor -- a gtk frontend for GEGL
+/* This file is part of GEGL-GTK
  *
- * 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-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.
  *
- * This program is distributed in the hope that it will be useful,
+ * 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 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-GTK; if not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2003, 2004, 2006 Ãyvind KolÃs
+ * Copyright (C) 2003, 2004, 2006 Ãyvind KolÃs <pippin gimp org>
  */
 
 #ifndef __GEGL_GTK_VIEW_H__
diff --git a/operations/gtk-display.c b/operations/gtk-display.c
index 3ee4866..3162496 100644
--- a/operations/gtk-display.c
+++ b/operations/gtk-display.c
@@ -1,19 +1,19 @@
-/* This file is an image processing operation for GEGL
+/* This file is part of GEGL-GTK
  *
- * GEGL is free software; you can redistribute it and/or
+ * 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 is distributed in the hope that it will be useful,
+ * 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; if not, see <http://www.gnu.org/licenses/>.
+ * License along with GEGL-GTK; if not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright 2006 Ãyvind KolÃs <pippin gimp org>
+ * Copyright (C) 2006 Ãyvind KolÃs <pippin gimp org>
  */
 
 #include "config.h"



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