Software /
code /
prosody
Changeset
1544:c7f0938bc33e
net.server: Fix copyright header line endings and text
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 12 Jul 2009 20:32:38 +0100 |
parents | 1543:d2d80c1cad6c |
children | 1545:e6bd29342f65 1546:7d7bf705675d |
files | net/server.lua |
diffstat | 1 files changed, 6 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/net/server.lua Sun Jul 12 20:25:02 2009 +0100 +++ b/net/server.lua Sun Jul 12 20:32:38 2009 +0100 @@ -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 // --