From ff3843b39e714ef879a91f245ee6170534947503 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 21 Aug 2007 15:09:52 +0000 Subject: - make sure the copyright/disclaimer is consistent - two fixes... git-svn-id: file:///svn/phpbb/trunk@8061 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/auth_api.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'phpBB/docs/auth_api.html') diff --git a/phpBB/docs/auth_api.html b/phpBB/docs/auth_api.html index 8f86ae2740..f744466254 100644 --- a/phpBB/docs/auth_api.html +++ b/phpBB/docs/auth_api.html @@ -178,7 +178,7 @@ body {
-

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.

+

This is an explanation of how to use the phpBB auth/acl API.

Auth API

@@ -195,6 +195,7 @@ body {
  • Admin related functions
  • +
  • Copyright and disclaimer

  • @@ -360,6 +361,18 @@ $auth_admin = new auth_admin();
    Top +

    + +
    + +

    4. Copyright and disclaimer

    + +
    + +

    This application is opensource software released under the GPL. Please see source code and the docs directory for more details. This package and its contents are Copyright (c) 2000, 2002, 2005, 2007 phpBB Group, All Rights Reserved.

    + +
    +Top -- cgit v1.2.1