From bdd5ab2cfb82e4a4c5961484c9170982594682c0547a855b31781ae05fa47381 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 27 Dec 2022 17:51:24 +0300 Subject: [PATCH] Raise copyright years --- diff.go | 17 +++++++++++++++++ dirsizer.go | 17 +++++++++++++++++ index.go | 17 +++++++++++++++++ main.go | 17 +++++++++++++++++ names.go | 17 +++++++++++++++++ printers.go | 17 +++++++++++++++++ reader.go | 17 +++++++++++++++++ status.go | 17 +++++++++++++++++ walker.go | 17 +++++++++++++++++ writer.go | 17 +++++++++++++++++ 10 files changed, 170 insertions(+) diff --git a/diff.go b/diff.go index 181f5c3..15de2cd 100644 --- a/diff.go +++ b/diff.go @@ -1,3 +1,20 @@ +/* +glocate -- ZFS-diff-friendly locate-like utility +Copyright (C) 2022-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 +the Free Software Foundation, version 3 of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + package main import ( diff --git a/dirsizer.go b/dirsizer.go index 18b705c..4768b2b 100644 --- a/dirsizer.go +++ b/dirsizer.go @@ -1,3 +1,20 @@ +/* +glocate -- ZFS-diff-friendly locate-like utility +Copyright (C) 2022-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 +the Free Software Foundation, version 3 of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + package main import ( diff --git a/index.go b/index.go index 0445cee..ce054cf 100644 --- a/index.go +++ b/index.go @@ -1,3 +1,20 @@ +/* +glocate -- ZFS-diff-friendly locate-like utility +Copyright (C) 2022-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 +the Free Software Foundation, version 3 of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + package main import ( diff --git a/main.go b/main.go index c18be44..0965a93 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,20 @@ +/* +glocate -- ZFS-diff-friendly locate-like utility +Copyright (C) 2022-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 +the Free Software Foundation, version 3 of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + package main import ( diff --git a/names.go b/names.go index ad60435..c5a5809 100644 --- a/names.go +++ b/names.go @@ -1,3 +1,20 @@ +/* +glocate -- ZFS-diff-friendly locate-like utility +Copyright (C) 2022-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 +the Free Software Foundation, version 3 of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + package main import ( diff --git a/printers.go b/printers.go index d080508..8dc1ddf 100644 --- a/printers.go +++ b/printers.go @@ -1,3 +1,20 @@ +/* +glocate -- ZFS-diff-friendly locate-like utility +Copyright (C) 2022-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 +the Free Software Foundation, version 3 of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + package main import ( diff --git a/reader.go b/reader.go index 8900c26..03b9507 100644 --- a/reader.go +++ b/reader.go @@ -1,3 +1,20 @@ +/* +glocate -- ZFS-diff-friendly locate-like utility +Copyright (C) 2022-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 +the Free Software Foundation, version 3 of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + package main import ( diff --git a/status.go b/status.go index 342c3ba..03b0091 100644 --- a/status.go +++ b/status.go @@ -1,3 +1,20 @@ +/* +glocate -- ZFS-diff-friendly locate-like utility +Copyright (C) 2022-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 +the Free Software Foundation, version 3 of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + package main import ( diff --git a/walker.go b/walker.go index 4a91de7..0e15934 100644 --- a/walker.go +++ b/walker.go @@ -1,3 +1,20 @@ +/* +glocate -- ZFS-diff-friendly locate-like utility +Copyright (C) 2022-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 +the Free Software Foundation, version 3 of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + package main import ( diff --git a/writer.go b/writer.go index 75b82e5..7c0921b 100644 --- a/writer.go +++ b/writer.go @@ -1,3 +1,20 @@ +/* +glocate -- ZFS-diff-friendly locate-like utility +Copyright (C) 2022-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 +the Free Software Foundation, version 3 of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + package main import ( -- 2.44.0