aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorJohannes Schickel2007-03-24 00:09:08 +0000
committerJohannes Schickel2007-03-24 00:09:08 +0000
commit013d576417910cd7d8a65ea36db09ac103d9840e (patch)
tree077a773ce3255388103a564c117bbcc1e89af3cf /sound
parentd1645e2fbfbf7246de3ab3ca61dea0b4ffe1a296 (diff)
downloadscummvm-rg350-013d576417910cd7d8a65ea36db09ac103d9840e.tar.gz
scummvm-rg350-013d576417910cd7d8a65ea36db09ac103d9840e.tar.bz2
scummvm-rg350-013d576417910cd7d8a65ea36db09ac103d9840e.zip
Added standard fileheader. (oops)
svn-id: r26286
Diffstat (limited to 'sound')
-rw-r--r--sound/softsynth/ym2612.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/sound/softsynth/ym2612.h b/sound/softsynth/ym2612.h
index 2831229903..3d9bb5e50f 100644
--- a/sound/softsynth/ym2612.h
+++ b/sound/softsynth/ym2612.h
@@ -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