summaryrefslogtreecommitdiff
path: root/drivers/media/pci/ddbridge/ddbridge-max.c
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2022-06-11 13:39:47 +0300
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-06-27 10:57:24 +0300
commit34c7fdb8fd73135b2d09b1039fcce2e2a1250f94 (patch)
treed19727b03b7fbf9c8f396219090d6ff3b102227a /drivers/media/pci/ddbridge/ddbridge-max.c
parentc1b217853fc02a1c7b1d6a01bde44b95f32a2ee5 (diff)
downloadlinux-34c7fdb8fd73135b2d09b1039fcce2e2a1250f94.tar.xz
media: ddbridge: Remove useless license text when SPDX-License-Identifier is already used
An SPDX-License-Identifier is already in place. There is no need to duplicate part of the corresponding license. While at it, a few comments at the end of some .h files have been updated to reflect the correct include guard name (missing '_' and co.) Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/pci/ddbridge/ddbridge-max.c')
-rw-r--r--drivers/media/pci/ddbridge/ddbridge-max.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/media/pci/ddbridge/ddbridge-max.c b/drivers/media/pci/ddbridge/ddbridge-max.c
index 576dd2318e4d..0582b86bb869 100644
--- a/drivers/media/pci/ddbridge/ddbridge-max.c
+++ b/drivers/media/pci/ddbridge/ddbridge-max.c
@@ -5,15 +5,6 @@
* Copyright (C) 2010-2017 Digital Devices GmbH
* Ralph Metzler <rjkm@metzlerbros.de>
* Marcus Metzler <mocm@metzlerbros.de>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * version 2 only, as published by the Free Software Foundation.
- *
- * 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>