X-Git-Url: http://www.git.cypherpunks.ru/?p=gohpenc.git;a=blobdiff_plain;f=main.go;fp=main.go;h=ac48e06abdcb246cd06307166f2b3f19f87a20ef;hp=8de2ce9b73c0f3bfea0c016535a73c41a14abe6f;hb=16b34b89175cb399e5b22b21915a732a6a016751;hpb=33c28ebb564e790d4a34735097381014aab56e8a diff --git a/main.go b/main.go index 8de2ce9..ac48e06 100644 --- a/main.go +++ b/main.go @@ -1,19 +1,17 @@ -/* -gohpenc -- Go high-performance encryption utility -Copyright (C) 2017-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 . -*/ +// gohpenc -- Go high-performance encryption utility +// Copyright (C) 2017-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 . // Go high-performance encryption utility package main