From patchwork Tue Jul 14 23:50:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 74028 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E7DA9A0540; Wed, 15 Jul 2020 01:50:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 730541C2DD; Wed, 15 Jul 2020 01:50:23 +0200 (CEST) Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com [209.85.210.194]) by dpdk.org (Postfix) with ESMTP id 6B2251C235 for ; Wed, 15 Jul 2020 01:50:19 +0200 (CEST) Received: by mail-pf1-f194.google.com with SMTP id s26so144568pfm.4 for ; Tue, 14 Jul 2020 16:50:19 -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=R6D4cOpWVoiiWWV8eW3rPjbXmNc7hysCxEVq8FhuVbw=; b=p5+A+OTdpC0Kv/RfxxwKPEw/ye6J315XSUbd3odp08X3REX0GjRe+NUIe3T09HJq8m wH67f0Bp3lH2CEnZp5HTMBFOGW0K164JU6G68NOZuXu4S+ESRsJH+bxOhDswLTIOGFc/ ZQBPkuiLi3dNQtKv2hTxfxLl8Q/exIieFgEaIN3HvjUF6WfFcV636fjT/KMJxkfAx82p FNd7bq6merrnZYrqfqjdMBu9OE1AKsREfqnjJwwYOVzPdZUnT6zTiQLUGNK82six29to WNUGIvhyyM/u7ix5t57z+Y+fQQmj2os7qXh7PilRHySAIIZQXThS9e9jhkdCFdQd3slo pRzw== 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=R6D4cOpWVoiiWWV8eW3rPjbXmNc7hysCxEVq8FhuVbw=; b=mGGQhmtGoVj/H4dXomROWbvWUkQ1DgGRIhNl3M/1On3bb5PW5Ufp7/Xjj+GEWK2Yzm 4EMhAfHJeQgwkI4DtP1cUfkARfK2j7ZjrFSOFuYqqEBQ8ZtR0o8B3Mg0CNXCkGWMPYNJ 7xZx0a5gWur3vcRuBNBziSJcGPmpS+GtpumBxSLH7NHSs+K0PFGK5tOpJ8PSp9ttMzFG pGAr5g0hoB4ye4zlz9C0ONkALQv4yWFkeWwMSfJa8VNsoYqDqz2jPWPkeDM/pjFrh3NB 9t7dX2rPJ1OPDkpwaZ8V/G6F3GHLFKgUKiKfO30qJNlFjSoVE9i4uKWL1vJMC6b8hxpk EmUQ== X-Gm-Message-State: AOAM533C7DAbcFMGkcfELTkteXidKcr/Uf/zJKsqV1U/Ylijo6kXNQO3 1Vyn4QPgc9qyJElKzAZu7/wA8CbUae1Ksw== X-Google-Smtp-Source: ABdhPJy7fDY+EVEJX6MygC6SHkQdES+zGThLKccTBayWuTU+QsOW/qqo4l4AZ1azGRFHXqSCD2nfsw== X-Received: by 2002:aa7:8391:: with SMTP id u17mr6694530pfm.156.1594770618069; Tue, 14 Jul 2020 16:50:18 -0700 (PDT) Received: from hermes.corp.microsoft.com (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id r191sm224969pfr.181.2020.07.14.16.50.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Jul 2020 16:50:17 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Tue, 14 Jul 2020 16:50:11 -0700 Message-Id: <20200714235011.4366-4-stephen@networkplumber.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200714235011.4366-1-stephen@networkplumber.org> References: <20200714235011.4366-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 3/3] doc: add missing SPDX license 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" A few files in doc directory were missing license tag info. Signed-off-by: Stephen Hemminger Acked-by: Bruce Richardson --- doc/guides/custom.css | 1 + doc/guides/linux_gsg/nic_perf_intel_platform.rst | 3 +++ doc/guides/prog_guide/build-sdk-meson.rst | 3 +++ 3 files changed, 7 insertions(+) diff --git a/doc/guides/custom.css b/doc/guides/custom.css index c87c60611929..a1572eaf9da6 100644 --- a/doc/guides/custom.css +++ b/doc/guides/custom.css @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* Override readthedocs theme */ /* Spacing before a list item must be bigger than spacing inside the item. diff --git a/doc/guides/linux_gsg/nic_perf_intel_platform.rst b/doc/guides/linux_gsg/nic_perf_intel_platform.rst index 08be5d58b9bb..3ca52c4c65fb 100644 --- a/doc/guides/linux_gsg/nic_perf_intel_platform.rst +++ b/doc/guides/linux_gsg/nic_perf_intel_platform.rst @@ -1,3 +1,6 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright(c) 2010-2019 Intel Corporation. + How to get best performance with NICs on Intel platforms ======================================================== diff --git a/doc/guides/prog_guide/build-sdk-meson.rst b/doc/guides/prog_guide/build-sdk-meson.rst index 44d1cafdf035..ac3b89c3009d 100644 --- a/doc/guides/prog_guide/build-sdk-meson.rst +++ b/doc/guides/prog_guide/build-sdk-meson.rst @@ -1,3 +1,6 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright(c) 2019-2020 Intel Corporation. + Installing DPDK Using the meson build system ============================================