Commit aa9fbef7 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Update to Apache 2.0 license (OF-65).

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11290 b35dd754-fafc-0310-a699-88a17e54d16e
parent bdc24f8c
This diff is collapsed.
...@@ -193,13 +193,11 @@ last release. ...@@ -193,13 +193,11 @@ last release.
<h2>Support</h2> <h2>Support</h2>
Free support is provided by the Openfire community in the Free support is provided by the Openfire community in the
<a href="http://www.igniterealtime.org/forum/index.jspa">online forums</a>. Commercial <a href="http://www.igniterealtime.org/forum/index.jspa">online forums</a>.
support (email and phone) from Jive Software is
<a href="http://www.igniterealtime.org/projects/openfire/">also available</a>.
<h2>License Agreements</h2> <h2>License Agreements</h2>
The Openfire source code is governed by the GNU Public License (GPL), which The Openfire source code is governed by the Apache 2.0 license, which
can be found in the <a href="LICENSE.html">LICENSE.html</a> file in this distribution. can be found in the <a href="LICENSE.html">LICENSE.html</a> file in this distribution.
Openfire also contains Open Source software from third-parties. Openfire also contains Open Source software from third-parties.
Licensing terms for those components is specifically noted in the relevant source Licensing terms for those components is specifically noted in the relevant source
...@@ -238,7 +236,7 @@ omitted. ...@@ -238,7 +236,7 @@ omitted.
<div class="footer"> <div class="footer">
Copyright &copy; Jive Software, 2007 Copyright &copy; Jive Software, 2009
</div> </div>
......
...@@ -162,6 +162,13 @@ hr { ...@@ -162,6 +162,13 @@ hr {
<div id="pageBody"> <div id="pageBody">
<h2>3.6.5 -- <span style="font-weight: normal;">??, 2009</span></h2>
<h3>Openfire New Features</h3>
<ul>
<li>Migration to Apache 2.0 Open Source license from GPL</li>
</ul>
<h2>3.6.4 -- <span style="font-weight: normal;">May 1, 2009</span></h2> <h2>3.6.4 -- <span style="font-weight: normal;">May 1, 2009</span></h2>
<h3>Openfire New Features</h3> <h3>Openfire New Features</h3>
...@@ -1417,7 +1424,7 @@ adjusted vCard to be cached. ...@@ -1417,7 +1424,7 @@ adjusted vCard to be cached.
<div class="footer"> <div class="footer">
Copyright &copy; Jive Software, 2006-2007 Copyright &copy; Jive Software, 2006-2009
</div> </div>
......
...@@ -455,14 +455,6 @@ points that are the most common: ...@@ -455,14 +455,6 @@ points that are the most common:
Openfire assumes that the file has been deleted and that the users wants to destroy the plugin, Openfire assumes that the file has been deleted and that the users wants to destroy the plugin,
so it also deletes the directory.</p> so it also deletes the directory.</p>
<b>What license agreement are plugins subject to?</b>
<p>Because Openfire is released under the Open Source GPL license, any plugins developed
must also be released under the GPL or a compatible Open Source license if you distribute
the plugins outside your organization. It is a violation of the license agreement to create
plugins for distribution that are not Open Source. Please visit
<a href="http://www.jivesoftware.com/products/openfire/">Jive Software</a> if you need different
licensing terms for Openfire, including the right to create commercial plugins.</p>
<br> <br>
<br> <br>
......
...@@ -24,17 +24,7 @@ ...@@ -24,17 +24,7 @@
<p>This document provides detailed information for developers that wish to <p>This document provides detailed information for developers that wish to
compile and make changes to the Openfire source code. compile and make changes to the Openfire source code.</p>
Use of the source code is governed by the GPL or the commercial license
you purchased for the codebase from Jive Software.
<b>If Openfire
source is embedded into another application, that application must also
be released under the Open Source GPL license (unless you have a commercial OEM license
in place with Jive Software). Please see the license agreement
for further details.</b>. Some of the source code in this package is Open Source
software developed by third parties. Wherever this is the case, it is specifically noted in
the source, and that source is governed by the license given to it by its author.
<p>For additional developer resources, please visit: <p>For additional developer resources, please visit:
<a href="http://www.igniterealtime.org"> <a href="http://www.igniterealtime.org">
......
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