X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=ns_test.go;h=e4ca00a43ae7fe67eb2b8c160d0de8dba9282367;hb=HEAD;hp=97e8deb2aac886d0c3aa1e4d1b31462a6ef34741;hpb=8fa6c4b0000e2dc27fce9220db1a5eb8bf468e81;p=netstring.git diff --git a/ns_test.go b/ns_test.go index 97e8deb..e4ca00a 100644 --- a/ns_test.go +++ b/ns_test.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