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

Configure Feed

Select the types of activity you want to include in your feed.

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

Based on 1 normalized pattern(s):

released according to the gnu gpl version 2 or any later version

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190520071858.650321694@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
4319c7f7 5078709e

+10 -20
+1 -2
drivers/fmc/fmc-chardev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2012 CERN (www.cern.ch) 3 4 * Author: Alessandro Rubini <rubini@gnudd.com> 4 - * 5 - * Released according to the GNU GPL, version 2 or any later version. 6 5 * 7 6 * This work is part of the White Rabbit project, a research effort led 8 7 * by CERN, the European Institute for Nuclear Research.
+1 -2
drivers/fmc/fmc-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2012 CERN (www.cern.ch) 3 4 * Author: Alessandro Rubini <rubini@gnudd.com> 4 - * 5 - * Released according to the GNU GPL, version 2 or any later version. 6 5 * 7 6 * This work is part of the White Rabbit project, a research effort led 8 7 * by CERN, the European Institute for Nuclear Research.
+1 -2
drivers/fmc/fmc-debug.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2015 CERN (www.cern.ch) 3 4 * Author: Federico Vaga <federico.vaga@cern.ch> 4 - * 5 - * Released according to the GNU GPL, version 2 or any later version. 6 5 */ 7 6 8 7 #include <linux/module.h>
+1 -2
drivers/fmc/fmc-dump.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2013 CERN (www.cern.ch) 3 4 * Author: Alessandro Rubini <rubini@gnudd.com> 4 - * 5 - * Released according to the GNU GPL, version 2 or any later version. 6 5 * 7 6 * This work is part of the White Rabbit project, a research effort led 8 7 * by CERN, the European Institute for Nuclear Research.
+1 -2
drivers/fmc/fmc-match.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2012 CERN (www.cern.ch) 3 4 * Author: Alessandro Rubini <rubini@gnudd.com> 4 - * 5 - * Released according to the GNU GPL, version 2 or any later version. 6 5 * 7 6 * This work is part of the White Rabbit project, a research effort led 8 7 * by CERN, the European Institute for Nuclear Research.
+1 -2
drivers/fmc/fmc-private.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2015 CERN (www.cern.ch) 3 4 * Author: Federico Vaga <federico.vaga@cern.ch> 4 - * 5 - * Released according to the GNU GPL, version 2 or any later version. 6 5 */ 7 6 8 7 extern int fmc_debug_init(struct fmc_device *fmc);
+1 -2
drivers/fmc/fmc-sdb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2012 CERN (www.cern.ch) 3 4 * Author: Alessandro Rubini <rubini@gnudd.com> 4 - * 5 - * Released according to the GNU GPL, version 2 or any later version. 6 5 * 7 6 * This work is part of the White Rabbit project, a research effort led 8 7 * by CERN, the European Institute for Nuclear Research.
+1 -2
drivers/fmc/fmc-write-eeprom.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2012 CERN (www.cern.ch) 3 4 * Author: Alessandro Rubini <rubini@gnudd.com> 4 - * 5 - * Released according to the GNU GPL, version 2 or any later version. 6 5 * 7 6 * This work is part of the White Rabbit project, a research effort led 8 7 * by CERN, the European Institute for Nuclear Research.
+1 -2
drivers/fmc/fru-parse.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2012 CERN (www.cern.ch) 3 4 * Author: Alessandro Rubini <rubini@gnudd.com> 4 - * 5 - * Released according to the GNU GPL, version 2 or any later version. 6 5 * 7 6 * This work is part of the White Rabbit project, a research effort led 8 7 * by CERN, the European Institute for Nuclear Research.
+1 -2
include/linux/fmc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2012 CERN (www.cern.ch) 3 4 * Author: Alessandro Rubini <rubini@gnudd.com> 4 - * 5 - * Released according to the GNU GPL, version 2 or any later version. 6 5 * 7 6 * This work is part of the White Rabbit project, a research effort led 8 7 * by CERN, the European Institute for Nuclear Research.