From 7c33a6ef70193e0bb78f0ebe11ff445088ca19c8 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 15 Feb 2017 13:08:17 -0500 Subject: [PATCH] Update headers --- tests/Command/BaseCommandTest.php | 16 +++++++++++++++- tests/Helper/MenuHelperTest.php | 16 +++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/tests/Command/BaseCommandTest.php b/tests/Command/BaseCommandTest.php index 317a5a11..cb07840e 100644 --- a/tests/Command/BaseCommandTest.php +++ b/tests/Command/BaseCommandTest.php @@ -1,4 +1,18 @@ - + * @copyright 2015 - 2017 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 4.0 + * @link https://github.com/timw4mail/HummingBirdAnimeClient + */ namespace Aviat\AnimeClient\Tests\Command; diff --git a/tests/Helper/MenuHelperTest.php b/tests/Helper/MenuHelperTest.php index bf5c37d0..7ad23f8b 100644 --- a/tests/Helper/MenuHelperTest.php +++ b/tests/Helper/MenuHelperTest.php @@ -1,4 +1,18 @@ - + * @copyright 2015 - 2017 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 4.0 + * @link https://github.com/timw4mail/HummingBirdAnimeClient + */ namespace Aviat\AnimeClient\Tests;