summaryrefslogtreecommitdiff
path: root/src/main_loop.lua
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anylike.org>2009-12-25 08:10:57 +0000
committerChristian Pointner <equinox@anylike.org>2009-12-25 08:10:57 +0000
commit8b567ddebb5c4d7e059883249663b7c48fc44480 (patch)
tree331f938be476f338fa3e18da42c5e46b5f77bc97 /src/main_loop.lua
parentadded main files (diff)
added options parser
Diffstat (limited to 'src/main_loop.lua')
-rw-r--r--src/main_loop.lua27
1 files changed, 25 insertions, 2 deletions
diff --git a/src/main_loop.lua b/src/main_loop.lua
index 861e401..64963bb 100644
--- a/src/main_loop.lua
+++ b/src/main_loop.lua
@@ -1,3 +1,26 @@
--- sample lua script
+--
+-- anylike
+--
+-- anylike is a ...
+--
+--
+-- Copyright (C) 2007-2008 Markus Grueneis <gimpf@anylike.org>
+-- Christian Pointner <equinox@anylike.org>
+--
+-- This file is part of anylike.
+--
+-- anylike 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 3 of the License, or
+-- any later version.
+--
+-- anylike 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 anylike. If not, see <http://www.gnu.org/licenses/>.
+--
+
print("lua: main_loop started");
--- end lua script \ No newline at end of file