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

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 237

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license as published by
the free software foundation either version 2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 8 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Enrico Weigelt <info@metux.net>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190602204654.096873163@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
77512baa 2504ba9f

+8 -32
+1 -4
drivers/media/v4l2-core/videobuf-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * generic helper functions for handling video4linux capture buffers 3 4 * ··· 8 7 * (c) 2001,02 Gerd Knorr <kraxel@bytesex.org> 9 8 * (c) 2006 Mauro Carvalho Chehab, <mchehab@kernel.org> 10 9 * (c) 2006 Ted Walther and John Sokol 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2 15 10 */ 16 11 17 12 #include <linux/init.h>
+1 -4
drivers/media/v4l2-core/videobuf-dma-contig.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * helper functions for physically contiguous capture buffers 3 4 * ··· 9 8 * 10 9 * Based on videobuf-vmalloc.c, 11 10 * (c) 2007 Mauro Carvalho Chehab, <mchehab@kernel.org> 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2 16 11 */ 17 12 18 13 #include <linux/init.h>
+1 -4
drivers/media/v4l2-core/videobuf-dma-sg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * helper functions for SG DMA video4linux capture buffers 3 4 * ··· 13 12 * (c) 2001,02 Gerd Knorr <kraxel@bytesex.org> 14 13 * (c) 2006 Mauro Carvalho Chehab, <mchehab@kernel.org> 15 14 * (c) 2006 Ted Walther and John Sokol 16 - * 17 - * This program is free software; you can redistribute it and/or modify 18 - * it under the terms of the GNU General Public License as published by 19 - * the Free Software Foundation; either version 2 20 15 */ 21 16 22 17 #include <linux/init.h>
+1 -4
drivers/media/v4l2-core/videobuf-vmalloc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * helper functions for vmalloc video4linux capture buffers 3 4 * ··· 8 7 * to touch the video data. 9 8 * 10 9 * (c) 2007 Mauro Carvalho Chehab, <mchehab@kernel.org> 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2 15 10 */ 16 11 17 12 #include <linux/init.h>
+1 -4
include/media/videobuf-core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * generic helper functions for handling video4linux capture buffers 3 4 * ··· 8 7 * (c) 2001,02 Gerd Knorr <kraxel@bytesex.org> 9 8 * (c) 2006 Mauro Carvalho Chehab, <mchehab@kernel.org> 10 9 * (c) 2006 Ted Walther and John Sokol 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2 15 10 */ 16 11 17 12 #ifndef _VIDEOBUF_CORE_H
+1 -4
include/media/videobuf-dma-contig.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * helper functions for physically contiguous capture buffers 3 4 * ··· 6 5 * (i.e. the buffers must be linear in physical memory) 7 6 * 8 7 * Copyright (c) 2008 Magnus Damm 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2 13 8 */ 14 9 #ifndef _VIDEOBUF_DMA_CONTIG_H 15 10 #define _VIDEOBUF_DMA_CONTIG_H
+1 -4
include/media/videobuf-dma-sg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * helper functions for SG DMA video4linux capture buffers 3 4 * ··· 13 12 * (c) 2001,02 Gerd Knorr <kraxel@bytesex.org> 14 13 * (c) 2006 Mauro Carvalho Chehab, <mchehab@kernel.org> 15 14 * (c) 2006 Ted Walther and John Sokol 16 - * 17 - * This program is free software; you can redistribute it and/or modify 18 - * it under the terms of the GNU General Public License as published by 19 - * the Free Software Foundation; either version 2 20 15 */ 21 16 #ifndef _VIDEOBUF_DMA_SG_H 22 17 #define _VIDEOBUF_DMA_SG_H
+1 -4
include/media/videobuf-vmalloc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * helper functions for vmalloc capture buffers 3 4 * ··· 8 7 * to touch the video data. 9 8 * 10 9 * (c) 2007 Mauro Carvalho Chehab, <mchehab@kernel.org> 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2 15 10 */ 16 11 #ifndef _VIDEOBUF_VMALLOC_H 17 12 #define _VIDEOBUF_VMALLOC_H