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

media: dvb-core: Convert to SPDX identifier

use SPDX-License-Identifier instead of a verbose license text
and remove verbose license text.

Link: https://lore.kernel.org/linux-media/20210916020018.8550-1-caihuoqing@baidu.com

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

authored by

Cai Huoqing and committed by
Mauro Carvalho Chehab
8d395ce6 ab599eb1

+3 -37
+1 -11
drivers/media/dvb-core/dmxdev.c
··· 1 + // SPDX-License-Identifier: LGPL-2.1-or-later 1 2 /* 2 3 * dmxdev.c - DVB demultiplexer device 3 4 * 4 5 * Copyright (C) 2000 Ralph Metzler & Marcus Metzler 5 6 * for convergence integrated media GmbH 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU Lesser General Public License 9 - * as published by the Free Software Foundation; either version 2.1 10 - * of the License, or (at your option) any later version. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 7 */ 18 8 19 9 #define pr_fmt(fmt) "dmxdev: " fmt
+1 -11
drivers/media/dvb-core/dvb_demux.c
··· 1 + // SPDX-License-Identifier: LGPL-2.1-or-later 1 2 /* 2 3 * dvb_demux.c - DVB kernel demux API 3 4 * 4 5 * Copyright (C) 2000-2001 Ralph Metzler <ralph@convergence.de> 5 6 * & Marcus Metzler <marcus@convergence.de> 6 7 * for convergence integrated media GmbH 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU Lesser General Public License 10 - * as published by the Free Software Foundation; either version 2.1 11 - * of the License, or (at your option) any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 8 */ 19 9 20 10 #define pr_fmt(fmt) "dvb_demux: " fmt
-4
drivers/media/dvb-core/dvb_vb2.c
··· 5 5 * Copyright (C) 2015 Samsung Electronics 6 6 * 7 7 * Author: jh1009.sung@samsung.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. 12 8 */ 13 9 14 10 #include <linux/err.h>
+1 -11
drivers/media/dvb-core/dvbdev.c
··· 1 + // SPDX-License-Identifier: LGPL-2.1-or-later 1 2 /* 2 3 * dvbdev.c 3 4 * 4 5 * Copyright (C) 2000 Ralph Metzler <ralph@convergence.de> 5 6 * & Marcus Metzler <marcus@convergence.de> 6 7 * for convergence integrated media GmbH 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU Lesser General Public License 10 - * as published by the Free Software Foundation; either version 2.1 11 - * of the License, or (at your option) any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 8 */ 19 9 20 10 #define pr_fmt(fmt) "dvbdev: " fmt