From patchwork Fri Aug 30 03:57:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tetsuya Mukawa X-Patchwork-Id: 58285 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 87F081E54A; Fri, 30 Aug 2019 05:58:06 +0200 (CEST) Received: from mail-pl1-f193.google.com (mail-pl1-f193.google.com [209.85.214.193]) by dpdk.org (Postfix) with ESMTP id 6BBF21C300 for ; Fri, 30 Aug 2019 05:58:05 +0200 (CEST) Received: by mail-pl1-f193.google.com with SMTP id go14so2685603plb.0 for ; Thu, 29 Aug 2019 20:58:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=w6pESzi/YYSjfroOYYne5qB7QOvwMr+9BlWdBejTZMk=; b=qKK+xoqinyW88Yfb/V4dVC/OQjOB6d/flMBgVbfGVUNZgKgfEp8MNojiUF63F+AgrF cm+eVzY5gTxGoI/vMV5/6eRMPAbTIw+aQdpg6s0z/cy6iqN3QKOiEOlrGGk5zsnQWRSR WyVMlKln5HoXhqaJN9TOcx9Q10Rkh57b3O11TDe1sqlBIVZbzh0jlqY9vI/74pNSPVJy FlkEiVa3OOUMjX18pnEb//xxINvvwH/UqyyscN5LUX0X3TZ6241/Hs3lB6wYJFhwLsXS MoQKzo95LEMAbo8LqspctxHsmcZgEobXf8M/4lz3heRHctCNo4xTw8KFZre0NpKmWCra xt4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=w6pESzi/YYSjfroOYYne5qB7QOvwMr+9BlWdBejTZMk=; b=jHS3Hzb1hgDidY/QwbQDAIl6d5RBr8FLTPqg2HBhZlrfyEzzq0QKen3G/zKrsGnjBz fO035utyvrP1BjZt2pzWERu9ho6Q+Nru1nei/r1O7eTzhbQGM8rsOekohhCaFZI6lwj4 ektJXQiPcu8ijDxTIrhiYHjE5tKgEt3v6oWr72vThypQNqcee2juqEx539HWowWjoncn JpFumyQeCHG+xQ65vP3fDEweM9KG9PeXdDq0IPsU7q2IXGMos2Fq60jEWMy3QuuZ5ZPC qVbgPqU59mE5TCPBzfgNwvLQIkcwz+IXM4J7+uhd4zTbtc7snYEAfqJx1rtHL/3DlBH1 QYhg== X-Gm-Message-State: APjAAAVwj4l6DS3L88jXnpwvbtwt1ntehyMm7TOIdrzA4+xOx6SwkvlN j7BPwxXRWjojrFeUU9uPue0= X-Google-Smtp-Source: APXvYqz4iVcBU0DMsMak5jimXdOXDFhf9qr2ZF4US6rCK2bwIHkmIfIra3z4IVmMjKpKRzopMMdWKg== X-Received: by 2002:a17:902:3064:: with SMTP id u91mr13754645plb.244.1567137484703; Thu, 29 Aug 2019 20:58:04 -0700 (PDT) Received: from localhost.localdomain (p395192-ipngn12801marunouchi.tokyo.ocn.ne.jp. [153.201.194.192]) by smtp.gmail.com with ESMTPSA id c9sm4805489pfb.43.2019.08.29.20.58.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Aug 2019 20:58:04 -0700 (PDT) From: Tetsuya Mukawa To: taki@igel.co.jp, dev@dpdk.org Cc: Tetsuya Mukawa Date: Fri, 30 Aug 2019 12:57:49 +0900 Message-Id: <1567137469-21403-1-git-send-email-mtetsuyah@gmail.com> X-Mailer: git-send-email 1.7.1 Subject: [dpdk-dev] [PATCH] net/null: update license text to SPDX format 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" Signed-off-by: Tetsuya Mukawa Reviewed-by: Ferruh Yigit --- drivers/net/null/Makefile | 32 ++------------------------------ 1 files changed, 2 insertions(+), 30 deletions(-) diff --git a/drivers/net/null/Makefile b/drivers/net/null/Makefile index 9331cca..6d44dfa 100644 --- a/drivers/net/null/Makefile +++ b/drivers/net/null/Makefile @@ -1,33 +1,5 @@ -# 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 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 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 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 IGEL Co.,Ltd. include $(RTE_SDK)/mk/rte.vars.mk