X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=blobdiff_plain;f=usage.go;h=8f0b0e591d0664cf21dbdd164c82be11565e7367;hp=12f4f9821c22b3fd566075eef382c5fa2de90aec;hb=14398260feaf14dac68b9bdb1c810ccba7d1e768;hpb=8d2ac7eab48109db94e73368f4e980066b291b55 diff --git a/usage.go b/usage.go index 12f4f98..8f0b0e5 100644 --- a/usage.go +++ b/usage.go @@ -1,6 +1,6 @@ /* goredo -- redo implementation on pure Go -Copyright (C) 2020 Sergey Matveev +Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ import ( ) const ( - Version = "0.6.2" + Version = "0.8.0" Warranty = `This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License. @@ -48,7 +48,7 @@ func versionGet() string { func usage() { fmt.Fprintf(os.Stderr, versionGet()+` -Copyright (C) 2020 Sergey Matveev +Copyright (C) 2020-2021 Sergey Matveev License GPLv3: GNU GPL version 3 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.