From 1f534c79c3782fd3f325dca7ad201562d5960a22 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Mon, 24 Aug 2009 23:43:23 +0000 Subject: [PATCH] Fix file headers git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9191 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseCacheMaintenanceLib/ArmCache.c | 2 +- .../Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf | 2 +- MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf | 2 +- MdePkg/Library/BaseIoLibIntrinsic/IoLibArm.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MdePkg/Library/BaseCacheMaintenanceLib/ArmCache.c b/MdePkg/Library/BaseCacheMaintenanceLib/ArmCache.c index c885d61049..b654d84d57 100644 --- a/MdePkg/Library/BaseCacheMaintenanceLib/ArmCache.c +++ b/MdePkg/Library/BaseCacheMaintenanceLib/ArmCache.c @@ -3,7 +3,7 @@ versions are null functions used to make sure things will compile. Copyright (c) 2006 - 2009, Intel Corporation
- Portions copyright (c) 2008-2009 Apple Inc.
+ Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.
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/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf b/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf index 6320ea201a..48c4867739 100644 --- a/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf +++ b/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf @@ -5,7 +5,7 @@ # This library assumes there are no chipset dependencies required to maintain caches. # # Copyright (c) 2007 - 2008, Intel Corporation
-# Portions Copyright (c) 2008-2009 Apple Inc.
+# Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.
# # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License diff --git a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf index 49473941ec..e5d34892b6 100644 --- a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf +++ b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf @@ -6,7 +6,7 @@ # MMIO requests are forwarded directly to memory. # # Copyright (c) 2007 - 2008, Intel Corporation.
-# Portions Copyright (c) 2008-2009 Apple Inc.
+# Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.
# # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License diff --git a/MdePkg/Library/BaseIoLibIntrinsic/IoLibArm.c b/MdePkg/Library/BaseIoLibIntrinsic/IoLibArm.c index 37c4bb0b97..c210534640 100644 --- a/MdePkg/Library/BaseIoLibIntrinsic/IoLibArm.c +++ b/MdePkg/Library/BaseIoLibIntrinsic/IoLibArm.c @@ -2,7 +2,7 @@ I/O Library for ARM. Copyright (c) 2006 - 2009, Intel Corporation
- Portions copyright (c) 2008-2009 Apple Inc.
+ Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.
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