Skip to content

Commit

Permalink
Update common file header information
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Sep 28, 2015
1 parent 6739aef commit de3abb2
Show file tree
Hide file tree
Showing 15 changed files with 103 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2013-2015 Ben Ramsey <http://benramsey.com>
Copyright (c) 2012-2015 Ben Ramsey <http://benramsey.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 4 additions & 2 deletions bin/uuid
@@ -1,13 +1,15 @@
#!/usr/bin/env php
<?php
/**
* This file is part of the Ramsey\Uuid library
* This file is part of the ramsey/uuid-console application
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) 2012-2014 Ben Ramsey <http://benramsey.com>
* @copyright Copyright (c) Ben Ramsey <ben@benramsey.com>
* @license http://opensource.org/licenses/MIT MIT
* @link https://packagist.org/packages/ramsey/uuid-console Packagist
* @link https://github.com/ramsey/uuid-console GitHub
*/

date_default_timezone_set('UTC');
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -11,7 +11,7 @@
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="build/coverage" title="Ramsey\Uuid\Console"
<log type="coverage-html" target="build/coverage" title="ramsey/uuid-console"
charset="UTF-8" yui="true" highlight="true"
lowUpperBound="35" highLowerBound="70"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
Expand Down
6 changes: 4 additions & 2 deletions src/Application.php
@@ -1,12 +1,14 @@
<?php
/**
* This file is part of the Ramsey\Uuid library
* This file is part of the ramsey/uuid-console application
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) 2012-2014 Ben Ramsey <http://benramsey.com>
* @copyright Copyright (c) Ben Ramsey <ben@benramsey.com>
* @license http://opensource.org/licenses/MIT MIT
* @link https://packagist.org/packages/ramsey/uuid-console Packagist
* @link https://github.com/ramsey/uuid-console GitHub
*/

namespace Ramsey\Uuid\Console;
Expand Down
6 changes: 4 additions & 2 deletions src/Command/DecodeCommand.php
@@ -1,12 +1,14 @@
<?php
/**
* This file is part of the Ramsey\Uuid library
* This file is part of the ramsey/uuid-console application
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) 2012-2014 Ben Ramsey <http://benramsey.com>
* @copyright Copyright (c) Ben Ramsey <ben@benramsey.com>
* @license http://opensource.org/licenses/MIT MIT
* @link https://packagist.org/packages/ramsey/uuid-console Packagist
* @link https://github.com/ramsey/uuid-console GitHub
*/

namespace Ramsey\Uuid\Console\Command;
Expand Down
6 changes: 4 additions & 2 deletions src/Command/GenerateCommand.php
@@ -1,12 +1,14 @@
<?php
/**
* This file is part of the Ramsey\Uuid library
* This file is part of the ramsey/uuid-console application
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) 2012-2014 Ben Ramsey <http://benramsey.com>
* @copyright Copyright (c) Ben Ramsey <ben@benramsey.com>
* @license http://opensource.org/licenses/MIT MIT
* @link https://packagist.org/packages/ramsey/uuid-console Packagist
* @link https://github.com/ramsey/uuid-console GitHub
*/

namespace Ramsey\Uuid\Console\Command;
Expand Down
6 changes: 4 additions & 2 deletions src/Exception.php
@@ -1,12 +1,14 @@
<?php
/**
* This file is part of the Ramsey\Uuid library
* This file is part of the ramsey/uuid-console application
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) 2012-2014 Ben Ramsey <http://benramsey.com>
* @copyright Copyright (c) Ben Ramsey <ben@benramsey.com>
* @license http://opensource.org/licenses/MIT MIT
* @link https://packagist.org/packages/ramsey/uuid-console Packagist
* @link https://github.com/ramsey/uuid-console GitHub
*/

namespace Ramsey\Uuid\Console;
Expand Down
6 changes: 4 additions & 2 deletions src/Util/ErrorHandler.php
@@ -1,12 +1,14 @@
<?php
/**
* This file is part of the Ramsey\Uuid library
* This file is part of the ramsey/uuid-console application
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) 2012-2014 Ben Ramsey <http://benramsey.com>
* @copyright Copyright (c) Ben Ramsey <ben@benramsey.com>
* @license http://opensource.org/licenses/MIT MIT
* @link https://packagist.org/packages/ramsey/uuid-console Packagist
* @link https://github.com/ramsey/uuid-console GitHub
*/

