X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=metadata.go;h=8959002953565adbf5829df6e5163eca430a1f89;hb=d4dc050f024708f91e1c9ebb63595a86efda24f9;hp=65accbb9bef16186726411063bcb01a0d389b70b;hpb=a138af795fb0ad0cece96ab5ded469f097397665;p=gocheese.git diff --git a/metadata.go b/metadata.go index 65accbb..8959002 100644 --- a/metadata.go +++ b/metadata.go @@ -1,19 +1,17 @@ -/* -GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019-2022 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 . -*/ +// GoCheese -- Python private package repository and caching proxy +// Copyright (C) 2019-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