Use the example.com domain as recommended in RFC 2606.

NOTE: This does not modify the wording of the "TianoCore Contribution
      Agreement 1.0" section

Suggested-by: Bruce Cran <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <[email protected]>
---
 AppPkg/Contributions.txt                     | 4 ++--
 ArmPkg/Contributions.txt                     | 4 ++--
 ArmPlatformPkg/Contributions.txt             | 4 ++--
 BaseTools/Contributions.txt                  | 4 ++--
 BeagleBoardPkg/Contributions.txt             | 4 ++--
 CryptoPkg/Contributions.txt                  | 4 ++--
 DuetPkg/Contributions.txt                    | 4 ++--
 EdkCompatibilityPkg/Contributions.txt        | 4 ++--
 EdkShellBinPkg/Contributions.txt             | 4 ++--
 EdkShellPkg/Contributions.txt                | 4 ++--
 EmbeddedPkg/Contributions.txt                | 4 ++--
 EmulatorPkg/Contributions.txt                | 4 ++--
 FatBinPkg/Contributions.txt                  | 4 ++--
 IntelFrameworkModulePkg/Contributions.txt    | 4 ++--
 IntelFrameworkPkg/Contributions.txt          | 4 ++--
 IntelFspPkg/Contributions.txt                | 4 ++--
 IntelFspWrapperPkg/Contributions.txt         | 4 ++--
 MdeModulePkg/Contributions.txt               | 4 ++--
 MdePkg/Contributions.txt                     | 4 ++--
 NetworkPkg/Contributions.txt                 | 4 ++--
 Nt32Pkg/Contributions.txt                    | 4 ++--
 Omap35xxPkg/Contributions.txt                | 4 ++--
 OptionRomPkg/Contributions.txt               | 4 ++--
 OvmfPkg/Contributions.txt                    | 4 ++--
 PcAtChipsetPkg/Contributions.txt             | 4 ++--
 PerformancePkg/Contributions.txt             | 4 ++--
 SecurityPkg/Contributions.txt                | 4 ++--
 ShellBinPkg/Contributions.txt                | 4 ++--
 ShellPkg/Contributions.txt                   | 4 ++--
 SourceLevelDebugPkg/Contributions.txt        | 4 ++--
 StdLib/Contributions.txt                     | 4 ++--
 StdLibPrivateInternalFiles/Contributions.txt | 4 ++--
 UefiCpuPkg/Contributions.txt                 | 4 ++--
 Vlv2DeviceRefCodePkg/Contributions.txt       | 4 ++--
 Vlv2TbltDevicePkg/Contributions.txt          | 4 ++--
 35 files changed, 70 insertions(+), 70 deletions(-)

