From acbcf0425f4fa835d3455df86c6e505b5095cd51 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Mon, 24 Aug 2009 23:39:38 +0000 Subject: [PATCH] Fix file headers git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9189 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c | 2 +- MdePkg/Library/BasePeCoffLib/Arm/PeCoffLoaderEx.c | 2 +- MdePkg/Library/BasePeCoffLib/BasePeCoff.c | 2 +- MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf | 2 +- MdePkg/Library/BasePrintLib/PrintLib.c | 2 +- MdePkg/Library/BaseSynchronizationLib/Arm/Synchronization.c | 2 +- .../BaseSynchronizationLib/BaseSynchronizationLib.inf | 5 ++++- MdePkg/Library/BaseSynchronizationLib/SynchronizationGcc.c | 2 +- MdePkg/Library/BaseSynchronizationLib/X64/GccInline.c | 2 +- MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c | 2 +- 10 files changed, 13 insertions(+), 10 deletions(-) diff --git a/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c b/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c index 4ef3d6cfc1..d91f058416 100644 --- a/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c +++ b/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c @@ -3,7 +3,7 @@ loaded into memory or is executing at it's linked address. Copyright (c) 2006 - 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 which accompanies this distribution. The full text of the license may be found at diff --git a/MdePkg/Library/BasePeCoffLib/Arm/PeCoffLoaderEx.c b/MdePkg/Library/BasePeCoffLib/Arm/PeCoffLoaderEx.c index ce834d4df3..5e6e5a6f0e 100644 --- a/MdePkg/Library/BasePeCoffLib/Arm/PeCoffLoaderEx.c +++ b/MdePkg/Library/BasePeCoffLib/Arm/PeCoffLoaderEx.c @@ -2,7 +2,7 @@ Specific relocation fixups for ARM architecture. 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/BasePeCoffLib/BasePeCoff.c b/MdePkg/Library/BasePeCoffLib/BasePeCoff.c index 83850f7fc1..5be6e90379 100644 --- a/MdePkg/Library/BasePeCoffLib/BasePeCoff.c +++ b/MdePkg/Library/BasePeCoffLib/BasePeCoff.c @@ -3,7 +3,7 @@ only supports relocating IA32, x64, IPF, and EBC images. Copyright (c) 2006 - 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 which accompanies this distribution. The full text of the license may be found at diff --git a/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf b/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf index ba2b6bb218..fcd2d0ec87 100644 --- a/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf +++ b/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf @@ -5,7 +5,7 @@ # The X64 version library support loading IA32, X64 and EBC PE/COFF images. # # 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 diff --git a/MdePkg/Library/BasePrintLib/PrintLib.c b/MdePkg/Library/BasePrintLib/PrintLib.c index 13cdbe2d4b..51d03634c7 100644 --- a/MdePkg/Library/BasePrintLib/PrintLib.c +++ b/MdePkg/Library/BasePrintLib/PrintLib.c @@ -2,7 +2,7 @@ Base Print Library instance implementation. Copyright (c) 2006 - 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 which accompanies this distribution. The full text of the license may be found at diff --git a/MdePkg/Library/BaseSynchronizationLib/Arm/Synchronization.c b/MdePkg/Library/BaseSynchronizationLib/Arm/Synchronization.c index 8b29a0ed9e..e046e1b373 100644 --- a/MdePkg/Library/BaseSynchronizationLib/Arm/Synchronization.c +++ b/MdePkg/Library/BaseSynchronizationLib/Arm/Synchronization.c @@ -2,7 +2,7 @@ Implementation of synchronization functions. Still needs to be ported 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/BaseSynchronizationLib/BaseSynchronizationLib.inf b/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf index 0bcc8cda38..808314dfdc 100644 --- a/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf +++ b/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf @@ -2,7 +2,7 @@ # Base Synchronization Library implementation. # # 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 @@ -41,6 +41,7 @@ Ia32/InterlockedIncrement.asm | INTEL Synchronization.c | INTEL +# Ia32/GccInline.c | GCC Ia32/InterlockedCompareExchange64.S | GCC Ia32/InterlockedCompareExchange32.S | GCC Ia32/InterlockedDecrement.S | GCC @@ -62,6 +63,8 @@ X64/InterlockedIncrement.asm | INTEL Synchronization.c | INTEL + +# X64/GccInline.c | GCC X64/InterlockedIncrement.S | GCC X64/InterlockedDecrement.S | GCC X64/InterlockedCompareExchange64.S | GCC diff --git a/MdePkg/Library/BaseSynchronizationLib/SynchronizationGcc.c b/MdePkg/Library/BaseSynchronizationLib/SynchronizationGcc.c index b90956a7f7..ea28ce0daf 100644 --- a/MdePkg/Library/BaseSynchronizationLib/SynchronizationGcc.c +++ b/MdePkg/Library/BaseSynchronizationLib/SynchronizationGcc.c @@ -2,7 +2,7 @@ Implementation of synchronization functions. Copyright (c) 2006 - 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 which accompanies this distribution. The full text of the license may be found at diff --git a/MdePkg/Library/BaseSynchronizationLib/X64/GccInline.c b/MdePkg/Library/BaseSynchronizationLib/X64/GccInline.c index 56c4a54ed8..f2f72f80a4 100644 --- a/MdePkg/Library/BaseSynchronizationLib/X64/GccInline.c +++ b/MdePkg/Library/BaseSynchronizationLib/X64/GccInline.c @@ -2,7 +2,7 @@ GCC inline implementation of BaseSynchronizationLib processor specific functions. 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/BaseUefiDecompressLib/BaseUefiDecompressLib.c b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c index 934998c01a..54cba81a14 100644 --- a/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c +++ b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c @@ -2,7 +2,7 @@ UEFI Decompress Library implementation refer to UEFI specification. Copyright (c) 2006 - 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 which accompanies this distribution. The full text of the license may be found at