From: mdkinney Date: Mon, 24 Aug 2009 23:37:52 +0000 (+0000) Subject: Fix file headers and a few comments X-Git-Tag: edk2-stable201903~17131 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=8992ce066e2b0f8e74a2df30639c9cc6b04dc4df Fix file headers and a few comments git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9188 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Include/Arm/ProcessorBind.h b/MdePkg/Include/Arm/ProcessorBind.h index 956b59fdeb..f4313c4dfe 100644 --- a/MdePkg/Include/Arm/ProcessorBind.h +++ b/MdePkg/Include/Arm/ProcessorBind.h @@ -2,8 +2,8 @@ /** @file Processor or Compiler specific defines and types for ARM. - Copyright (c) 2006 - 2009, Intel Corporation - Portions copyright (c) 2008-2009 Apple Inc. All rights reserved. + Copyright (c) 2006 - 2009, Intel Corporation
+ 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/Include/Base.h b/MdePkg/Include/Base.h index 850050cce4..2e2a771982 100644 --- a/MdePkg/Include/Base.h +++ b/MdePkg/Include/Base.h @@ -7,7 +7,7 @@ be used to implement base modules. 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/Include/Ia32/ProcessorBind.h b/MdePkg/Include/Ia32/ProcessorBind.h index d70d3232cf..d4883e2f77 100644 --- a/MdePkg/Include/Ia32/ProcessorBind.h +++ b/MdePkg/Include/Ia32/ProcessorBind.h @@ -313,9 +313,6 @@ typedef INT32 INTN; #endif #endif -// -// For symbol name in GNU assembly code, an extra "_" is necessary -// #if defined(__GNUC__) /// /// For GNU assembly code, .global or .globl can declare global symbols. diff --git a/MdePkg/Include/IndustryStandard/PeImage.h b/MdePkg/Include/IndustryStandard/PeImage.h index 9d0f6bf1e5..22f9149f18 100644 --- a/MdePkg/Include/IndustryStandard/PeImage.h +++ b/MdePkg/Include/IndustryStandard/PeImage.h @@ -8,7 +8,7 @@ This file also includes some definitions in PI Specification, Revision 1.0. 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/Include/Library/BaseLib.h b/MdePkg/Include/Library/BaseLib.h index 25ee996775..05014a3b6d 100644 --- a/MdePkg/Include/Library/BaseLib.h +++ b/MdePkg/Include/Library/BaseLib.h @@ -3,7 +3,7 @@ functions, and CPU architecture-specific 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/Include/Library/PeCoffLib.h b/MdePkg/Include/Library/PeCoffLib.h index 9a7f3bd2b0..fabce4b122 100644 --- a/MdePkg/Include/Library/PeCoffLib.h +++ b/MdePkg/Include/Library/PeCoffLib.h @@ -6,7 +6,7 @@ and can be ported easily to any environment. 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/Include/Protocol/DebugSupport.h b/MdePkg/Include/Protocol/DebugSupport.h index cde7a15e21..e3b0d02e31 100644 --- a/MdePkg/Include/Protocol/DebugSupport.h +++ b/MdePkg/Include/Protocol/DebugSupport.h @@ -6,7 +6,7 @@ processor and handle context save and restore operations. 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/Include/Uefi/UefiBaseType.h b/MdePkg/Include/Uefi/UefiBaseType.h index 389660dd3f..572f695935 100644 --- a/MdePkg/Include/Uefi/UefiBaseType.h +++ b/MdePkg/Include/Uefi/UefiBaseType.h @@ -2,7 +2,7 @@ Defines data types and constants introduced in UEFI. 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 @@ -236,8 +236,7 @@ typedef union { /// /// This is just to make sure you can cross compile with the EBC compiler. -/// It does not make sense to have a PE loader coded in EBC. You need to -/// understand the basic. +/// It does not make sense to have a PE loader coded in EBC. /// #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) ((Machine) == EFI_IMAGE_MACHINE_EBC) diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h index 62e0615ade..bc5f5c2a8d 100644 --- a/MdePkg/Include/Uefi/UefiSpec.h +++ b/MdePkg/Include/Uefi/UefiSpec.h @@ -6,7 +6,7 @@ by this include file. 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/Include/X64/ProcessorBind.h b/MdePkg/Include/X64/ProcessorBind.h index 026d6331b4..106f6164d2 100644 --- a/MdePkg/Include/X64/ProcessorBind.h +++ b/MdePkg/Include/X64/ProcessorBind.h @@ -374,9 +374,6 @@ typedef INT64 INTN; #define EFIAPI #endif -// -// For symbol name in GNU assembly code, an extra "_" is necessary -// #if defined(__GNUC__) /// /// For GNU assembly code, .global or .globl can declare global symbols.