[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180105230520.GA5545@piout.net>
Date: Sat, 6 Jan 2018 00:05:20 +0100
From: Alexandre Belloni <alexandre.belloni@...e-electrons.com>
To: Frank Rowand <frowand.list@...il.com>
Cc: Thomas Gleixner <tglx@...utronix.de>,
LKML <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...uxfoundation.org>,
Andrew Morton <akpm@...uxfoundation.org>,
Jonathan Corbet <corbet@....net>,
Kate Stewart <kstewart@...uxfoundation.org>,
Philippe Ombredanne <pombredanne@...b.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Christoph Hellwig <hch@....de>,
Russell King <rmk+kernel@...linux.org.uk>,
Rob Herring <rob.herring@...aro.org>,
Jonas Oberg <jonas@...e.org>, Joe Perches <joe@...ches.com>,
linux-xfs@...r.kernel.org,
Charlemagne Lasse <charlemagnelasse@...il.com>,
Carmen Bianca Bakker <carmenbianca@...e.org>
Subject: Re: [V4, 01/11] Documentation: Add license-rules.rst to describe how
to properly identify file licenses
On 05/01/2018 at 14:48:04 -0800, Frank Rowand wrote:
> On 01/05/18 05:05, Alexandre Belloni wrote:
> > Hi,
> >
> > I'm definitively late to the party but...
> >
> > On 17/11/2017 at 11:00:33 +0100, Thomas Gleixner wrote:
> >> +2. Style:
> >> +
> >> + The SPDX license identifier is added in form of a comment. The comment
> >> + style depends on the file type::
> >> +
> >> + C source: // SPDX-License-Identifier: <SPDX License Expression>
> >> + C header: /* SPDX-License-Identifier: <SPDX License Expression> */
> >> + ASM: /* SPDX-License-Identifier: <SPDX License Expression> */
> >> + scripts: # SPDX-License-Identifier: <SPDX License Expression>
> >> + .rst: .. SPDX-License-Identifier: <SPDX License Expression>
> >> + .dts{i}: // SPDX-License-Identifier: <SPDX License Expression>
> >
> > dtc doesn't handle // comments. This works in the kernel tree because
>
> dtc does handle // comments.
>
Hum, correct. I got a report saying it didn't and when I only checked
the COMMENT line of dtc-lexer.l. For whatever reason, I missed the
following line handling c++ comments.
I'll get back to the original report, trying to find why it was not
compiling.
--
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
Powered by blists - more mailing lists