Re: [PATCH v3] powerpc: Add missing SPDX license identifiers
From: Richard Fontana <hidden>
Date: 2022-01-21 18:17:37
Also in:
lkml
From: Richard Fontana <hidden>
Date: 2022-01-21 18:17:37
Also in:
lkml
On Fri, Jan 21, 2022 at 6:03 AM Christophe Leroy [off-list ref] wrote:
Several files are missing SPDX license identifiers.
Following files are given the following SPDX identifier based on the comments in the top of the file:
include/asm/ibmebus.h:/* SPDX-License-Identifier: GPL-2.0 OR OpenIB BSD */[...]
platforms/pseries/ibmebus.c:// SPDX-License-Identifier: GPL-2.0 OR OpenIB BSD
"OpenIB BSD" is not a defined SPDX identifier. There is an SPDX identifier "Linux-OpenIB" https://spdx.org/licenses/Linux-OpenIB.html but I believe that is not a match to what's in these files (specifically, the wording of the disclaimer), rather I believe what you want here is BSD-2-Clause, but you may want to check that. Richard