diff options
author | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-24 12:09:16 +0000 |
---|---|---|
committer | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-24 12:09:16 +0000 |
commit | 92ea1df875340a9841117762c41087bdb5561a10 (patch) | |
tree | e8761c9b6f4e8ef1a3ad7a36f53300fdfefaabfb /PerformancePkg/Library | |
parent | 95d48e8299e000aefae3c7682039ce2473648940 (diff) | |
download | edk2-92ea1df875340a9841117762c41087bdb5561a10.zip edk2-92ea1df875340a9841117762c41087bdb5561a10.tar.gz edk2-92ea1df875340a9841117762c41087bdb5561a10.tar.bz2 |
Update the copyright notice format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10427 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PerformancePkg/Library')
-rw-r--r-- | PerformancePkg/Library/TscTimerLib/TscTimerLib.c | 2 | ||||
-rw-r--r-- | PerformancePkg/Library/TscTimerLib/TscTimerLib.inf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/PerformancePkg/Library/TscTimerLib/TscTimerLib.c b/PerformancePkg/Library/TscTimerLib/TscTimerLib.c index 19151a4..d3e3e8a 100644 --- a/PerformancePkg/Library/TscTimerLib/TscTimerLib.c +++ b/PerformancePkg/Library/TscTimerLib/TscTimerLib.c @@ -17,7 +17,7 @@ A Processor’s support for invariant TSC is indicated by CPUID.0x80000007.EDX[8].
- Copyright (c) 2009-2010, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2009 - 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
which accompanies this distribution. The full text of the license may be found at
diff --git a/PerformancePkg/Library/TscTimerLib/TscTimerLib.inf b/PerformancePkg/Library/TscTimerLib/TscTimerLib.inf index 3f9aebf..7c17ecd 100644 --- a/PerformancePkg/Library/TscTimerLib/TscTimerLib.inf +++ b/PerformancePkg/Library/TscTimerLib/TscTimerLib.inf @@ -8,7 +8,7 @@ # TSC reads are much more efficient and do not incur the overhead associated with a ring transition or
# access to a platform resource.
#
-# Copyright (c) 2009-2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 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
# which accompanies this distribution. The full text of the license may be found at
|