File 0259-Add-upgrade-note-to-erts-lib_src-yielding_c_fun-lib-.patch of Package erlang
From 09e8a490f5ce652d891bb83d6f0c1e5296cd3242 Mon Sep 17 00:00:00 2001
From: Kjell Winblad <kjellwinblad@gmail.com>
Date: Tue, 28 Sep 2021 14:43:24 +0200
Subject: [PATCH] Add upgrade note to
erts/lib_src/yielding_c_fun/lib/tiny_regex_c
Add upgrade note to the regexp library that is used by Yielding C Fun
with information about things to be aware of when upgrading the
library.
---
.../yielding_c_fun/lib/tiny_regex_c/UPGRADE_NOTE | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 erts/lib_src/yielding_c_fun/lib/tiny_regex_c/UPGRADE_NOTE
diff --git a/erts/lib_src/yielding_c_fun/lib/tiny_regex_c/UPGRADE_NOTE b/erts/lib_src/yielding_c_fun/lib/tiny_regex_c/UPGRADE_NOTE
new file mode 100644
index 0000000000..b895003a69
--- /dev/null
+++ b/erts/lib_src/yielding_c_fun/lib/tiny_regex_c/UPGRADE_NOTE
@@ -0,0 +1,10 @@
+The scripts folder (contained test python scripts) that existed in the
+original repository has been removed as it was not used and contained a
+license text that was incompatible with Erlang/OTP's license.
+
+The tests folder that exited in the original repository has also been
+removed because it was not used.
+
+The file GIT_VERSION contains information of which repository URL and
+GIT version the code in this folder was fetched from. The GIT_VERSION
+file should be updated if the code in this folder is upgraded.
\ No newline at end of file
--
2.31.1