Re: [PATCH v2 1/1] usb: xhci: dbc: Add SPDX identifiers to dbc files

2017-12-23 Thread Philippe Ombredanne
On Sat, Dec 23, 2017 at 8:52 AM, Lu Baolu <baolu...@linux.intel.com> wrote: > Update the xhci dbc files with the correct SPDX license identifiers. > > Fixes: dfba2174dc42 ("usb: xhci: Add DbC support in xHCI driver") > Cc: Philippe Ombredanne <pombreda...@nexb.com>

Re: [PATCH 1/1] usb: xhci: dbc: Add SPDX identifiers to dbc files

2017-12-22 Thread Philippe Ombredanne
b/host/xhci-dbgtty.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0 > /** > * xhci-dbgtty.c - tty glue for xHCI debug capability > * -- Cordially Philippe Ombredanne -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] net: usb: hso.c: remove unneeded DRIVER_LICENSE #define

2017-11-17 Thread Philippe Ombredanne
the source > code license to work properly, as there is no need to unwind the > unneeded dereference. > > Cc: "David S. Miller" <da...@davemloft.net> > Cc: Andreas Kemnade <andr...@kemnade.info> > Cc: Johan Hovold <jo...@kernel.org> > Reported-by: Phi

Re: [PATCH v2] USB: add SPDX identifiers to all remaining files in drivers/usb/

2017-11-05 Thread Philippe Ombredanne
On Sun, Nov 5, 2017 at 2:51 PM, Greg Kroah-Hartman <gre...@linuxfoundation.org> wrote: > On Sun, Nov 05, 2017 at 01:53:54PM +0100, Philippe Ombredanne wrote: >> On Sat, Nov 4, 2017 at 11:40 AM, Greg Kroah-Hartman >> <gre...@linuxfoundation.org> wrote: >> > On F

Re: [PATCH v2] USB: add SPDX identifiers to all remaining files in drivers/usb/

2017-11-05 Thread Philippe Ombredanne
tifier is a legally binding shorthand, which can be used >> > instead of the full boiler plate text. >> > >> > This work is based on a script and data from Thomas Gleixner, Philippe >> > Ombredanne, and Kate Stewart. >> > >> > Cc: Thomas Gleixner &

Re: [PATCH] USB: add SPDX identifiers to all files in drivers/usb/

2017-10-24 Thread Philippe Ombredanne
good to have SPDX identifiers in all files to make it easier to >> > audit the kernel tree for correct licenses. This patch adds these >> > identifiers to all files in drivers/usb/ based on a script and data from >> > Thomas Gleixner, Philippe Ombredanne, and Kate Stew

Re: [PATCH] USB: add SPDX identifiers to all files in drivers/usb/

2017-10-19 Thread Philippe Ombredanne
e and be reasonably smart about it: - focus on GPL first, ignoring BSD/MIT for now - only take out unambiguous boilerplate that is matched exactly - and only take it out if there a proper and corresponding license identifier already there, or add one otherwise [0] https://github.com/nexB/scancode-