namespace Ramsey\Uuid\Console\Util;
Expand Down
11 changes: 11 additions & 0 deletions src/Util/Formatter/V1Formatter.php
@@ -1,4 +1,15 @@
<?php
/**
* This file is part of the ramsey/uuid-console application
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Ben Ramsey <ben@benramsey.com>
* @license http://opensource.org/licenses/MIT MIT
* @link https://packagist.org/packages/ramsey/uuid-console Packagist
* @link https://github.com/ramsey/uuid-console GitHub
*/

namespace Ramsey\Uuid\Console\Util\Formatter;

Expand Down
11 changes: 11 additions & 0 deletions src/Util/Formatter/V2Formatter.php
@@ -1,4 +1,15 @@
<?php
/**
* This file is part of the ramsey/uuid-console application
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Ben Ramsey <ben@benramsey.com>
* @license http://opensource.org/licenses/MIT MIT
* @link https://packagist.org/packages/ramsey/uuid-console Packagist
* @link https://github.com/ramsey/uuid-console GitHub
*/

namespace Ramsey\Uuid\Console\Util\Formatter;

Expand Down
11 changes: 11 additions & 0 deletions src/Util/Formatter/V3Formatter.php
@@ -1,4 +1,15 @@
<?php
/**
* This file is part of the ramsey/uuid-console application
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Ben Ramsey <ben@benramsey.com>
* @license http://opensource.org/licenses/MIT MIT
* @link https://packagist.org/packages/ramsey/uuid-console Packagist
* @link https://github.com/ramsey/uuid-console GitHub
*/

namespace Ramsey\Uuid\Console\Util\Formatter;

Expand Down
11 changes: 11 additions & 0 deletions src/Util/Formatter/V4Formatter.php
@@ -1,4 +1,15 @@
<?php
/**
* This file is part of the ramsey/uuid-console application
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Ben Ramsey <ben@benramsey.com>
* @license http://opensource.org/licenses/MIT MIT
* @link https://packagist.org/packages/ramsey/uuid-console Packagist
* @link https://github.com/ramsey/uuid-console GitHub
*/

namespace Ramsey\Uuid\Console\Util\Formatter;

Expand Down
11 changes: 11 additions & 0 deletions src/Util/Formatter/V5Formatter.php
@@ -1,4 +1,15 @@
<?php
/**
* This file is part of the ramsey/uuid-console application
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Ben Ramsey <ben@benramsey.com>
* @license http://opensource.org/licenses/MIT MIT
* @link https://packagist.org/packages/ramsey/uuid-console Packagist
* @link https://github.com/ramsey/uuid-console GitHub
*/

namespace Ramsey\Uuid\Console\Util\Formatter;

Expand Down
11 changes: 11 additions & 0 deletions src/Util/UuidContentFormatterInterface.php
@@ -1,4 +1,15 @@
<?php
/**
* This file is part of the ramsey/uuid-console application
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Ben Ramsey <ben@benramsey.com>
* @license http://opensource.org/licenses/MIT MIT
* @link https://packagist.org/packages/ramsey/uuid-console Packagist
* @link https://github.com/ramsey/uuid-console GitHub
*/

namespace Ramsey\Uuid\Console\Util;

Expand Down
11 changes: 11 additions & 0 deletions src/Util/UuidFormatter.php
@@ -1,4 +1,15 @@
<?php
/**
* This file is part of the ramsey/uuid-console application
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Ben Ramsey <ben@benramsey.com>
* @license http://opensource.org/licenses/MIT MIT
* @link https://packagist.org/packages/ramsey/uuid-console Packagist
* @link https://github.com/ramsey/uuid-console GitHub
*/

namespace Ramsey\Uuid\Console\Util;

Expand Down

0 comments on commit de3abb2

Please sign in to comment.