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 314

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms and conditions of the gnu general public license
version 2 as published by the free software foundation this program
is distributed in the hope 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 you should have received a copy of the gnu general
public license along with this program if not write to the free
software foundation inc 51 franklin st fifth floor boston ma 02110
1301 usa the full gnu general public license is included in this
distribution in the file called copying

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190530000434.706787045@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
1237a75a 06776077

+2 -32
+1 -17
drivers/media/pci/sta2x11/sta2x11_vip.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This is the driver for the STA2x11 Video Input Port. 3 4 * ··· 7 6 * Copyright (C) 2010 WindRiver Systems, Inc. 8 7 * authors: Andreas Kies <andreas.kies@windriver.com> 9 8 * Vlad Lungu <vlad.lungu@windriver.com> 10 - * 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms and conditions of the GNU General Public License, 13 - * version 2, as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope it will be useful, but WITHOUT 16 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 18 - * more details. 19 - * 20 - * You should have received a copy of the GNU General Public License along with 21 - * this program; if not, write to the Free Software Foundation, Inc., 22 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 23 - * 24 - * The full GNU General Public License is included in this distribution in 25 - * the file called "COPYING". 26 - * 27 9 */ 28 10 29 11 #include <linux/types.h>
+1 -15
include/linux/stmmac.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /******************************************************************************* 2 3 3 4 Header file for stmmac platform data 4 5 5 6 Copyright (C) 2009 STMicroelectronics Ltd 6 7 7 - This program is free software; you can redistribute it and/or modify it 8 - under the terms and conditions of the GNU General Public License, 9 - version 2, as published by the Free Software Foundation. 10 - 11 - This program is distributed in the hope it will be useful, but WITHOUT 12 - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - more details. 15 - 16 - You should have received a copy of the GNU General Public License along with 17 - this program; if not, write to the Free Software Foundation, Inc., 18 - 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 - 20 - The full GNU General Public License is included in this distribution in 21 - the file called "COPYING". 22 8 23 9 Author: Giuseppe Cavallaro <peppe.cavallaro@st.com> 24 10 *******************************************************************************/