fix previous patch; noticed by naddy@

This commit is contained in:
robert
2025-11-05 13:56:09 +00:00
parent b086812bdb
commit aebdcb75ff
@@ -5,8 +5,8 @@ Index: tools/license.py
def _defaultLicense():
return GrommunioLicense(cert=None,
file=None,
- users=999,
+ users=5,
- users=5,
+ users=999,
product="Community",
notBefore=datetime(1000, 1, 1),
notAfter=datetime(MAXYEAR, 12, 31, 23, 59, 59))