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.
This commit is contained in:
Christian Schaller 2002-08-14 21:01:38 +00:00
parent ed3143886c
commit 2d624fc812
10 changed files with 142 additions and 71 deletions

View file

@ -4,13 +4,21 @@
* EffecTV: * EffecTV:
* Copyright (C) 2001 FUKUCHI Kentarou * Copyright (C) 2001 FUKUCHI Kentarou
* *
* EffecTV is free software. We release this product under the terms of the * EffecTV is free software. * This library is free software;
* GNU General Public License version 2. The license is included in the file * you can redistribute it and/or
* COPYING. * 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 program is distributed in the hope that it will be useful, but WITHOUT ANY * This library is distributed in the hope that it will be useful,
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR * but WITHOUT ANY WARRANTY; without even the implied warranty of
* A PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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 <string.h> #include <string.h>

View file

@ -3,7 +3,7 @@
* *
* dice.c: a 'dicing' effect * dice.c: a 'dicing' effect
* copyright (c) 2001 Sam Mertens. This code is subject to the provisions of * copyright (c) 2001 Sam Mertens. This code is subject to the provisions of
* the GNU Public License. * the GNU Library Public License.
* *
* I suppose this looks similar to PuzzleTV, but it's not. The screen is * I suppose this looks similar to PuzzleTV, but it's not. The screen is
* divided into small squares, each of which is rotated either 0, 90, 180 or * divided into small squares, each of which is rotated either 0, 90, 180 or

View file

@ -4,13 +4,21 @@
* EffecTV: * EffecTV:
* Copyright (C) 2001 FUKUCHI Kentarou * Copyright (C) 2001 FUKUCHI Kentarou
* *
* EffecTV is free software. We release this product under the terms of the * EffecTV is free software. * This library is free software;
* GNU General Public License version 2. The license is included in the file * you can redistribute it and/or
* COPYING. * 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 program is distributed in the hope that it will be useful, but WITHOUT ANY * This library is distributed in the hope that it will be useful,
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR * but WITHOUT ANY WARRANTY; without even the implied warranty of
* A PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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 <string.h> #include <string.h>

View file

@ -4,13 +4,21 @@
* EffecTV: * EffecTV:
* Copyright (C) 2001 FUKUCHI Kentarou * Copyright (C) 2001 FUKUCHI Kentarou
* *
* EffecTV is free software. We release this product under the terms of the * EffecTV is free software. This library is free software;
* GNU General Public License version 2. The license is included in the file * you can redistribute it and/or
* COPYING. * 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 program is distributed in the hope that it will be useful, but WITHOUT ANY * This library is distributed in the hope that it will be useful,
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR * but WITHOUT ANY WARRANTY; without even the implied warranty of
* A PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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 <string.h> #include <string.h>

View file

@ -4,13 +4,21 @@
* EffecTV: * EffecTV:
* Copyright (C) 2001 FUKUCHI Kentarou * Copyright (C) 2001 FUKUCHI Kentarou
* *
* EffecTV is free software. We release this product under the terms of the * EffecTV is free software. This library is free software;
* GNU General Public License version 2. The license is included in the file * you can redistribute it and/or
* COPYING. * 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 program is distributed in the hope that it will be useful, but WITHOUT ANY * This library is distributed in the hope that it will be useful,
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR * but WITHOUT ANY WARRANTY; without even the implied warranty of
* A PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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 <gst/gst.h> #include <gst/gst.h>

View file

@ -4,13 +4,21 @@
* EffecTV: * EffecTV:
* Copyright (C) 2001 FUKUCHI Kentarou * Copyright (C) 2001 FUKUCHI Kentarou
* *
* EffecTV is free software. We release this product under the terms of the * EffecTV is free software. This library is free software;
* GNU General Public License version 2. The license is included in the file * you can redistribute it and/or
* COPYING. * 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 program is distributed in the hope that it will be useful, but WITHOUT ANY * This library is distributed in the hope that it will be useful,
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR * but WITHOUT ANY WARRANTY; without even the implied warranty of
* A PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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 <math.h> #include <math.h>

View file

@ -4,15 +4,6 @@
* EffecTV: * EffecTV:
* Copyright (C) 2001 FUKUCHI Kentarou * 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.
*/
/*
* EffecTV - Realtime Digital Video Effector * EffecTV - Realtime Digital Video Effector
* Copyright (C) 2001 FUKUCHI Kentarou * Copyright (C) 2001 FUKUCHI Kentarou
* *
@ -22,13 +13,31 @@
* *
* This effect acts like a waveform monitor on each line. * This effect acts like a waveform monitor on each line.
* It was originally done by deflecting the electron beam on a monitor using * It was originally done by deflecting the electron beam on a monitor using
* additional electromagnets on the yoke of a b/w CRT. Here it is emulated digitally. * additional electromagnets on the yoke of a b/w CRT.
* Here it is emulated digitally.
* Experimaental tapes were made with this system by Bill and Louise Etra and Woody and Steina Vasulka * Experimaental tapes were made with this system by Bill and
* Louise Etra and Woody and Steina Vasulka
* The line spacing can be controlled using the 1 and 2 Keys. * The line spacing can be controlled using the 1 and 2 Keys.
* The gain is controlled using the 3 and 4 keys. * The gain is controlled using the 3 and 4 keys.
* The update rate is controlled using the 0 and - keys. * The update rate is controlled using the 0 and - keys.
* 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 <math.h> #include <math.h>

View file

@ -4,16 +4,22 @@
* EffecTV: * EffecTV:
* Copyright (C) 2001 FUKUCHI Kentarou * 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. * 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 <math.h> #include <math.h>

View file

@ -4,15 +4,24 @@
* EffecTV: * EffecTV:
* Copyright (C) 2001 FUKUCHI Kentarou * Copyright (C) 2001 FUKUCHI Kentarou
* *
* EffecTV is free software. We release this product under the terms of the * EffecTV is free software. This library is free software;
* GNU General Public License version 2. The license is included in the file * you can redistribute it and/or
* COPYING. * 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 program is distributed in the hope that it will be useful, but WITHOUT ANY * This library is distributed in the hope that it will be useful,
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR * but WITHOUT ANY WARRANTY; without even the implied warranty of
* A PARTICULAR PURPOSE. See the GNU General Public License for more details. * 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 <math.h> #include <math.h>
#include <string.h> #include <string.h>
#include <gst/gst.h> #include <gst/gst.h>

View file

@ -1,18 +1,25 @@
/* GStreamer /* GStreamer
* Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu> * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
* *
* 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.
*/
/*
* EffecTV - Realtime Digital Video Effector * EffecTV - Realtime Digital Video Effector
* Copyright (C) 2001 FUKUCHI Kentarou * Copyright (C) 2001 FUKUCHI Kentarou
* *
* 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.
* From main.c of warp-1.1: * From main.c of warp-1.1:
* *
* Simple DirectMedia Layer demo * Simple DirectMedia Layer demo