X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/be472fa254f752d28b4254fc308d27c8057f2aab..fa014d88919516a9763a6a9ab0c620ef102f04e4:/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 {