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 7EE24A053B; Fri, 17 Jul 2020 15:02:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 53EE51C12A; Fri, 17 Jul 2020 15:02:13 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 1F3F51C129 for ; Fri, 17 Jul 2020 15:02:11 +0200 (CEST) IronPort-SDR: F7WLes/LQtqizalhy3ILqVVTGGfew5JcJqaFoSm22Jhf1imZ9B7FzwAP0wKS3A9PqplboHhR1g Pv8VYAt/7Mug== X-IronPort-AV: E=McAfee;i="6000,8403,9684"; a="150960724" X-IronPort-AV: E=Sophos;i="5.75,362,1589266800"; d="scan'208";a="150960724" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jul 2020 06:02:08 -0700 IronPort-SDR: QelpLeDSroRU+mm95aKmlV2p4Vv7DE2PWM4hTF932gZF+ON7F3vc1RlaOsCvhTQLpq4MlKa2NX qiD66xOAoyEQ== X-IronPort-AV: E=Sophos;i="5.75,362,1589266800"; d="scan'208";a="430833734" Received: from bricha3-mobl.ger.corp.intel.com ([10.213.193.115]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 17 Jul 2020 06:02:07 -0700 Date: Fri, 17 Jul 2020 14:02:01 +0100 From: Bruce Richardson To: Stephen Hemminger Cc: dev@dpdk.org Message-ID: <20200717130201.GF708@bricha3-MOBL.ger.corp.intel.com> References: <20200714235011.4366-1-stephen@networkplumber.org> <20200714235011.4366-4-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200714235011.4366-4-stephen@networkplumber.org> Subject: Re: [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" On Tue, Jul 14, 2020 at 04:50:11PM -0700, Stephen Hemminger wrote: > A few files in doc directory were missing license tag info. > > Signed-off-by: Stephen Hemminger > --- For Intel copyright parts: 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 > ============================================ > > -- > 2.27.0 >