File 0907-ssl-Add-copyright.patch of Package erlang

From 14e10a5fa54299c912c25fc09f0856fde29fc615 Mon Sep 17 00:00:00 2001
From: Ingela Anderton Andin <ingela@erlang.org>
Date: Fri, 21 Mar 2025 13:48:04 +0100
Subject: [PATCH] ssl: Add copyright

---
 lib/ssl/src/ssl_srp_primes.erl | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/lib/ssl/src/ssl_srp_primes.erl b/lib/ssl/src/ssl_srp_primes.erl
index edc6f7ee1e..1a07e3ce40 100644
--- a/lib/ssl/src/ssl_srp_primes.erl
+++ b/lib/ssl/src/ssl_srp_primes.erl
@@ -1,3 +1,29 @@
+%%
+%% %CopyrightBegin%
+%%
+%% Copyright Ericsson AB 2012-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
+%%
+%%     SPDX-License-Identifier: Apache-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%
+%%
+
+
+%% Based on  RFC 5054
+
+
 -module(ssl_srp_primes).
 
 -export([get_srp_params/1, check_srp_params/2]).
-- 
2.43.0

openSUSE Build Service is sponsored by