Skip to content

Commit

Permalink
Merge pull request #81 from flownative/task/copyright
Browse files Browse the repository at this point in the history
Update copyright year
  • Loading branch information
robertlemke authored Jul 24, 2024
2 parents 27c1937 + 6721222 commit c11b6ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ For a slightly quicker build, use `make compile`.
This library was developed by Robert Lemke with major contributions by Karsten Dambekalns and Christian Müller. Feel
free to suggest new features, report bugs or provide bug fixes in our Github project.

Copyright 2019-2023 Robert Lemke, Karsten Dambekalns, Christian Müller, licensed under the Apache License, version 2.0.
Copyright 2019-2024 Robert Lemke, Karsten Dambekalns, Christian Müller, licensed under the Apache License, version 2.0.
2 changes: 1 addition & 1 deletion cmd/beach/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ var versionCmd = &cobra.Command{
Short: "Print the version number of Beach",
Long: `If version numbers are important to you, this command will be your favorite: it displays a version!`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Printf("Local Beach %s © 2019-2023 Robert Lemke / Flownative GmbH \n", version.Version)
fmt.Printf("Local Beach %s © 2019-2024 Robert Lemke / Flownative GmbH \n", version.Version)
},
}

0 comments on commit c11b6ef

Please sign in to comment.