From patchwork Thu Sep 10 12:09:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 77142 X-Patchwork-Delegate: jerinj@marvell.com 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 35806A04B5; Thu, 10 Sep 2020 14:09:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CA43E1BFC3; Thu, 10 Sep 2020 14:09:12 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id B36DD1BEB3; Thu, 10 Sep 2020 14:09:10 +0200 (CEST) IronPort-SDR: YscPvHOZua5oZyilOiGhe1yhh0l4nJjU+2cFPSl8IXVomfSJzBQCvByxM6u58YF20nJ6hKIe5Q n4cdmk9PRZHA== X-IronPort-AV: E=McAfee;i="6000,8403,9739"; a="222715980" X-IronPort-AV: E=Sophos;i="5.76,413,1592895600"; d="scan'208";a="222715980" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Sep 2020 05:09:09 -0700 IronPort-SDR: GmLLQcYUDvl3FlN+kL4JvqOQZyVUvQ9uiKO2mOSV320YWdwUWYWzgAhS1lo6O0x9AliwGaSQrq 0PjtfGhoaINg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,413,1592895600"; d="scan'208";a="505101071" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.180]) by fmsmga006.fm.intel.com with ESMTP; 10 Sep 2020 05:09:07 -0700 From: Ferruh Yigit To: Rasesh Mody , Shahed Shaikh , Igor Russkikh Cc: dev@dpdk.org, Ferruh Yigit , stable@dpdk.org, Stephen Hemminger , Jerin Jacob Date: Thu, 10 Sep 2020 13:09:05 +0100 Message-Id: <20200910120906.3526458-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200909195214.5ab088ee@hermes.lan> References: <20200909195214.5ab088ee@hermes.lan> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] net/qede/base: add missing licence 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" Adding BSD-3 SPDX license tag. Fixes: 519438f7c17f ("net/qede/base: re-arrange few structures for DDC") Cc: stable@dpdk.org Reported-by: Stephen Hemminger Signed-off-by: Ferruh Yigit Acked-by: Igor Russkikh --- Cc: Jerin Jacob --- drivers/net/qede/base/ecore_hsi_func_common.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/qede/base/ecore_hsi_func_common.h b/drivers/net/qede/base/ecore_hsi_func_common.h index 2cd175163b..4351b7b14f 100644 --- a/drivers/net/qede/base/ecore_hsi_func_common.h +++ b/drivers/net/qede/base/ecore_hsi_func_common.h @@ -1,3 +1,9 @@ +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright (c) 2016 - 2020 Cavium Inc. + * All rights reserved. + * www.cavium.com + */ + #ifndef _HSI_FUNC_COMMON_H #define _HSI_FUNC_COMMON_H