Skip to content

Commit

Permalink
Year update in license
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Jan 5, 2024
1 parent 02b5f00 commit 1ec52e2
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 @@ -160,7 +160,7 @@ All the code contained in this repo is licensed under the
[GNU Affero General Public License v3.0][license]

Manga Downloader GO cli
Copyright (C) 2023 Òscar Casajuana Alonso
Copyright (C) 2023-2024 Òscar Casajuana Alonso

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var versionCmd = &cobra.Command{
Short: "Shows the version of the application",
Run: func(cmd *cobra.Command, args []string) {
fmt.Printf("%s - Manga volumes downloading tool\n", color.YellowString("Manga Downloader"))
fmt.Printf("All Rights Reserved © 2023 %s\n", color.HiBlackString("Òscar Casajuana Alonso"))
fmt.Printf("All Rights Reserved © 2023-2024 %s\n", color.HiBlackString("Òscar Casajuana Alonso"))
fmt.Printf("Version: %s\n", color.MagentaString("%s (%s)", Version, Tag))
},
}
Expand Down

0 comments on commit 1ec52e2

Please sign in to comment.