From 013d576417910cd7d8a65ea36db09ac103d9840e Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 24 Mar 2007 00:09:08 +0000 Subject: Added standard fileheader. (oops) svn-id: r26286 --- sound/softsynth/ym2612.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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 -- cgit v1.2.3