diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-05-24 06:04:00 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-30 14:25:16 -0400 |
commit | 1cc6582eeff2b897d5fa69707d9e56cc32eefe04 (patch) | |
tree | 02780ccb64e7e020f3921ae41ad80f44fa5f0e49 /crypto | |
parent | 6db657ddbd845eb0ffb834937a590760b19e5352 (diff) |
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>
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/cast5_generic.c | 9 | ||||
-rw-r--r-- | crypto/cast6_generic.c | 9 |
2 files changed, 2 insertions, 16 deletions
diff --git a/crypto/cast5_generic.c b/crypto/cast5_generic.c index 24bc7d4e33be..4095085d4e51 100644 --- a/crypto/cast5_generic.c +++ b/crypto/cast5_generic.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* Kernel cryptographic api. | 2 | /* Kernel cryptographic api. |
2 | * cast5.c - Cast5 cipher algorithm (rfc2144). | 3 | * cast5.c - Cast5 cipher algorithm (rfc2144). |
3 | * | 4 | * |
@@ -9,14 +10,6 @@ | |||
9 | * | 10 | * |
10 | * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. | 11 | * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. |
11 | * Copyright (C) 2003 Kartikey Mahendra Bhatt <kartik_me@hotmail.com>. | 12 | * Copyright (C) 2003 Kartikey Mahendra Bhatt <kartik_me@hotmail.com>. |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify it | ||
14 | * under the terms of GNU General Public License as published by the Free | ||
15 | * Software Foundation; either version 2 of the License, or (at your option) | ||
16 | * any later version. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
20 | */ | 13 | */ |
21 | 14 | ||
22 | 15 | ||
diff --git a/crypto/cast6_generic.c b/crypto/cast6_generic.c index edd59cc34991..a8248f8e2777 100644 --- a/crypto/cast6_generic.c +++ b/crypto/cast6_generic.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* Kernel cryptographic api. | 2 | /* Kernel cryptographic api. |
2 | * cast6.c - Cast6 cipher algorithm [rfc2612]. | 3 | * cast6.c - Cast6 cipher algorithm [rfc2612]. |
3 | * | 4 | * |
@@ -6,14 +7,6 @@ | |||
6 | * algorithm. | 7 | * algorithm. |
7 | * | 8 | * |
8 | * Copyright (C) 2003 Kartikey Mahendra Bhatt <kartik_me@hotmail.com>. | 9 | * Copyright (C) 2003 Kartikey Mahendra Bhatt <kartik_me@hotmail.com>. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of GNU General Public License as published by the Free | ||
12 | * Software Foundation; either version 2 of the License, or (at your option) | ||
13 | * any later version. | ||
14 | * | ||
15 | * You should have received a copy of the GNU General Public License | ||
16 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
17 | */ | 10 | */ |
18 | 11 | ||
19 | 12 | ||