[Scummvm-cvs-logs] SF.net SVN: scummvm: [26286] scummvm/trunk/sound/softsynth/ym2612.h
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Sat Mar 24 01:09:08 CET 2007
Revision: 26286
http://scummvm.svn.sourceforge.net/scummvm/?rev=26286&view=rev
Author: lordhoto
Date: 2007-03-23 17:09:08 -0700 (Fri, 23 Mar 2007)
Log Message:
-----------
Added standard fileheader. (oops)
Modified Paths:
--------------
scummvm/trunk/sound/softsynth/ym2612.h
Modified: scummvm/trunk/sound/softsynth/ym2612.h
===================================================================
--- scummvm/trunk/sound/softsynth/ym2612.h 2007-03-24 00:04:08 UTC (rev 26285)
+++ scummvm/trunk/sound/softsynth/ym2612.h 2007-03-24 00:09:08 UTC (rev 26286)
@@ -1,3 +1,28 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001-2006 The ScummVM project
+ *
+ * YM2612 tone generation code written by Tomoaki Hayasaka.
+ * Used under the terms of the GNU General Public License.
+ * Adpated to ScummVM by Jamieson Christian.
+ *
+ * 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.
+ *
+ * $URL$
+ * $Id$
+ */
+
#ifndef SOUND_SOFTSYNTH_Y2612_H
#define SOUND_SOFTSYNTH_Y2612_H
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list