X-Git-Url: http://www.git.stargrave.org/?p=glocate.git;a=blobdiff_plain;f=index.go;fp=index.go;h=b8ea25ea9dbd4480c0c529198b457b146931f18e29079c1d36dd2d9cd8ae1777;hp=ce054cf647fed10ad507db8bd8a3de5583fed802328691e72c0aff04c6216150;hb=e3bfed96be9af9ab981c0a1e2e11897dd35afbb5652b77977815edee50f408dd;hpb=512b4ec45c040338f9aea5c1e53783b817dfb85198b801eba892a452681f40b0 diff --git a/index.go b/index.go index ce054cf..b8ea25e 100644 --- a/index.go +++ b/index.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