diff options
Diffstat (limited to 'drivers/usb/common/led.c')
-rw-r--r-- | drivers/usb/common/led.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/usb/common/led.c b/drivers/usb/common/led.c index df23da00a901..7bd81166b77d 100644 --- a/drivers/usb/common/led.c +++ b/drivers/usb/common/led.c @@ -1,12 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * LED Triggers for USB Activity * * Copyright 2014 Michal Sojka <sojka@merica.cz> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * */ #include <linux/module.h> |