diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-01-30 17:59:26 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-01-30 17:59:26 +0000 |
commit | c5ee166aa9bf4ec52f2e9b83396a75f7efccf290 (patch) | |
tree | c70124e98d57cd14077a0f0257f42095b1ef574b /net | |
parent | f2d020191f5a78336f456263b868228ad53236db (diff) | |
download | prosody-c5ee166aa9bf4ec52f2e9b83396a75f7efccf290.tar.gz prosody-c5ee166aa9bf4ec52f2e9b83396a75f7efccf290.zip |
Update copyright notices for 2009
Diffstat (limited to 'net')
-rw-r--r-- | net/connlisteners.lua | 4 | ||||
-rw-r--r-- | net/xmppclient_listener.lua | 4 | ||||
-rw-r--r-- | net/xmppserver_listener.lua | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/connlisteners.lua b/net/connlisteners.lua index d1e3cc17..f4861764 100644 --- a/net/connlisteners.lua +++ b/net/connlisteners.lua @@ -1,6 +1,6 @@ -- Prosody IM v0.3 --- Copyright (C) 2008 Matthew Wild --- Copyright (C) 2008 Waqas Hussain +-- 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. diff --git a/net/xmppclient_listener.lua b/net/xmppclient_listener.lua index 2f7fac4c..ad1fd948 100644 --- a/net/xmppclient_listener.lua +++ b/net/xmppclient_listener.lua @@ -1,6 +1,6 @@ -- Prosody IM v0.3 --- Copyright (C) 2008 Matthew Wild --- Copyright (C) 2008 Waqas Hussain +-- 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. diff --git a/net/xmppserver_listener.lua b/net/xmppserver_listener.lua index c8413ce0..5602311c 100644 --- a/net/xmppserver_listener.lua +++ b/net/xmppserver_listener.lua @@ -1,6 +1,6 @@ -- Prosody IM v0.3 --- Copyright (C) 2008 Matthew Wild --- Copyright (C) 2008 Waqas Hussain +-- 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. |