File 1100-Remove-email-addresses.patch of Package erlang
From 45a163982faace2ba1eab0a9be6144316aac30ff Mon Sep 17 00:00:00 2001
From: Kenneth Lundin <kenneth@erlang.org>
Date: Tue, 8 Nov 2022 16:06:10 +0100
Subject: [PATCH] Remove email addresses
---
lib/xmerl/include/xmerl.hrl | 4 ++--
lib/xmerl/include/xmerl_xpath.hrl | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/xmerl/include/xmerl.hrl b/lib/xmerl/include/xmerl.hrl
index 1e13255a49..6b25641c52 100644
--- a/lib/xmerl/include/xmerl.hrl
+++ b/lib/xmerl/include/xmerl.hrl
@@ -18,13 +18,13 @@
%% %CopyrightEnd%
%%
%% Contributor(s):
-%% <michael.remond@IDEALX.com>: suggested #xmlDocument{}
+%% Michael.Remond: suggested #xmlDocument{}
%%
%%----------------------------------------------------------------------
%% #0. BASIC INFORMATION
%%----------------------------------------------------------------------
%% File: xmerl.hrl
-%% Author : Ulf Wiger <ulf.wiger@ericsson.com>
+%% Author : Ulf Wiger
%% Date : 00-09-22
%% Description : Record and macro definitions for xmerl
%%----------------------------------------------------------------------
diff --git a/lib/xmerl/include/xmerl_xpath.hrl b/lib/xmerl/include/xmerl_xpath.hrl
index e5d697eea5..0775bf3e3c 100644
--- a/lib/xmerl/include/xmerl_xpath.hrl
+++ b/lib/xmerl/include/xmerl_xpath.hrl
@@ -22,7 +22,7 @@
%%% #0. BASIC INFORMATION
%%%----------------------------------------------------------------------
%%% File: xmerl.hrl
-%%% Author : Ulf Wiger <ulf.wiger@ericsson.com>
+%%% Author : Ulf Wiger
%%% Date : 00-09-22
%%% Description : Record and macro definitions for xmerl_xpath
%%%----------------------------------------------------------------------
--
2.35.3