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 | |
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
-rw-r--r-- | simon/simonsound.cpp | 19 | ||||
-rw-r--r-- | simon/simonsound.h | 19 |
2 files changed, 38 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" diff --git a/simon/simonsound.h b/simon/simonsound.h index 51333266f7..88f2e4afaa 100644 --- a/simon/simonsound.h +++ b/simon/simonsound.h @@ -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 "sound/mixer.h" #include "simon/intern.h" |