From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id D4EBE47CD for ; Fri, 25 May 2018 13:17:53 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8352022C1F; Fri, 25 May 2018 07:17:53 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 25 May 2018 07:17:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=ERmuEaQs3Rhf5dXtW22faj103W p2i9d8Y9UZqk+uH1g=; b=iJTNVV9XpDAlRQfN4Wyc1a1eO1h6bcCK0GARdKhzG7 stmsQ2NXU47/gWxg/en6vYBMHMSroi1naMRNVOtA6G0H5m9EY/zvE0V8qZajrHtY J0d+kNoxKf4Z4eGLsVeZBt64WpCKT7TvfRrVsZmUZIpVqvIe17KSQRSGbpYtGMH3 E= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ERmuEa Qs3Rhf5dXtW22faj103Wp2i9d8Y9UZqk+uH1g=; b=O1BKuwy54hzuTldIpgPdcO xO/UXjGtpXs6DL01JDlzZHTHVzZ7EGFyyM+RIz16x1e4w7EjtTIORQ1bL4udtT7T V7JACp9dvJMCgw3FyzFTVSk57gEabwSmuVJ/3TKHKhoPI57uBsATEEjNALHMCUbQ z95QcEaZfeAfkB3o6Wz5pgIDlBpSXz8nELZTi6kvjHlO+0lcuCKbDn9lsZs4NnKj SrChxOJyFYtNsyftFU4272xiDxOQXpqXcsS7TRc863248m4p2O8IFDyjkn3aLjsj 7+JJVMe8gg6F1PZGW/C/EmGyAiR/w1mdUUyNgQqdPVr258V/s5dgCgrdE0oixhxA == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (22.87.136.77.rev.sfr.net [77.136.87.22]) by mail.messagingengine.com (Postfix) with ESMTPA id 9759E10347; Fri, 25 May 2018 07:17:51 -0400 (EDT) From: Thomas Monjalon To: Hemant Agrawal , Ferruh Yigit , Marko Kovacevic Cc: dev@dpdk.org, john.mcnamara@intel.com Date: Fri, 25 May 2018 12:39:29 +0200 Message-ID: <3911347.aynUWzppg9@xps> In-Reply-To: <9d6e8082-341b-3ff5-9918-82a4bc9e149d@nxp.com> References: <20180409131113.20729-1-marko.kovacevic@intel.com> <9d6e8082-341b-3ff5-9918-82a4bc9e149d@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] doc: add SPDX Licence to doc files 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: , X-List-Received-Date: Fri, 25 May 2018 11:17:54 -0000 10/04/2018 06:38, Hemant Agrawal: > On 4/9/2018 7:24 PM, Ferruh Yigit wrote: > > On 4/9/2018 2:11 PM, Marko Kovacevic wrote: > >> Added SPDX headers to doc files to have them aligned with > >> the other doc files. > >> > >> Signed-off-by: Marko Kovacevic > > > > <...> > > > >> doc/guides/rel_notes/release_16_04.rst | 3 +++ > >> doc/guides/rel_notes/release_16_07.rst | 3 +++ > >> doc/guides/rel_notes/release_16_11.rst | 3 +++ > >> doc/guides/rel_notes/release_17_02.rst | 3 +++ > >> doc/guides/rel_notes/release_17_05.rst | 3 +++ > >> doc/guides/rel_notes/release_17_08.rst | 3 +++ > >> doc/guides/rel_notes/release_17_11.rst | 3 +++ > >> doc/guides/rel_notes/release_18_02.rst | 3 +++ > >> doc/guides/rel_notes/release_2_2.rst | 3 +++ > > > > Hi Hemant, > > > > What does it mean to have a license header in release notes? > > It looks unnecessary from both license and copyright point of view, is there a > > legal requirement for it? > > > > Indeed I was thinking removing the header from the release notes that has it... > > LF legal reported it as missing license. All other *.rst files have the > license headers. > > Let me check it with LF Legal. It has been recommended to add SPDX tags to release notes, with a global copyright on behalf of all contributors, or community. We need a v2 of this patch, thanks.