comparison src/paranormal/plugin.c @ 1892:3b034150d31e

Add GPL2 boilerplate text.
author William Pitcock <nenolod@atheme.org>
date Wed, 26 Sep 2007 11:51:08 -0500
parents 15e7d3473974
children 6e4ad45c21d6
comparison
equal deleted inserted replaced
1891:9de655fcec38 1892:3b034150d31e
1 /*
2 * paranormal: iterated pipeline-driven visualization plugin
3 * Copyright (c) 2006, 2007 William Pitcock <nenolod@dereferenced.org>
4 * Portions copyright (c) 2001 Jamie Gennis <jgennis@mindspring.com>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; under version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19
1 /* FIXME: issues with not uniniting variables between 20 /* FIXME: issues with not uniniting variables between
2 enables? I wasn't too careful about that, but it 21 enables? I wasn't too careful about that, but it
3 seems to work fine. If there are problems perhaps 22 seems to work fine. If there are problems perhaps
4 look for a bug there? 23 look for a bug there?
5 */ 24 */