From d5d065e06ff2ffbafff7ab2da44d7f93629bf6ef Mon Sep 17 00:00:00 2001 From: Dave Neary Date: Fri, 16 May 2003 20:27:27 +0000 Subject: [PATCH] Changed licence for Graeme Gill's code in this filter. Fixes part of bug 2003-05-16 Dave Neary * plug-ins/common/nlfilt.c: Changed licence for Graeme Gill's code in this filter. Fixes part of bug #83362. --- ChangeLog | 5 +++++ plug-ins/common/nlfilt.c | 32 ++++++++++++++++++++++++++------ 2 files changed, 31 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0c5e324c14..3b47ec24d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-16 Dave Neary + + * plug-ins/common/nlfilt.c: Changed licence for Graeme + Gill's code in this filter. Fixes part of bug #83362. + 2003-05-16 Michael Natterer * app/vectors/gimpbezierstroke.[ch] diff --git a/plug-ins/common/nlfilt.c b/plug-ins/common/nlfilt.c index 68ff9f7bf6..fc10a6a5ee 100644 --- a/plug-ins/common/nlfilt.c +++ b/plug-ins/common/nlfilt.c @@ -535,12 +535,32 @@ mw_preview_new (GtkWidget *parent, GimpDrawable *drawable) ** Graeme W. Gill, 30th Jan 1993 ** graeme@labtam.oz.au ** -** 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. +** Permission is hereby granted, to use, copy, modify, distribute, +** and sell this software and its associated documentation files +** (the "Software") for any purpose without fee, provided +** that: +** +** 1) The above copyright notices and this permission notice +** accompany all source code copies of the Software and +** related documentation. +** and +** +** 2) If executable code based on the Software only is distributed, +** then the accompanying documentation must acknowledge that +** "this software is based in part on the work of Graeme W. Gill". +** and +** +** 3) It is accepted that Graeme W. Gill (the "Author") accepts +** NO LIABILITY for damages of any kind. The Software is +** provided without fee by the Author "AS-IS" and without +** warranty of any kind, express, implied or otherwise, +** including without limitation, any warranty of merchantability +** or fitness for a particular purpose. +** and +** +** 4) These conditions apply to any software derived from or based +** on the Software, not just to the unmodified library. +** */ /* ************************************************** */