From 19b5d108497c3eb62b9e0d20d6691cf34049a6c2 Mon Sep 17 00:00:00 2001 From: Michael Burman Date: Tue, 16 Jan 2024 16:36:43 +0200 Subject: [PATCH] Try to please license crapper --- src/server/src/test/resources/generate-certs.sh | 13 +++++++++++++ src/server/src/test/resources/openssl.cnf | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/src/server/src/test/resources/generate-certs.sh b/src/server/src/test/resources/generate-certs.sh index 6e3518b89..922da0c1a 100755 --- a/src/server/src/test/resources/generate-certs.sh +++ b/src/server/src/test/resources/generate-certs.sh @@ -1,4 +1,17 @@ #!/usr/bin/env bash +# Copyright 2023-2023 DataStax Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # Copied from management-api, modified for reaper to create JKS files also diff --git a/src/server/src/test/resources/openssl.cnf b/src/server/src/test/resources/openssl.cnf index 78db4231b..c4623f015 100644 --- a/src/server/src/test/resources/openssl.cnf +++ b/src/server/src/test/resources/openssl.cnf @@ -1,3 +1,16 @@ +# Copyright 2023-2023 DataStax Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # This OpenSSL configuration file is necessary to generate an Intermediate CA # which is capable of signing other certificates. The most important part is