Commit 161ad424 authored by guus's avatar guus

Modified license headers, changed required server version for plugins from 3.6.5 to 3.7.0. (OF-65)

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11594 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1ad248e5
......@@ -46,7 +46,7 @@ Broadcast Plugin Changelog
<p><b>1.8.0</b> -- December 1, 2009</p>
<ul>
<li>Now requires Openfire 3.6.5.</li>
<li>Now requires Openfire 3.7.0.</li>
<li>Applied Java generics.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-53'>OF-53</a>] - Replace custom logging implementation with a third party library.</li>
</ul>
......
......@@ -11,5 +11,5 @@
<version>1.8.0</version>
<date>12/1/2009</date>
<url>http://www.igniterealtime.org</url>
<minServerVersion>3.6.5</minServerVersion>
<minServerVersion>3.7.0</minServerVersion>
</plugin>
\ No newline at end of file
......@@ -46,7 +46,7 @@ Client Control Plugin Changelog
<p><b>1.1.0</b> -- December 1, 2009</p>
<ul>
<li>Now requires Openfire 3.6.5.</li>
<li>Now requires Openfire 3.7.0.</li>
<li>Applied Java generics.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-53'>OF-53</a>] - Replace custom logging implementation with a third party library.</li>
</ul>
......
......@@ -10,7 +10,7 @@
<author>Jive Software</author>
<version>1.1.0</version>
<date>12/1/2009</date>
<minServerVersion>3.6.5</minServerVersion>
<minServerVersion>3.7.0</minServerVersion>
<databaseKey>clientcontrol</databaseKey>
<databaseVersion>0</databaseVersion>
......
......@@ -46,7 +46,7 @@ ContentFilter Plugin Changelog
<p><b>1.6.0</b> -- December 1, 2009</p>
<ul>
<li>Now requires Openfire 3.6.5.</li>
<li>Now requires Openfire 3.7.0.</li>
<li>Applied Java generics.</li>
<li>Removed unused code.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-53'>OF-53</a>] - Replace custom logging implementation with a third party library.</li>
......
......@@ -10,7 +10,7 @@
<author>Conor Hayes</author>
<version>1.6.1</version>
<date>12/1/2009</date>
<minServerVersion>3.6.5</minServerVersion>
<minServerVersion>3.7.0</minServerVersion>
<!-- UI extension -->
<adminconsole>
......
......@@ -44,6 +44,11 @@
Email Listener Plugin Changelog
</h1>
<p><b>1.0.2</b> -- Feb 2, 2010</p>
<ul>
<li>Updated license from GPL to Apache</li>
</ul>
<p><b>1.0.0</b> -- Dec 27, 2007</p>
<ul>
......
......@@ -8,8 +8,8 @@
<name>Email Listener</name>
<description>Listens for emails and sends alerts to specific users.</description>
<author>Jive Software</author>
<version>1.0.1</version>
<date>12/27/2007</date>
<version>1.0.2</version>
<date>2/1/2010</date>
<url>http://www.igniterealtime.org</url>
<minServerVersion>3.5.0</minServerVersion>
......
<%--
- Copyright (C) 2005-2008 Jive Software. All rights reserved.
-
- This software is published under the terms of the GNU Public License (GPL),
- a copy of which is included in this distribution, or a commercial license
- agreement with Jive.
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--%>
<%@ page import="org.jivesoftware.openfire.plugin.emailListener.EmailListener,
......
......@@ -46,11 +46,12 @@ Fastpath Plugin Changelog
<p><b>4.2.0</b> -- December 2, 2009</p>
<ul>
<li>Now requires Openfire 3.6.5.</li>
<li>Now requires Openfire 3.7.0.</li>
<li>Applied Java generics.</li>
<li>Removed unused code.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-53'>OF-53</a>] - Replace custom logging implementation with a third party library.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-78'>OF-78</a>] - Replaced custom Stringprep with LibIDN.</li>
<li>Updated License from GPL to Apache</li>
</ul>
<p><b>4.1.0</b> -- August 12, 2008</p>
......
......@@ -7,7 +7,7 @@
<author>Jive Software</author>
<version>4.2.0</version>
<date>12/2/2009</date>
<minServerVersion>3.6.5</minServerVersion>
<minServerVersion>3.7.0</minServerVersion>
<databaseKey>fastpath</databaseKey>
<databaseVersion>0</databaseVersion>
......
......@@ -4,9 +4,17 @@
-
- Copyright (C) 2004-2008 Jive Software. All rights reserved.
-
- This software is published under the terms of the GNU Public License (GPL),
- a copy of which is included in this distribution, or a commercial license
- agreement with Jive.
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--%>
<% try { %>
<%@ page import="java.beans.*,
......
......@@ -4,9 +4,17 @@
-
- Copyright (C) 2004-2008 Jive Software. All rights reserved.
-
- This software is published under the terms of the GNU Public License (GPL),
- a copy of which is included in this distribution, or a commercial license
- agreement with Jive.
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--%>
<% try { %>
<%@ page import="java.beans.*,
......
......@@ -47,7 +47,7 @@ Monitoring Plugin Changelog
<p><b>1.2.0</b> -- December 1, 2009</p>
<ul>
<li>Compatible version with Openfire 3.6.5.</li>
<li>Compatible version with Openfire 3.7.0.</li>
<li>Applied Java generics.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-53'>OF-53</a>] - Replace custom logging implementation with a third party library.</li>
</ul>
......
......@@ -7,7 +7,7 @@
<author>Jive Software</author>
<version>1.2.0</version>
<date>12/1/2009</date>
<minServerVersion>3.6.5</minServerVersion>
<minServerVersion>3.7.0</minServerVersion>
<databaseKey>monitoring</databaseKey>
<databaseVersion>0</databaseVersion>
......
......@@ -47,7 +47,7 @@ Packet Filter Plugin Changelog
<p><b>3.0</b> -- Dec 2, 2009</p>
<ul>
<li>Now requires Openfire 3.6.5.</li>
<li>Now requires Openfire 3.7.0.</li>
<li>Applied Java generics.</li>
<li>Removed unused code.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-53'>OF-53</a>] - Replace custom logging implementation with a third party library.</li>
......
......@@ -9,7 +9,7 @@
<author>Nate Putnam</author>
<version>3.0.0</version>
<date>12/2/2009</date>
<minServerVersion>3.6.5</minServerVersion>
<minServerVersion>3.7.0</minServerVersion>
<databaseKey>packetfilter</databaseKey>
<databaseVersion>2</databaseVersion>
......
......@@ -46,7 +46,7 @@ Presence Plugin Changelog
<p><b>1.5.0</b> -- December 2, 2009</p>
<ul>
<li>Now requires Openfire 3.6.5.</li>
<li>Now requires Openfire 3.7.0.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-53'>OF-53</a>] - Replace custom logging implementation with a third party library.</li>
</ul>
......
......@@ -7,7 +7,7 @@
<author>Jive Software</author>
<version>1.5.0</version>
<date>12/2/2009</date>
<minServerVersion>3.6.5</minServerVersion>
<minServerVersion>3.7.0</minServerVersion>
<adminconsole>
<tab id="tab-server">
......
......@@ -46,10 +46,11 @@ Registration Plugin Changelog
<p><b>1.5.0</b> -- December 2, 2009</p>
<ul>
<li>Now requires Openfire 3.6.5.</li>
<li>Now requires Openfire 3.7.0.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-43'>OF-43</a>] - Add reCAPTCHA check for registration via web.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-53'>OF-53</a>] - Replace custom logging implementation with a third party library.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-78'>OF-78</a>] - Replaced custom Stringprep with LibIDN.</li>
<li>Updated license from GPL to Apache.</li>
</ul>
<p><b>1.4.1</b> -- November 2, 2007</p>
......
......@@ -7,7 +7,7 @@
<author>Ryan Graham</author>
<version>1.5.0</version>
<date>12/2/2009</date>
<minServerVersion>3.6.5</minServerVersion>
<minServerVersion>3.7.0</minServerVersion>
<adminconsole>
<tab id="tab-users">
......
<%--
- Copyright (C) 2005-2008 Jive Software. All rights reserved.
-
- This software is published under the terms of the GNU Public License (GPL),
- a copy of which is included in this distribution, or a commercial license
- agreement with Jive.
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--%>
<%@ page
......
<%--
- Copyright (C) 2005-2008 Jive Software. All rights reserved.
-
- This software is published under the terms of the GNU Public License (GPL),
- a copy of which is included in this distribution, or a commercial license
- agreement with Jive.
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--%>
<%@ page import="org.jivesoftware.openfire.user.*,
......
......@@ -51,7 +51,7 @@ Search Plugin Changelog
<p><b>1.5.0</b> -- December 2, 2009</p>
<ul>
<li>Now requires Openfire 3.6.5.</li>
<li>Now requires Openfire 3.7.0.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-53'>OF-53</a>] - Replace custom logging implementation with a third party library.</li>
</ul>
......
......@@ -7,7 +7,7 @@
<author>Ryan Graham</author>
<version>1.5.1</version>
<date>1/2/2010</date>
<minServerVersion>3.6.5</minServerVersion>
<minServerVersion>3.7.0</minServerVersion>
<adminconsole>
<tab id="tab-server">
......
......@@ -46,10 +46,11 @@ SIP Plugin Changelog
<p><b>1.0.6</b> -- December 2, 2009</p>
<ul>
<li>Now requires Openfire 3.6.5.</li>
<li>Now requires Openfire 3.7.0.</li>
<li>Applied Java generics.</li>
<li>Removed unused code.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-53'>OF-53</a>] - Replace custom logging implementation with a third party library.</li>
<li>Updated license from GPL to Apache</li>
</ul>
<p><b>1.0.5</b> -- March 11, 2008</p>
......
......@@ -9,7 +9,7 @@
<date>12/2/2009</date>
<databaseKey>sip</databaseKey>
<databaseVersion>2</databaseVersion>
<minServerVersion>3.6.5</minServerVersion>
<minServerVersion>3.7.0</minServerVersion>
<adminconsole>
<tab id="tab-server">
......
......@@ -4,9 +4,17 @@
-
- Copyright (C) 2004-2008 Jive Software. All rights reserved.
-
- This software is published under the terms of the GNU Public License (GPL),
- a copy of which is included in this distribution, or a commercial license
- agreement with Jive.
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--%>
<%@ page import="org.jivesoftware.openfire.sip.sipaccount.SipAccount,
......
......@@ -5,9 +5,17 @@
-
- Copyright (C) 2004-2008 Jive Software. All rights reserved.
-
- This software is published under the terms of the GNU Public License (GPL),
- a copy of which is included in this distribution, or a commercial license
- agreement with Jive.
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--%>
<%@ page import="org.jivesoftware.util.LocaleUtils,
......
......@@ -49,6 +49,11 @@
Subscription Plugin Changelog
</h1>
<p><b>1.2.2</b> -- February 02, 2010</p>
<ul>
<li>Updated license from GPL to Apache.</li>
</ul>
<p><b>1.2.0</b> -- April 12, 2007</p>
<ul>
<li>Presence handling by the server was being skiped.</li>
......
......@@ -5,8 +5,8 @@
<name>Subscription</name>
<description>Automatically accepts or rejects subsription requests</description>
<author>Ryan Graham</author>
<version>1.2.1</version>
<date>4/12/2007</date>
<version>1.2.2</version>
<date>2/1/2010</date>
<url>http://www.igniterealtime.org</url>
<minServerVersion>3.5.0</minServerVersion>
......
<%--
- Copyright (C) 2005-2008 Jive Software. All rights reserved.
-
- This software is published under the terms of the GNU Public License (GPL),
- a copy of which is included in this distribution, or a commercial license
- agreement with Jive.
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--%>
<%@ page import="java.util.*,
......
......@@ -150,7 +150,7 @@ hr {
<p><b>2.3.0</b> -- December 2, 2009</p>
<ul>
<li>Now requires Openfire 3.6.5.</li>
<li>Now requires Openfire 3.7.0.</li>
<li>Applied Java generics.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-53'>OF-53</a>] - Replace custom logging implementation with a third party library.</li>
<li>[<a href='http://www.igniterealtime.org/issues/browse/OF-78'>OF-78</a>] - Replaced custom Stringprep with LibIDN.</li>
......
......@@ -8,7 +8,7 @@
<author>Ryan Graham</author>
<version>2.3.0</version>
<date>12/2/2009</date>
<minServerVersion>3.6.5</minServerVersion>
<minServerVersion>3.7.0</minServerVersion>
<adminconsole>
<tab id="tab-users">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment