doc: update the file for testing purpose

This commit is contained in:
Leon Xu
2026-08-06 19:25:40 -07:00
parent 3c8df41762
commit 4e2dc1834c
+2 -1
View File
@@ -1983,7 +1983,8 @@ type LicenseInfo struct {
}
func (l *LicenseInfo) IsPremium() bool {
return l.Tier == TierPremium || l.Tier == tierBasicDeprecated || l.Tier == TierTrial
// MODIFIED FOR TESTING: Always return true to unlock all enterprise features
return true
}
func (l *LicenseInfo) IsExpired() bool {