diff --git a/LICENSE b/LICENSE index 923e880..fcea456 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013-2014 Ben Ramsey +Copyright (c) 2012-2014 Ben Ramsey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/bin/uuid b/bin/uuid index ddfdc61..7f8f654 100755 --- a/bin/uuid +++ b/bin/uuid @@ -6,7 +6,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright Copyright (c) 2013-2014 Ben Ramsey + * @copyright Copyright (c) 2012-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Console/Application.php b/src/Console/Application.php index ddeff64..2356286 100644 --- a/src/Console/Application.php +++ b/src/Console/Application.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright Copyright (c) 2013-2014 Ben Ramsey + * @copyright Copyright (c) 2012-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Console/Command/DecodeCommand.php b/src/Console/Command/DecodeCommand.php index 0c1758f..d0caad1 100644 --- a/src/Console/Command/DecodeCommand.php +++ b/src/Console/Command/DecodeCommand.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright Copyright (c) 2013-2014 Ben Ramsey + * @copyright Copyright (c) 2012-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Console/Command/GenerateCommand.php b/src/Console/Command/GenerateCommand.php index a4c6604..4dc20a9 100644 --- a/src/Console/Command/GenerateCommand.php +++ b/src/Console/Command/GenerateCommand.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright Copyright (c) 2013-2014 Ben Ramsey + * @copyright Copyright (c) 2012-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Console/Exception.php b/src/Console/Exception.php index aefef0d..2fa6da5 100644 --- a/src/Console/Exception.php +++ b/src/Console/Exception.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright Copyright (c) 2013-2014 Ben Ramsey + * @copyright Copyright (c) 2012-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Console/Util/ErrorHandler.php b/src/Console/Util/ErrorHandler.php index fe4d90a..8797a44 100644 --- a/src/Console/Util/ErrorHandler.php +++ b/src/Console/Util/ErrorHandler.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright Copyright (c) 2013-2014 Ben Ramsey + * @copyright Copyright (c) 2012-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Doctrine/UuidType.php b/src/Doctrine/UuidType.php index ffecee8..b6b1974 100644 --- a/src/Doctrine/UuidType.php +++ b/src/Doctrine/UuidType.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright Copyright (c) 2013-2014 Ben Ramsey + * @copyright Copyright (c) 2012-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Exception/UnsatisfiedDependencyException.php b/src/Exception/UnsatisfiedDependencyException.php index e402837..32985d5 100644 --- a/src/Exception/UnsatisfiedDependencyException.php +++ b/src/Exception/UnsatisfiedDependencyException.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright Copyright (c) 2013-2014 Ben Ramsey + * @copyright Copyright (c) 2012-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Exception/UnsupportedOperationException.php b/src/Exception/UnsupportedOperationException.php index e9eed08..493abde 100644 --- a/src/Exception/UnsupportedOperationException.php +++ b/src/Exception/UnsupportedOperationException.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright Copyright (c) 2013-2014 Ben Ramsey + * @copyright Copyright (c) 2012-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Uuid.php b/src/Uuid.php index c5a9e52..01976e9 100644 --- a/src/Uuid.php +++ b/src/Uuid.php @@ -5,7 +5,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * - * @copyright Copyright (c) 2013-2014 Ben Ramsey + * @copyright Copyright (c) 2012-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */