Change Copyright to Myself
CI / php (push) Successful in 3m0s

This commit is contained in:
2026-03-21 23:10:29 -05:00
parent 4dac79b2c9
commit c79c78393f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class About extends Template
{
private const COMPOSER_REL = 'composer.json';
private const COPYRIGHT_NOTICE = 'Copyright (C) 2026 LIVEPORT P2P SOLUTIONS PVT. LTD.';
private const COPYRIGHT_NOTICE = '(C) Raven Scott 2026';
/** @var array<string, mixed>|null */
private ?array $composerData = null;