[gimp/soc-2010-cage-2] app: fix antique copyright header



commit 91073f710be8c05b5dd6989e7cca52a0aa3b7985
Author: Michael Natterer <mitch gimp org>
Date:   Sun Nov 14 22:12:54 2010 +0100

    app: fix antique copyright header

 app/paint/gimpink-blob.c |    8 +++-----
 app/paint/gimpink-blob.h |   12 +++++-------
 2 files changed, 8 insertions(+), 12 deletions(-)
---
diff --git a/app/paint/gimpink-blob.c b/app/paint/gimpink-blob.c
index f4bc824..97a5690 100644
--- a/app/paint/gimpink-blob.c
+++ b/app/paint/gimpink-blob.c
@@ -1,11 +1,9 @@
-/* blob.c: routines for manipulating scan converted convex
- *         polygons.
+/* GIMP - The GNU Image Manipulation Program
+ * Copyright (C) 1995-1999 Spencer Kimball and Peter Mattis
  *
+ * gimpink-blob.c: routines for manipulating scan converted convex polygons.
  * Copyright 1998-1999, Owen Taylor <otaylor gtk org>
  *
- * > Please contact the above author before modifying the copy <
- * > of this file in the GIMP distribution. Thanks.            <
- *
  * 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/app/paint/gimpink-blob.h b/app/paint/gimpink-blob.h
index fafb380..edcf2a2 100644
--- a/app/paint/gimpink-blob.h
+++ b/app/paint/gimpink-blob.h
@@ -1,11 +1,9 @@
-/* blob.h: routines for manipulating scan converted convex
- *         polygons.
+/* GIMP - The GNU Image Manipulation Program
+ * Copyright (C) 1995-1999 Spencer Kimball and Peter Mattis
  *
+ * gimpink-blob.h: routines for manipulating scan converted convex polygons.
  * Copyright 1998, Owen Taylor <otaylor gtk org>
  *
- * > Please contact the above author before modifying the copy <
- * > of this file in the GIMP distribution. Thanks.            <
- *
  * 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
@@ -50,8 +48,8 @@ struct _GimpBlobSpan
 
 struct _GimpBlob
 {
-  gint     y;
-  gint     height;
+  gint         y;
+  gint         height;
   GimpBlobSpan data[1];
 };
 



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