File 1211-erts-add-GPL-with-autoconf-exception.patch of Package erlang
From bf4dbe52ab42a8a5c95c1dad40d479fe5b1f194b Mon Sep 17 00:00:00 2001
From: Kiko Fernandez-Reyes <kiko@erlang.org>
Date: Mon, 3 Feb 2025 06:04:19 +0100
Subject: [PATCH 01/14] erts: add GPL with autoconf exception
---
erts/emulator/pcre/local_config.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/erts/emulator/pcre/local_config.h b/erts/emulator/pcre/local_config.h
index 6f4f3a1868..6942014b73 100644
--- a/erts/emulator/pcre/local_config.h
+++ b/erts/emulator/pcre/local_config.h
@@ -1,4 +1,5 @@
/* %ExternalCopyright% */
+/* SPDX-License-Identifier: GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 */
#define HAVE_ZLIB_H 1
/* The value of LINK_SIZE determines the number of bytes used to store links
--
2.43.0