* [edk2-platforms] [PATCH] MinPlatformPkg: Fix SerialPortTerminalLib.inf header
@ 2020-12-09 8:47 Nate DeSimone
2020-12-21 0:52 ` 回复: [edk2-devel] " gaoliming
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Nate DeSimone @ 2020-12-09 8:47 UTC (permalink / raw)
To: devel; +Cc: Chasel Chiu, Liming Gao, Eric Dong
License header erroneously states file is "Intel Confidential"
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Eric Dong <eric.dong@intel.com>
Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
---
.../Library/SerialPortTerminalLib/SerialPortTerminalLib.inf | 1 -
1 file changed, 1 deletion(-)
diff --git a/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTerminalLib.inf b/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTerminalLib.inf
index 2d95fe79f2..dc5bb91a8e 100644
--- a/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTerminalLib.inf
+++ b/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTerminalLib.inf
@@ -1,7 +1,6 @@
## @file
# Component information file for Serial Port Terminal Redirection Library
#
-# INTEL CONFIDENTIAL
# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
--
2.27.0.windows.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* 回复: [edk2-devel] [edk2-platforms] [PATCH] MinPlatformPkg: Fix SerialPortTerminalLib.inf header
2020-12-09 8:47 [edk2-platforms] [PATCH] MinPlatformPkg: Fix SerialPortTerminalLib.inf header Nate DeSimone
@ 2020-12-21 0:52 ` gaoliming
2020-12-21 1:11 ` Chiu, Chasel
2020-12-21 1:18 ` Chiu, Chasel
2 siblings, 0 replies; 4+ messages in thread
From: gaoliming @ 2020-12-21 0:52 UTC (permalink / raw)
To: devel, nathaniel.l.desimone; +Cc: 'Chasel Chiu', 'Eric Dong'
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
> -----邮件原件-----
> 发件人: bounce+27952+68494+4905953+8761045@groups.io
> <bounce+27952+68494+4905953+8761045@groups.io> 代表 Nate
> DeSimone
> 发送时间: 2020年12月9日 16:47
> 收件人: devel@edk2.groups.io
> 抄送: Chasel Chiu <chasel.chiu@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Eric Dong <eric.dong@intel.com>
> 主题: [edk2-devel] [edk2-platforms] [PATCH] MinPlatformPkg: Fix
> SerialPortTerminalLib.inf header
>
> License header erroneously states file is "Intel Confidential"
>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Eric Dong <eric.dong@intel.com>
> Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
> ---
> .../Library/SerialPortTerminalLib/SerialPortTerminalLib.inf | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git
>
a/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTer
> minalLib.inf
>
b/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTer
> minalLib.inf
> index 2d95fe79f2..dc5bb91a8e 100644
> ---
>
a/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTer
> minalLib.inf
> +++
>
b/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTer
> minalLib.inf
> @@ -1,7 +1,6 @@
> ## @file
> # Component information file for Serial Port Terminal Redirection Library
> #
> -# INTEL CONFIDENTIAL
> # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
> #
> # SPDX-License-Identifier: BSD-2-Clause-Patent
> --
> 2.27.0.windows.1
>
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [edk2-platforms] [PATCH] MinPlatformPkg: Fix SerialPortTerminalLib.inf header
2020-12-09 8:47 [edk2-platforms] [PATCH] MinPlatformPkg: Fix SerialPortTerminalLib.inf header Nate DeSimone
2020-12-21 0:52 ` 回复: [edk2-devel] " gaoliming
@ 2020-12-21 1:11 ` Chiu, Chasel
2020-12-21 1:18 ` Chiu, Chasel
2 siblings, 0 replies; 4+ messages in thread
From: Chiu, Chasel @ 2020-12-21 1:11 UTC (permalink / raw)
To: Desimone, Nathaniel L, devel@edk2.groups.io; +Cc: Liming Gao, Dong, Eric
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
> -----Original Message-----
> From: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Sent: Wednesday, December 9, 2020 4:47 PM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel <chasel.chiu@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Dong, Eric <eric.dong@intel.com>
> Subject: [edk2-platforms] [PATCH] MinPlatformPkg: Fix SerialPortTerminalLib.inf
> header
>
> License header erroneously states file is "Intel Confidential"
>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Eric Dong <eric.dong@intel.com>
> Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
> ---
> .../Library/SerialPortTerminalLib/SerialPortTerminalLib.inf | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git
> a/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTermi
> nalLib.inf
> b/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTermi
> nalLib.inf
> index 2d95fe79f2..dc5bb91a8e 100644
> ---
> a/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTermi
> nalLib.inf
> +++ b/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/Serial
> +++ PortTerminalLib.inf
> @@ -1,7 +1,6 @@
> ## @file
> # Component information file for Serial Port Terminal Redirection Library # -#
> INTEL CONFIDENTIAL # Copyright (c) 2020, Intel Corporation. All rights
> reserved.<BR> # # SPDX-License-Identifier: BSD-2-Clause-Patent
> --
> 2.27.0.windows.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [edk2-platforms] [PATCH] MinPlatformPkg: Fix SerialPortTerminalLib.inf header
2020-12-09 8:47 [edk2-platforms] [PATCH] MinPlatformPkg: Fix SerialPortTerminalLib.inf header Nate DeSimone
2020-12-21 0:52 ` 回复: [edk2-devel] " gaoliming
2020-12-21 1:11 ` Chiu, Chasel
@ 2020-12-21 1:18 ` Chiu, Chasel
2 siblings, 0 replies; 4+ messages in thread
From: Chiu, Chasel @ 2020-12-21 1:18 UTC (permalink / raw)
To: Desimone, Nathaniel L, devel@edk2.groups.io; +Cc: Liming Gao, Dong, Eric
Pushed: c95a1efe30867d430f4591c3df11656814c01bc4
> -----Original Message-----
> From: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Sent: Wednesday, December 9, 2020 4:47 PM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel <chasel.chiu@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Dong, Eric <eric.dong@intel.com>
> Subject: [edk2-platforms] [PATCH] MinPlatformPkg: Fix SerialPortTerminalLib.inf
> header
>
> License header erroneously states file is "Intel Confidential"
>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Eric Dong <eric.dong@intel.com>
> Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
> ---
> .../Library/SerialPortTerminalLib/SerialPortTerminalLib.inf | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git
> a/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTermi
> nalLib.inf
> b/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTermi
> nalLib.inf
> index 2d95fe79f2..dc5bb91a8e 100644
> ---
> a/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTermi
> nalLib.inf
> +++ b/Platform/Intel/MinPlatformPkg/Library/SerialPortTerminalLib/Serial
> +++ PortTerminalLib.inf
> @@ -1,7 +1,6 @@
> ## @file
> # Component information file for Serial Port Terminal Redirection Library # -#
> INTEL CONFIDENTIAL # Copyright (c) 2020, Intel Corporation. All rights
> reserved.<BR> # # SPDX-License-Identifier: BSD-2-Clause-Patent
> --
> 2.27.0.windows.1
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-12-21 1:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-09 8:47 [edk2-platforms] [PATCH] MinPlatformPkg: Fix SerialPortTerminalLib.inf header Nate DeSimone
2020-12-21 0:52 ` 回复: [edk2-devel] " gaoliming
2020-12-21 1:11 ` Chiu, Chasel
2020-12-21 1:18 ` Chiu, Chasel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox