Skip to content

Commit 461b00f

Browse files
committedMay 27, 2014
[ticket/12594] Remove @Package tags and update file headers
PHPBB3-12594
1 parent ad97c19 commit 461b00f

File tree

368 files changed

+2607
-1439
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

368 files changed

+2607
-1439
lines changed
 

‎auth/auth.php

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
<?php
22
/**
33
*
4-
* @package phpBB3
5-
* @copyright (c) 2005 phpBB Group
6-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
4+
* This file is part of the phpBB Forum Software package.
5+
*
6+
* @copyright (c) phpBB Limited <https://www.phpbb.com>
7+
* @license GNU General Public License, version 2 (GPL-2.0)
8+
*
9+
* For full copyright and license information, please see
10+
* the docs/CREDITS.txt file.
711
*
812
*/
913

1014
namespace phpbb\auth;
1115

1216
/**
1317
* Permission/Auth class
14-
* @package phpBB3
1518
*/
1619
class auth
1720
{

‎auth/provider/apache.php

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
<?php
22
/**
33
*
4-
* @package auth
5-
* @copyright (c) 2013 phpBB Group
6-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
4+
* This file is part of the phpBB Forum Software package.
5+
*
6+
* @copyright (c) phpBB Limited <https://www.phpbb.com>
7+
* @license GNU General Public License, version 2 (GPL-2.0)
8+
*
9+
* For full copyright and license information, please see
10+
* the docs/CREDITS.txt file.
711
*
812
*/
913

1014
namespace phpbb\auth\provider;
1115

1216
/**
13-
* Apache authentication provider for phpBB3
14-
*
15-
* @package auth
16-
*/
17+
* Apache authentication provider for phpBB3
18+
*/
1719
class apache extends \phpbb\auth\provider\base
1820
{
1921
/**

0 commit comments

Comments
 (0)
Please sign in to comment.