From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f67.google.com (mail-it0-f67.google.com [209.85.214.67]) by dpdk.org (Postfix) with ESMTP id A51AE7F18 for ; Wed, 16 May 2018 16:06:55 +0200 (CEST) Received: by mail-it0-f67.google.com with SMTP id c5-v6so987112itj.1 for ; Wed, 16 May 2018 07:06:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=PVbZHU1uzKZs08/RNNTRrWI0UlsWF2mha2pPUQ0HKvU=; b=FxjSyb57ibIB2fmL80NrOM5rENp7J07fsMshtIzyDLnDyhOJSFnzH7mH0k7K9E71mt N4vPlHHGMFyidmLW4BO4KhGCkwvdNBSNRyOosHSugOfvjKuOM46qf4pEAc0W4DyCotBp TM8GM/zcuXyb3yopgAK4pjcLadE8gfl4NM6Xg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=PVbZHU1uzKZs08/RNNTRrWI0UlsWF2mha2pPUQ0HKvU=; b=RrG7/5t5Ey2hmAIPXJNNk3xGrJfaKHGkuY5+RmCO81OmQKGdwCsd8HwmQjKBUOvoQP PEcPvyhhgEw4wPxYOVwlLKNxzfqTr1GfIS9iRptDrVE0wp6Ka/LyesOIwL32nu81vn95 j/D/fveZKkPl+PJsBatCgMk7KbRInWXjXdKWLtdESyhmy8CcWfH2HjJb5LR1MW27MyO+ vdaqEODuxr0RNcIwpzKJs4Q5OSA7z77MB9U50f5CcgrBX+KVN568AopFXAiaXauCSW55 2AYQOgPdTabcdC2x4G//ypB4yRE8Csik0edpPgUXSRecQnnAhumouQmKj4cUFVipvYig 7OPA== X-Gm-Message-State: ALKqPwdjZ6zcYDuMM57XVoSDoVmoxKjHyOvGBS6bcXtnEeN6gd7ztVTb 0PPPjyW1LJ1tzMUblNCkspxgVmbyiCjHH2Hsx0/B1w== X-Google-Smtp-Source: AB8JxZqcjauRYyva6yqk//0cqRu3ZLU9e66vXDssRFFAEyseCU5hLrbG1Q8u8dVQ58R8pLh/V1kPjpq3gFppVjd3xTk= X-Received: by 2002:a6b:c585:: with SMTP id v127-v6mr1283237iof.85.1526479607871; Wed, 16 May 2018 07:06:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.164.225 with HTTP; Wed, 16 May 2018 07:06:47 -0700 (PDT) In-Reply-To: <94952894-e5e5-6ba4-f027-3499d197bbc5@lab.ntt.co.jp> References: <20180423055414.7049-1-ogawa.yasufumi@lab.ntt.co.jp> <20180423055414.7049-3-ogawa.yasufumi@lab.ntt.co.jp> <1db65b50-f7e0-748c-e21a-652eb9c3905a@intel.com> <122b687e-aa95-5728-8318-5c7213f4d2fc@intel.com> <94952894-e5e5-6ba4-f027-3499d197bbc5@lab.ntt.co.jp> From: Trishan de Lanerolle Date: Wed, 16 May 2018 10:06:47 -0400 Message-ID: To: Yasufumi Ogawa Cc: Ferruh Yigit , "Tim O'Driscoll" , "St Leger, Jim" , spp@dpdk.org X-Mailman-Approved-At: Thu, 17 May 2018 18:40:28 +0200 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [spp] [PATCH 2/7] spp_primary: convert license to SPDX tag X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 14:06:56 -0000 Hi, Thanks for bringing up the question. Generally, we recommend that SPDX license identifiers -- for existing files be thought as supplemental information to add. Don't replace the existing license information, add the tags on. Suggest reviewing the patch against that criteria. Remember to maintain the attribution information. You may want to speak to your in-house counsel with respect to any changes you would like to make to files over which you hold copyright. Regards, Trishan On Wed, May 16, 2018 at 5:08 AM, Yasufumi Ogawa < ogawa.yasufumi@lab.ntt.co.jp> wrote: > On 2018/05/16 1:55, Ferruh Yigit wrote: > >> On 5/3/2018 5:08 PM, Ferruh Yigit wrote: >> >>> On 4/23/2018 7:28 AM, ogawa.yasufumi@lab.ntt.co.jp wrote: >>> >>>> @@ -1,34 +1,6 @@ >>>> -/*- >>>> - * BSD LICENSE >>>> - * >>>> - * Copyright(c) 2015-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 >>>> copyright >>>> - * 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) 2015-2016 Intel Corporation >>>> + * Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation >>>> */ >>>> >>> >>> Hi Ogawa-san, >>> >>> Thanks for taking initiative to switch spp to SPDX, appreciated. >>> >>> First Trishan from Linux foundation and Jim from DPDK governance board >>> are cc'ed >>> for input if there is any concern or more process to follow from >>> governance >>> point of view. >>> >> >> The is no response, which I am taking as there is no concern and will move >> forward on getting patches. Please shout if there are concerns. >> > Hi Trishan, Jim, > > SPP was provided originally from Intel, but currently is maintained by NTT > and planed to change license to SPDX. We have made many changes on SPP and > I would like to add NTT to the license only for considerably modified or > newly created files by NTT. Could you give us advice if there are any > concern? > > Thanks, > Yasufumi > > >> >>> Second these patches are both converts licensing to SPDX tag and adds >>> ntt as >>> copyright holder. Can we separate these two please? A patchset to convert >>> existing licensing to SPDX as it is, and another set to add ntt. >>> >>> >>> Thanks, >>> ferruh >>> >>> >> >> >> > > -- > Yasufumi Ogawa > NTT Network Service Systems Labs > > -- Trishan R. de Lanerolle Program Manager, Networking Linux Foundation voice: +1.203.699.6401 skype: tdelanerolle email: tdelanerolle@linuxfoundation.org