diff options
Diffstat (limited to 'drivers/media/usb/tm6000/tm6000-input.c')
| -rw-r--r-- | drivers/media/usb/tm6000/tm6000-input.c | 10 | 
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/media/usb/tm6000/tm6000-input.c b/drivers/media/usb/tm6000/tm6000-input.c index 397990afe00b..84602edf3fe8 100644 --- a/drivers/media/usb/tm6000/tm6000-input.c +++ b/drivers/media/usb/tm6000/tm6000-input.c @@ -1,16 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only  /*   *  tm6000-input.c - driver for TM5600/TM6000/TM6010 USB video capture devices   *   *  Copyright (C) 2010 Stefan Ringel <[email protected]> - * - *  This program is free software; you can redistribute it and/or modify - *  it under the terms of the GNU General Public License as published by - *  the Free Software Foundation version 2 - * - *  This program is distributed in the hope that it will be useful, - *  but WITHOUT ANY WARRANTY; without even the implied warranty of - *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the - *  GNU General Public License for more details.   */  #include <linux/module.h>  |