aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/graphics.cpp
diff options
context:
space:
mode:
authorJoseph-Eugene Winzer2017-06-21 21:04:23 +0200
committerThierry Crozat2018-01-22 23:34:49 +0000
commit38e9e2d3e7c686559e6b6d856449627a9386deeb (patch)
tree85b06c7a6e47d8b701f00f8829c8a4c1e1b51c12 /engines/supernova/graphics.cpp
parent932b3669d3f02a102c1df28bbdadafff6fe2fb5f (diff)
downloadscummvm-rg350-38e9e2d3e7c686559e6b6d856449627a9386deeb.tar.gz
scummvm-rg350-38e9e2d3e7c686559e6b6d856449627a9386deeb.tar.bz2
scummvm-rg350-38e9e2d3e7c686559e6b6d856449627a9386deeb.zip
SUPERNOVA: Adds missing copyright notes
Diffstat (limited to 'engines/supernova/graphics.cpp')
-rw-r--r--engines/supernova/graphics.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/engines/supernova/graphics.cpp b/engines/supernova/graphics.cpp
index 2abbdb1406..79087bfed8 100644
--- a/engines/supernova/graphics.cpp
+++ b/engines/supernova/graphics.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 "common/algorithm.h"
#include "common/file.h"
#include "common/stream.h"