From: Hemant Agrawal <hemant.agrawal@nxp.com>
To: Ferruh Yigit <ferruh.yigit@intel.com>,
Thomas Monjalon <thomas@monjalon.net>,
John McNamara <john.mcnamara@intel.com>
Cc: <dev@dpdk.org>, Jerin Jacob <jerin.jacob@caviumnetworks.com>,
Olivier Matz <olivier.matz@6wind.com>
Subject: Re: [dpdk-dev] [PATCH] doc: convert license headers to SPDX tags for NIC docs
Date: Tue, 19 Dec 2017 10:37:41 +0530 [thread overview]
Message-ID: <619701d1-29c0-c285-fafa-5d59beee31be@nxp.com> (raw)
In-Reply-To: <20171218210744.37938-1-ferruh.yigit@intel.com>
+ Jerin (Cavium), Oliver (6 Wind)
Hi Ferruh,
You have also modified the license header for Cavium and 6 Wind
copyright files. This patch will need an explicit ack from Cavium and 6
Wind.
regards,
Hemant
On 12/19/2017 2:37 AM, Ferruh Yigit wrote:
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> ---
> doc/guides/nics/build_and_test.rst | 28 +---------------------------
> doc/guides/nics/features.rst | 29 +----------------------------
> doc/guides/nics/overview.rst | 28 +---------------------------
> 3 files changed, 3 insertions(+), 82 deletions(-)
>
> diff --git a/doc/guides/nics/build_and_test.rst b/doc/guides/nics/build_and_test.rst
> index 2d70af88a..25b78b31c 100644
> --- a/doc/guides/nics/build_and_test.rst
> +++ b/doc/guides/nics/build_and_test.rst
> @@ -1,32 +1,6 @@
> -.. BSD LICENSE
> +.. SPDX-License-Identifier: BSD-3-Clause
> Copyright(c) 2017 Cavium, Inc.
>
> - Redistribution and use in source and binary forms, with or without
> - modification, are permitted provided that the following conditions
> - are met:
> -
> - * Redistributions of source code must retain the above copyright
> - notice, this list of conditions and the following disclaimer.
> - * Redistributions in binary form must reproduce the above copyright
> - notice, this list of conditions and the following disclaimer in
> - the documentation and/or other materials provided with the
> - distribution.
> - * Neither the name of Cavium, Inc. nor the names of its
> - contributors may be used to endorse or promote products derived
> - from this software without specific prior written permission.
> -
> - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
> - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
> - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
> - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
> - OWNER(S) OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
> - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
> - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
> - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
> - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
> - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
> - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> -
> .. _pmd_build_and_test:
>
> Compiling and testing a PMD for a NIC
> diff --git a/doc/guides/nics/features.rst b/doc/guides/nics/features.rst
> index d5bf38a21..24ae53bc3 100644
> --- a/doc/guides/nics/features.rst
> +++ b/doc/guides/nics/features.rst
> @@ -1,32 +1,5 @@
> -.. BSD LICENSE
> +.. SPDX-License-Identifier: BSD-3-Clause
> Copyright(c) 2017 Intel Corporation. All rights reserved.
> - All rights reserved.
> -
> - Redistribution and use in source and binary forms, with or without
> - modification, are permitted provided that the following conditions
> - are met:
> -
> - * Redistributions of source code must retain the above copyright
> - notice, this list of conditions and the following disclaimer.
> - * Redistributions in binary form must reproduce the above copyright
> - notice, this list of conditions and the following disclaimer in
> - the documentation and/or other materials provided with the
> - distribution.
> - * Neither the name of Intel Corporation nor the names of its
> - contributors may be used to endorse or promote products derived
> - from this software without specific prior written permission.
> -
> - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
> - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
> - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
> - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
> - OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
> - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
> - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
> - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
> - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
> - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
> - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
>
> Features Overview
> =================
> diff --git a/doc/guides/nics/overview.rst b/doc/guides/nics/overview.rst
> index 0df0ef81a..20cd52b09 100644
> --- a/doc/guides/nics/overview.rst
> +++ b/doc/guides/nics/overview.rst
> @@ -1,32 +1,6 @@
> -.. BSD LICENSE
> +.. SPDX-License-Identifier: BSD-3-Clause
> Copyright 2016 6WIND S.A.
>
> - Redistribution and use in source and binary forms, with or without
> - modification, are permitted provided that the following conditions
> - are met:
> -
> - * Redistributions of source code must retain the above copyright
> - notice, this list of conditions and the following disclaimer.
> - * Redistributions in binary form must reproduce the above copyright
> - notice, this list of conditions and the following disclaimer in
> - the documentation and/or other materials provided with the
> - distribution.
> - * Neither the name of 6WIND S.A. nor the names of its
> - contributors may be used to endorse or promote products derived
> - from this software without specific prior written permission.
> -
> - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
> - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
> - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
> - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
> - OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
> - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
> - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
> - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
> - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
> - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
> - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> -
> Overview of Networking Drivers
> ==============================
>
>
next prev parent reply other threads:[~2017-12-19 5:07 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-18 21:07 Ferruh Yigit
2017-12-19 5:07 ` Hemant Agrawal [this message]
2017-12-19 18:57 ` Ferruh Yigit
2018-01-09 14:56 ` [dpdk-dev] [PATCH] doc: convert license headers to SPDX tags Ferruh Yigit
2018-01-09 15:13 ` Andrew Rybchenko
2018-01-09 15:31 ` Ferruh Yigit
2018-01-09 16:35 ` [dpdk-dev] [PATCH v2] " Ferruh Yigit
2018-01-09 19:34 ` Andrew Rybchenko
2018-01-23 12:29 ` [dpdk-dev] [PATCH v3 1/3] " Ferruh Yigit
2018-01-23 12:29 ` [dpdk-dev] [PATCH v3 2/3] " Ferruh Yigit
2018-01-23 12:58 ` Bruce Richardson
2018-01-23 12:29 ` [dpdk-dev] [PATCH v3 3/3] " Ferruh Yigit
2018-01-23 13:08 ` Hemant Agrawal
2018-01-23 14:35 ` Thomas Monjalon
2018-01-23 15:19 ` Hemant Agrawal
2018-01-23 17:25 ` Thomas Monjalon
2018-01-24 5:48 ` Hemant Agrawal
2018-01-24 8:14 ` Thomas Monjalon
2018-01-23 12:57 ` [dpdk-dev] [PATCH v3 1/3] " Bruce Richardson
2018-02-01 17:18 ` [dpdk-dev] [PATCH v4] doc: convert Intel " Ferruh Yigit
2018-02-06 22:33 ` Thomas Monjalon
2018-02-01 17:19 ` [dpdk-dev] [PATCH v4] doc: convert Intel sharing " Ferruh Yigit
2018-02-06 16:09 ` Kovacevic, Marko
2018-02-06 22:35 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=619701d1-29c0-c285-fafa-5d59beee31be@nxp.com \
--to=hemant.agrawal@nxp.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.com \
--cc=jerin.jacob@caviumnetworks.com \
--cc=john.mcnamara@intel.com \
--cc=olivier.matz@6wind.com \
--cc=thomas@monjalon.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).