diff options
Diffstat (limited to 'tests/MySqlShimTest.php')
-rw-r--r-- | tests/MySqlShimTest.php | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/MySqlShimTest.php b/tests/MySqlShimTest.php index ab6b3de..a7e4345 100644 --- a/tests/MySqlShimTest.php +++ b/tests/MySqlShimTest.php @@ -2,13 +2,11 @@ /** * php7-mysql-shim * - * @author Davey Shafik <dshafik@akamai.com> - * @copyright Copyright 2015 Akamai Technologies, Inc. All rights reserved. - * @license Apache 2.0 - * @link https://github.com/akamai-open/php7-mysql-shim - * @link https://developer.akamai.com + * @author Davey Shafik <me@daveyshafik.com> + * @copyright Copyright (c) 2017 Davey Shafik + * @license MIT License + * @link https://github.com/dshafik/php7-mysql-shim */ - namespace Dshafik\MySQL\Tests; class MySqlShimTest extends \PHPUnit_Framework_TestCase |