diff --git a/README b/README index 2a25440..df7e815 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ Copyright & License ------------------- - Queue Plugin for CakePHP is Copyright (c) 2009 David Persson + Queue Plugin for CakePHP is Copyright (c) 2009-2012 David Persson if not otherwise stated. The code is distributed under the terms of the MIT License. For the full license text see the LICENSE file. diff --git a/models/datasources/beanstalkd_source.php b/models/datasources/beanstalkd_source.php index 9b42540..6fbedbe 100644 --- a/models/datasources/beanstalkd_source.php +++ b/models/datasources/beanstalkd_source.php @@ -2,7 +2,7 @@ /** * Beanstalkd Source File * - * Copyright (c) 2009 David Persson + * Copyright (c) 2009-2012 David Persson * * Distributed under the terms of the MIT License. * Redistributions of files must retain the above copyright notice. @@ -12,7 +12,7 @@ * * @package queue * @subpackage queue.models.datasources - * @copyright 2009 David Persson + * @copyright 2009-2012 David Persson * @license http://www.opensource.org/licenses/mit-license.php The MIT License * @link http://github.com/davidpersson/queue */ diff --git a/models/job.php b/models/job.php index 0eb3378..9d6eb24 100644 --- a/models/job.php +++ b/models/job.php @@ -2,7 +2,7 @@ /** * Job Model File * - * Copyright (c) 2009 David Persson + * Copyright (c) 2009-2012 David Persson * * Distributed under the terms of the MIT License. * Redistributions of files must retain the above copyright notice. @@ -12,7 +12,7 @@ * * @package queue * @subpackage queue.models - * @copyright 2009 David Persson + * @copyright 2009-2012 David Persson * @license http://www.opensource.org/licenses/mit-license.php The MIT License * @link http://github.com/davidpersson/queue */ diff --git a/queue_app_controller.php b/queue_app_controller.php index cc12481..cc61e85 100644 --- a/queue_app_controller.php +++ b/queue_app_controller.php @@ -2,7 +2,7 @@ /** * Queue App Controller File * - * Copyright (c) 2009 David Persson + * Copyright (c) 2009-2012 David Persson * * Distributed under the terms of the MIT License. * Redistributions of files must retain the above copyright notice. @@ -12,7 +12,7 @@ * * @package queue * @subpackage queue.controllers - * @copyright 2009 David Persson + * @copyright 2009-2012 David Persson * @license http://www.opensource.org/licenses/mit-license.php The MIT License * @link http://github.com/davidpersson/queue */ diff --git a/queue_app_model.php b/queue_app_model.php index 6b3651d..8b17512 100644 --- a/queue_app_model.php +++ b/queue_app_model.php @@ -2,7 +2,7 @@ /** * Queue App Model File * - * Copyright (c) 2009 David Persson + * Copyright (c) 2009-2012 David Persson * * Distributed under the terms of the MIT License. * Redistributions of files must retain the above copyright notice. @@ -12,7 +12,7 @@ * * @package queue * @subpackage queue.models - * @copyright 2009 David Persson + * @copyright 2009-2012 David Persson * @license http://www.opensource.org/licenses/mit-license.php The MIT License * @link http://github.com/davidpersson/queue */ diff --git a/vendors/shells/queue.php b/vendors/shells/queue.php index a9629d8..8fe7aaf 100644 --- a/vendors/shells/queue.php +++ b/vendors/shells/queue.php @@ -2,7 +2,7 @@ /** * Queue Shell File * - * Copyright (c) 2009 David Persson + * Copyright (c) 2009-2012 David Persson * * Distributed under the terms of the MIT License. * Redistributions of files must retain the above copyright notice. @@ -12,7 +12,7 @@ * * @package queue * @subpackage queue.shells - * @copyright 2009 David Persson + * @copyright 2009-2012 David Persson * @license http://www.opensource.org/licenses/mit-license.php The MIT License * @link http://github.com/davidpersson/queue */ diff --git a/vendors/shells/tasks/admin.php b/vendors/shells/tasks/admin.php index e22f97f..79988d5 100644 --- a/vendors/shells/tasks/admin.php +++ b/vendors/shells/tasks/admin.php @@ -2,7 +2,7 @@ /** * Admin Task File * - * Copyright (c) 2009 David Persson + * Copyright (c) 2009-2012 David Persson * * Distributed under the terms of the MIT License. * Redistributions of files must retain the above copyright notice. @@ -12,7 +12,7 @@ * * @package queue * @subpackage queue.shells.tasks - * @copyright 2009 David Persson + * @copyright 2009-2012 David Persson * @license http://www.opensource.org/licenses/mit-license.php The MIT License * @link http://github.com/davidpersson/queue */ diff --git a/vendors/shells/tasks/debug_producer.php b/vendors/shells/tasks/debug_producer.php index 3e9213e..b8f26f4 100644 --- a/vendors/shells/tasks/debug_producer.php +++ b/vendors/shells/tasks/debug_producer.php @@ -2,7 +2,7 @@ /** * Debug Producer Task File * - * Copyright (c) 2009 David Persson + * Copyright (c) 2009-2012 David Persson * * Distributed under the terms of the MIT License. * Redistributions of files must retain the above copyright notice. @@ -12,7 +12,7 @@ * * @package queue * @subpackage queue.shells.tasks - * @copyright 2009 David Persson + * @copyright 2009-2012 David Persson * @license http://www.opensource.org/licenses/mit-license.php The MIT License * @link http://github.com/davidpersson/queue */ diff --git a/vendors/shells/tasks/debug_worker.php b/vendors/shells/tasks/debug_worker.php index dda1474..1752682 100644 --- a/vendors/shells/tasks/debug_worker.php +++ b/vendors/shells/tasks/debug_worker.php @@ -2,7 +2,7 @@ /** * Debug Worker Task File * - * Copyright (c) 2009 David Persson + * Copyright (c) 2009-2012 David Persson * * Distributed under the terms of the MIT License. * Redistributions of files must retain the above copyright notice. @@ -12,7 +12,7 @@ * * @package queue * @subpackage queue.shells.tasks - * @copyright 2009 David Persson + * @copyright 2009-2012 David Persson * @license http://www.opensource.org/licenses/mit-license.php The MIT License * @link http://github.com/davidpersson/queue */ diff --git a/vendors/shells/tasks/media_worker.php b/vendors/shells/tasks/media_worker.php index e3a65c2..02c371c 100644 --- a/vendors/shells/tasks/media_worker.php +++ b/vendors/shells/tasks/media_worker.php @@ -2,7 +2,7 @@ /** * Media Worker Task File * - * Copyright (c) 2009 David Persson + * Copyright (c) 2009-2012 David Persson * * Distributed under the terms of the MIT License. * Redistributions of files must retain the above copyright notice. @@ -12,7 +12,7 @@ * * @package queue * @subpackage queue.shells.tasks - * @copyright 2009 David Persson + * @copyright 2009-2012 David Persson * @license http://www.opensource.org/licenses/mit-license.php The MIT License * @link http://github.com/davidpersson/queue */ diff --git a/vendors/shells/tasks/statistics.php b/vendors/shells/tasks/statistics.php index cf1ec4b..be61d98 100644 --- a/vendors/shells/tasks/statistics.php +++ b/vendors/shells/tasks/statistics.php @@ -2,7 +2,7 @@ /** * Statistics Task File * - * Copyright (c) 2009 David Persson + * Copyright (c) 2009-2012 David Persson * * Distributed under the terms of the MIT License. * Redistributions of files must retain the above copyright notice. @@ -12,7 +12,7 @@ * * @package queue * @subpackage queue.shells.tasks - * @copyright 2009 David Persson + * @copyright 2009-2012 David Persson * @license http://www.opensource.org/licenses/mit-license.php The MIT License * @link http://github.com/davidpersson/queue */