From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id C06B91B1A1 for ; Fri, 5 Jan 2018 12:00:57 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 19B4F21D7B; Fri, 5 Jan 2018 06:00:57 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 05 Jan 2018 06:00:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=qYqLVhEz5i1+BF8HaYAyd54LRv F8HutOFUJt9j3wbH8=; b=TBF6owL4R4ZwLnpVJhRO2yqt73RjN0ZAPKoNwN6vkw 45vIltdd0CMAM/oQdiwrUM770PSUrSHRwRZt3sYwigEPbmfhdmz8XmjaZVgmoXsL bKDPRL9KFYc6AIrwZ0xzG8oWIUYV2c5ZsvDz52RkFBYco+D+VqT5M0mE7kDTM3T+ Y= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=qYqLVh Ez5i1+BF8HaYAyd54LRvF8HutOFUJt9j3wbH8=; b=NHu1xKM2X+gCg9COS2LNOB +vR5YkK1PqnS3spy/q+ioaHV3+t2eGHAVn+OvHMWMT/lMFWxfI97MbgbrzIfZG2Z 2fxHLFgkuPQXZjysNo7rvwCEfn1z/BR+7Aphk8w0AVBQYbMOYN8wAHYn/nGaYw9l 05TkS9TAjAW/SNMUeK48o1TlzDYhvrY328ET3qQKkn6nbWl8zykPUwLrhtYp6MWP ttlLFir8Fl0dPqxv93NTgf73yFzpN00JAv3rvwECy/xiR0CMcJXfRFUcAmvFu4Q1 Fw2KfeWw+9VmA1NwY82Le50z5d98GKbPHyhQwHIgfCo/EAI92Ix71VGBQJygTtqw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AF565246CA; Fri, 5 Jan 2018 06:00:56 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, John McNamara Date: Fri, 05 Jan 2018 12:00:35 +0100 Message-ID: <8066281.G1bovCHlhp@xps> In-Reply-To: <20171219000519.53666-1-ferruh.yigit@intel.com> References: <20171218210716.37822-1-ferruh.yigit@intel.com> <20171219000519.53666-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 1/2] kni: convert license headers to SPDX tags 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: , X-List-Received-Date: Fri, 05 Jan 2018 11:00:58 -0000 19/12/2017 01:05, Ferruh Yigit: > --- a/lib/librte_kni/rte_kni.c > +++ b/lib/librte_kni/rte_kni.c > @@ -1,34 +1,6 @@ > -/*- > - * BSD LICENSE > - * > - * Copyright(c) 2010-2014 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) 2010-2014 Intel Corporation. All rights reserved. > */ We agreed in the techboard to put SPDX on the very first line. And Bruce removed "All rights reserved" for Intel copyrights.