From 7ebd0f9163ba42488e48576f33dd7fe9bf4ed3ee Mon Sep 17 00:00:00 2001
From: Sergey Matveev <stargrave@stargrave.org>
Date: Tue, 27 Dec 2022 17:31:28 +0300
Subject: [PATCH] Raise copyright years

---
 main.go     | 4 ++--
 progress.go | 2 +-
 walk.go     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

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 <stargrave@stargrave.org>
+Copyright (C) 2020-2023 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-2022 Sergey Matveev
+Copyright (C) 2020-2023 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.
diff --git a/progress.go b/progress.go
index 56b590d..4faf8a2 100644
--- a/progress.go
+++ b/progress.go
@@ -1,6 +1,6 @@
 /*
 sgodup -- File deduplication utility
-Copyright (C) 2020-2022 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2020-2023 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 8e4c5bf..e02195d 100644
--- a/walk.go
+++ b/walk.go
@@ -1,6 +1,6 @@
 /*
 sgodup -- File deduplication utility
-Copyright (C) 2020-2022 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2020-2023 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
-- 
2.51.0