summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseCpuLib/Ia32
diff options
context:
space:
mode:
authorhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-23 15:35:13 +0000
committerhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-23 15:35:13 +0000
commitde2d34193ee28e096727845b72edbb1137d408c1 (patch)
tree88143b1edc50e1c48837a25f4434f70ba69f6c99 /MdePkg/Library/BaseCpuLib/Ia32
parent2f7c0ad11a04ecae22e83d374608439fa22d79e4 (diff)
downloadedk2-platforms-de2d34193ee28e096727845b72edbb1137d408c1.tar.xz
Update the copyright notice format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10399 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseCpuLib/Ia32')
-rw-r--r--MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.S4
-rw-r--r--MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.asm4
-rw-r--r--MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c4
-rw-r--r--MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.S4
-rw-r--r--MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.asm4
-rw-r--r--MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.c4
6 files changed, 12 insertions, 12 deletions
diff --git a/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.S b/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.S
index 9db5786728..0aec5d015c 100644
--- a/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.S
+++ b/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.S
@@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ ;
-# Copyright (c) 2006, Intel Corporation
-# All rights reserved. This program and the accompanying materials
+# Copyright (c) 2006, 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
# http://opensource.org/licenses/bsd-license.php
diff --git a/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.asm b/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.asm
index 4f0c4f9944..9853b602a1 100644
--- a/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.asm
+++ b/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.asm
@@ -1,6 +1,6 @@
;------------------------------------------------------------------------------ ;
-; Copyright (c) 2006, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2006, 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
; http://opensource.org/licenses/bsd-license.php
diff --git a/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c b/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c
index 711a1abb6a..e5998e78ad 100644
--- a/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c
+++ b/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.c
@@ -1,8 +1,8 @@
/** @file
CpuFlushTlb function.
- Copyright (c) 2006 - 2008, Intel Corporation<BR>
- All rights reserved. This program and the accompanying materials
+ Copyright (c) 2006 - 2008, 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
http://opensource.org/licenses/bsd-license.php
diff --git a/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.S b/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.S
index c38195a3a8..b826ca2a95 100644
--- a/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.S
+++ b/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.S
@@ -1,6 +1,6 @@
#------------------------------------------------------------------------------ ;
-# Copyright (c) 2006, Intel Corporation
-# All rights reserved. This program and the accompanying materials
+# Copyright (c) 2006, 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
# http://opensource.org/licenses/bsd-license.php
diff --git a/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.asm b/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.asm
index 8a779f7017..5318f6a432 100644
--- a/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.asm
+++ b/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.asm
@@ -1,6 +1,6 @@
;------------------------------------------------------------------------------ ;
-; Copyright (c) 2006, Intel Corporation
-; All rights reserved. This program and the accompanying materials
+; Copyright (c) 2006, 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
; http://opensource.org/licenses/bsd-license.php
diff --git a/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.c b/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.c
index efa5fa2f5b..bacfb923e5 100644
--- a/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.c
+++ b/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.c
@@ -1,8 +1,8 @@
/** @file
CpuSleep function.
- Copyright (c) 2006 - 2008, Intel Corporation<BR>
- All rights reserved. This program and the accompanying materials
+ Copyright (c) 2006 - 2008, 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
http://opensource.org/licenses/bsd-license.php