X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=usage.go;h=f7ca0443fecf00d3d6d61c64633855028b47d503;hb=5fca30b6ac4e7a59f8e271a34ee2c441daf1959c;hp=035cff35c2928fec75a2d88a3ccd57da7674b615;hpb=a3d6bbf97e90bf923142d061bc68b28cc1dec2a8;p=goredo.git diff --git a/usage.go b/usage.go index 035cff3..f7ca044 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.7.0" + Version = "0.11.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.