13 Sep
2023
13 Sep
'23
12:04 a.m.
On Tue, Sep 12, 2023 at 4:31 PM Mark Brown broonie@kernel.org wrote:
On Tue, Sep 12, 2023 at 01:04:56PM +0200, Linus Walleij wrote:
On Tue, Sep 12, 2023 at 12:15 PM Herve Codina herve.codina@bootlin.com wrote:
+/* SPDX-License-Identifier: GPL-2.0 */ +/*
I think SPDX mandates that you start the tag with C99 comments
// SPDX-License-Identifier: GPL-2.0-only
Not for headers, they should use C style since they might be included in contexts where C++ isn't supported.
Oh right. Thanks Mark!
Yours, Linus Walleij