diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-01-30 17:22:56 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-01-30 17:22:56 +0000 |
commit | bf3b96204df926c023d41aa3b9853e526e27d106 (patch) | |
tree | d7841054178859f02298ea7f5c9803fe8af719f9 /plugins | |
parent | 7e20825e9c2a220ef0b58d41bb32bea4b3f81a6a (diff) | |
download | prosody-bf3b96204df926c023d41aa3b9853e526e27d106.tar.gz prosody-bf3b96204df926c023d41aa3b9853e526e27d106.zip |
GPL->MIT!
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_console.lua | 15 | ||||
-rw-r--r-- | plugins/mod_dialback.lua | 15 | ||||
-rw-r--r-- | plugins/mod_disco.lua | 15 | ||||
-rw-r--r-- | plugins/mod_legacyauth.lua | 15 | ||||
-rw-r--r-- | plugins/mod_ping.lua | 15 | ||||
-rw-r--r-- | plugins/mod_private.lua | 15 | ||||
-rw-r--r-- | plugins/mod_register.lua | 15 | ||||
-rw-r--r-- | plugins/mod_roster.lua | 15 | ||||
-rw-r--r-- | plugins/mod_saslauth.lua | 15 | ||||
-rw-r--r-- | plugins/mod_selftests.lua | 15 | ||||
-rw-r--r-- | plugins/mod_time.lua | 15 | ||||
-rw-r--r-- | plugins/mod_tls.lua | 15 | ||||
-rw-r--r-- | plugins/mod_uptime.lua | 15 | ||||
-rw-r--r-- | plugins/mod_vcard.lua | 15 | ||||
-rw-r--r-- | plugins/mod_version.lua | 15 |
15 files changed, 30 insertions, 195 deletions
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. -- |