Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: dvb-frontend/mxl5xx: Remove repeated verbose license text

remove it because SPDX-License-Identifier is already used

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Cai Huoqing and committed by
Mauro Carvalho Chehab
5f1644bd 19c23f4f

-32
-9
drivers/media/dvb-frontends/mxl5xx.c
··· 9 9 * based on code: 10 10 * Copyright (c) 2011-2013 MaxLinear, Inc. All rights reserved 11 11 * which was released under GPL V2 12 - * 13 - * This program is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License 15 - * version 2, as published by the Free Software Foundation. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 12 */ 22 13 23 14 #include <linux/kernel.h>
-9
drivers/media/dvb-frontends/mxl5xx.h
··· 9 9 * based on code: 10 10 * Copyright (c) 2011-2013 MaxLinear, Inc. All rights reserved 11 11 * which was released under GPL V2 12 - * 13 - * This program is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License 15 - * version 2, as published by the Free Software Foundation. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 12 */ 22 13 23 14 #ifndef _MXL5XX_H_
-4
drivers/media/dvb-frontends/mxl5xx_defs.h
··· 7 7 * based on code: 8 8 * Copyright (c) 2011-2013 MaxLinear, Inc. All rights reserved 9 9 * which was released under GPL V2 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2, as published by the Free Software Foundation. 14 10 */ 15 11 16 12 enum MXL_BOOL_E {
-10
drivers/media/dvb-frontends/mxl5xx_regs.h
··· 2 2 /* 3 3 * Copyright (c) 2011-2013 MaxLinear, Inc. All rights reserved 4 4 * 5 - * License type: GPLv2 6 - * 7 - * This program is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free Software 9 - * Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 14 - * 15 5 * This program may alternatively be licensed under a proprietary license from 16 6 * MaxLinear, Inc. 17 7 *