X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=cmd%2Fnetstring%2Fmain.go;h=db8a4b37d7d0872e7e66d9c05c02e486222b3467;hb=HEAD;hp=d7bff49c08ab2ad529ccc33a1a8025f7718a24da;hpb=4a2baae4738ddc9554317c169eaf783600468f7d;p=netstring.git diff --git a/cmd/netstring/main.go b/cmd/netstring/main.go index d7bff49..db8a4b3 100644 --- a/cmd/netstring/main.go +++ b/cmd/netstring/main.go @@ -1,19 +1,17 @@ -/* -netstring -- netstring format serialization library -Copyright (C) 2015-2021 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 main