From 2d624fc81222d268b0ae4d7ab092d7ca760fa7fc Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Wed, 14 Aug 2002 21:01:38 +0000 Subject: Fixed license statements in EffectTv plugins so they now state LGPL. Original commit message from CVS: Fixed license statements in EffectTv plugins so they now state LGPL. --- gst/effectv/gstshagadelic.c | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'gst/effectv/gstshagadelic.c') diff --git a/gst/effectv/gstshagadelic.c b/gst/effectv/gstshagadelic.c index a98d4f24..7f61f4d3 100644 --- a/gst/effectv/gstshagadelic.c +++ b/gst/effectv/gstshagadelic.c @@ -4,17 +4,23 @@ * EffecTV: * Copyright (C) 2001 FUKUCHI Kentarou * - * EffecTV is free software. We release this product under the terms of the - * GNU General Public License version 2. The license is included in the file - * COPYING. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the GNU General Public License for more details. - */ -/* * Inspired by Adrian Likin's script for the GIMP. - */ + * EffecTV is free software. This library is free software; + * you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ #include #include -- cgit