Skip to content

Commit

Permalink
Update licenses/license.go
Browse files Browse the repository at this point in the history
Co-authored-by: Shireesh Anjal <[email protected]>
  • Loading branch information
aead and anjalshireesh authored Jun 6, 2024
1 parent cb301a2 commit 5f1393f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion licenses/license.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func Parse(s string, opts ...jwt.ParseOption) (License, error) {
// 3. The $HOME/"." + os.Args[0]/minio.license file if there are os.Args.
//
// If no license is present, Verify returns an error.
// The license must also be issued after time.Now and,
// The license must also be issued before time.Now and,
// in case of a trial license, must not be expired.
// For non-trial licenses, a 30 day grace period is granted.
func Verify() (License, error) {
Expand Down

0 comments on commit 5f1393f

Please sign in to comment.