From 0ff3221872b8100d1a7ac41b11375d917296f89e Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Fri, 26 Feb 2010 11:42:57 +0000 Subject: [PATCH] Remove notice as it gets to publish in newest PI spec. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10114 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/LegacyRegion2.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MdePkg/Include/Protocol/LegacyRegion2.h b/MdePkg/Include/Protocol/LegacyRegion2.h index ec2663c987..21800242f1 100644 --- a/MdePkg/Include/Protocol/LegacyRegion2.h +++ b/MdePkg/Include/Protocol/LegacyRegion2.h @@ -2,7 +2,7 @@ The Legacy Region Protocol controls the read, write and boot-lock attributes for the region 0xC0000 to 0xFFFFF. - Copyright (c) 2009, Intel Corporation + Copyright (c) 2009 - 2010, Intel Corporation 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 @@ -15,8 +15,6 @@ This Protocol is defined in UEFI Platform Initialization Specification 1.2 Volume 5: Standards - @attention Some definitions in this file do not match the PI 1.2 Specification. - **/ #ifndef __LEGACY_REGION2_H__