linux-stable/drivers/usb/usbip
Greg Kroah-Hartman 7f2b019c8d USB: usbip: Remove redundant license text
Now that the SPDX tag is in all USB files, that identifies the license
in a specific and legally-defined manner.  So the extra GPL text wording
can be removed as it is no longer needed at all.

This is done on a quest to remove the 700+ different ways that files in
the kernel describe the GPL license text.  And there's unneeded stuff
like the address (sometimes incorrect) for the FSF which is never
needed.

No copyright headers or other non-license-description text was removed.

Cc: Valentina Manea <valentina.manea.m@gmail.com>
Acked-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-11-07 15:45:01 +01:00
..
Kconfig usb: Kconfig: using select for USB_COMMON dependency 2016-09-27 12:20:17 +02:00
Makefile usbip: vudc: Add vudc to Kconfig 2016-04-26 15:19:50 -07:00
README
stub.h USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
stub_dev.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
stub_main.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
stub_rx.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
stub_tx.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
usbip_common.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
usbip_common.h USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
usbip_event.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vhci.h USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vhci_hcd.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vhci_rx.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vhci_sysfs.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vhci_tx.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vudc.h USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vudc_dev.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vudc_main.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vudc_rx.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vudc_sysfs.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vudc_transfer.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vudc_tx.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00

TODO:
	- more discussion about the protocol
	- testing
	- review of the userspace interface
	- document the protocol

Please send patches for this code to Greg Kroah-Hartman <greg@kroah.com>