1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

- make sure the copyright/disclaimer is consistent

- two fixes...


git-svn-id: file:///svn/phpbb/trunk@8061 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-08-21 15:09:52 +00:00
parent 5f4cd5b65c
commit ff3843b39e
10 changed files with 46 additions and 19 deletions

View File

@@ -178,7 +178,7 @@ body {
<a name="top"></a><div id="main">
<p>This is an explanation of how to use the phpBB auth/acl API. This document is (c) 2006 phpBB Group, copying or redistribution is not allowed without permission.</p>
<p>This is an explanation of how to use the phpBB auth/acl API.</p>
<h1>Auth API</h1>
@@ -195,6 +195,7 @@ body {
</ol>
</li>
<li><a href="#admin_related">Admin related functions</a></li>
<li><a href="#disclaimer">Copyright and disclaimer</a></li>
</ol>
<hr />
@@ -360,6 +361,18 @@ $auth_admin = new auth_admin();
</div>
<a href="#top">Top</a>
<br /><br />
<hr />
<a name="disclaimer"></a><h1>4. Copyright and disclaimer</h1>
<div class="paragraph">
<p>This application is opensource software released under the <a href="http://opensource.org/licenses/gpl-license.php">GPL</a>. Please see source code and the docs directory for more details. This package and its contents are Copyright (c) 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a>, All Rights Reserved.</p>
</div>
<a href="#top">Top</a>
</div>