app: fix antique copyright header

This commit is contained in:
Michael Natterer 2010-11-14 22:12:54 +01:00
parent dc564954d5
commit 41269d35be
2 changed files with 8 additions and 12 deletions

View file

@ -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

View file

@ -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];
};