main.go | 4 ++-- progress.go | 2 +- walk.go | 2 +- diff --git a/main.go b/main.go index b16de3e0f1510b55027c675486110fc2c837647a..b05deb29711ed9e57e72fab65b87be103eb283d7 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,6 @@ /* sgodup -- File deduplication utility -Copyright (C) 2020-2021 Sergey Matveev +Copyright (C) 2020-2022 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 main() { flag.Usage = func() { fmt.Fprintf(os.Stderr, `sgodup -- file deduplication utility -Copyright (C) 2020-2021 Sergey Matveev +Copyright (C) 2020-2022 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 ad7729d5278d29dea63c13e42cf2e0958699cb38..56b590da16aad0ef803c250db259ec5ffad3fec0 100644 --- a/progress.go +++ b/progress.go @@ -1,6 +1,6 @@ /* sgodup -- File deduplication utility -Copyright (C) 2020-2021 Sergey Matveev +Copyright (C) 2020-2022 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 d0d90f238af13a0b4113b153362138a1216d4fc7..8e4c5bfeaadc4d277360c16a117d5affc3ffbea0 100644 --- a/walk.go +++ b/walk.go @@ -1,6 +1,6 @@ /* sgodup -- File deduplication utility -Copyright (C) 2020-2021 Sergey Matveev +Copyright (C) 2020-2022 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