File 0905-crypto-update-license.patch of Package erlang
From d53ba8db3628e8e2b91a84cb8b21207b000a2a7f Mon Sep 17 00:00:00 2001 From: Fredrik Frantzen <frazze@erlang.org> Date: Fri, 21 Mar 2025 13:06:04 +0100 Subject: [PATCH] crypto: update license OTP-19554 --- lib/crypto/src/crypto_ec_curves.erl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/lib/crypto/src/crypto_ec_curves.erl b/lib/crypto/src/crypto_ec_curves.erl index 1b12a947a9..70f48cb1c5 100644 --- a/lib/crypto/src/crypto_ec_curves.erl +++ b/lib/crypto/src/crypto_ec_curves.erl @@ -1,3 +1,23 @@ +%% +%% %CopyrightBegin% +%% +%% Copyright Ericsson AB 1999-2025. All Rights Reserved. +%% +%% 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. +%% +%% %CopyrightEnd% +%% + -module(crypto_ec_curves). -export([curve/1, curves/0, curve_with_name/1]). -- 2.43.0