From e325756615870dc405e35632a201acdea40782b6 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Mon, 7 Nov 2022 16:21:19 +0100 Subject: [PATCH] update cert.sh --- .docker/cert.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.docker/cert.sh b/.docker/cert.sh index ef41190..bc4e9ea 100755 --- a/.docker/cert.sh +++ b/.docker/cert.sh @@ -1,9 +1,10 @@ #!/bin/bash -# ** header v3.0 # This file is a part of the CaosDB Project. # # Copyright (C) 2019 Daniel Hornung, Göttingen +# Copyright (C) 2022 Timm Fitschen <t.fitschen@indiscale.com> +# Copyright (C) 2022 IndiScale GmbH <info@indiscale.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -18,7 +19,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # -# ** end header # Creates a directory `cert` and certificates in this directory. -- GitLab