diff --git a/LICENSE b/LICENSE index 3ca593f..923e880 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013 Ben Ramsey +Copyright (c) 2013-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 cde7f47..982781e 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 Ben Ramsey + * @copyright Copyright (c) 2013-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Rhumsaa/Uuid/Console/Application.php b/src/Rhumsaa/Uuid/Console/Application.php index 592ab69..ddeff64 100644 --- a/src/Rhumsaa/Uuid/Console/Application.php +++ b/src/Rhumsaa/Uuid/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 Ben Ramsey + * @copyright Copyright (c) 2013-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Rhumsaa/Uuid/Console/Command/DecodeCommand.php b/src/Rhumsaa/Uuid/Console/Command/DecodeCommand.php index fea411c..eb64560 100644 --- a/src/Rhumsaa/Uuid/Console/Command/DecodeCommand.php +++ b/src/Rhumsaa/Uuid/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 Ben Ramsey + * @copyright Copyright (c) 2013-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Rhumsaa/Uuid/Console/Command/GenerateCommand.php b/src/Rhumsaa/Uuid/Console/Command/GenerateCommand.php index 7d75bf7..a4c6604 100644 --- a/src/Rhumsaa/Uuid/Console/Command/GenerateCommand.php +++ b/src/Rhumsaa/Uuid/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 Ben Ramsey + * @copyright Copyright (c) 2013-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Rhumsaa/Uuid/Console/Exception.php b/src/Rhumsaa/Uuid/Console/Exception.php index 9be0cda..aefef0d 100644 --- a/src/Rhumsaa/Uuid/Console/Exception.php +++ b/src/Rhumsaa/Uuid/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 Ben Ramsey + * @copyright Copyright (c) 2013-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Rhumsaa/Uuid/Console/Util/ErrorHandler.php b/src/Rhumsaa/Uuid/Console/Util/ErrorHandler.php index 4b5ebce..fe4d90a 100644 --- a/src/Rhumsaa/Uuid/Console/Util/ErrorHandler.php +++ b/src/Rhumsaa/Uuid/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 Ben Ramsey + * @copyright Copyright (c) 2013-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Rhumsaa/Uuid/Doctrine/UuidType.php b/src/Rhumsaa/Uuid/Doctrine/UuidType.php index 43fd97c..4c63f28 100644 --- a/src/Rhumsaa/Uuid/Doctrine/UuidType.php +++ b/src/Rhumsaa/Uuid/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 Ben Ramsey + * @copyright Copyright (c) 2013-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Rhumsaa/Uuid/Exception/UnsatisfiedDependencyException.php b/src/Rhumsaa/Uuid/Exception/UnsatisfiedDependencyException.php index 4cdc9c4..6523450 100644 --- a/src/Rhumsaa/Uuid/Exception/UnsatisfiedDependencyException.php +++ b/src/Rhumsaa/Uuid/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 Ben Ramsey + * @copyright Copyright (c) 2013-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Rhumsaa/Uuid/Exception/UnsupportedOperationException.php b/src/Rhumsaa/Uuid/Exception/UnsupportedOperationException.php index 342419f..e9eed08 100644 --- a/src/Rhumsaa/Uuid/Exception/UnsupportedOperationException.php +++ b/src/Rhumsaa/Uuid/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 Ben Ramsey + * @copyright Copyright (c) 2013-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */ diff --git a/src/Rhumsaa/Uuid/Uuid.php b/src/Rhumsaa/Uuid/Uuid.php index 2b720b8..406e521 100644 --- a/src/Rhumsaa/Uuid/Uuid.php +++ b/src/Rhumsaa/Uuid/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 Ben Ramsey + * @copyright Copyright (c) 2013-2014 Ben Ramsey * @license http://opensource.org/licenses/MIT MIT */