plug-ins/common/gif.c bolsh got permission from David Koblas to relicense
* plug-ins/common/gif.c * plug-ins/common/gifload.c: bolsh got permission from David Koblas to relicense the prehistoric code that begat the original GIMP GIF plugin, so Koblas' mildly-GPL-unfriendly license boilerplate can finally rest in peace.
This commit is contained in:
parent
a4395cead9
commit
0f9124272d
@ -1,3 +1,11 @@
|
||||
2003-05-13 Adam D. Moss <adam@gimp.org>
|
||||
|
||||
* plug-ins/common/gif.c
|
||||
* plug-ins/common/gifload.c: bolsh got permission from David Koblas
|
||||
to relicense the prehistoric code that begat the original GIMP GIF
|
||||
plugin, so Koblas' mildly-GPL-unfriendly license boilerplate can
|
||||
finally rest in peace.
|
||||
|
||||
2003-05-13 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/core/gimpitem.[ch]: added "gboolean clip_result" to
|
||||
|
@ -19,6 +19,11 @@
|
||||
* CompuServe Incorporated. GIF(sm) is a Service Mark property of
|
||||
* CompuServe Incorporated."
|
||||
*/
|
||||
/* Copyright notice for GIF code from which this plugin was long ago */
|
||||
/* derived (David Koblas has granted permission to relicense): */
|
||||
/* +-------------------------------------------------------------------+ */
|
||||
/* | Copyright 1990, 1991, 1993, David Koblas. (koblas@extra.com) | */
|
||||
/* +-------------------------------------------------------------------+ */
|
||||
|
||||
/*
|
||||
* REVISION HISTORY
|
||||
@ -252,17 +257,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/* Copyright notice for code which this plugin was long ago derived from */
|
||||
/* +-------------------------------------------------------------------+ */
|
||||
/* | Copyright 1990, 1991, 1993, David Koblas. (koblas@netcom.com) | */
|
||||
/* | Permission to use, copy, modify, and distribute this software | */
|
||||
/* | and its documentation for any purpose and without fee is hereby | */
|
||||
/* | granted, provided that the above copyright notice appear in all | */
|
||||
/* | copies and that both that copyright notice and this permission | */
|
||||
/* | notice appear in supporting documentation. This software is | */
|
||||
/* | provided "as is" without express or implied warranty. | */
|
||||
/* +-------------------------------------------------------------------+ */
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -19,6 +19,11 @@
|
||||
* CompuServe Incorporated. GIF(sm) is a Service Mark property of
|
||||
* CompuServe Incorporated."
|
||||
*/
|
||||
/* Copyright notice for GIF code from which this plugin was long ago */
|
||||
/* derived (David Koblas has granted permission to relicense): */
|
||||
/* +-------------------------------------------------------------------+ */
|
||||
/* | Copyright 1990, 1991, 1993, David Koblas. (koblas@extra.com) | */
|
||||
/* +-------------------------------------------------------------------+ */
|
||||
|
||||
/*
|
||||
* REVISION HISTORY
|
||||
@ -54,17 +59,6 @@
|
||||
* - Remove unused colourmap entries for GRAYSCALE images.
|
||||
*/
|
||||
|
||||
/* Copyright notice for code which this plugin was long ago derived from */
|
||||
/* +-------------------------------------------------------------------+ */
|
||||
/* | Copyright 1990, 1991, 1993, David Koblas. (koblas@netcom.com) | */
|
||||
/* | Permission to use, copy, modify, and distribute this software | */
|
||||
/* | and its documentation for any purpose and without fee is hereby | */
|
||||
/* | granted, provided that the above copyright notice appear in all | */
|
||||
/* | copies and that both that copyright notice and this permission | */
|
||||
/* | notice appear in supporting documentation. This software is | */
|
||||
/* | provided "as is" without express or implied warranty. | */
|
||||
/* +-------------------------------------------------------------------+ */
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user