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 140

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of gnu general public license as published by the
free software foundation either version 2 of the license or at your
option any later version you should have received a copy of the gnu
general public license along with this program if not see http www
gnu org licenses

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

has been chosen to replace the boilerplate/reference in 2 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/20190524100844.276644418@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
1cc6582e 6db657dd

+2 -16
+1 -8
crypto/cast5_generic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* Kernel cryptographic api. 2 3 * cast5.c - Cast5 cipher algorithm (rfc2144). 3 4 * ··· 10 9 * 11 10 * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. 12 11 * Copyright (C) 2003 Kartikey Mahendra Bhatt <kartik_me@hotmail.com>. 13 - * 14 - * This program is free software; you can redistribute it and/or modify it 15 - * under the terms of GNU General Public License as published by the Free 16 - * Software Foundation; either version 2 of the License, or (at your option) 17 - * any later version. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 12 */ 22 13 23 14
+1 -8
crypto/cast6_generic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* Kernel cryptographic api. 2 3 * cast6.c - Cast6 cipher algorithm [rfc2612]. 3 4 * ··· 7 6 * algorithm. 8 7 * 9 8 * Copyright (C) 2003 Kartikey Mahendra Bhatt <kartik_me@hotmail.com>. 10 - * 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms of GNU General Public License as published by the Free 13 - * Software Foundation; either version 2 of the License, or (at your option) 14 - * any later version. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 9 */ 19 10 20 11