diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-10 02:36:05 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-10 02:36:05 +0000 |
commit | c4ae2792f250bce176cf68ecdd64d4bf246c3fb0 (patch) | |
tree | 502e2f40ae2fb5b939fd89b4f1945e8cae92d53e /DuetPkg/PostBuild.sh | |
parent | 8967d989f04abdacafb9227a1ca65a0e550b271f (diff) | |
download | edk2-platforms-c4ae2792f250bce176cf68ecdd64d4bf246c3fb0.tar.xz |
1, Remove comma after year
2, Use full stop instead of comma after "Intel Corporation"
3, Remove blank char between "." and "<BR>"
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10222 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/PostBuild.sh')
-rwxr-xr-x | DuetPkg/PostBuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/PostBuild.sh b/DuetPkg/PostBuild.sh index 1523738ea4..40af9f9dd7 100755 --- a/DuetPkg/PostBuild.sh +++ b/DuetPkg/PostBuild.sh @@ -6,7 +6,7 @@ # and platform building, so just use a sh file to do post build commands.
# Originally, following post building command is for EfiLoader module.
#
-# Copyright (c) 2010, Intel Corporation, All rights reserved. <BR>
+# Copyright (c) 2010 Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
|