diff options
Diffstat (limited to 'drivers/usb/core/driver.c')
| -rw-r--r-- | drivers/usb/core/driver.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/core/driver.c b/drivers/usb/core/driver.c index dadd1e8dfe09..cdee5130638b 100644 --- a/drivers/usb/core/driver.c +++ b/drivers/usb/core/driver.c @@ -15,6 +15,9 @@   *		(usb_device_id matching changes by Adam J. Richter)   *	(C) Copyright Greg Kroah-Hartman 2002-2003   * + * Released under the GPLv2 only. + * SPDX-License-Identifier: GPL-2.0 + *   * NOTE! This is not actually a driver at all, rather this is   * just a collection of helper routines that implement the   * matching, probing, releasing, suspending and resuming for  |