aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/regions.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-10-03 11:24:13 +0200
committerEugene Sandulenko2016-10-03 11:24:13 +0200
commit77be430824ad0cafb0de9952ecb352ba4ad18571 (patch)
tree658163590487f48a36f0ac48b9da21b80925a2c6 /engines/bladerunner/regions.cpp
parent89d1805b37a6283d90a7dd5b4dbbdffd7950f5ab (diff)
downloadscummvm-rg350-77be430824ad0cafb0de9952ecb352ba4ad18571.tar.gz
scummvm-rg350-77be430824ad0cafb0de9952ecb352ba4ad18571.tar.bz2
scummvm-rg350-77be430824ad0cafb0de9952ecb352ba4ad18571.zip
BLADERUNNER: Added missing copyright headers and normalized the rest
Diffstat (limited to 'engines/bladerunner/regions.cpp')
-rw-r--r--engines/bladerunner/regions.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/engines/bladerunner/regions.cpp b/engines/bladerunner/regions.cpp
index f75be0ff1b..55a1aa14aa 100644
--- a/engines/bladerunner/regions.cpp
+++ b/engines/bladerunner/regions.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 "bladerunner/regions.h"
namespace BladeRunner {