summaryrefslogtreecommitdiff
path: root/drivers/media/usb/tm6000/tm6000-usb-isoc.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-01 16:47:10 +0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-12-11 15:41:11 +0300
commit75d1e3ef9f98145acff7e558dfe2a175f1e4db9e (patch)
treeec9a8f3e02744ac8cd7c7554c5241a831eee2694 /drivers/media/usb/tm6000/tm6000-usb-isoc.h
parent0c20e8cac2bf7d0b215bff887b7cc805e9273edd (diff)
downloadlinux-75d1e3ef9f98145acff7e558dfe2a175f1e4db9e.tar.xz
media: usb: add SPDX identifiers to some code I wrote
As we're now using SPDX identifiers, on several media drivers I wrote, add the proper SPDX, identifying the license I meant. As we're now using the short license, it doesn't make sense to keep the original license text. Also, fix MODULE_LICENSE to properly identify GPL v2. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb/tm6000/tm6000-usb-isoc.h')
-rw-r--r--drivers/media/usb/tm6000/tm6000-usb-isoc.h18
1 files changed, 4 insertions, 14 deletions
diff --git a/drivers/media/usb/tm6000/tm6000-usb-isoc.h b/drivers/media/usb/tm6000/tm6000-usb-isoc.h
index 6a13a27c55d7..e69f5cf8fe9f 100644
--- a/drivers/media/usb/tm6000/tm6000-usb-isoc.h
+++ b/drivers/media/usb/tm6000/tm6000-usb-isoc.h
@@ -1,17 +1,7 @@
-/*
- * tm6000-buf.c - driver for TM5600/TM6000/TM6010 USB video capture devices
- *
- * Copyright (C) 2006-2007 Mauro Carvalho Chehab <mchehab@infradead.org>
- *
- * 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.
- */
+// SPDX-License-Identifier: GPL-2.0
+// tm6000-buf.c - driver for TM5600/TM6000/TM6010 USB video capture devices
+//
+// Copyright (c) 2006-2007 Mauro Carvalho Chehab <mchehab@infradead.org>
#include <linux/videodev2.h>