diff --git a/buy-ships.php b/buy-ships.php index e5eb05b..fdc9fdf 100644 --- a/buy-ships.php +++ b/buy-ships.php @@ -2,10 +2,11 @@ /** * Spacetraders ship purchasing page. * - * @package SpacetradersApi - * @author Keith Solomon - * @license MIT License - * @link https://git.keithsolomon.net/keith/Spacetraders + * @package SpacetradersAPI + * @author Keith Solomon + * @license MIT License + * @version GIT: + * @link https://git.keithsolomon.net/keith/Spacetraders */ require_once __DIR__ . '/lib/spacetraders-api.php'; diff --git a/config.php b/config.php index f62a0eb..2cd41eb 100644 --- a/config.php +++ b/config.php @@ -2,10 +2,11 @@ /** * Spacetraders configuration page. * - * @package Spacetraders - * @author Keith Solomon - * @license MIT License - * @link https://git.keithsolomon.net/keith/Spacetraders + * @package SpacetradersAPI + * @author Keith Solomon + * @license MIT License + * @version GIT: + * @link https://git.keithsolomon.net/keith/Spacetraders */ require_once __DIR__ . '/lib/spacetraders-storage.php'; diff --git a/index.php b/index.php index 6cd9a32..48c4e83 100644 --- a/index.php +++ b/index.php @@ -2,10 +2,11 @@ /** * Spacetraders PHP Implementation * - * @package SpacetradersApi - * @author Keith Solomon - * @license MIT License - * @link https://git.keithsolomon.net/keith/Spacetraders + * @package SpacetradersAPI + * @author Keith Solomon + * @license MIT License + * @version GIT: + * @link https://git.keithsolomon.net/keith/Spacetraders */ require_once __DIR__ . '/lib/spacetraders-api.php'; diff --git a/mining-fleet.php b/mining-fleet.php index 481f4ab..afd9cd7 100644 --- a/mining-fleet.php +++ b/mining-fleet.php @@ -2,10 +2,11 @@ /** * Spacetraders mining fleet control page. * - * @package SpacetradersApi - * @author Keith Solomon - * @license MIT License - * @link https://git.keithsolomon.net/keith/Spacetraders + * @package SpacetradersAPI + * @author Keith Solomon + * @license MIT License + * @version GIT: + * @link https://git.keithsolomon.net/keith/Spacetraders */ require_once __DIR__ . '/lib/spacetraders-api.php'; diff --git a/ship-details.php b/ship-details.php index 2066aab..088b0fd 100644 --- a/ship-details.php +++ b/ship-details.php @@ -2,10 +2,11 @@ /** * Spacetraders ship details page. * - * @package SpacetradersApi - * @author Keith Solomon - * @license MIT License - * @link https://git.keithsolomon.net/keith/Spacetraders + * @package SpacetradersAPI + * @author Keith Solomon + * @license MIT License + * @version GIT: + * @link https://git.keithsolomon.net/keith/Spacetraders */ require_once __DIR__ . '/lib/spacetraders-api.php';