diff options
author | Filippos Karapetis | 2008-04-21 17:47:00 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-04-21 17:47:00 +0000 |
commit | 008c4ca9d667bbe1c11349ef06b7c3595b05cf40 (patch) | |
tree | 57ba09f5cc07f3cda446353bab4fc2daadec5ae3 /engines/made | |
parent | e31e1ff02ca01993272a188e62c7552f8c81f07f (diff) | |
download | scummvm-rg350-008c4ca9d667bbe1c11349ef06b7c3595b05cf40.tar.gz scummvm-rg350-008c4ca9d667bbe1c11349ef06b7c3595b05cf40.tar.bz2 scummvm-rg350-008c4ca9d667bbe1c11349ef06b7c3595b05cf40.zip |
Added missing ScummVM headers
svn-id: r31647
Diffstat (limited to 'engines/made')
-rw-r--r-- | engines/made/pmvplayer.cpp | 25 | ||||
-rw-r--r-- | engines/made/pmvplayer.h | 25 |
2 files changed, 50 insertions, 0 deletions
diff --git a/engines/made/pmvplayer.cpp b/engines/made/pmvplayer.cpp index 94a38f0ccb..cb31954902 100644 --- a/engines/made/pmvplayer.cpp +++ b/engines/made/pmvplayer.cpp @@ -1,3 +1,28 @@ +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. + * + * 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$ + * + */ + #include "made/pmvplayer.h" namespace Made { diff --git a/engines/made/pmvplayer.h b/engines/made/pmvplayer.h index 09f7be0fe9..117817ed93 100644 --- a/engines/made/pmvplayer.h +++ b/engines/made/pmvplayer.h @@ -1,3 +1,28 @@ +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. + * + * 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 MADE_PMVPLAYER_H #define MADE_PMVPLAYER_H |