From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: [PATCH] test/crypto-perf: add missing SPDX identifier Date: Mon, 9 Apr 2018 14:28:35 +0530 Message-ID: <1523264319-26429-3-git-send-email-hemant.agrawal@nxp.com> References: <1523264319-26429-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain Cc: pablo.de.lara.guarch@intel.com, Hemant Agrawal To: dev@dpdk.org Return-path: Received: from EUR01-VE1-obe.outbound.protection.outlook.com (mail-ve1eur01on0055.outbound.protection.outlook.com [104.47.1.55]) by dpdk.org (Postfix) with ESMTP id CE1451B7AA for ; Mon, 9 Apr 2018 11:00:41 +0200 (CEST) In-Reply-To: <1523264319-26429-1-git-send-email-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Cc: pablo.de.lara.guarch@intel.com Signed-off-by: Hemant Agrawal --- app/test-crypto-perf/cperf_options.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/test-crypto-perf/cperf_options.h b/app/test-crypto-perf/cperf_options.h index 54a3ad5..350ad7e 100644 --- a/app/test-crypto-perf/cperf_options.h +++ b/app/test-crypto-perf/cperf_options.h @@ -1,3 +1,6 @@ +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright(c) 2018 Intel Corporation + */ #ifndef _CPERF_OPTIONS_ #define _CPERF_OPTIONS_ -- 2.7.4