summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseSynchronizationLib/Ipf
diff options
context:
space:
mode:
authorhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-23 16:26:26 +0000
committerhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-23 16:26:26 +0000
commite2d9bfb2bc8159c7e593ff3807737f582a757bfa (patch)
treeb50d2809564117d115ae89293b4feb522b1cd992 /MdePkg/Library/BaseSynchronizationLib/Ipf
parentacf57deca9ee3f6fb2e56f7bfb8738a3aab5e003 (diff)
downloadedk2-e2d9bfb2bc8159c7e593ff3807737f582a757bfa.tar.gz
edk2-e2d9bfb2bc8159c7e593ff3807737f582a757bfa.tar.bz2
edk2-e2d9bfb2bc8159c7e593ff3807737f582a757bfa.zip
Update the copyright notice format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10413 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseSynchronizationLib/Ipf')
-rw-r--r--MdePkg/Library/BaseSynchronizationLib/Ipf/InterlockedCompareExchange32.s4
-rw-r--r--MdePkg/Library/BaseSynchronizationLib/Ipf/InterlockedCompareExchange64.s4
-rw-r--r--MdePkg/Library/BaseSynchronizationLib/Ipf/Synchronization.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/MdePkg/Library/BaseSynchronizationLib/Ipf/InterlockedCompareExchange32.s b/MdePkg/Library/BaseSynchronizationLib/Ipf/InterlockedCompareExchange32.s
index de44573b0f..073f82f7c7 100644
--- a/MdePkg/Library/BaseSynchronizationLib/Ipf/InterlockedCompareExchange32.s
+++ b/MdePkg/Library/BaseSynchronizationLib/Ipf/InterlockedCompareExchange32.s
@@ -2,8 +2,8 @@
/// Contains an implementation of InterlockedCompareExchange32 on Itanium-
/// based architecture.
///
-/// Copyright (c) 2006 - 2008, Intel Corporation
-/// 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/BaseSynchronizationLib/Ipf/InterlockedCompareExchange64.s b/MdePkg/Library/BaseSynchronizationLib/Ipf/InterlockedCompareExchange64.s
index 7fe33fbc34..5dd7d710f5 100644
--- a/MdePkg/Library/BaseSynchronizationLib/Ipf/InterlockedCompareExchange64.s
+++ b/MdePkg/Library/BaseSynchronizationLib/Ipf/InterlockedCompareExchange64.s
@@ -2,8 +2,8 @@
/// Contains an implementation of InterlockedCompareExchange64 on Itanium-
/// based architecture.
///
-/// Copyright (c) 2006 - 2008, Intel Corporation
-/// 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/BaseSynchronizationLib/Ipf/Synchronization.c b/MdePkg/Library/BaseSynchronizationLib/Ipf/Synchronization.c
index 5620d8622f..46e0676118 100644
--- a/MdePkg/Library/BaseSynchronizationLib/Ipf/Synchronization.c
+++ b/MdePkg/Library/BaseSynchronizationLib/Ipf/Synchronization.c
@@ -1,8 +1,8 @@
/** @file
Implementation of synchronization functions on Itanium.
- Copyright (c) 2006, Intel Corporation<BR>
- 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