Package not found: openSUSE:Leap:15.5:Update/vtk-openmpi2

File 1933-license-adds-copyrights-to-files.patch of Package erlang

From 6586cfe0f247dfc96c089fc15cd218126890dea0 Mon Sep 17 00:00:00 2001
From: Kiko Fernandez-Reyes <kiko@erlang.org>
Date: Thu, 21 Nov 2024 10:28:54 +0100
Subject: [PATCH 3/3] license: adds copyrights to files

---
 .github/workflows/upload-windows-zip.yaml     |  2 +-
 erts/etc/win32/INSTALL.txt                    |  1 +
 .../test/asn1_SUITE_data/SwCDR.asn1config     | 36 +++++++++----------
 lib/asn1/test/test_exclusive_decode_rest.erl  |  2 +-
 .../test/beam_doc_SUITE_data/behaviours.erl   |  2 +-
 .../source_annotations.erl                    |  2 +-
 .../test/beam_doc_SUITE_data/source_path.erl  |  2 +-
 7 files changed, 24 insertions(+), 23 deletions(-)

diff --git a/.github/workflows/upload-windows-zip.yaml b/.github/workflows/upload-windows-zip.yaml
index 9f7f65092a..3ed9532275 100644
--- a/.github/workflows/upload-windows-zip.yaml
+++ b/.github/workflows/upload-windows-zip.yaml
@@ -1,7 +1,7 @@
 ##
 ## %CopyrightBegin%
 ##
-## Copyright Ericsson AB 1998-2021. All Rights Reserved.
+## Copyright 2024 Wojtek Mach <wojtek@wojtekmach.pl>
 ##
 ## Licensed under the Apache License, Version 2.0 (the "License");
 ## you may not use this file except in compliance with the License.
diff --git a/erts/etc/win32/INSTALL.txt b/erts/etc/win32/INSTALL.txt
index c8c0a4e45e..2412b2ff48 100644
--- a/erts/etc/win32/INSTALL.txt
+++ b/erts/etc/win32/INSTALL.txt
@@ -1,4 +1,5 @@
 %% SPDX-License-Identifier: Apache-2.0
+%% Copyright 2024 Ericsson and the Erlang/OTP contributors
 
 Welcome to Erlang/OTP!
 
diff --git a/lib/asn1/test/asn1_SUITE_data/SwCDR.asn1config b/lib/asn1/test/asn1_SUITE_data/SwCDR.asn1config
index a0419e387f..932277fc94 100644
--- a/lib/asn1/test/asn1_SUITE_data/SwCDR.asn1config
+++ b/lib/asn1/test/asn1_SUITE_data/SwCDR.asn1config
@@ -1,21 +1,21 @@
---
--- %CopyrightBegin%
---
--- Copyright Ericsson AB 1996-2024. 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%
+%%
+%% %CopyrightBegin%
+%%
+%% Copyright 2024 Vance Shipley <vances@sigscale.org>
+%%
+%% 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%
 
 {exclusive_decode,
       {'SwCDR',
diff --git a/lib/asn1/test/test_exclusive_decode_rest.erl b/lib/asn1/test/test_exclusive_decode_rest.erl
index 2e17643369..944c5e4611 100644
--- a/lib/asn1/test/test_exclusive_decode_rest.erl
+++ b/lib/asn1/test/test_exclusive_decode_rest.erl
@@ -1,7 +1,7 @@
 %%
 %% %CopyrightBegin%
 %%
-%% Copyright Ericsson AB 2003-2024. All Rights Reserved.
+%% Copyright 2024 Vance Shipley <vances@sigscale.org>
 %%
 %% Licensed under the Apache License, Version 2.0 (the "License");
 %% you may not use this file except in compliance with the License.
diff --git a/lib/compiler/test/beam_doc_SUITE_data/behaviours.erl b/lib/compiler/test/beam_doc_SUITE_data/behaviours.erl
index 0b64d14132..4715e183fa 100644
--- a/lib/compiler/test/beam_doc_SUITE_data/behaviours.erl
+++ b/lib/compiler/test/beam_doc_SUITE_data/behaviours.erl
@@ -1,7 +1,7 @@
 %%
 %% %CopyrightBegin%
 %%
-%% Copyright Ericsson AB 1996-2024. All Rights Reserved.
+%% Copyright 2024 Jonatan Kłosko <jonatanklosko@gmail.com>
 %%
 %% Licensed under the Apache License, Version 2.0 (the "License");
 %% you may not use this file except in compliance with the License.
diff --git a/lib/compiler/test/beam_doc_SUITE_data/source_annotations.erl b/lib/compiler/test/beam_doc_SUITE_data/source_annotations.erl
index 933e46cbb7..e5387ebc83 100644
--- a/lib/compiler/test/beam_doc_SUITE_data/source_annotations.erl
+++ b/lib/compiler/test/beam_doc_SUITE_data/source_annotations.erl
@@ -1,7 +1,7 @@
 %%
 %% %CopyrightBegin%
 %%
-%% Copyright Ericsson AB 1996-2024. All Rights Reserved.
+%% Copyright 2024 Jonatan Kłosko <jonatanklosko@gmail.com>
 %%
 %% Licensed under the Apache License, Version 2.0 (the "License");
 %% you may not use this file except in compliance with the License.
diff --git a/lib/compiler/test/beam_doc_SUITE_data/source_path.erl b/lib/compiler/test/beam_doc_SUITE_data/source_path.erl
index 0f0d30c62f..093905488b 100644
--- a/lib/compiler/test/beam_doc_SUITE_data/source_path.erl
+++ b/lib/compiler/test/beam_doc_SUITE_data/source_path.erl
@@ -1,7 +1,7 @@
 %%
 %% %CopyrightBegin%
 %%
-%% Copyright Ericsson AB 1996-2024. All Rights Reserved.
+%% Copyright 2024 Jonatan Kłosko <jonatanklosko@gmail.com>
 %%
 %% Licensed under the Apache License, Version 2.0 (the "License");
 %% you may not use this file except in compliance with the License.
-- 
2.43.0

openSUSE Build Service is sponsored by