diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2015-04-14 00:23:29 +0000 |
---|---|---|
committer | jljusten <jljusten@Edk2> | 2015-04-14 00:23:29 +0000 |
commit | 85a468290e4e0ac4e49457978f368c0cda9a5fdf (patch) | |
tree | 66d79926afe162433b761e0373f267e3571f8ce8 | |
parent | 9cb46176f4869572bdabecb6d56a4df0315c7c6e (diff) | |
download | edk2-85a468290e4e0ac4e49457978f368c0cda9a5fdf.tar.gz edk2-85a468290e4e0ac4e49457978f368c0cda9a5fdf.tar.bz2 edk2-85a468290e4e0ac4e49457978f368c0cda9a5fdf.zip |
Coreboot*Pkg/Contributions.txt: Update example email address
Use the example.com domain as recommended in RFC 2606.
This was changed for the other EDK II packages in r16724.
NOTE: This does not modify the wording of the "TianoCore Contribution
Agreement 1.0" section
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Maurice Ma <maurice.ma@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17169 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | CorebootModulePkg/Contributions.txt | 4 | ||||
-rw-r--r-- | CorebootPayloadPkg/Contributions.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/CorebootModulePkg/Contributions.txt b/CorebootModulePkg/Contributions.txt index 1985677f4b..f87cbd73c6 100644 --- a/CorebootModulePkg/Contributions.txt +++ b/CorebootModulePkg/Contributions.txt @@ -46,13 +46,13 @@ and the "Contributed-under" message. === Start of sample patch email message ===
-From: Contributor Name <contributor@email.server>
+From: Contributor Name <contributor@example.com>
Subject: [PATCH] CodeModule: Brief-single-line-summary
Full-commit-message
Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <contributor@email.server>
+Signed-off-by: Contributor Name <contributor@example.com>
---
An extra message for the patch email which will not be considered part
diff --git a/CorebootPayloadPkg/Contributions.txt b/CorebootPayloadPkg/Contributions.txt index 1985677f4b..f87cbd73c6 100644 --- a/CorebootPayloadPkg/Contributions.txt +++ b/CorebootPayloadPkg/Contributions.txt @@ -46,13 +46,13 @@ and the "Contributed-under" message. === Start of sample patch email message ===
-From: Contributor Name <contributor@email.server>
+From: Contributor Name <contributor@example.com>
Subject: [PATCH] CodeModule: Brief-single-line-summary
Full-commit-message
Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <contributor@email.server>
+Signed-off-by: Contributor Name <contributor@example.com>
---
An extra message for the patch email which will not be considered part
|