From patchwork Wed Sep 25 15:51:33 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 59769 X-Patchwork-Delegate: thomas@monjalon.net 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 5F3821BECC; Wed, 25 Sep 2019 17:51:55 +0200 (CEST) Received: from mail-pl1-f194.google.com (mail-pl1-f194.google.com [209.85.214.194]) by dpdk.org (Postfix) with ESMTP id 4D0281BEA1 for ; Wed, 25 Sep 2019 17:51:44 +0200 (CEST) Received: by mail-pl1-f194.google.com with SMTP id s17so2630469plp.6 for ; Wed, 25 Sep 2019 08:51:44 -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:in-reply-to:references :mime-version:content-transfer-encoding; bh=hmMFZazX1gtoGAlYvHXnB0D9sDuFU//e3yQpgBG61nk=; b=SfWxtV0Od/XaOmXu8LE+T2YO3kLajDQvfl5bB2tSXqFW4T6DtrOzig2EaHITgLailT pjYc+ZYRUd11nI/VOSaVlP/UX53kYuV5ep1nyfmjOnMcNJmokvMRBJQgSZRtT/OK7t7W TMLd+ixb6oaporvDpX+2FCr6Td0sh3nMPv8182gBSF1RANTUIwF5C7tF5Uuw9AHjOlBb eTnCURHZViyuCX9Rn75Mv6xVQlDOKa50WlUq2tVxC0l75CTxuwq95SmgXzSFTOaJoRwn HFZTdWSCc+/WfXwXNYMWk6DJci0dQw4HXzsvSxy9IyqpCIE7Qwp5R799q7VmoMD8Ik+1 ZzoQ== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=hmMFZazX1gtoGAlYvHXnB0D9sDuFU//e3yQpgBG61nk=; b=ax0YRYnI8Q6ah4N45hufx8ZU6OGdnfqPiTh+jinpxyx5hZMMrJ8h5Ihbm/qMbBoHVM mmdHeeUIm3xKUn4zJji2k/ScY/I9nH37r2Ls49fcRl8u+vyhxqkPmEESNAYNmHP+fN1c tCRLUaZoL8dBKnPY8NrsihUEU9d4Ll3KXFREzDz1dnAcWNHRIrsxKbMK938PUeJ6GDEV J6OgNXyXAYmk6uo2PUZQ9wwtsiYy1nyTu3wWK5FmzsxfTxTuAYJOScj3SDqOjZy10eKq p7zErpOUlDNuuqxtId0SJlCm378PZKvN5haeYx6KIEYixT3AGZcVWptp+2kMCwD1/ilz YPiQ== X-Gm-Message-State: APjAAAXRy3D8mgq8VzSoS7WA320k154Uesc6JgLCugwpHukwpf6sTJyR Wo65KhhFxuTw8SK7RtX4I3T8i+U3y1k= X-Google-Smtp-Source: APXvYqw1RG4GLSy1wi7hf4TgQzLw9DWxKg23jHfkiFYnGflY/DuAyoQBCul/j7NaGsG+fTCEkvOfhg== X-Received: by 2002:a17:902:7282:: with SMTP id d2mr9775989pll.140.1569426703287; Wed, 25 Sep 2019 08:51:43 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id h9sm2783pgh.51.2019.09.25.08.51.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Sep 2019 08:51:42 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Wed, 25 Sep 2019 08:51:33 -0700 Message-Id: <20190925155135.1688-6-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190925155135.1688-1-stephen@networkplumber.org> References: <20190925155135.1688-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 5/7] ethdev: add SPDX tags to pci and vdev headers 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" Missing SPDX tags on these. Signed-off-by: Stephen Hemminger Acked-by: Hemant Agrawal --- lib/librte_ethdev/rte_ethdev_pci.h | 34 +++-------------------------- lib/librte_ethdev/rte_ethdev_vdev.h | 34 +++-------------------------- 2 files changed, 6 insertions(+), 62 deletions(-) diff --git a/lib/librte_ethdev/rte_ethdev_pci.h b/lib/librte_ethdev/rte_ethdev_pci.h index ccdbb46ec03c..add17dd1fea3 100644 --- a/lib/librte_ethdev/rte_ethdev_pci.h +++ b/lib/librte_ethdev/rte_ethdev_pci.h @@ -1,34 +1,6 @@ -/*- - * BSD LICENSE - * - * Copyright(c) 2017 Brocade Communications Systems, Inc. - * Author: Jan Blunck - * - * 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 the copyright holder 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) 2017 Brocade Communications Systems, Inc. + * Author: Jan Blunck */ #ifndef _RTE_ETHDEV_PCI_H_ diff --git a/lib/librte_ethdev/rte_ethdev_vdev.h b/lib/librte_ethdev/rte_ethdev_vdev.h index 259feda3f7e8..8ae73b617798 100644 --- a/lib/librte_ethdev/rte_ethdev_vdev.h +++ b/lib/librte_ethdev/rte_ethdev_vdev.h @@ -1,34 +1,6 @@ -/*- - * BSD LICENSE - * - * Copyright(c) 2017 Brocade Communications Systems, Inc. - * Author: Jan Blunck - * - * 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 the copyright holder 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) 2017 Brocade Communications Systems, Inc. + * Author: Jan Blunck */ #ifndef _RTE_ETHDEV_VDEV_H_