diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2012-01-02 17:35:49 +0100 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2012-01-02 17:35:49 +0100 |
| commit | fd55d64996637084096ec83f84c5f007959c9fcd (patch) | |
| tree | 52e81c2dee04edc33ce77a15c9f7f612e0bc55e7 /tests/security | |
| parent | 3f91405acb5e5fcc026aa6e9fe1046d8f95144cc (diff) | |
| parent | 5e52734c240e5ecfb812202cd4cae305be9290c5 (diff) | |
| download | forums-fd55d64996637084096ec83f84c5f007959c9fcd.tar forums-fd55d64996637084096ec83f84c5f007959c9fcd.tar.gz forums-fd55d64996637084096ec83f84c5f007959c9fcd.tar.bz2 forums-fd55d64996637084096ec83f84c5f007959c9fcd.tar.xz forums-fd55d64996637084096ec83f84c5f007959c9fcd.zip | |
Merge remote-tracking branch 'unknownbliss/ticket/9916-olympus' into develop-olympus
* unknownbliss/ticket/9916-olympus:
[ticket/9916] Changing header in non-distributed files
[ticket/9916] Changing coding guidelines license
[ticket/9916] Updating License in the header
Diffstat (limited to 'tests/security')
| -rw-r--r-- | tests/security/base.php | 2 | ||||
| -rw-r--r-- | tests/security/extract_current_page_test.php | 2 | ||||
| -rw-r--r-- | tests/security/hash_test.php | 2 | ||||
| -rw-r--r-- | tests/security/redirect_test.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/security/base.php b/tests/security/base.php index db9c884cf4..2658798237 100644 --- a/tests/security/base.php +++ b/tests/security/base.php @@ -3,7 +3,7 @@ * * @package testing * @copyright (c) 2008 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/tests/security/extract_current_page_test.php b/tests/security/extract_current_page_test.php index 71c7a3a397..4911f7b452 100644 --- a/tests/security/extract_current_page_test.php +++ b/tests/security/extract_current_page_test.php @@ -3,7 +3,7 @@ * * @package testing * @copyright (c) 2008 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/tests/security/hash_test.php b/tests/security/hash_test.php index 19a3822145..0c2580c19b 100644 --- a/tests/security/hash_test.php +++ b/tests/security/hash_test.php @@ -3,7 +3,7 @@ * * @package testing * @copyright (c) 2011 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/tests/security/redirect_test.php b/tests/security/redirect_test.php index 70ba8527b1..4848a938c6 100644 --- a/tests/security/redirect_test.php +++ b/tests/security/redirect_test.php @@ -3,7 +3,7 @@ * * @package testing * @copyright (c) 2008 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 * */ |
