Fix CS
[shpub.git] / src / shpub / Autoloader.php
index 5c0781b6d20567eddd7bba3c06c1ac24789b0ac9..d01a7e8e03215a319c2c991e3c097f805e421467 100644 (file)
@@ -4,25 +4,19 @@
  *
  * PHP version 5
  *
  *
  * PHP version 5
  *
- * @category  Tools
- * @package   shpub
- * @author    Christian Weiske <cweiske@cweiske.de>
- * @copyright 2014 Christian Weiske
- * @license   http://www.gnu.org/licenses/agpl.html GNU AGPL v3
- * @link      http://cweiske.de/shpub.htm
+ * @author  Christian Weiske <cweiske@cweiske.de>
+ * @license http://www.gnu.org/licenses/agpl.html GNU AGPL v3
+ * @link    http://cweiske.de/shpub.htm
  */
 namespace shpub;
 
 /**
  * Class autoloader, PSR-0 compliant.
  *
  */
 namespace shpub;
 
 /**
  * Class autoloader, PSR-0 compliant.
  *
- * @category  Tools
- * @package   shpub
- * @author    Christian Weiske <cweiske@cweiske.de>
- * @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 <cweiske@cweiske.de>
+ * @license http://www.gnu.org/licenses/agpl.html GNU AGPL v3
+ * @version Release: @package_version@
+ * @link    http://cweiske.de/shpub.htm
  */
 class Autoloader
 {
  */
 class Autoloader
 {