summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ipf
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-29 14:07:07 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-29 14:07:07 +0000
commit373ade0eb64a522e45b1b94c15b95fb5ab417c00 (patch)
tree90cbc1015778d1a4453e5567545cb71faa3a524a /MdePkg/Library/BaseLib/Ipf
parent77f00155e3c9331f4d6a6ab204514e394ed98631 (diff)
downloadedk2-platforms-373ade0eb64a522e45b1b94c15b95fb5ab417c00.tar.xz
Update copyright for files modified in this year
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7148 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/Ipf')
-rw-r--r--MdePkg/Library/BaseLib/Ipf/AccessGcr.s2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/AccessKr.s2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/AccessPsr.s2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/Asm.h2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/AsmPalCall.s2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/ExecFc.s2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/FlushCacheRange.s2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/Ia64gen.h2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange32.s2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange64.s2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/InternalSwitchStack.c2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/LongJmp.s2
-rw-r--r--MdePkg/Library/BaseLib/Ipf/SetJmp.s2
15 files changed, 15 insertions, 15 deletions
diff --git a/MdePkg/Library/BaseLib/Ipf/AccessGcr.s b/MdePkg/Library/BaseLib/Ipf/AccessGcr.s
index b6efab5408..97e95a30c5 100644
--- a/MdePkg/Library/BaseLib/Ipf/AccessGcr.s
+++ b/MdePkg/Library/BaseLib/Ipf/AccessGcr.s
@@ -1,7 +1,7 @@
/// @file
/// IPF specific Global Control Registers accessing functions
///
-/// Copyright (c) 2006, Intel Corporation
+/// Copyright (c) 2006 - 2008, Intel Corporation
/// All rights reserved. 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/MdePkg/Library/BaseLib/Ipf/AccessKr.s b/MdePkg/Library/BaseLib/Ipf/AccessKr.s
index e0c8347a6c..e95059a2cf 100644
--- a/MdePkg/Library/BaseLib/Ipf/AccessKr.s
+++ b/MdePkg/Library/BaseLib/Ipf/AccessKr.s
@@ -1,7 +1,7 @@
/// @file
/// IPF specific AsmReadKrX() and AsmWriteKrX functions, 'X' is from '0' to '7'
///
-/// Copyright (c) 2006, Intel Corporation
+/// Copyright (c) 2006 - 2008, Intel Corporation
/// All rights reserved. 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/MdePkg/Library/BaseLib/Ipf/AccessPsr.s b/MdePkg/Library/BaseLib/Ipf/AccessPsr.s
index 4aaf89a29b..7cfc6feb55 100644
--- a/MdePkg/Library/BaseLib/Ipf/AccessPsr.s
+++ b/MdePkg/Library/BaseLib/Ipf/AccessPsr.s
@@ -1,7 +1,7 @@
/// @file
/// IPF specific Processor Status Register accessing functions
///
-/// Copyright (c) 2006, Intel Corporation
+/// Copyright (c) 2006 - 2008, Intel Corporation
/// All rights reserved. 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/MdePkg/Library/BaseLib/Ipf/Asm.h b/MdePkg/Library/BaseLib/Ipf/Asm.h
index 378a364513..0e9cab3603 100644
--- a/MdePkg/Library/BaseLib/Ipf/Asm.h
+++ b/MdePkg/Library/BaseLib/Ipf/Asm.h
@@ -2,7 +2,7 @@
This module contains generic macros for an assembly writer.
-Copyright (c) 2006, Intel Corporation<BR>
+Copyright (c) 2006 - 2008, Intel Corporation<BR>
All rights reserved. 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/MdePkg/Library/BaseLib/Ipf/AsmPalCall.s b/MdePkg/Library/BaseLib/Ipf/AsmPalCall.s
index ba0072dd93..7c0f03f77f 100644
--- a/MdePkg/Library/BaseLib/Ipf/AsmPalCall.s
+++ b/MdePkg/Library/BaseLib/Ipf/AsmPalCall.s
@@ -2,7 +2,7 @@
/// Contains an implementation of CallPalProcStacked on Itanium-based
/// architecture.
///
-/// Copyright (c) 2006, Intel Corporation
+/// Copyright (c) 2006 - 2008, Intel Corporation
/// All rights reserved. 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/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c b/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c
index 6aac0d8795..93c7dd724e 100644
--- a/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c
+++ b/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c
@@ -1,7 +1,7 @@
/** @file
Base Library CPU functions for Itanium
- Copyright (c) 2006, Intel Corporation<BR>
+ Copyright (c) 2006 - 2008, Intel Corporation<BR>
All rights reserved. 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/MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c b/MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c
index dc718c6a19..d702dc0afd 100644
--- a/MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c
+++ b/MdePkg/Library/BaseLib/Ipf/CpuBreakpointMsc.c
@@ -1,7 +1,7 @@
/** @file
Base Library CPU functions for Itanium
- Copyright (c) 2006, Intel Corporation<BR>
+ Copyright (c) 2006 - 2008, Intel Corporation<BR>
All rights reserved. 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/MdePkg/Library/BaseLib/Ipf/ExecFc.s b/MdePkg/Library/BaseLib/Ipf/ExecFc.s
index 4ff9377a99..bca447a280 100644
--- a/MdePkg/Library/BaseLib/Ipf/ExecFc.s
+++ b/MdePkg/Library/BaseLib/Ipf/ExecFc.s
@@ -1,7 +1,7 @@
/// @file
/// IPF specific AsmFc() and AsmFci () functions
///
-/// Copyright (c) 2006, Intel Corporation
+/// Copyright (c) 2006 - 2008, Intel Corporation
/// All rights reserved. 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/MdePkg/Library/BaseLib/Ipf/FlushCacheRange.s b/MdePkg/Library/BaseLib/Ipf/FlushCacheRange.s
index ebb1290728..5801fcbb83 100644
--- a/MdePkg/Library/BaseLib/Ipf/FlushCacheRange.s
+++ b/MdePkg/Library/BaseLib/Ipf/FlushCacheRange.s
@@ -1,5 +1,5 @@
//++
-// Copyright (c) 2006, Intel Corporation
+// Copyright (c) 2006 - 2008, Intel Corporation
// All rights reserved. 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/MdePkg/Library/BaseLib/Ipf/Ia64gen.h b/MdePkg/Library/BaseLib/Ipf/Ia64gen.h
index 4fb81cec82..cc3c35a6b4 100644
--- a/MdePkg/Library/BaseLib/Ipf/Ia64gen.h
+++ b/MdePkg/Library/BaseLib/Ipf/Ia64gen.h
@@ -2,7 +2,7 @@
Register Definition for IPF.
-Copyright (c) 2006, Intel Corporation<BR>
+Copyright (c) 2006 - 2008, Intel Corporation<BR>
All rights reserved. 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/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange32.s b/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange32.s
index 5a9e851be6..de44573b0f 100644
--- a/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange32.s
+++ b/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange32.s
@@ -2,7 +2,7 @@
/// Contains an implementation of InterlockedCompareExchange32 on Itanium-
/// based architecture.
///
-/// Copyright (c) 2006, Intel Corporation
+/// Copyright (c) 2006 - 2008, Intel Corporation
/// All rights reserved. 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/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange64.s b/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange64.s
index 8d676ccf50..7fe33fbc34 100644
--- a/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange64.s
+++ b/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange64.s
@@ -2,7 +2,7 @@
/// Contains an implementation of InterlockedCompareExchange64 on Itanium-
/// based architecture.
///
-/// Copyright (c) 2006, Intel Corporation
+/// Copyright (c) 2006 - 2008, Intel Corporation
/// All rights reserved. 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/MdePkg/Library/BaseLib/Ipf/InternalSwitchStack.c b/MdePkg/Library/BaseLib/Ipf/InternalSwitchStack.c
index ae61541dea..1f64de2630 100644
--- a/MdePkg/Library/BaseLib/Ipf/InternalSwitchStack.c
+++ b/MdePkg/Library/BaseLib/Ipf/InternalSwitchStack.c
@@ -1,7 +1,7 @@
/** @file
SwitchStack() function for IPF.
- Copyright (c) 2007, Intel Corporation<BR>
+ Copyright (c) 2007 - 2008, Intel Corporation<BR>
All rights reserved. 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/MdePkg/Library/BaseLib/Ipf/LongJmp.s b/MdePkg/Library/BaseLib/Ipf/LongJmp.s
index 20a0df10f7..26b8749d8b 100644
--- a/MdePkg/Library/BaseLib/Ipf/LongJmp.s
+++ b/MdePkg/Library/BaseLib/Ipf/LongJmp.s
@@ -1,7 +1,7 @@
/// @file
/// Contains an implementation of longjmp for the Itanium-based architecture.
///
-/// Copyright (c) 2006, Intel Corporation
+/// Copyright (c) 2006 - 2008, Intel Corporation
/// All rights reserved. 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/MdePkg/Library/BaseLib/Ipf/SetJmp.s b/MdePkg/Library/BaseLib/Ipf/SetJmp.s
index e2b346ee72..57c7ad6df2 100644
--- a/MdePkg/Library/BaseLib/Ipf/SetJmp.s
+++ b/MdePkg/Library/BaseLib/Ipf/SetJmp.s
@@ -1,7 +1,7 @@
/// @file
/// Contains an implementation of longjmp for the Itanium-based architecture.
///
-/// Copyright (c) 2006, Intel Corporation
+/// Copyright (c) 2006 - 2008, Intel Corporation
/// All rights reserved. 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