X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=dirsizer.go;h=ffc8f51ac7c796557f521c4293c4b250ec8d4c4fcbaaea98fe8f3884d375f0d7;hb=HEAD;hp=4768b2be2f5f7b4a10b91ee63c4d2f75b906e084129fa213da959acc8b104d88;hpb=512b4ec45c040338f9aea5c1e53783b817dfb85198b801eba892a452681f40b0;p=glocate.git diff --git a/dirsizer.go b/dirsizer.go index 4768b2b..ffc8f51 100644 --- a/dirsizer.go +++ b/dirsizer.go @@ -1,19 +1,17 @@ -/* -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 . -*/ +// glocate -- ZFS-diff-friendly locate-like utility +// Copyright (C) 2022-2024 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