aboutsummaryrefslogtreecommitdiffstats
path: root/net/server.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-07-12 20:32:38 +0100
committerMatthew Wild <mwild1@gmail.com>2009-07-12 20:32:38 +0100
commitc9d670551e952b93f6a2fe6f8493bdba6234298b (patch)
tree4b232cad808619bbfd8e35cf2c1253503f7569ef /net/server.lua
parent86905bacbb245e4322ecef8f8eb37af05f9d80db (diff)
downloadprosody-c9d670551e952b93f6a2fe6f8493bdba6234298b.tar.gz
prosody-c9d670551e952b93f6a2fe6f8493bdba6234298b.zip
net.server: Fix copyright header line endings and text
Diffstat (limited to 'net/server.lua')
-rw-r--r--net/server.lua22
1 files changed, 6 insertions, 16 deletions
diff --git a/net/server.lua b/net/server.lua
index 12502412..e4230457 100644
--- a/net/server.lua
+++ b/net/server.lua
@@ -1,19 +1,9 @@
--- Prosody IM
--- Copyright (C) 2008-2009 Matthew Wild
--- Copyright (C) 2008-2009 Waqas Hussain
---
--- This project is MIT/X11 licensed. Please see the
--- COPYING file in the source package for more information.
---
-
---[[
-
- server.lua by blastbeat
-
- - this script contains the server loop of the program
- - other scripts can reg a server here
-
-]]--
+--
+-- server.lua by blastbeat of the luadch project
+-- Re-used here under the MIT/X Consortium License
+--
+-- Modifications (C) 2008-2009 Matthew Wild, Waqas Hussain
+--
-- // wrapping luadch stuff // --