]> Sergey Matveev's repositories - sgodup.git/commitdiff
Raise copyright years
authorSergey Matveev <stargrave@stargrave.org>
Tue, 5 Jan 2021 17:49:16 +0000 (20:49 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 5 Jan 2021 17:49:16 +0000 (20:49 +0300)
main.go
progress.go
walk.go

diff --git a/main.go b/main.go
index e9fcf7ea1a1e50906f976b3c7fbfe55b53e519e2..b16de3e0f1510b55027c675486110fc2c837647a 100644 (file)
--- a/main.go
+++ b/main.go
@@ -1,6 +1,6 @@
 /*
 sgodup -- File deduplication utility
-Copyright (C) 2020 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 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 <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
index 863b37a2243b30cd1bf0238963be2032b51643f8..ad7729d5278d29dea63c13e42cf2e0958699cb38 100644 (file)
@@ -1,6 +1,6 @@
 /*
 sgodup -- File deduplication utility
-Copyright (C) 2020 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 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 76abb9c1a770ce1bfb21a7f26092e7463e587789..d0d90f238af13a0b4113b153362138a1216d4fc7 100644 (file)
--- a/walk.go
+++ b/walk.go
@@ -1,6 +1,6 @@
 /*
 sgodup -- File deduplication utility
-Copyright (C) 2020 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 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