aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/staticdata.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-14 23:42:19 +0200
committerEugene Sandulenko2017-01-25 22:41:54 +0100
commit85ba17c475f154c6e670e0fcd22642d680d85e6c (patch)
treeee6230f1c8d993157bf4be878f7a5819eb2cca18 /engines/cryo/staticdata.cpp
parentea01120013f144ba9ad61a1973907b565acb7833 (diff)
downloadscummvm-rg350-85ba17c475f154c6e670e0fcd22642d680d85e6c.tar.gz
scummvm-rg350-85ba17c475f154c6e670e0fcd22642d680d85e6c.tar.bz2
scummvm-rg350-85ba17c475f154c6e670e0fcd22642d680d85e6c.zip
CRYO: Added standard ScummVM headers
Diffstat (limited to 'engines/cryo/staticdata.cpp')
-rw-r--r--engines/cryo/staticdata.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/engines/cryo/staticdata.cpp b/engines/cryo/staticdata.cpp
index 164dcc7120..92b29778fb 100644
--- a/engines/cryo/staticdata.cpp
+++ b/engines/cryo/staticdata.cpp
@@ -1,3 +1,25 @@
+/* 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.
+ *
+ */
+
#include "cryo/defs.h"
#include "cryo/cryolib.h"