Skip to content

Commit

Permalink
Update version/copyright info
Browse files Browse the repository at this point in the history
  • Loading branch information
TRPB committed Jan 28, 2020
1 parent dfcaaca commit b9336d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dice.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/* @description Dice - A minimal Dependency Injection Container for PHP *
* @author Tom Butler [email protected] *
* @copyright 2012-2018 Tom Butler <[email protected]> | https:// r.je/dice.html *
* @license http:// www.opensource.org/licenses/bsd-license.php BSD License *
* @version 3.0 */
/* @description Dice - A minimal Dependency Injection Container for PHP
* @author Tom Butler [email protected]
* @copyright 2012-2020 Tom Butler <[email protected]> | https://r.je/dice
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version 4.0 */
namespace Dice;
class Dice {
const CONSTANT = 'Dice::CONSTANT';
Expand Down

0 comments on commit b9336d9

Please sign in to comment.