X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=main.go;fp=main.go;h=1bb437d05da0b8fa54ea480bcb2f543bdf89c7e7;hb=7ebd0f9163ba42488e48576f33dd7fe9bf4ed3ee;hp=b05deb29711ed9e57e72fab65b87be103eb283d7;hpb=489557e9b4dbcc6cb5a31bb393c965d87d6edf69;p=sgodup.git diff --git a/main.go b/main.go index b05deb2..1bb437d 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,6 @@ /* sgodup -- File deduplication utility -Copyright (C) 2020-2022 Sergey Matveev +Copyright (C) 2020-2023 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 @@ -132,7 +132,7 @@ func signalHandler(progressStop func(), deduped *int) chan os.Signal { func main() { flag.Usage = func() { fmt.Fprintf(os.Stderr, `sgodup -- file deduplication utility -Copyright (C) 2020-2022 Sergey Matveev +Copyright (C) 2020-2023 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.