From patchwork Fri Aug 16 20:43:21 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 57732 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 3F2C81BF16; Fri, 16 Aug 2019 22:43:32 +0200 (CEST) Received: from mail-pf1-f195.google.com (mail-pf1-f195.google.com [209.85.210.195]) by dpdk.org (Postfix) with ESMTP id B0DE41BEBE for ; Fri, 16 Aug 2019 22:43:30 +0200 (CEST) Received: by mail-pf1-f195.google.com with SMTP id 129so3698357pfa.4 for ; Fri, 16 Aug 2019 13:43:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=GRf8h9asfNPbPrka2bFrBHiFd3/BK80vIpnDmlvujJg=; b=euvTog4oL4nN4ZhNDQfbcLun/HDxhIPYlLzqhPtaGNjhPXJvzJ8acsIGO36f2Q4C8q 8oWR1g6lqHlQhfUu665ajujKNxZGtZlR/+gVTqISTNOjpgXqQMFJD8+iqOZB95yS07ZE KWrCcpi3uZEP5aSDfhzzyPu7NvgfIU6+7tbA0c67ulUehjFXUYTi2I15lxxfhKQu5HXr hIa3cHdZyynXZA4HU008ajYpf4+ds7lpuuS8jMET11E+9MGMrde7SEf0nTTZ0WVxCmZ6 MTQw5imts/9fWvQFyeDsGHRG5iu2rbkDpgqtk624Jc685KkczWegCxF096xg2zX+qK0P P0GA== 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:mime-version :content-transfer-encoding; bh=GRf8h9asfNPbPrka2bFrBHiFd3/BK80vIpnDmlvujJg=; b=meKLy7rIodywBli7n2yZ5zE2l79e3LaVyns4svMSZtm0Uml5s07Qu+xlJIPcokqpj5 BS6AiNqIa4dj9K4QMrHJVxATDWBiT+A8HaSW6hz2XfZzqE3kqEPoOnJJIZ4Kz+qGkavb rwH0zmpYOEnhRj0zzhMkLB1i4XitlTb9/4QYd2vkZihRtL7MzU6fU10UyasSvH7sHCOh y+FagPqEx31TNwJO/HM8CqbU724l0PzJvc7THeRyf5jpmZH3cvDnX8gJxRNBhsdvQVum l6u6Q298VyQ3j5yWtJAfzIUGJ0zlnc/lw0LSgQ2MeydZSvrR4sAdxyLgovesi4BwXyiM MHgA== X-Gm-Message-State: APjAAAVowg6XmQ9rYHlwDS/pypvS2qCYwnoCpP8ZQhoj0RlSniVaq5T2 steiH0UaGDzqlK9ifZagGhruqw== X-Google-Smtp-Source: APXvYqwn43gEWI7i/Y1ENzJc3nBnWOqUE6+Z6jn26AgUbcvUX+4ntzlRMpxaafOZjpoStxU75ZS5hw== X-Received: by 2002:a05:6a00:cd:: with SMTP id e13mr13018057pfj.202.1565988209433; Fri, 16 Aug 2019 13:43:29 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id n10sm6340695pgv.67.2019.08.16.13.43.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Aug 2019 13:43:28 -0700 (PDT) From: Stephen Hemminger To: mtetsuyah@gmail.com Cc: dev@dpdk.org, Stephen Hemminger Date: Fri, 16 Aug 2019 13:43:21 -0700 Message-Id: <20190816204321.3487-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [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" Replace the boilerplate BSD license text with the equivalent SPDX license id. Signed-off-by: Stephen Hemminger Acked-by: Tetsuya Mukawa Acked-by: Tetsuya Mukawa Acked-by: Takanari Hayama --- 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_null.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 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) IGEL Co.,Ltd. + * All rights reserved. */ #include