aboutsummaryrefslogtreecommitdiff
path: root/engines/made/pmvplayer.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2008-04-21 17:47:00 +0000
committerFilippos Karapetis2008-04-21 17:47:00 +0000
commit008c4ca9d667bbe1c11349ef06b7c3595b05cf40 (patch)
tree57ba09f5cc07f3cda446353bab4fc2daadec5ae3 /engines/made/pmvplayer.cpp
parente31e1ff02ca01993272a188e62c7552f8c81f07f (diff)
downloadscummvm-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/pmvplayer.cpp')
-rw-r--r--engines/made/pmvplayer.cpp25
1 files changed, 25 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 {