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/session | |
| 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/session')
| -rw-r--r-- | tests/session/append_sid_test.php | 2 | ||||
| -rw-r--r-- | tests/session/continue_test.php | 2 | ||||
| -rw-r--r-- | tests/session/init_test.php | 2 | ||||
| -rw-r--r-- | tests/session/testable_factory.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/session/append_sid_test.php b/tests/session/append_sid_test.php index 1a3ad633e3..88f6f0718e 100644 --- a/tests/session/append_sid_test.php +++ b/tests/session/append_sid_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/session/continue_test.php b/tests/session/continue_test.php index 6737562a0a..c4f7f8d75b 100644 --- a/tests/session/continue_test.php +++ b/tests/session/continue_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/session/init_test.php b/tests/session/init_test.php index 1181fab636..2ce6c4a4ac 100644 --- a/tests/session/init_test.php +++ b/tests/session/init_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/session/testable_factory.php b/tests/session/testable_factory.php index f3ef19a257..00f79738ef 100644 --- a/tests/session/testable_factory.php +++ b/tests/session/testable_factory.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 * */ |
