X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/78c61f9aba8988aa8ceecb183aa51ee533681f5c..f60fce4bd4a0cba54b686f64bc5a83eb580356f4:/src/shpub/Autoloader.php diff --git a/src/shpub/Autoloader.php b/src/shpub/Autoloader.php index 5c0781b..d01a7e8 100644 --- a/src/shpub/Autoloader.php +++ b/src/shpub/Autoloader.php @@ -4,25 +4,19 @@ * * PHP version 5 * - * @category Tools - * @package shpub - * @author Christian Weiske - * @copyright 2014 Christian Weiske - * @license http://www.gnu.org/licenses/agpl.html GNU AGPL v3 - * @link http://cweiske.de/shpub.htm + * @author Christian Weiske + * @license http://www.gnu.org/licenses/agpl.html GNU AGPL v3 + * @link http://cweiske.de/shpub.htm */ namespace shpub; /** * Class autoloader, PSR-0 compliant. * - * @category Tools - * @package shpub - * @author Christian Weiske - * @copyright 2014 Christian Weiske - * @license http://www.gnu.org/licenses/agpl.html GNU AGPL v3 - * @version Release: @package_version@ - * @link http://cweiske.de/shpub.htm + * @author Christian Weiske + * @license http://www.gnu.org/licenses/agpl.html GNU AGPL v3 + * @version Release: @package_version@ + * @link http://cweiske.de/shpub.htm */ class Autoloader {