diff --git a/build/update_header_comments.php b/build/update_header_comments.php index 18562f53..32ec3eb5 100644 --- a/build/update_header_comments.php +++ b/build/update_header_comments.php @@ -7,7 +7,9 @@ $file_patterns = [ 'src/**/*.php', 'src/*.php', 'tests/**/*.php', - 'tests/*.php' + 'tests/*.php', + 'index.php', + 'Robofile.php' ]; if ( ! function_exists('glob_recursive')) diff --git a/index.php b/index.php index 48958f44..ad5bb110 100644 --- a/index.php +++ b/index.php @@ -1,18 +1,19 @@ - - * @copyright 2015 - 2016 Timothy J. Warren + * @copyright 2015 - 2017 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 3.1 - * @link https://github.com/timw4mail/HummingBirdAnimeClient + * @version 4.0 + * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient */ + namespace Aviat\AnimeClient; use function Aviat\AnimeClient\loadToml; diff --git a/src/Controller/Character.php b/src/Controller/Character.php index 4d60d0e4..46bf2585 100644 --- a/src/Controller/Character.php +++ b/src/Controller/Character.php @@ -1,19 +1,19 @@ - - * @copyright 2015 - 2017 Timothy J. Warren - * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.0 - * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient - */ - + + * @copyright 2015 - 2017 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 4.0 + * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient + */ + namespace Aviat\AnimeClient\Controller; use Aviat\AnimeClient\Controller as BaseController;