File 0884-fix-copyright-years-and-license-mistake.patch of Package erlang
From 201938ef4197ea459b47f67b391952c0af47d09f Mon Sep 17 00:00:00 2001
From: Kiko Fernandez-Reyes <kiko@erlang.org>
Date: Fri, 7 Feb 2025 07:02:27 +0100
Subject: [PATCH 14/14] fix copyright years and license mistake
Co-authored-by: Rickard Green <rickard@erlang.org>
---
.github/ISSUE_TEMPLATE/bug_report.md | 2 +-
.github/ISSUE_TEMPLATE/feature_request.md | 2 +-
.github/actions/build-base-image/action.yaml | 2 +-
erts/emulator/pcre/local_config.h | 2 +-
erts/preloaded/src/erl_tracer.erl | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index b8a248d400..a5423c649f 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -25,7 +25,7 @@ Add any other context about the problem here. If you wish to attach Erlang code
<!--
%CopyrightBegin%
-SPDX-FileCopyrightText: Copyright Ericsson AB 2016-2025. All Rights Reserved.
+SPDX-FileCopyrightText: Copyright Ericsson AB 2021. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index cdfec02013..4d78317c24 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -22,7 +22,7 @@ Add any other context or screenshots about the feature request here.
%CopyrightBegin%
-SPDX-FileCopyrightText: Copyright Ericsson AB 2016-2025. All Rights Reserved.
+SPDX-FileCopyrightText: Copyright Ericsson AB 2021. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
diff --git a/.github/actions/build-base-image/action.yaml b/.github/actions/build-base-image/action.yaml
index f6816bedb1..9cdf707945 100644
--- a/.github/actions/build-base-image/action.yaml
+++ b/.github/actions/build-base-image/action.yaml
@@ -1,6 +1,6 @@
# %CopyrightBegin%
#
-# SPDX-FileCopyrightText: Copyright Ericsson AB 2016-2025. All Rights Reserved.
+# SPDX-FileCopyrightText: Copyright Ericsson AB 2023-2025. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
diff --git a/erts/emulator/pcre/local_config.h b/erts/emulator/pcre/local_config.h
index ccefcdb9ab..a8cfbf0c94 100644
--- a/erts/emulator/pcre/local_config.h
+++ b/erts/emulator/pcre/local_config.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 */
+/* SPDX-License-Identifier: BSD-3-Clause */
/* %ExternalCopyright% */
diff --git a/erts/preloaded/src/erl_tracer.erl b/erts/preloaded/src/erl_tracer.erl
index 94c5e327e4..ec227f2d12 100644
--- a/erts/preloaded/src/erl_tracer.erl
+++ b/erts/preloaded/src/erl_tracer.erl
@@ -3,7 +3,7 @@
%%
%% SPDX-License-Identifier: Apache-2.0
%%
-%% SPDX-FileCopyrightText: Copyright Ericsson AB 2016-2024. All Rights Reserved.
+%% SPDX-FileCopyrightText: Copyright Ericsson AB 2015-2024. All Rights Reserved.
%%
%% %CopyrightEnd%
%%
--
2.43.0