From bf3b96204df926c023d41aa3b9853e526e27d106 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 30 Jan 2009 17:22:56 +0000 Subject: GPL->MIT! --- core/componentmanager.lua | 15 ++------------- core/configmanager.lua | 15 ++------------- core/discomanager.lua | 15 ++------------- core/modulemanager.lua | 15 ++------------- core/offlinemanager.lua | 15 ++------------- core/presencemanager.lua | 15 ++------------- core/rostermanager.lua | 15 ++------------- core/s2smanager.lua | 15 ++------------- core/sessionmanager.lua | 15 ++------------- core/stanza_router.lua | 15 ++------------- core/usermanager.lua | 15 ++------------- core/xmlhandlers.lua | 15 ++------------- net/connlisteners.lua | 15 ++------------- net/xmppclient_listener.lua | 15 ++------------- net/xmppserver_listener.lua | 15 ++------------- plugins/mod_console.lua | 15 ++------------- plugins/mod_dialback.lua | 15 ++------------- plugins/mod_disco.lua | 15 ++------------- plugins/mod_legacyauth.lua | 15 ++------------- plugins/mod_ping.lua | 15 ++------------- plugins/mod_private.lua | 15 ++------------- plugins/mod_register.lua | 15 ++------------- plugins/mod_roster.lua | 15 ++------------- plugins/mod_saslauth.lua | 15 ++------------- plugins/mod_selftests.lua | 15 ++------------- plugins/mod_time.lua | 15 ++------------- plugins/mod_tls.lua | 15 ++------------- plugins/mod_uptime.lua | 15 ++------------- plugins/mod_vcard.lua | 15 ++------------- plugins/mod_version.lua | 15 ++------------- tests/test.lua | 15 ++------------- tests/test_core_configmanager.lua | 15 ++------------- tests/test_core_s2smanager.lua | 15 ++------------- tests/test_core_stanza_router.lua | 15 ++------------- tests/test_sasl.lua | 15 ++------------- tests/test_util_jid.lua | 15 ++------------- tools/ejabberd2prosody.lua | 15 ++------------- tools/erlparse.lua | 15 ++------------- util/datamanager.lua | 15 ++------------- util/datetime.lua | 15 ++------------- util/dependencies.lua | 15 ++------------- util/discohelper.lua | 15 ++------------- util/import.lua | 15 ++------------- util/jid.lua | 15 ++------------- util/logger.lua | 15 ++------------- util/multitable.lua | 15 ++------------- util/serialization.lua | 15 ++------------- util/stanza.lua | 15 ++------------- util/termcolours.lua | 15 ++------------- util/uuid.lua | 15 ++------------- 50 files changed, 100 insertions(+), 650 deletions(-) diff --git a/core/componentmanager.lua b/core/componentmanager.lua index 0c33e7f6..c55a76cb 100644 --- a/core/componentmanager.lua +++ b/core/componentmanager.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/core/configmanager.lua b/core/configmanager.lua index a50e7223..8ca5ee54 100644 --- a/core/configmanager.lua +++ b/core/configmanager.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/core/discomanager.lua b/core/discomanager.lua index fe63f972..0082343b 100644 --- a/core/discomanager.lua +++ b/core/discomanager.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/core/modulemanager.lua b/core/modulemanager.lua index 8292eaa5..0e5c8a6a 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/core/offlinemanager.lua b/core/offlinemanager.lua index b56b0ef7..52b2e407 100644 --- a/core/offlinemanager.lua +++ b/core/offlinemanager.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/core/presencemanager.lua b/core/presencemanager.lua index 0f0808aa..725d7cc1 100644 --- a/core/presencemanager.lua +++ b/core/presencemanager.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/core/rostermanager.lua b/core/rostermanager.lua index fc8a5862..6651fbae 100644 --- a/core/rostermanager.lua +++ b/core/rostermanager.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/core/s2smanager.lua b/core/s2smanager.lua index 5243085c..2ba96761 100644 --- a/core/s2smanager.lua +++ b/core/s2smanager.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua index f04ca29c..64f6df97 100644 --- a/core/sessionmanager.lua +++ b/core/sessionmanager.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/core/stanza_router.lua b/core/stanza_router.lua index 9533123e..5ad98701 100644 --- a/core/stanza_router.lua +++ b/core/stanza_router.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/core/usermanager.lua b/core/usermanager.lua index 2da64cff..cf4ebb99 100644 --- a/core/usermanager.lua +++ b/core/usermanager.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/core/xmlhandlers.lua b/core/xmlhandlers.lua index d4d9e141..8e246754 100644 --- a/core/xmlhandlers.lua +++ b/core/xmlhandlers.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/net/connlisteners.lua b/net/connlisteners.lua index c25f3af8..3d611aa9 100644 --- a/net/connlisteners.lua +++ b/net/connlisteners.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- 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 357516e9..b8bd9d3b 100644 --- a/net/xmppclient_listener.lua +++ b/net/xmppclient_listener.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- 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 36b4c476..a6f5eb73 100644 --- a/net/xmppserver_listener.lua +++ b/net/xmppserver_listener.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/plugins/mod_console.lua b/plugins/mod_console.lua index 8ecbd4ea..1b8944e0 100644 --- a/plugins/mod_console.lua +++ b/plugins/mod_console.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- module.host = "*"; diff --git a/plugins/mod_dialback.lua b/plugins/mod_dialback.lua index 1f635dea..845c1105 100644 --- a/plugins/mod_dialback.lua +++ b/plugins/mod_dialback.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/plugins/mod_disco.lua b/plugins/mod_disco.lua index 9f643134..dcd25c8a 100644 --- a/plugins/mod_disco.lua +++ b/plugins/mod_disco.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/plugins/mod_legacyauth.lua b/plugins/mod_legacyauth.lua index 1869bba5..de7a4ea7 100644 --- a/plugins/mod_legacyauth.lua +++ b/plugins/mod_legacyauth.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/plugins/mod_ping.lua b/plugins/mod_ping.lua index 53a808cd..0e0f5651 100644 --- a/plugins/mod_ping.lua +++ b/plugins/mod_ping.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/plugins/mod_private.lua b/plugins/mod_private.lua index 76d18d39..f1c7bb3e 100644 --- a/plugins/mod_private.lua +++ b/plugins/mod_private.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/plugins/mod_register.lua b/plugins/mod_register.lua index 44bbf700..5e93ed00 100644 --- a/plugins/mod_register.lua +++ b/plugins/mod_register.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/plugins/mod_roster.lua b/plugins/mod_roster.lua index 83e9835d..40f2cb81 100644 --- a/plugins/mod_roster.lua +++ b/plugins/mod_roster.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/plugins/mod_saslauth.lua b/plugins/mod_saslauth.lua index 81ba24cc..19355e2c 100644 --- a/plugins/mod_saslauth.lua +++ b/plugins/mod_saslauth.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/plugins/mod_selftests.lua b/plugins/mod_selftests.lua index 1a2190dc..6cac054c 100644 --- a/plugins/mod_selftests.lua +++ b/plugins/mod_selftests.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/plugins/mod_time.lua b/plugins/mod_time.lua index 675bc023..1aa6ebd9 100644 --- a/plugins/mod_time.lua +++ b/plugins/mod_time.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/plugins/mod_tls.lua b/plugins/mod_tls.lua index af403dc9..0d675978 100644 --- a/plugins/mod_tls.lua +++ b/plugins/mod_tls.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/plugins/mod_uptime.lua b/plugins/mod_uptime.lua index 33dd66fb..6ae5aec0 100644 --- a/plugins/mod_uptime.lua +++ b/plugins/mod_uptime.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/plugins/mod_vcard.lua b/plugins/mod_vcard.lua index 10119252..f72a37e0 100644 --- a/plugins/mod_vcard.lua +++ b/plugins/mod_vcard.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/plugins/mod_version.lua b/plugins/mod_version.lua index 8cc0c702..2c8df518 100644 --- a/plugins/mod_version.lua +++ b/plugins/mod_version.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/tests/test.lua b/tests/test.lua index bc1e1979..8a639f70 100644 --- a/tests/test.lua +++ b/tests/test.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/tests/test_core_configmanager.lua b/tests/test_core_configmanager.lua index 74fce41d..f0037524 100644 --- a/tests/test_core_configmanager.lua +++ b/tests/test_core_configmanager.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/tests/test_core_s2smanager.lua b/tests/test_core_s2smanager.lua index 219d9df5..7fdea5da 100644 --- a/tests/test_core_s2smanager.lua +++ b/tests/test_core_s2smanager.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/tests/test_core_stanza_router.lua b/tests/test_core_stanza_router.lua index 01e33d4e..a48c0a6b 100644 --- a/tests/test_core_stanza_router.lua +++ b/tests/test_core_stanza_router.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/tests/test_sasl.lua b/tests/test_sasl.lua index 80eae5fc..3f65a5cb 100644 --- a/tests/test_sasl.lua +++ b/tests/test_sasl.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/tests/test_util_jid.lua b/tests/test_util_jid.lua index 1c773992..d1ee0983 100644 --- a/tests/test_util_jid.lua +++ b/tests/test_util_jid.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/tools/ejabberd2prosody.lua b/tools/ejabberd2prosody.lua index c2034715..62969590 100755 --- a/tools/ejabberd2prosody.lua +++ b/tools/ejabberd2prosody.lua @@ -3,19 +3,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/tools/erlparse.lua b/tools/erlparse.lua index 37d4bb62..f3143602 100644 --- a/tools/erlparse.lua +++ b/tools/erlparse.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/util/datamanager.lua b/util/datamanager.lua index f818098d..828c1f69 100644 --- a/util/datamanager.lua +++ b/util/datamanager.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/util/datetime.lua b/util/datetime.lua index 53b1700b..3f0ce12c 100644 --- a/util/datetime.lua +++ b/util/datetime.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/util/dependencies.lua b/util/dependencies.lua index 8fe6edba..e238d89f 100644 --- a/util/dependencies.lua +++ b/util/dependencies.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/util/discohelper.lua b/util/discohelper.lua index 56dfd5d0..d6767272 100644 --- a/util/discohelper.lua +++ b/util/discohelper.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/util/import.lua b/util/import.lua index 2f36ac99..08ab971b 100644 --- a/util/import.lua +++ b/util/import.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/util/jid.lua b/util/jid.lua index 52fd0f44..68449aa1 100644 --- a/util/jid.lua +++ b/util/jid.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/util/logger.lua b/util/logger.lua index bbc783d4..cb237289 100644 --- a/util/logger.lua +++ b/util/logger.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- local format, rep = string.format, string.rep; diff --git a/util/multitable.lua b/util/multitable.lua index 414f6cb5..b8fa56bf 100644 --- a/util/multitable.lua +++ b/util/multitable.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/util/serialization.lua b/util/serialization.lua index 7a377c98..dd6dd5b5 100644 --- a/util/serialization.lua +++ b/util/serialization.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- local string_rep = string.rep; diff --git a/util/stanza.lua b/util/stanza.lua index 14a8f395..c08bb795 100644 --- a/util/stanza.lua +++ b/util/stanza.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/util/termcolours.lua b/util/termcolours.lua index 6ab1b1fd..48b0d2bc 100644 --- a/util/termcolours.lua +++ b/util/termcolours.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- diff --git a/util/uuid.lua b/util/uuid.lua index 0b8526f9..0baf45b9 100644 --- a/util/uuid.lua +++ b/util/uuid.lua @@ -2,19 +2,8 @@ -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- --- This program 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 (at your option) any later version. --- --- This program 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 this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. -- -- cgit v1.2.3