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
**Development Team:**
- Architecture design: Gemini AI
- Implementation: Chroniclers #52, #62, #63 (Claude instances)
- Project Lead: Michael "Frostystyle" Krause
**Developed by:** Firefrost Gaming / Frostystyle
**Contact:** dev@firefrostgaming.com
**Website:** https://firefrostgaming.com
**Part of Firefrost Gaming**
*Fire + Frost + Foundation = Where Love Builds Legacy* 🔥❄️💙

View File

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

View File

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

View File

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

View File

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