File 1217-parsetools-add-BSD-2-Clause-license.patch of Package erlang
From 91db1d9e43f5929e0f44eb96c0639b448659f40a Mon Sep 17 00:00:00 2001
From: Kiko Fernandez-Reyes <kiko@erlang.org>
Date: Mon, 3 Feb 2025 06:39:37 +0100
Subject: [PATCH 07/14] parsetools: add BSD-2-Clause license
---
lib/parsetools/include/leexinc.hrl | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/parsetools/include/leexinc.hrl b/lib/parsetools/include/leexinc.hrl
index a06584ff79..18d571cc0c 100644
--- a/lib/parsetools/include/leexinc.hrl
+++ b/lib/parsetools/include/leexinc.hrl
@@ -4,6 +4,7 @@
%% COPYRIGHT. However, the resultant scanner generated by leex is the
%% property of the creator of the scanner and is not covered by that
%% Copyright.
+%% SPDX-License-Identifier: BSD-2-Clause
##module
--
2.43.0