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

media: dvb/pci/pt3: use SPDX License Identifier

Signed-off-by: Akihiro Tsukada <tskd08@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

authored by

Akihiro Tsukada and committed by
Mauro Carvalho Chehab
a296f7bf 072cf1aa

+4 -40
+1 -10
drivers/media/pci/pt3/pt3.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Earthsoft PT3 driver 3 4 * 4 5 * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation version 2. 9 - * 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 6 */ 16 7 17 8 #include <linux/freezer.h>
+1 -10
drivers/media/pci/pt3/pt3.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Earthsoft PT3 driver 3 4 * 4 5 * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation version 2. 9 - * 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 6 */ 16 7 17 8 #ifndef PT3_H
+1 -10
drivers/media/pci/pt3/pt3_dma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Earthsoft PT3 driver 3 4 * 4 5 * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation version 2. 9 - * 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 6 */ 16 7 #include <linux/dma-mapping.h> 17 8 #include <linux/kernel.h>
+1 -10
drivers/media/pci/pt3/pt3_i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Earthsoft PT3 driver 3 4 * 4 5 * Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation version 2. 9 - * 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 6 */ 16 7 #include <linux/delay.h> 17 8 #include <linux/device.h>