aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9/source/wordcompletion.h
diff options
context:
space:
mode:
authorMax Horn2010-07-05 16:11:11 +0000
committerMax Horn2010-07-05 16:11:11 +0000
commit3d44870c8a64999e5464fc3b09c08f9378c4a2d3 (patch)
tree3c76a3382a01b3c5069d6b9e843e225e4a68e8e5 /backends/platform/ds/arm9/source/wordcompletion.h
parente4ec2e6403211abd52806d19732ac30d9a874f92 (diff)
downloadscummvm-rg350-3d44870c8a64999e5464fc3b09c08f9378c4a2d3.tar.gz
scummvm-rg350-3d44870c8a64999e5464fc3b09c08f9378c4a2d3.tar.bz2
scummvm-rg350-3d44870c8a64999e5464fc3b09c08f9378c4a2d3.zip
NDS: Update GPL/copyright headers; add namespace DS closing comments
svn-id: r50689
Diffstat (limited to 'backends/platform/ds/arm9/source/wordcompletion.h')
-rw-r--r--backends/platform/ds/arm9/source/wordcompletion.h27
1 files changed, 26 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/source/wordcompletion.h b/backends/platform/ds/arm9/source/wordcompletion.h
index e50bade37b..55a0bc8b5a 100644
--- a/backends/platform/ds/arm9/source/wordcompletion.h
+++ b/backends/platform/ds/arm9/source/wordcompletion.h
@@ -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$
+ *
+ */
+
namespace DS {
extern void clearAutoCompleteWordList();
@@ -5,4 +30,4 @@ extern bool findWordCompletions(const char *input);
extern void addAutoCompleteLine(const char *line);
extern void sortAutoCompleteWordList();
-}
+} // End of namespace DS