Update license info in license.php

This commit is contained in:
Dmitriy Simushev 2013-05-16 14:17:28 +00:00
parent 6a477d39f0
commit 5a3b2916d1

View File

@ -22,29 +22,23 @@ $page['fixedwrap'] = true;
function tpl_content() { global $page, $webimroot, $errors; function tpl_content() { global $page, $webimroot, $errors;
?> ?>
<p>Mibew Messenger is distributed under the terms of the Eclipse Public License (or <p>Copyright 2005-2013 the original author or authors.</p>
the General Public License, this means that you can choose one of two, and use it
accordingly) with the following special exception.</p>
<br/> <br/>
<b>License exception:</b> <p>Licensed under the <b>Apache License, Version 2.0</b> (the "License").</p>
<p>No one may remove, alter or hide any copyright notices or links to the community
site ("http://mibew.org") contained within the Program. Any derivative work
must include this license exception.</p>
<br/> <br/>
<p>Eclipse Public License:<br/> <p>You may obtain a copy of the License at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a></p>
<a href="<?php echo $webimroot ?>/epl-v10.html">Local version</a> or <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
</p>
<br/> <br/>
<p> <p>Unless required by applicable law or agreed to in writing, software
General Public License:<br/> distributed under the License is distributed on an "AS IS" BASIS,
<a href="<?php echo $webimroot ?>/gpl-2.0.txt">Local version</a> or <a href="http://www.gnu.org/copyleft/gpl.html">http://www.gnu.org/copyleft/gpl.html</a> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
</p> See the License for the specific language governing permissions and
limitations under the License.</p>
<?php <?php
} /* content */ } /* content */