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 B0C2FA0613 for ; Mon, 26 Aug 2019 03:07:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8CAC51BF53; Mon, 26 Aug 2019 03:07:34 +0200 (CEST) Received: from mail-io1-f66.google.com (mail-io1-f66.google.com [209.85.166.66]) by dpdk.org (Postfix) with ESMTP id 43B691BF26 for ; Mon, 26 Aug 2019 03:07:33 +0200 (CEST) Received: by mail-io1-f66.google.com with SMTP id q22so33281405iog.4 for ; Sun, 25 Aug 2019 18:07:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=PLcl7T+L5NqhPOh5r3tZ4lIW/Lp9CezlReq45aEwmQw=; b=MYCgXTJsseLny5xhPonK6qczWnhe1Bz3cYG8u8+LI03pCQkZwWvwG0UuuhQnv+jqUR hAemYIJnXX3w4FMhlx2kbe1vKXho2J71MN6KI82N7c/s9bgD4B2T9VT3XoBu23aSGa4+ R4PC/GbFFlCBUoGKKQ9H/4fp5/fh8tPVbABP9xbXBvmsBq4PYnGVbBrOBE8jutujkPrc AnseCfcbLSuYQ1kskNPbdPKhIZaDRMq2e1Ceq1J8M1QLoeNqFuzyb/MQngX4XNmZjv6g C55C1b6VhAUMRhg8Mwu3fVeK02E0uBV3pz7YA8Yfa2NWut0UOzQyAlktNcFlxgTCoxjx BhTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=PLcl7T+L5NqhPOh5r3tZ4lIW/Lp9CezlReq45aEwmQw=; b=qtEBqn3ON+Gy5GYUvVv5eRK4Cta/JxxfpMMXaIpH5RHZsu9V1Bmy8XIpXftpY9t2vO B8v5wvYvp3lrWhTDEt2zDLJWk7s+1J9h9LEPylb8+yvydzBDcafyfVSs8wEvmO+ECTW9 oDJqBuGt9Qc0HNcsPHJeP1kOkBYw1kMr2RHmwyqiTV5nabWEL5YhuVeBAWpcpWjkdAxT QpiN9RrX1a0c9chsjSHitFHxuOgCnfLbOC3Kq621mwalljA/HvX5jjDruUYmZOKhsQ4N fj4QKGJEtOiINlBJ1wxBWSyrjj8xOmuVU6fN6i11/vB8FLLq9hnMmEBH52VOj/v320qe j13A== X-Gm-Message-State: APjAAAVir5PE4F6/OxrD/xYB/Y0deqkNBjwjUcC0LEYCexHyL+x48Epe +P9L7h34o+XB13EKUVyUHIJEdDPPJNX5EKDkzxM= X-Google-Smtp-Source: APXvYqy8IvG+XKR6ZFe1kWS5pRCOb+N5FGA+Gdcb6KjpYhwRGdNIjfXC5VeB3rIENIorALRsLbyXE9GfyJEl4IocD7A= X-Received: by 2002:a02:a409:: with SMTP id c9mr16168037jal.74.1566781652406; Sun, 25 Aug 2019 18:07:32 -0700 (PDT) MIME-Version: 1.0 References: <20190816204321.3487-1-stephen@networkplumber.org> In-Reply-To: <20190816204321.3487-1-stephen@networkplumber.org> From: Tetsuya Mukawa Date: Mon, 26 Aug 2019 10:07:03 +0900 Message-ID: To: Stephen Hemminger Cc: dev@dpdk.org, Takanari Hayama Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] net/null: replace BSD text with SPDX id 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" 2019=E5=B9=B48=E6=9C=8817=E6=97=A5(=E5=9C=9F) 5:43 Stephen Hemminger : > > Replace the boilerplate BSD license text with the equivalent > SPDX license id. > > Signed-off-by: Stephen Hemminger > Acked-by: Tetsuya Mukawa > --- > drivers/net/null/rte_eth_null.c | 34 +++------------------------------ > 1 file changed, 3 insertions(+), 31 deletions(-) > > diff --git a/drivers/net/null/rte_eth_null.c b/drivers/net/null/rte_eth_n= ull.c > index b2c92ab72aec..0c60d241ac19 100644 > --- a/drivers/net/null/rte_eth_null.c > +++ b/drivers/net/null/rte_eth_null.c > @@ -1,34 +1,6 @@ > -/*- > - * BSD LICENSE > - * > - * Copyright (C) IGEL Co.,Ltd. > - * 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 IGEL Co.,Ltd. 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 F= OR > - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGH= T > - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTA= L, > - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT > - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF US= E, > - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON A= NY > - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT > - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE U= SE > - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE= . > +/* SPDX-License-Identifier: BSD-3-Clause > + * Copyright (C) IGEL Co.,Ltd. > + * All rights reserved. > */ > > #include > -- > 2.20.1 > I've already moved to other company. I'm not sure you need 'acked' from me or IGEL. Anyway, I added acked below, also Hayama-san will send 'acked' too. Acked-by: Tetsuya Mukawa Thanks, Tetsuya