[gimp] app: fix antique copyright header
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix antique copyright header
- Date: Sun, 14 Nov 2010 21:13:53 +0000 (UTC)
commit 41269d35bee120fd226dd5ad0c3eff536d6a2d21
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]