diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2022-06-11 12:39:47 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-06-27 09:57:24 +0200 |
commit | 34c7fdb8fd73135b2d09b1039fcce2e2a1250f94 (patch) | |
tree | d19727b03b7fbf9c8f396219090d6ff3b102227a /drivers/media/pci/ddbridge/ddbridge-hw.c | |
parent | media: em28xx: Remove useless license text when SPDX-License-Identifier is al... (diff) | |
download | linux-34c7fdb8fd73135b2d09b1039fcce2e2a1250f94.tar.xz linux-34c7fdb8fd73135b2d09b1039fcce2e2a1250f94.zip |
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-hw.c')
-rw-r--r-- | drivers/media/pci/ddbridge/ddbridge-hw.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/media/pci/ddbridge/ddbridge-hw.c b/drivers/media/pci/ddbridge/ddbridge-hw.c index f9c91bdbd041..d7d9cd0dad23 100644 --- a/drivers/media/pci/ddbridge/ddbridge-hw.c +++ b/drivers/media/pci/ddbridge/ddbridge-hw.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 "ddbridge.h" |