aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cron
diff options
context:
space:
mode:
authorUnknown <unknownbliss@phpbbdevelopers.net>2012-01-02 17:14:00 +0000
committerAndreas Fischer <bantu@phpbb.com>2012-01-02 19:10:36 +0100
commit66c50f6b30400b729d3fea4fb06dad5eb559aa51 (patch)
tree06484db25b0e9f8f44fa6e561bc8f8de26bf928f /tests/cron
parent656a8ece6f2d52d35dfecb4a27c3709379583f48 (diff)
downloadforums-66c50f6b30400b729d3fea4fb06dad5eb559aa51.tar
forums-66c50f6b30400b729d3fea4fb06dad5eb559aa51.tar.gz
forums-66c50f6b30400b729d3fea4fb06dad5eb559aa51.tar.bz2
forums-66c50f6b30400b729d3fea4fb06dad5eb559aa51.tar.xz
forums-66c50f6b30400b729d3fea4fb06dad5eb559aa51.zip
[ticket/9916] Updating license in non-distributed files
PHPBB3-9916
Diffstat (limited to 'tests/cron')
-rw-r--r--tests/cron/ext/testext/cron/dummy_task.php2
-rw-r--r--tests/cron/includes/cron/task/core/dummy_task.php2
-rw-r--r--tests/cron/includes/cron/task/core/second_dummy_task.php2
-rw-r--r--tests/cron/manager_test.php2
-rw-r--r--tests/cron/task_provider_test.php2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/cron/ext/testext/cron/dummy_task.php b/tests/cron/ext/testext/cron/dummy_task.php
index 06546ada05..996f5b39cf 100644
--- a/tests/cron/ext/testext/cron/dummy_task.php
+++ b/tests/cron/ext/testext/cron/dummy_task.php
@@ -3,7 +3,7 @@
*
* @package testing
* @copyright (c) 2010 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/cron/includes/cron/task/core/dummy_task.php b/tests/cron/includes/cron/task/core/dummy_task.php
index ddaf6a9b7c..6e2e2db636 100644
--- a/tests/cron/includes/cron/task/core/dummy_task.php
+++ b/tests/cron/includes/cron/task/core/dummy_task.php
@@ -3,7 +3,7 @@
*
* @package testing
* @copyright (c) 2010 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/cron/includes/cron/task/core/second_dummy_task.php b/tests/cron/includes/cron/task/core/second_dummy_task.php
index 36c3912c30..8cd0bddfc0 100644
--- a/tests/cron/includes/cron/task/core/second_dummy_task.php
+++ b/tests/cron/includes/cron/task/core/second_dummy_task.php
@@ -3,7 +3,7 @@
*
* @package testing
* @copyright (c) 2010 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/cron/manager_test.php b/tests/cron/manager_test.php
index 80c92e234b..f433fc9a9b 100644
--- a/tests/cron/manager_test.php
+++ b/tests/cron/manager_test.php
@@ -3,7 +3,7 @@
*
* @package testing
* @copyright (c) 2010 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/cron/task_provider_test.php b/tests/cron/task_provider_test.php
index 5565d0f64c..4547c61a55 100644
--- a/tests/cron/task_provider_test.php
+++ b/tests/cron/task_provider_test.php
@@ -3,7 +3,7 @@
*
* @package testing
* @copyright (c) 2010 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
*
*/