X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=common.go;h=01bfa4f3a3f1010ad877f1365bf35dec445d69d2;hb=ec81c80180666b65ffa5c0b04b78b85d4db3d9d4;hp=a20c2439ced190e6bf3e325888a9f4c86080ce1f;hpb=443182b338389120eb9039e27fe49f7b28cc5419;p=meta4ra.git diff --git a/common.go b/common.go index a20c243..01bfa4f 100644 --- a/common.go +++ b/common.go @@ -1,24 +1,23 @@ -/* -meta4a -- Metalink 4.0 creator -Copyright (C) 2021-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 . -*/ +// meta4ra -- Metalink 4.0 utilities +// Copyright (C) 2021-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 . // Metalink 4.0 utilities package meta4ra const ( - Generator = "meta4ra/0.3.0" - GPGSigMediaType = "application/pgp-signature" + Generator = "meta4ra/0.5.0" + SigMediaTypePGP = "application/pgp-signature" + SigMediaTypeSSH = "application/ssh-signature" )