Skip to content

Commit

Permalink
Update copyright year to 2023 (#457)
Browse files Browse the repository at this point in the history
Signed-off-by: Kimmo Lehto <[email protected]>
  • Loading branch information
kke authored Jan 30, 2023
1 parent 18336bd commit 06f6efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ The k0sctl binary will send anonymous telemetry when used.
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2022, k0sctl authors.
Copyright 2023, k0sctl authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion cmd/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func initConfig(ctx *cli.Context) error {
}

func displayCopyright(ctx *cli.Context) error {
fmt.Printf("k0sctl %s Copyright 2022, k0sctl authors.\n", k0sctl.Version)
fmt.Printf("k0sctl %s Copyright 2023, k0sctl authors.\n", k0sctl.Version)
if !ctx.Bool("disable-telemetry") {
fmt.Println("Anonymized telemetry of usage will be sent to the authors.")
}
Expand Down

0 comments on commit 06f6efb

Please sign in to comment.