changeset 554:b37c7f430c3f

Copyright header.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 26 Feb 2007 14:46:03 +0000
parents cf32867a71ed
children 7fcf76236687
files src/xs_curve.c
diffstat 1 files changed, 25 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_curve.c	Mon Feb 26 13:51:01 2007 +0000
+++ b/src/xs_curve.c	Mon Feb 26 14:46:03 2007 +0000
@@ -1,8 +1,28 @@
-/*
- *
- *
- *
- */
+/*  
+   XMMS-SID - SIDPlay input plugin for X MultiMedia System (XMMS)
+
+   XSCurve, a custom Gtk+ spline widget for representing SIDPlay2/reSID
+   filter curves in the configuration GUI. Implementation based heavily
+   on GtkCurve from Gtk+ 1.2.10 (C) 1997 David Mosberger.
+   Spline formula from reSID 0.16 (C) 2004 Dag Lem.
+
+   Programmed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+   (C) Copyright 2006-2007 Tecnic Software productions (TNSP)
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU 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 WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License along
+   with this program; if not, write to the Free Software Foundation, Inc.,
+   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+*/
 #include <stdlib.h>
 #include <string.h>
 #include <math.h>