aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/auth
diff options
context:
space:
mode:
authorUnknown <unknownbliss@phpbbdevelopers.net>2011-12-31 13:32:52 +0000
committerUnknown <unknownbliss@phpbbdevelopers.net>2011-12-31 13:32:52 +0000
commit7a04c9048c110f0bd21ea3e9e869e17b408d640e (patch)
treecf582205791876b4f8c31b591f78714ef6047062 /phpBB/includes/auth
parent525379cf6c267f2b4e65ac51e10e56aa049668d6 (diff)
downloadforums-7a04c9048c110f0bd21ea3e9e869e17b408d640e.tar
forums-7a04c9048c110f0bd21ea3e9e869e17b408d640e.tar.gz
forums-7a04c9048c110f0bd21ea3e9e869e17b408d640e.tar.bz2
forums-7a04c9048c110f0bd21ea3e9e869e17b408d640e.tar.xz
forums-7a04c9048c110f0bd21ea3e9e869e17b408d640e.zip
[ticket/9916] Updating header license and removing Version $Id$
PHPBB3-9916
Diffstat (limited to 'phpBB/includes/auth')
-rw-r--r--phpBB/includes/auth/auth_apache.php3
-rw-r--r--phpBB/includes/auth/auth_db.php3
-rw-r--r--phpBB/includes/auth/auth_ldap.php3
3 files changed, 3 insertions, 6 deletions
diff --git a/phpBB/includes/auth/auth_apache.php b/phpBB/includes/auth/auth_apache.php
index 9089703035..10b288aa09 100644
--- a/phpBB/includes/auth/auth_apache.php
+++ b/phpBB/includes/auth/auth_apache.php
@@ -5,9 +5,8 @@
* Authentication plug-ins is largely down to Sergey Kanareykin, our thanks to him.
*
* @package login
-* @version $Id$
* @copyright (c) 2005 phpBB Group
-* @license http://opensource.org/licenses/gpl-license.php GNU Public License
+* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
diff --git a/phpBB/includes/auth/auth_db.php b/phpBB/includes/auth/auth_db.php
index 2e0031e4cf..76790e4dad 100644
--- a/phpBB/includes/auth/auth_db.php
+++ b/phpBB/includes/auth/auth_db.php
@@ -7,9 +7,8 @@
* This is for authentication via the integrated user table
*
* @package login
-* @version $Id$
* @copyright (c) 2005 phpBB Group
-* @license http://opensource.org/licenses/gpl-license.php GNU Public License
+* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
diff --git a/phpBB/includes/auth/auth_ldap.php b/phpBB/includes/auth/auth_ldap.php
index 66facd0faa..b2f45f046c 100644
--- a/phpBB/includes/auth/auth_ldap.php
+++ b/phpBB/includes/auth/auth_ldap.php
@@ -6,9 +6,8 @@
* Authentication plug-ins is largely down to Sergey Kanareykin, our thanks to him.
*
* @package login
-* @version $Id$
* @copyright (c) 2005 phpBB Group
-* @license http://opensource.org/licenses/gpl-license.php GNU Public License
+* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/