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 45

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 or at your option 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 11 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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/20190520170858.370933192@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
8d7c56d0 6979193b

+11 -59
+1 -5
arch/mips/cavium-octeon/crypto/octeon-sha512.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Cryptographic API. 3 4 * ··· 11 10 * Copyright (c) Jean-Luc Cooke <jlcooke@certainkey.com> 12 11 * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk> 13 12 * Copyright (c) 2003 Kyle McMartin <kyle@debian.org> 14 - * 15 - * This program is free software; you can redistribute it and/or modify it 16 - * under the terms of the GNU General Public License as published by the 17 - * Free Software Foundation; either version 2, or (at your option) any 18 - * later version. 19 13 */ 20 14 21 15 #include <linux/mm.h>
+1 -6
crypto/sha512_generic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* SHA-512 code by Jean-Luc Cooke <jlcooke@certainkey.com> 2 3 * 3 4 * Copyright (c) Jean-Luc Cooke <jlcooke@certainkey.com> 4 5 * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk> 5 6 * Copyright (c) 2003 Kyle McMartin <kyle@debian.org> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; either version 2, or (at your option) any 10 - * later version. 11 - * 12 7 */ 13 8 #include <crypto/internal/hash.h> 14 9 #include <linux/kernel.h>
+1 -5
drivers/ata/ahci_da850.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * DaVinci DA850 AHCI SATA platform driver 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; either version 2, or (at your option) 7 - * any later version. 8 4 */ 9 5 10 6 #include <linux/kernel.h>
+1 -5
drivers/ata/ahci_dm816.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * DaVinci DM816 AHCI SATA platform driver 3 4 * 4 5 * Copyright (C) 2017 BayLibre SAS 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2, or (at your option) 9 - * any later version. 10 6 */ 11 7 12 8 #include <linux/kernel.h>
+1 -5
drivers/ata/ahci_platform.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * AHCI SATA platform driver 3 4 * ··· 6 5 * Jeff Garzik <jgarzik@pobox.com> 7 6 * Copyright 2010 MontaVista Software, LLC. 8 7 * Anton Vorontsov <avorontsov@ru.mvista.com> 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, or (at your option) 13 - * any later version. 14 8 */ 15 9 16 10 #include <linux/kernel.h>
+1 -5
drivers/ata/ahci_qoriq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Freescale QorIQ AHCI SATA platform driver 3 4 * 4 5 * Copyright 2015 Freescale, Inc. 5 6 * Tang Yuantian <Yuantian.Tang@freescale.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2, or (at your option) 10 - * any later version. 11 7 */ 12 8 13 9 #include <linux/kernel.h>
+1 -5
drivers/ata/libahci_platform.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * AHCI SATA platform library 3 4 * ··· 6 5 * Jeff Garzik <jgarzik@pobox.com> 7 6 * Copyright 2010 MontaVista Software, LLC. 8 7 * Anton Vorontsov <avorontsov@ru.mvista.com> 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, or (at your option) 13 - * any later version. 14 8 */ 15 9 16 10 #include <linux/clk.h>
+1 -6
drivers/md/md-cluster.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2015, SUSE 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; either version 2, or (at your option) 7 - * any later version. 8 - * 9 4 */ 10 5 11 6
+1 -6
drivers/scsi/scsi_debug.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * vvvvvvvvvvvvvvvvvvvvvvv Original vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv 3 4 * Copyright (C) 1992 Eric Youngdale ··· 9 8 * 10 9 * Copyright (C) 2001 - 2018 Douglas Gilbert 11 10 * 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, or (at your option) 15 - * any later version. 16 - * 17 11 * For documentation see http://sg.danny.cz/sg/sdebug26.html 18 - * 19 12 */ 20 13 21 14
+1 -6
drivers/scsi/sg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * History: 3 4 * Started: Aug 9 by Lawrence Foard (entropy@world.std.com), ··· 9 8 * Copyright (C) 1992 Lawrence Foard 10 9 * Version 2 and 3 extensions to driver: 11 10 * Copyright (C) 1998 - 2014 Douglas Gilbert 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, or (at your option) 16 - * any later version. 17 - * 18 11 */ 19 12 20 13 static int sg_version_num = 30536; /* 2 digits for each component */
+1 -5
include/linux/ahci_platform.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * AHCI SATA platform driver 3 4 * ··· 6 5 * Jeff Garzik <jgarzik@pobox.com> 7 6 * Copyright 2010 MontaVista Software, LLC. 8 7 * Anton Vorontsov <avorontsov@ru.mvista.com> 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, or (at your option) 13 - * any later version. 14 8 */ 15 9 16 10 #ifndef _AHCI_PLATFORM_H