From: Sergey Matveev Date: Tue, 5 Jan 2021 17:49:16 +0000 (+0300) Subject: Raise copyright years X-Git-Url: http://www.git.stargrave.org/?p=sgodup.git;a=commitdiff_plain;h=b1042e4d46e15c5d741ffc6454bb9e086355125b Raise copyright years --- diff --git a/main.go b/main.go index e9fcf7e..b16de3e 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,6 @@ /* sgodup -- File deduplication utility -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 @@ -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 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. diff --git a/progress.go b/progress.go index 863b37a..ad7729d 100644 --- a/progress.go +++ b/progress.go @@ -1,6 +1,6 @@ /* sgodup -- File deduplication utility -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 diff --git a/walk.go b/walk.go index 76abb9c..d0d90f2 100644 --- a/walk.go +++ b/walk.go @@ -1,6 +1,6 @@ /* sgodup -- File deduplication utility -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