aboutsummaryrefslogtreecommitdiff
path: root/dc/input.cpp
diff options
context:
space:
mode:
authorMarcus Comstedt2002-02-02 19:20:27 +0000
committerMarcus Comstedt2002-02-02 19:20:27 +0000
commit141b489db97fbfaa4f63d49c21aa93e4888e57eb (patch)
tree5b4705acb453b04df9f8d849757878f128ccb395 /dc/input.cpp
parent92432994474065e4acdd63805f53eb30213b1c26 (diff)
downloadscummvm-rg350-141b489db97fbfaa4f63d49c21aa93e4888e57eb.tar.gz
scummvm-rg350-141b489db97fbfaa4f63d49c21aa93e4888e57eb.tar.bz2
scummvm-rg350-141b489db97fbfaa4f63d49c21aa93e4888e57eb.zip
Added license blurb.
svn-id: r3553
Diffstat (limited to 'dc/input.cpp')
-rw-r--r--dc/input.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/dc/input.cpp b/dc/input.cpp
index 324ebb75c6..7f3ee3b3fd 100644
--- a/dc/input.cpp
+++ b/dc/input.cpp
@@ -1,3 +1,25 @@
+/* ScummVM - Scumm Interpreter
+ * Dreamcast port
+ * Copyright (C) 2002 Marcus Comstedt
+ *
+ * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
#include "stdafx.h"
#include "scumm.h"
#include "dc.h"