From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.136; helo=mga12.intel.com; envelope-from=zailiang.sun@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 882DE211D56BE for ; Sun, 10 Mar 2019 23:31:28 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Mar 2019 23:31:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,467,1544515200"; d="scan'208";a="124380042" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga008.jf.intel.com with ESMTP; 10 Mar 2019 23:31:27 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 10 Mar 2019 23:31:27 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 10 Mar 2019 23:31:27 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.74]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.134]) with mapi id 14.03.0415.000; Mon, 11 Mar 2019 14:31:25 +0800 From: "Sun, Zailiang" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Qian, Yi" , "Kinney, Michael D" , "Gao, Liming" Thread-Topic: [patch 2/2] Vlv2TbltDevicePkg: Remove duplicated BSD license Thread-Index: AQHU19MzOhFAOuxdRE6dXVjeQaJ1UqYF+Eww Date: Mon, 11 Mar 2019 06:31:24 +0000 Message-ID: <7CB7EF03E15B5D48981329A508747A9850C3D76F@SHSMSX104.ccr.corp.intel.com> References: <20190311062324.63096-1-dandan.bi@intel.com> <20190311062324.63096-3-dandan.bi@intel.com> In-Reply-To: <20190311062324.63096-3-dandan.bi@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [patch 2/2] Vlv2TbltDevicePkg: Remove duplicated BSD license X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2019 06:31:28 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Zailiang Sun > -----Original Message----- > From: Bi, Dandan > Sent: Monday, March 11, 2019 2:23 PM > To: edk2-devel@lists.01.org > Cc: Sun, Zailiang ; Qian, Yi ; > Kinney, Michael D ; Gao, Liming > > Subject: [patch 2/2] Vlv2TbltDevicePkg: Remove duplicated BSD license >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1612 >=20 > Cc: Zailiang Sun > Cc: Yi Qian > Cc: Michael D Kinney > Cc: Liming Gao > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Dandan Bi > --- > Vlv2TbltDevicePkg/Library/I2CLib/I2CLibNull.inf | 10 +--------- > 1 file changed, 1 insertion(+), 9 deletions(-) >=20 > diff --git a/Vlv2TbltDevicePkg/Library/I2CLib/I2CLibNull.inf > b/Vlv2TbltDevicePkg/Library/I2CLib/I2CLibNull.inf > index 6e1496bcf5..32959d9bd5 100644 > --- a/Vlv2TbltDevicePkg/Library/I2CLib/I2CLibNull.inf > +++ b/Vlv2TbltDevicePkg/Library/I2CLib/I2CLibNull.inf > @@ -1,23 +1,15 @@ > ## @file > # Null instance of Debug Agent Library with empty functions. > # > # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved. > -# >=20 > -# This program and the accompanying materials are licensed and made > available under >=20 > -# the terms and conditions of the BSD License that accompanies this > distribution. >=20 > -# The full text of the license may be found at >=20 > -# http://opensource.org/licenses/bsd-license.php. >=20 > -# >=20 > -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" > BASIS, >=20 > -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER > EXPRESS OR IMPLIED. >=20 > -# >=20 > # > # 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 # > http://opensource.org/licenses/bsd-license.php > +# > # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" > BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, > EITHER EXPRESS OR IMPLIED. > # > # >=20 > -- > 2.18.0.windows.1