From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 34622A0487 for ; Mon, 29 Jul 2019 23:02:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0E98C1BF72; Mon, 29 Jul 2019 23:02:06 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id BE6A61BF54 for ; Mon, 29 Jul 2019 23:02:04 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jul 2019 14:02:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,324,1559545200"; d="scan'208";a="322998621" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga004.jf.intel.com with ESMTP; 29 Jul 2019 14:02:03 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 29 Jul 2019 14:02:03 -0700 Received: from fmsmsx120.amr.corp.intel.com ([169.254.15.194]) by fmsmsx101.amr.corp.intel.com ([169.254.1.16]) with mapi id 14.03.0439.000; Mon, 29 Jul 2019 14:02:02 -0700 From: "Stillwell Jr, Paul M" To: "Ye, Xiaolong" , "Yigit, Ferruh" , "Lu, Wenzhuo" CC: "dev@dpdk.org" , "Ye, Xiaolong" Thread-Topic: [dpdk-dev] [PATCH v1 03/11] net/e1000: replace license text with SPDX tag Thread-Index: AQHVQ5TbAeEw0I5xLkKo/PWTgXAILqbiGnUQ Date: Mon, 29 Jul 2019 21:02:01 +0000 Message-ID: References: <20190726092941.56967-1-xiaolong.ye@intel.com> <20190726092941.56967-4-xiaolong.ye@intel.com> In-Reply-To: <20190726092941.56967-4-xiaolong.ye@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjc4ZTZjMTEtNDliYy00ODY5LTkzYjAtYjMyZjNmNjViZjg3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibDhlV2lkTmJPOFc4UEw3cDNyTjBlS0Fsb0xqWHVSSlhvbFUyWlhkeU9naWNpMkN2MFAzcFlXWXgrSSsrdkhZWSJ9 x-originating-ip: [10.1.200.107] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1 03/11] net/e1000: replace license text with SPDX tag X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev On Behalf Of Xiaolong Ye > Sent: Friday, July 26, 2019 2:30 AM > To: Yigit, Ferruh ; Lu, Wenzhuo > > Cc: dev@dpdk.org; Ye, Xiaolong > Subject: [dpdk-dev] [PATCH v1 03/11] net/e1000: replace license text with > SPDX tag >=20 > Signed-off-by: Xiaolong Ye > --- > drivers/net/e1000/base/README | 34 +++------------------------------- > 1 file changed, 3 insertions(+), 31 deletions(-) >=20 > diff --git a/drivers/net/e1000/base/README > b/drivers/net/e1000/base/README index de1ae4cf7..56738d001 100644 > --- a/drivers/net/e1000/base/README > +++ b/drivers/net/e1000/base/README > @@ -1,34 +1,6 @@ > -.. > - BSD LICENSE > - > - Copyright(c) 2010-2016 Intel Corporation. All rights reserved. > - All rights reserved. > - > - Redistribution and use in source and binary forms, with or without > - modification, are permitted provided that the following conditions > - are met: > - > - * Redistributions of source code must retain the above copyright > - notice, this list of conditions and the following disclaimer. > - * Redistributions in binary form must reproduce the above copyrig= ht > - notice, this list of conditions and the following disclaimer in > - the documentation and/or other materials provided with the > - distribution. > - * Neither the name of Intel Corporation nor the names of its > - contributors may be used to endorse or promote products derived > - from this software without specific prior written permission. > - > - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND > CONTRIBUTORS > - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT > NOT > - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND > FITNESS FOR > - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE > COPYRIGHT > - OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, > INCIDENTAL, > - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT > NOT > - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS > OF USE, > - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED > AND ON ANY > - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT > - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF > THE USE > - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH > DAMAGE. > +/* SPDX-License-Identifier: BSD-3-Clause > + * Copyright(c) 2010-2016 Intel Corporation */ The year should be 2019 >=20 > This directory contains source code of FreeBSD em & igb drivers of versi= on > cid-shared-code.2016.11.22 released by ND. The sub-directory of base/ > -- > 2.17.1