On 07/04/2023 18:04, Daniel Walker (danielwa) wrote: > On Thu, Apr 06, 2023 at 09:12:34AM +0200, Krzysztof Kozlowski wrote: >>> @@ -0,0 +1,27 @@ >>> +# SPDX-License-Identifier: GPL-2.0-only >> >> Dual license. >> > > What are my choices here? I see this, > > # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) Yes, the one suggested by the checkpatch. Did you run it? > > Which appears to be what your suggesting. I also see this, > > # SPDX-License-Identifier: GPL-2.0 > > I'd rather use the later. Why? Bindings should be licensed under BSD, so what is the reason to make here exception? Best regards, Krzysztof