diff --git a/src/BigInteger/Adapter/AdapterInterface.php b/src/BigInteger/Adapter/AdapterInterface.php index 5f438f5..a59e6d1 100644 --- a/src/BigInteger/Adapter/AdapterInterface.php +++ b/src/BigInteger/Adapter/AdapterInterface.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/src/BigInteger/Adapter/Bcmath.php b/src/BigInteger/Adapter/Bcmath.php index 99916fe..efe8d59 100644 --- a/src/BigInteger/Adapter/Bcmath.php +++ b/src/BigInteger/Adapter/Bcmath.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/src/BigInteger/Adapter/Gmp.php b/src/BigInteger/Adapter/Gmp.php index e0ddbf7..e3049f8 100644 --- a/src/BigInteger/Adapter/Gmp.php +++ b/src/BigInteger/Adapter/Gmp.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/src/BigInteger/AdapterPluginManager.php b/src/BigInteger/AdapterPluginManager.php index c21e41c..1aaaeba 100644 --- a/src/BigInteger/AdapterPluginManager.php +++ b/src/BigInteger/AdapterPluginManager.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/src/BigInteger/BigInteger.php b/src/BigInteger/BigInteger.php index 212251d..724a3d0 100644 --- a/src/BigInteger/BigInteger.php +++ b/src/BigInteger/BigInteger.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/src/BigInteger/Exception/DivisionByZeroException.php b/src/BigInteger/Exception/DivisionByZeroException.php index 9de4153..016163a 100644 --- a/src/BigInteger/Exception/DivisionByZeroException.php +++ b/src/BigInteger/Exception/DivisionByZeroException.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/src/BigInteger/Exception/ExceptionInterface.php b/src/BigInteger/Exception/ExceptionInterface.php index d436f3a..ebb57e4 100644 --- a/src/BigInteger/Exception/ExceptionInterface.php +++ b/src/BigInteger/Exception/ExceptionInterface.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/src/BigInteger/Exception/InvalidArgumentException.php b/src/BigInteger/Exception/InvalidArgumentException.php index 22a4478..4735f4d 100644 --- a/src/BigInteger/Exception/InvalidArgumentException.php +++ b/src/BigInteger/Exception/InvalidArgumentException.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/src/BigInteger/Exception/RuntimeException.php b/src/BigInteger/Exception/RuntimeException.php index e6f3792..c9a8522 100644 --- a/src/BigInteger/Exception/RuntimeException.php +++ b/src/BigInteger/Exception/RuntimeException.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/src/Exception/DomainException.php b/src/Exception/DomainException.php index 4a5cbe6..8b32cde 100644 --- a/src/Exception/DomainException.php +++ b/src/Exception/DomainException.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/src/Exception/ExceptionInterface.php b/src/Exception/ExceptionInterface.php index 846b2a7..8150f00 100644 --- a/src/Exception/ExceptionInterface.php +++ b/src/Exception/ExceptionInterface.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/src/Exception/InvalidArgumentException.php b/src/Exception/InvalidArgumentException.php index fc52b3d..c5d6283 100644 --- a/src/Exception/InvalidArgumentException.php +++ b/src/Exception/InvalidArgumentException.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/src/Exception/RuntimeException.php b/src/Exception/RuntimeException.php index 5a6dfbc..ee65b71 100644 --- a/src/Exception/RuntimeException.php +++ b/src/Exception/RuntimeException.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/src/Rand.php b/src/Rand.php index b416243..4f95333 100644 --- a/src/Rand.php +++ b/src/Rand.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/test/BigInteger/Adapter/AbstractTestCase.php b/test/BigInteger/Adapter/AbstractTestCase.php index 1077d75..2f35af8 100644 --- a/test/BigInteger/Adapter/AbstractTestCase.php +++ b/test/BigInteger/Adapter/AbstractTestCase.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/test/BigInteger/Adapter/BcmathTest.php b/test/BigInteger/Adapter/BcmathTest.php index 4dbddfd..207db74 100644 --- a/test/BigInteger/Adapter/BcmathTest.php +++ b/test/BigInteger/Adapter/BcmathTest.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/test/BigInteger/Adapter/GmpTest.php b/test/BigInteger/Adapter/GmpTest.php index 18ccd19..6810459 100644 --- a/test/BigInteger/Adapter/GmpTest.php +++ b/test/BigInteger/Adapter/GmpTest.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/test/BigInteger/BigIntegerTest.php b/test/BigInteger/BigIntegerTest.php index 2a445dc..5c32227 100644 --- a/test/BigInteger/BigIntegerTest.php +++ b/test/BigInteger/BigIntegerTest.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */ diff --git a/test/RandTest.php b/test/RandTest.php index 0a34940..dcff169 100644 --- a/test/RandTest.php +++ b/test/RandTest.php @@ -3,7 +3,7 @@ * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @package Zend_Math */