# HG changeset patch # User Matti Hamalainen # Date 1172501163 0 # Node ID b37c7f430c3f34818201dd1bac943b0784ce9bb2 # Parent cf32867a71ed86b8ec16d30f4667b75d82904129 Copyright header. diff -r cf32867a71ed -r b37c7f430c3f src/xs_curve.c --- 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 + (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 #include #include