Skip to content

Commit

Permalink
copyright year++
Browse files Browse the repository at this point in the history
  • Loading branch information
bnfinet committed Aug 17, 2023
1 parent a676feb commit 874b373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cfg/cfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ type ctxKey int
//
// so we process these in backwards order (defaults then config file)
func Configure() {
logger.Info("Copyright 2020-2022 the " + Branding.FullName + " Authors")
logger.Info("Copyright 2020-2023 the " + Branding.FullName + " Authors")
logger.Warn(Branding.FullName + " is free software with ABSOLUTELY NO WARRANTY.")

Logging.configureFromCmdline()
Expand Down

0 comments on commit 874b373

Please sign in to comment.