From 832584f65adff69659181d6fc884f779a79d62a9 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Fri, 2 May 2008 23:28:00 +0000 Subject: Added headers to LUA files mentioning the purpose of the files and their license. --- data/scripts/libtmw.lua | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'data/scripts/libtmw.lua') diff --git a/data/scripts/libtmw.lua b/data/scripts/libtmw.lua index d55d8b4..0eabf1b 100644 --- a/data/scripts/libtmw.lua +++ b/data/scripts/libtmw.lua @@ -1,6 +1,19 @@ ------------------- --- Support code -- ------------------- +------------------------------------------------------------- +-- TMW Support Library -- +-- -- +-- Functions which are called by the game engine and -- +-- helper functions useful for writing other scripts. -- +-- -- +---------------------------------------------------------------------------------- +-- 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. -- +---------------------------------------------------------------------------------- + -- Table that associates to each NPC pointer the handler function that is -- called when a player starts talking to an NPC. -- cgit