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 +++++++++++++++++ diff --git a/diff.go b/diff.go index 181f5c3ee94b6acbe65d9b29786325b881e0d221b7af78d7481638beacbcf832..15de2cde8a6963476915f84f26a69044160d6aa7cf27ce732082a37292257fd4 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 18b705c6cf16f41827449d4dadb422f06c39501a55c567042a6a435cab026ba6..4768b2be2f5f7b4a10b91ee63c4d2f75b906e084129fa213da959acc8b104d88 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 0445ceecdeb6a35354279576b0543f22714fb34c814e4651def64740703725f5..ce054cf647fed10ad507db8bd8a3de5583fed802328691e72c0aff04c6216150 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 c18be4409d252ffa15b06e852f3a9f8b23fcf6339038057ae82c20a429f934bd..0965a93e8eef7dcd68df08b9b1f3760c8e93286bbbdefdf74b3bf8e3c813bfa9 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 ad60435022d1f45ff9a4730b5bb39c12b766b5d9b06af6c6763eeabf850e3fff..c5a5809f5ed96f4fa99a1fcee861fd1cf301788fee60dc824a84c6d53744ce23 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 d0805086fb572f3f6ccb928b365be7003ffade51a3aa812e34f071b7f72bd4a8..8dc1ddf7fb0cc6f135fb654ec4a6fd19c22bac46002abe7af1435db236564fba 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 8900c26a75b3fd91ba83e1d45f9d923436981f3e84a45ea784cb151c474d50b4..03b950705b4969cc6a88caecb42bf5b153811fd118244fd26719af288170347d 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 342c3ba671089c91003ab6ea1f2a0b6ce8ac3f328aa127137a5ed414839fc126..03b0091538093e633a8544c6aa35020bc66b6fd8f1f7546171549e599b5dbd73 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 4a91de74609ee168da17e75a325acff5bdc55e869b8fedc0f8f3ec731b2c2ecd..0e15934881197af2c168dd3cd95dabe805a76dd33a444bca1e64ed2d96d17d5d 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 75b82e57abc5e88fff375e6c1a4a69ae1335b4e2ce944ad401c940ee08e3c8e1..7c0921bc81d8fad9c0b3659a5bcb07e0ba6c10fbf164d82321708bf8975dcd15 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 (