diff options
author | Oliver Kiehl | 2002-11-26 16:55:57 +0000 |
---|---|---|
committer | Oliver Kiehl | 2002-11-26 16:55:57 +0000 |
commit | c7054d514e749be4849b3a266c7564ebb7ac6b0b (patch) | |
tree | b6bd78c7eedf101739af8d35745aebf4078b2e40 /simon/simonsound.cpp | |
parent | 973164a74177f5f3fe3b15567f7a0ac329abdc52 (diff) | |
download | scummvm-rg350-c7054d514e749be4849b3a266c7564ebb7ac6b0b.tar.gz scummvm-rg350-c7054d514e749be4849b3a266c7564ebb7ac6b0b.tar.bz2 scummvm-rg350-c7054d514e749be4849b3a266c7564ebb7ac6b0b.zip |
had forgotten to add the GPL header
svn-id: r5722
Diffstat (limited to 'simon/simonsound.cpp')
-rw-r--r-- | simon/simonsound.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/simon/simonsound.cpp b/simon/simonsound.cpp index c6b41eb9da..da106b57aa 100644 --- a/simon/simonsound.cpp +++ b/simon/simonsound.cpp @@ -1,3 +1,22 @@ +/* ScummVM - Scumm Interpreter + * Copyright (C) 2001/2002 The ScummVM project + * + * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + */ + #include "simon/simonsound.h" #include "common/file.h" #include "common/engine.h" |