File 2304-change-PEM-files-license-to-Apache-2.0.patch of Package erlang
From 88a695132f89d865823c29935670ea261911bac9 Mon Sep 17 00:00:00 2001 From: Stefan Grundmann <sg2342@googlemail.com> Date: Fri, 9 Jan 2026 15:36:01 +0000 Subject: [PATCH 4/4] change PEM-files license to Apache-2.0 --- .../test/public_key_SUITE_data/eddsa_crl.pem | 42 +++++++------------ .../eddsa_crl_signer.pem | 40 ++++++------------ 2 files changed, 27 insertions(+), 55 deletions(-) diff --git a/lib/public_key/test/public_key_SUITE_data/eddsa_crl.pem b/lib/public_key/test/public_key_SUITE_data/eddsa_crl.pem index 167a8703a5..770da1120b 100644 --- a/lib/public_key/test/public_key_SUITE_data/eddsa_crl.pem +++ b/lib/public_key/test/public_key_SUITE_data/eddsa_crl.pem @@ -1,38 +1,24 @@ -// %CopyrightBegin% -// -// SPDX-License-Identifier: BSD-3-Clause // -// Copyright (c) 2010 IETF Trust and the persons identified as the document authors. All rights reserved. -// Copyright Ericsson AB 2025. All Rights Reserved. +// %CopyrightBegin% // -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are met: +// SPDX-License-Identifier: Apache-2.0 // -// 1. Redistributions of source code must retain the above copyright notice, -// this list of conditions and the following disclaimer. +// Copyright Stefan Grundmann 2026. All Rights Reserved. // -// 2. Redistributions in binary form must reproduce the above copyright notice, -// this list of conditions and the following disclaimer in the documentation -// and/or other materials provided with the distribution. +// 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 // -// 3. Neither the name of the copyright holder nor the names of its contributors -// may be used to endorse or promote products derived from this software -// without specific prior written permission. +// http://www.apache.org/licenses/LICENSE-2.0 // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” -// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE -// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -// POSSIBILITY OF SUCH DAMAGE. +// 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. // // %CopyrightEnd% - +// -----BEGIN X509 CRL----- MIH7MIGuMAUGAytlcDCBhjERMA8GA1UEAwwIZXJsYW5nQ0ExEzARBgNVBAsMCkVy bGFuZyBPVFAxFDASBgNVBAoMC0VyaWNzc29uIEFCMRIwEAYDVQQHDAlTdG9ja2hv @@ -40,4 +26,4 @@ bG0xCzAJBgNVBAYTAlNFMSUwIwYJKoZIhvcNAQkBFhZwZXRlckBlcml4LmVyaWNz c29uLnNlFw0yNTEyMTkxNzU5MzZaFw0zMjA0MDYxNzU5MzZaMAUGAytlcANBAP/T YVYmKDeOj3X2FBjNT5rDn+ErE60cKR32x/UQxD9uSJJnzbUMmOoF0PK57I2GOo1v ys5Dc0FY+DF7+MFtpgI= ------END X509 CRL----- +-----END X509 CRL----- \ No newline at end of file diff --git a/lib/public_key/test/public_key_SUITE_data/eddsa_crl_signer.pem b/lib/public_key/test/public_key_SUITE_data/eddsa_crl_signer.pem index 2f716930fb..efeafcf9a3 100644 --- a/lib/public_key/test/public_key_SUITE_data/eddsa_crl_signer.pem +++ b/lib/public_key/test/public_key_SUITE_data/eddsa_crl_signer.pem @@ -1,38 +1,24 @@ -// %CopyrightBegin% -// -// SPDX-License-Identifier: BSD-3-Clause // -// Copyright (c) 2010 IETF Trust and the persons identified as the document authors. All rights reserved. -// Copyright Ericsson AB 2025. All Rights Reserved. +// %CopyrightBegin% // -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are met: +// SPDX-License-Identifier: Apache-2.0 // -// 1. Redistributions of source code must retain the above copyright notice, -// this list of conditions and the following disclaimer. +// Copyright Stefan Grundmann 2026. All Rights Reserved. // -// 2. Redistributions in binary form must reproduce the above copyright notice, -// this list of conditions and the following disclaimer in the documentation -// and/or other materials provided with the distribution. +// 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 // -// 3. Neither the name of the copyright holder nor the names of its contributors -// may be used to endorse or promote products derived from this software -// without specific prior written permission. +// http://www.apache.org/licenses/LICENSE-2.0 // -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” -// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE -// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -// POSSIBILITY OF SUCH DAMAGE. +// 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. // // %CopyrightEnd% - +// -----BEGIN CERTIFICATE----- MIICJTCCAdegAwIBAgIUSzfCc4FaF5CDufn1Tj1tqMJYJmcwBQYDK2VwMIGGMREw DwYDVQQDDAhlcmxhbmdDQTETMBEGA1UECwwKRXJsYW5nIE9UUDEUMBIGA1UECgwL -- 2.51.0