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 2398EA0487 for ; Mon, 29 Jul 2019 09:38:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4B0511BF42; Mon, 29 Jul 2019 09:38:42 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6EDAD1BF2B for ; Mon, 29 Jul 2019 09:38:40 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jul 2019 00:38:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,321,1559545200"; d="scan'208";a="370948602" Received: from yexl-server.sh.intel.com (HELO dpdk-yexl-dev.sh.intel.com) ([10.67.110.185]) by fmsmga006.fm.intel.com with ESMTP; 29 Jul 2019 00:38:37 -0700 From: Xiaolong Ye To: Ferruh Yigit , Hemant Agrawal , Liang Ma , Peter Mccarthy , John McNamara , Marko Kovacevic Cc: dev@dpdk.org, Xiaolong Ye Date: Mon, 29 Jul 2019 15:32:18 +0800 Message-Id: <20190729073219.110933-1-xiaolong.ye@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH] doc: add SPDX tag for OPDL PMD guide 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: Xiaolong Ye --- doc/guides/eventdevs/opdl.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/eventdevs/opdl.rst b/doc/guides/eventdevs/opdl.rst index 979f6cd8d..cbfd1f11b 100644 --- a/doc/guides/eventdevs/opdl.rst +++ b/doc/guides/eventdevs/opdl.rst @@ -1,5 +1,5 @@ -.. BSD LICENSE - Copyright(c) 2017 Intel Corporation. All rights reserved. +.. SPDX-License-Identifier: BSD-3-Clause + Copyright(c) 2017 Intel Corporation. OPDL Eventdev Poll Mode Driver ================================== -- 2.17.1