diff --git a/AppPkg/Contributions.txt b/AppPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/AppPkg/Contributions.txt
+++ b/AppPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/ArmPkg/Contributions.txt b/ArmPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/ArmPkg/Contributions.txt
+++ b/ArmPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/ArmPlatformPkg/Contributions.txt b/ArmPlatformPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/ArmPlatformPkg/Contributions.txt
+++ b/ArmPlatformPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/BaseTools/Contributions.txt b/BaseTools/Contributions.txt
index 1985677..f87cbd7 100644
--- a/BaseTools/Contributions.txt
+++ b/BaseTools/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/BeagleBoardPkg/Contributions.txt b/BeagleBoardPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/BeagleBoardPkg/Contributions.txt
+++ b/BeagleBoardPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/CryptoPkg/Contributions.txt b/CryptoPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/CryptoPkg/Contributions.txt
+++ b/CryptoPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/DuetPkg/Contributions.txt b/DuetPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/DuetPkg/Contributions.txt
+++ b/DuetPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/EdkCompatibilityPkg/Contributions.txt 
b/EdkCompatibilityPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/EdkCompatibilityPkg/Contributions.txt
+++ b/EdkCompatibilityPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/EdkShellBinPkg/Contributions.txt b/EdkShellBinPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/EdkShellBinPkg/Contributions.txt
+++ b/EdkShellBinPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/EdkShellPkg/Contributions.txt b/EdkShellPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/EdkShellPkg/Contributions.txt
+++ b/EdkShellPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/EmbeddedPkg/Contributions.txt b/EmbeddedPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/EmbeddedPkg/Contributions.txt
+++ b/EmbeddedPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/EmulatorPkg/Contributions.txt b/EmulatorPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/EmulatorPkg/Contributions.txt
+++ b/EmulatorPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/FatBinPkg/Contributions.txt b/FatBinPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/FatBinPkg/Contributions.txt
+++ b/FatBinPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/IntelFrameworkModulePkg/Contributions.txt 
b/IntelFrameworkModulePkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/IntelFrameworkModulePkg/Contributions.txt
+++ b/IntelFrameworkModulePkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/IntelFrameworkPkg/Contributions.txt 
b/IntelFrameworkPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/IntelFrameworkPkg/Contributions.txt
+++ b/IntelFrameworkPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/IntelFspPkg/Contributions.txt b/IntelFspPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/IntelFspPkg/Contributions.txt
+++ b/IntelFspPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/IntelFspWrapperPkg/Contributions.txt 
b/IntelFspWrapperPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/IntelFspWrapperPkg/Contributions.txt
+++ b/IntelFspWrapperPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/MdeModulePkg/Contributions.txt b/MdeModulePkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/MdeModulePkg/Contributions.txt
+++ b/MdeModulePkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/MdePkg/Contributions.txt b/MdePkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/MdePkg/Contributions.txt
+++ b/MdePkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/NetworkPkg/Contributions.txt b/NetworkPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/NetworkPkg/Contributions.txt
+++ b/NetworkPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/Nt32Pkg/Contributions.txt b/Nt32Pkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/Nt32Pkg/Contributions.txt
+++ b/Nt32Pkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/Omap35xxPkg/Contributions.txt b/Omap35xxPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/Omap35xxPkg/Contributions.txt
+++ b/Omap35xxPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/OptionRomPkg/Contributions.txt b/OptionRomPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/OptionRomPkg/Contributions.txt
+++ b/OptionRomPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/OvmfPkg/Contributions.txt b/OvmfPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/OvmfPkg/Contributions.txt
+++ b/OvmfPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/PcAtChipsetPkg/Contributions.txt b/PcAtChipsetPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/PcAtChipsetPkg/Contributions.txt
+++ b/PcAtChipsetPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/PerformancePkg/Contributions.txt b/PerformancePkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/PerformancePkg/Contributions.txt
+++ b/PerformancePkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/SecurityPkg/Contributions.txt b/SecurityPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/SecurityPkg/Contributions.txt
+++ b/SecurityPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/ShellBinPkg/Contributions.txt b/ShellBinPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/ShellBinPkg/Contributions.txt
+++ b/ShellBinPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/ShellPkg/Contributions.txt b/ShellPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/ShellPkg/Contributions.txt
+++ b/ShellPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/SourceLevelDebugPkg/Contributions.txt 
b/SourceLevelDebugPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/SourceLevelDebugPkg/Contributions.txt
+++ b/SourceLevelDebugPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/StdLib/Contributions.txt b/StdLib/Contributions.txt
index 1985677..f87cbd7 100644
--- a/StdLib/Contributions.txt
+++ b/StdLib/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/StdLibPrivateInternalFiles/Contributions.txt 
b/StdLibPrivateInternalFiles/Contributions.txt
index 1985677..f87cbd7 100644
--- a/StdLibPrivateInternalFiles/Contributions.txt
+++ b/StdLibPrivateInternalFiles/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/UefiCpuPkg/Contributions.txt b/UefiCpuPkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/UefiCpuPkg/Contributions.txt
+++ b/UefiCpuPkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/Vlv2DeviceRefCodePkg/Contributions.txt 
b/Vlv2DeviceRefCodePkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/Vlv2DeviceRefCodePkg/Contributions.txt
+++ b/Vlv2DeviceRefCodePkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
diff --git a/Vlv2TbltDevicePkg/Contributions.txt 
b/Vlv2TbltDevicePkg/Contributions.txt
index 1985677..f87cbd7 100644
--- a/Vlv2TbltDevicePkg/Contributions.txt
+++ b/Vlv2TbltDevicePkg/Contributions.txt
@@ -46,13 +46,13 @@ and the "Contributed-under" message.
 
 === Start of sample patch email message ===
 
-From: Contributor Name <[email protected]>
+From: Contributor Name <[email protected]>
 Subject: [PATCH] CodeModule: Brief-single-line-summary
 
 Full-commit-message
 
 Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <[email protected]>
+Signed-off-by: Contributor Name <[email protected]>
 ---
 
 An extra message for the patch email which will not be considered part
-- 
2.1.4


------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to