From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] doc: add SPDX Licence to doc files Date: Fri, 25 May 2018 12:39:29 +0200 Message-ID: <3911347.aynUWzppg9@xps> References: <20180409131113.20729-1-marko.kovacevic@intel.com> <9d6e8082-341b-3ff5-9918-82a4bc9e149d@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com To: Hemant Agrawal , Ferruh Yigit , Marko Kovacevic 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) In-Reply-To: <9d6e8082-341b-3ff5-9918-82a4bc9e149d@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" 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.