From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web08.32715.1608511965473164503 for ; Sun, 20 Dec 2020 16:52:46 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Mon, 21 Dec 2020 08:52:42 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Chasel Chiu'" , "'Eric Dong'" References: <20201209084702.2951-1-nathaniel.l.desimone@intel.com> In-Reply-To: <20201209084702.2951-1-nathaniel.l.desimone@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW2VkazItcGxhdGZvcm1zXSBbUEFUQ0hdIE1pblBsYXRmb3JtUGtnOiBGaXggU2VyaWFsUG9ydFRlcm1pbmFsTGliLmluZiBoZWFkZXI=?= Date: Mon, 21 Dec 2020 08:52:43 +0800 Message-ID: <011d01d6d733$971ca870$c555f950$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQM1sNB38GIivQuVcPov0Wvi9tDo8adDBDkw Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: bounce+27952+68494+4905953+8761045@groups.io > =B4=FA=B1=ED Nate > DeSimone > =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA12=D4=C29=C8=D5 16:47 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Chasel Chiu ; Liming Gao > ; Eric Dong > =D6=F7=CC=E2: [edk2-devel] [edk2-platforms] [PATCH] MinPlatformPkg: Fix > SerialPortTerminalLib.inf header >=20 > License header erroneously states file is "Intel Confidential" >=20 > Cc: Chasel Chiu > Cc: Liming Gao > Cc: Eric Dong > Signed-off-by: Nate DeSimone > --- > .../Library/SerialPortTerminalLib/SerialPortTerminalLib.inf | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git > a/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTe= r > minalLib.inf > b/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTe= r > minalLib.inf > index 2d95fe79f2..dc5bb91a8e 100644 > --- > a/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTe= r > minalLib.inf > +++ > b/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTe= r > minalLib.inf > @@ -1,7 +1,6 @@ > ## @file > # Component information file for Serial Port Terminal Redirection Libra= ry > # > -# INTEL CONFIDENTIAL > # Copyright (c) 2020, Intel Corporation. All rights reserved.
> # > # SPDX-License-Identifier: BSD-2-Clause-Patent > -- > 2.27.0.windows.1 >=20 >=20 >=20 >=20