hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/media/usb/uvc/uvc_isight.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * uvc_isight.c -- USB Video Class driver - iSight support
34 *
....@@ -5,12 +6,6 @@
56 * Ivan N. Zlatev <contact@i-nz.net>
67 * Copyright (C) 2008-2009
78 * Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8
- *
9
- * This program is free software; you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License as published by
11
- * the Free Software Foundation; either version 2 of the License, or
12
- * (at your option) any later version.
13
- *
149 */
1510
1611 #include <linux/usb.h>