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