From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Duszynski Subject: Re: [PATCH] net/mrvl: convert license headers to SPDX tags Date: Mon, 12 Mar 2018 08:01:17 +0100 Message-ID: <20180312070117.GA19921@sh> References: <1520588391-18110-1-git-send-email-tdu@semihalf.com> <1213431c-6986-8203-deb8-4a4225468273@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Ferruh Yigit , Tomasz Duszynski , dev@dpdk.org, mw@semihalf.com, dima@marvell.com, nsamsono@marvell.com, jck@semihalf.com, jianbo.liu@arm.com To: Hemant Agrawal Return-path: Received: from mail-lf0-f65.google.com (mail-lf0-f65.google.com [209.85.215.65]) by dpdk.org (Postfix) with ESMTP id 833422A62 for ; Mon, 12 Mar 2018 08:01:19 +0100 (CET) Received: by mail-lf0-f65.google.com with SMTP id w16-v6so408478lfc.13 for ; Mon, 12 Mar 2018 00:01:19 -0700 (PDT) Content-Disposition: inline In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Mar 09, 2018 at 11:03:51PM +0530, Hemant Agrawal wrote: > Hi, > On 3/9/2018 3:35 PM, Ferruh Yigit wrote: > >On 3/9/2018 9:39 AM, Tomasz Duszynski wrote: > >>Signed-off-by: Tomasz Duszynski > >>--- > >> drivers/net/mrvl/Makefile | 35 ++++-----------------------------= -- > >> drivers/net/mrvl/mrvl_ethdev.c | 36 ++++-----------------------------= --- > >> drivers/net/mrvl/mrvl_ethdev.h | 36 ++++-----------------------------= --- > >> drivers/net/mrvl/mrvl_qos.c | 36 ++++-----------------------------= --- > >> drivers/net/mrvl/mrvl_qos.h | 36 ++++-----------------------------= --- > >> 5 files changed, 20 insertions(+), 159 deletions(-) > >> > >>diff --git a/drivers/net/mrvl/Makefile b/drivers/net/mrvl/Makefile > >>index f75e53c..41ae6ec 100644 > >>--- a/drivers/net/mrvl/Makefile > >>+++ b/drivers/net/mrvl/Makefile > >>@@ -1,34 +1,7 @@ > >>-# BSD LICENSE > >>-# > >>-# Copyright(c) 2017 Marvell International Ltd. > >>-# Copyright(c) 2017 Semihalf. > >>-# All rights reserved. > > > ><...> > > > >>+# Copyright(c) 2018 Marvell International Ltd. > >>+# Copyright(c) 2018 Semihalf. > >>+# All rights reserved. > > > >Hi Tomasz, > > > >Related to the Copyright year update (2017 -> 2018), I am definitely not= right > >person for legal issues, > > > >but as far as I know that year indicates the year that copyright starts,= I > >assume you don't want to start your copyright from beginning 2018 but yo= u want > >to extend it, for that case year part should be "start - extended", like: > ># Copyright(c) 2017-2018 Marvell International Ltd. > > > >cc'ed Hemant who know more than me about licensing. > > Well, as a DPDK contribution it is upto Marvell/Semihalf to change it. > > However, Ferruh made a good suggestion here. > > if nothing important is added, ideally the copyright year should not chan= ge. > So, don't change the copyright year or make it "Copyright(c) 2017-2018" . > It is not good for Marvell/Semihalf to just relinquish the 2017 copyright > for no good reason. > > Regards, > Hemant Fair enough. I'll send v2 with the year unchanged. > > > > > >Thanks, > >ferruh > > > -- - Tomasz Duszy=C5=84ski