chore(modpackchecker): Update authorship for commercial release

All files now credit: Firefrost Gaming / Frostystyle <dev@firefrostgaming.com>

Updated:
- conf.yml author field
- README.md credits section
- ModpackAPIController.php @author tag
- CheckModpackUpdates.php @author tag
- UpdateBadge.tsx @author tag

Removed internal Chronicler references from commercial codebase.

Signed-off-by: Claude (Chronicler #63) <claude@firefrostgaming.com>
This commit is contained in:
Claude (Chronicler #63)
2026-04-06 11:20:20 +00:00
parent 517ec996a9
commit 845d121fb2
5 changed files with 7 additions and 8 deletions

View File

@@ -371,10 +371,9 @@ Different use cases:
## Credits ## Credits
**Development Team:** **Developed by:** Firefrost Gaming / Frostystyle
- Architecture design: Gemini AI **Contact:** dev@firefrostgaming.com
- Implementation: Chroniclers #52, #62, #63 (Claude instances) **Website:** https://firefrostgaming.com
- Project Lead: Michael "Frostystyle" Krause
**Part of Firefrost Gaming** **Part of Firefrost Gaming**
*Fire + Frost + Foundation = Where Love Builds Legacy* 🔥❄️💙 *Fire + Frost + Foundation = Where Love Builds Legacy* 🔥❄️💙

View File

@@ -55,7 +55,7 @@
* - Settings: modpackchecker::curseforge_api_key (for CurseForge only) * - Settings: modpackchecker::curseforge_api_key (for CurseForge only)
* *
* @package Pterodactyl\Console\Commands * @package Pterodactyl\Console\Commands
* @author Firefrost Gaming (Chroniclers #62, #63) * @author Firefrost Gaming / Frostystyle <dev@firefrostgaming.com>
* @version 1.0.0 * @version 1.0.0
* @see ModpackAPIController.php (provides getStatus endpoint for badges) * @see ModpackAPIController.php (provides getStatus endpoint for badges)
* @see UpdateBadge.tsx (React component that displays the results) * @see UpdateBadge.tsx (React component that displays the results)

View File

@@ -50,7 +50,7 @@
* - GET /api/client/extensions/modpackchecker/status -> getStatus() * - GET /api/client/extensions/modpackchecker/status -> getStatus()
* *
* @package Pterodactyl\BlueprintFramework\Extensions\modpackchecker * @package Pterodactyl\BlueprintFramework\Extensions\modpackchecker
* @author Firefrost Gaming (Chroniclers #52, #62, #63) * @author Firefrost Gaming / Frostystyle <dev@firefrostgaming.com>
* @version 1.0.0 * @version 1.0.0
* @see CheckModpackUpdates.php (cron command that populates the cache) * @see CheckModpackUpdates.php (cron command that populates the cache)
* @see UpdateBadge.tsx (React component that consumes getStatus) * @see UpdateBadge.tsx (React component that consumes getStatus)

View File

@@ -5,7 +5,7 @@ info:
flags: "" flags: ""
version: "1.0.0" version: "1.0.0"
target: "beta-2026-01" target: "beta-2026-01"
author: "Firefrost Gaming <dev@firefrostgaming.com>" author: "Firefrost Gaming / Frostystyle <dev@firefrostgaming.com>"
icon: "icon.png" icon: "icon.png"
website: "https://firefrostgaming.com" website: "https://firefrostgaming.com"
admin: admin:

View File

@@ -41,7 +41,7 @@
* - Backend endpoint: GET /api/client/extensions/modpackchecker/status * - Backend endpoint: GET /api/client/extensions/modpackchecker/status
* *
* @package ModpackChecker Blueprint Extension * @package ModpackChecker Blueprint Extension
* @author Firefrost Gaming (Chroniclers #62, #63) * @author Firefrost Gaming / Frostystyle <dev@firefrostgaming.com>
* @version 1.0.0 * @version 1.0.0
* @see CheckModpackUpdates.php (cron that populates the cache) * @see CheckModpackUpdates.php (cron that populates the cache)
* @see ModpackAPIController::getStatus() (backend endpoint) * @see ModpackAPIController::getStatus() (backend endpoint)