From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ferruh.yigit@intel.com>
Received: from mga18.intel.com (mga18.intel.com [134.134.136.126])
 by dpdk.org (Postfix) with ESMTP id B9DD11F28
 for <dev@dpdk.org>; Tue, 20 Mar 2018 18:25:53 +0100 (CET)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga006.fm.intel.com ([10.253.24.20])
 by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 20 Mar 2018 10:25:52 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.48,336,1517904000"; d="scan'208";a="213065635"
Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.63])
 ([10.237.221.63])
 by fmsmga006.fm.intel.com with ESMTP; 20 Mar 2018 10:25:50 -0700
To: Shahaf Shuler <shahafs@mellanox.com>, nelio.laranjeiro@6wind.com,
 adrien.mazarguil@6wind.com, yskoh@mellanox.com
Cc: dev@dpdk.org, thomas@monjalon.net
References: <20180320171716.74448-1-shahafs@mellanox.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <8f853cfe-d8e9-5996-5453-acf94576b18e@intel.com>
Date: Tue, 20 Mar 2018 17:25:50 +0000
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101
 Thunderbird/52.6.0
MIME-Version: 1.0
In-Reply-To: <20180320171716.74448-1-shahafs@mellanox.com>
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH] net/mlx: align to SPDX format
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 20 Mar 2018 17:25:54 -0000

On 3/20/2018 5:17 PM, Shahaf Shuler wrote:
> diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst
> index afeff276e..7ed46021d 100644
> --- a/doc/guides/nics/mlx4.rst
> +++ b/doc/guides/nics/mlx4.rst
> @@ -1,6 +1,6 @@
> -..  BSD LICENSE
> +..  SPDX-License-Identifier: BSD-3-Clause
>      Copyright 2012 6WIND S.A.
> -    Copyright 2015 Mellanox
> +    Copyright 2015 Mellanox Technologies, Ltd
>  
>      Redistribution and use in source and binary forms, with or without
>      modification, are permitted provided that the following conditions

Is it intentional to keep rest of the licensing related text?