RE: [PATCH v2] Bluetooth: Add SPDX id lines to some source files

From: Bird, Tim

Date: Thu Jun 04 2026 - 12:50:31 EST




> -----Original Message-----
> From: Luiz Augusto von Dentz <luiz.dentz@xxxxxxxxx>
> Hi Tim,
>
> On Wed, Jun 3, 2026 at 8:44 PM Tim Bird <tim.bird@xxxxxxxx> wrote:
> >
> > Many bluetooth source files are missing SPDX-License-Identifier
> > lines. Add appropriate IDs to these files, and remove other
> > license lines from the headers.
> >
> > Leave the warranty disclaimer in files where the license ID is
> > GPL-2.0 but the wording of the disclaimer is slightly different
> > from that of the GPL v2 disclaimer.
> >
> > It is not different enough to cause licensing conflicts, but is
> > kept to honor the original contributors' legal intent.
> >
> > ---
> > V1 -> V2:
> > - Leave different warranty disclaimers (which is most them)
> > - Remove files recently removed from drivers/bluetooth from the patch
> >
> > Signed-off-by: Tim Bird <tim.bird@xxxxxxxx>
>
> `git am` doesn't pick up your Signed-off-by because it is after ---`,
> it seems to be considered a comment.

Ah crud!! What a dumb mistake on my part.
Thanks for the heads up.

Should I send a v3 to fix this?

-- Tim