X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=w.go;fp=w.go;h=d1c26109adfc8115057453717fd432327a947d9f;hb=ef54ff451a23a821053cc2bb0fd83b7c30c5e3c6;hp=6c80132d53412c032e7babdc69c2f63f34b833e4;hpb=8fa6c4b0000e2dc27fce9220db1a5eb8bf468e81;p=netstring.git diff --git a/w.go b/w.go index 6c80132..d1c2610 100644 --- a/w.go +++ b/w.go @@ -1,19 +1,17 @@ -/* -netstring -- netstring format serialization library -Copyright (C) 2015-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 . -*/ +// netstring -- netstring format serialization library +// Copyright (C) 2015-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 netstring