summaryrefslogtreecommitdiff
path: root/data/test.lua
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-05-02 23:28:00 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-05-02 23:28:00 +0000
commit832584f65adff69659181d6fc884f779a79d62a9 (patch)
tree4d39c248e14ada2786d144252c8b172aa6a68450 /data/test.lua
parent7802bc28e08c7660ffa524683911eba58099e9db (diff)
downloadmanaserv-832584f65adff69659181d6fc884f779a79d62a9.tar.gz
manaserv-832584f65adff69659181d6fc884f779a79d62a9.tar.bz2
manaserv-832584f65adff69659181d6fc884f779a79d62a9.tar.xz
manaserv-832584f65adff69659181d6fc884f779a79d62a9.zip
Added headers to LUA files mentioning the purpose of the files and their license.
Diffstat (limited to 'data/test.lua')
-rw-r--r--data/test.lua19
1 files changed, 16 insertions, 3 deletions
diff --git a/data/test.lua b/data/test.lua
index 9704a092..4b14261e 100644
--- a/data/test.lua
+++ b/data/test.lua
@@ -1,6 +1,19 @@
---------------
--- Map code --
---------------
+----------------------------------------------------------
+-- Test Scripts --
+-- --
+-- Provisorical NPC scripts currently included on map --
+-- new_1-1.tmx for demonstrating and testing variouse --
+-- features of the scripting engine. --
+-- --
+----------------------------------------------------------------------------------
+-- Copyright 2008 The Mana World Development Team --
+-- --
+-- This file is part of The Mana World. --
+-- --
+-- The Mana World 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 any later version. --
+----------------------------------------------------------------------------------
require "data/scripts/npclib"