summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Core
diff options
context:
space:
mode:
authorhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-28 12:14:56 +0000
committerhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-28 12:14:56 +0000
commitf57387d54bd8f2c0261834b2ad16155f1db63291 (patch)
treee34ee7201dd68ce08daf8314076c1b98fc3f556c /EdkCompatibilityPkg/Foundation/Core
parent4ea9375a2d02a43671437e0d3d808d85afb30afa (diff)
downloadedk2-platforms-f57387d54bd8f2c0261834b2ad16155f1db63291.tar.xz
Update the copyright notice format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10435 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Core')
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Bds/Bds.c4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Bds/Bds.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Capsule/Capsule.c4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Capsule/Capsule.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.c4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Metronome/Metronome.c4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Metronome/Metronome.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/MonotonicCounter/MonotonicCounter.c4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/MonotonicCounter/MonotonicCounter.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/RealTimeClock/RealTimeClock.c4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/RealTimeClock/RealTimeClock.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Reset/Reset.c4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Reset/Reset.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/Runtime.c4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/Runtime.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Security/Security.c4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Security/Security.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/StatusCode/StatusCode.c4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/StatusCode/StatusCode.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.c4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.c4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/VariableWrite/VariableWrite.c4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/VariableWrite/VariableWrite.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/WatchdogTimer/WatchdogTimer.c4
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/WatchdogTimer/WatchdogTimer.h4
29 files changed, 58 insertions, 58 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf
index 947f3f7b73..078ad54ec8 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf
@@ -1,7 +1,7 @@
#/*++
#
-# Copyright (c) 2004 - 2006, Intel Corporation
-# All rights reserved. This program and the accompanying materials
+# Copyright (c) 2004 - 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Bds/Bds.c b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Bds/Bds.c
index adb5682ee7..da54b7a043 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Bds/Bds.c
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Bds/Bds.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Bds/Bds.h b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Bds/Bds.h
index 3238b42081..df81a8394d 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Bds/Bds.h
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Bds/Bds.h
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Capsule/Capsule.c b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Capsule/Capsule.c
index b9aa9f64f8..c3c03ef9ae 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Capsule/Capsule.c
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Capsule/Capsule.c
@@ -1,7 +1,7 @@
/*++
-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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Capsule/Capsule.h b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Capsule/Capsule.h
index 7194a0c0c5..7372a3f8b8 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Capsule/Capsule.h
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Capsule/Capsule.h
@@ -1,7 +1,7 @@
/*++
-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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.c b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.c
index 3eca19bbfb..675363c4a9 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.c
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.h b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.h
index 5b67d8d9ca..2e13596030 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.h
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.h
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Metronome/Metronome.c b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Metronome/Metronome.c
index 27b286cf35..401796b19c 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Metronome/Metronome.c
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Metronome/Metronome.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Metronome/Metronome.h b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Metronome/Metronome.h
index 93f8df03c3..5e949e0fe9 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Metronome/Metronome.h
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Metronome/Metronome.h
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/MonotonicCounter/MonotonicCounter.c b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/MonotonicCounter/MonotonicCounter.c
index 633db95f6e..3ee426c962 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/MonotonicCounter/MonotonicCounter.c
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/MonotonicCounter/MonotonicCounter.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/MonotonicCounter/MonotonicCounter.h b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/MonotonicCounter/MonotonicCounter.h
index bb1570e971..0957da71c5 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/MonotonicCounter/MonotonicCounter.h
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/MonotonicCounter/MonotonicCounter.h
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/RealTimeClock/RealTimeClock.c b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/RealTimeClock/RealTimeClock.c
index 74846e3565..e1f883f3c0 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/RealTimeClock/RealTimeClock.c
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/RealTimeClock/RealTimeClock.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/RealTimeClock/RealTimeClock.h b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/RealTimeClock/RealTimeClock.h
index 32980ea277..05c4da6224 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/RealTimeClock/RealTimeClock.h
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/RealTimeClock/RealTimeClock.h
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Reset/Reset.c b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Reset/Reset.c
index 74569bb27c..e986993834 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Reset/Reset.c
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Reset/Reset.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Reset/Reset.h b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Reset/Reset.h
index 1a7835f1ca..ae5e5146e9 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Reset/Reset.h
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Reset/Reset.h
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/Runtime.c b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/Runtime.c
index 655e784bdf..b2e6758181 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/Runtime.c
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/Runtime.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/Runtime.h b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/Runtime.h
index 0c9dad3a9f..7f0b1c55eb 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/Runtime.h
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Runtime/Runtime.h
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004 - 2006, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004 - 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Security/Security.c b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Security/Security.c
index 70026c173f..f47a10bcba 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Security/Security.c
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Security/Security.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Security/Security.h b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Security/Security.h
index 670bfa6841..397313b0f1 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Security/Security.h
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Security/Security.h
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/StatusCode/StatusCode.c b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/StatusCode/StatusCode.c
index b62907d338..c6cf0a22fb 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/StatusCode/StatusCode.c
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/StatusCode/StatusCode.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004 - 2006, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004 - 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/StatusCode/StatusCode.h b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/StatusCode/StatusCode.h
index 2859b835f2..dfde70e1b7 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/StatusCode/StatusCode.h
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/StatusCode/StatusCode.h
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004 - 2006, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004 - 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.c b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.c
index 0d1d2ec81e..02e2bfc88d 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.c
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.h b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.h
index f64cacf8a4..ab46aa0ae7 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.h
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Timer/Timer.h
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.c b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.c
index eb6ddb0405..d4160a4a62 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.c
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.h b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.h
index 7eec2bb782..a961717432 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.h
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.h
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/VariableWrite/VariableWrite.c b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/VariableWrite/VariableWrite.c
index 449b205524..7d3db182a6 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/VariableWrite/VariableWrite.c
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/VariableWrite/VariableWrite.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/VariableWrite/VariableWrite.h b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/VariableWrite/VariableWrite.h
index 180d6a6e8e..373970db6d 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/VariableWrite/VariableWrite.h
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/VariableWrite/VariableWrite.h
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/WatchdogTimer/WatchdogTimer.c b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/WatchdogTimer/WatchdogTimer.c
index 9560847e07..ed7cadbac0 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/WatchdogTimer/WatchdogTimer.c
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/WatchdogTimer/WatchdogTimer.c
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/WatchdogTimer/WatchdogTimer.h b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/WatchdogTimer/WatchdogTimer.h
index 3edff990f8..a35513c71c 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/WatchdogTimer/WatchdogTimer.h
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/WatchdogTimer/WatchdogTimer.h
@@ -1,7 +1,7 @@
/*++
-Copyright (c) 2004, Intel Corporation
-All rights reserved. This program and the accompanying materials
+Copyright (c) 2004, 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