diff options
-rw-r--r-- | arch/s390/crypto/aes_s390.c | 6 | ||||
-rw-r--r-- | arch/s390/crypto/arch_random.c | 5 | ||||
-rw-r--r-- | arch/s390/crypto/des_s390.c | 6 | ||||
-rw-r--r-- | arch/s390/crypto/paes_s390.c | 5 | ||||
-rw-r--r-- | arch/s390/crypto/sha.h | 6 | ||||
-rw-r--r-- | arch/s390/crypto/sha256_s390.c | 6 | ||||
-rw-r--r-- | arch/s390/crypto/sha512_s390.c | 6 | ||||
-rw-r--r-- | arch/s390/crypto/sha_common.c | 6 |
8 files changed, 0 insertions, 46 deletions
diff --git a/arch/s390/crypto/aes_s390.c b/arch/s390/crypto/aes_s390.c index 5a7b60a65f96..d60798737d86 100644 --- a/arch/s390/crypto/aes_s390.c +++ b/arch/s390/crypto/aes_s390.c | |||
@@ -12,12 +12,6 @@ | |||
12 | * Harald Freudenberger <freude@de.ibm.com> | 12 | * Harald Freudenberger <freude@de.ibm.com> |
13 | * | 13 | * |
14 | * Derived from "crypto/aes_generic.c" | 14 | * Derived from "crypto/aes_generic.c" |
15 | * | ||
16 | * This program is free software; you can redistribute it and/or modify it | ||
17 | * under the terms of the GNU General Public License as published by the Free | ||
18 | * Software Foundation; either version 2 of the License, or (at your option) | ||
19 | * any later version. | ||
20 | * | ||
21 | */ | 15 | */ |
22 | 16 | ||
23 | #define KMSG_COMPONENT "aes_s390" | 17 | #define KMSG_COMPONENT "aes_s390" |
diff --git a/arch/s390/crypto/arch_random.c b/arch/s390/crypto/arch_random.c index 7ad00354fb25..8720e9203ecf 100644 --- a/arch/s390/crypto/arch_random.c +++ b/arch/s390/crypto/arch_random.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright IBM Corp. 2017 | 5 | * Copyright IBM Corp. 2017 |
6 | * Author(s): Harald Freudenberger <freude@de.ibm.com> | 6 | * Author(s): Harald Freudenberger <freude@de.ibm.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License (version 2 only) | ||
10 | * as published by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 7 | */ |
13 | 8 | ||
14 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
diff --git a/arch/s390/crypto/des_s390.c b/arch/s390/crypto/des_s390.c index c871b1086408..5346b5a80bb6 100644 --- a/arch/s390/crypto/des_s390.c +++ b/arch/s390/crypto/des_s390.c | |||
@@ -7,12 +7,6 @@ | |||
7 | * Copyright IBM Corp. 2003, 2011 | 7 | * Copyright IBM Corp. 2003, 2011 |
8 | * Author(s): Thomas Spatzier | 8 | * Author(s): Thomas Spatzier |
9 | * Jan Glauber (jan.glauber@de.ibm.com) | 9 | * Jan Glauber (jan.glauber@de.ibm.com) |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | */ | 10 | */ |
17 | 11 | ||
18 | #include <linux/init.h> | 12 | #include <linux/init.h> |
diff --git a/arch/s390/crypto/paes_s390.c b/arch/s390/crypto/paes_s390.c index 53926a2b7285..003932db8d12 100644 --- a/arch/s390/crypto/paes_s390.c +++ b/arch/s390/crypto/paes_s390.c | |||
@@ -8,11 +8,6 @@ | |||
8 | * Copyright IBM Corp. 2017 | 8 | * Copyright IBM Corp. 2017 |
9 | * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com> | 9 | * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com> |
10 | * Harald Freudenberger <freude@de.ibm.com> | 10 | * Harald Freudenberger <freude@de.ibm.com> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License (version 2 only) | ||
14 | * as published by the Free Software Foundation. | ||
15 | * | ||
16 | */ | 11 | */ |
17 | 12 | ||
18 | #define KMSG_COMPONENT "paes_s390" | 13 | #define KMSG_COMPONENT "paes_s390" |
diff --git a/arch/s390/crypto/sha.h b/arch/s390/crypto/sha.h index 19d344d49392..d6f8258b44df 100644 --- a/arch/s390/crypto/sha.h +++ b/arch/s390/crypto/sha.h | |||
@@ -6,12 +6,6 @@ | |||
6 | * | 6 | * |
7 | * Copyright IBM Corp. 2007 | 7 | * Copyright IBM Corp. 2007 |
8 | * Author(s): Jan Glauber (jang@de.ibm.com) | 8 | * Author(s): Jan Glauber (jang@de.ibm.com) |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the 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 | */ | 9 | */ |
16 | #ifndef _CRYPTO_ARCH_S390_SHA_H | 10 | #ifndef _CRYPTO_ARCH_S390_SHA_H |
17 | #define _CRYPTO_ARCH_S390_SHA_H | 11 | #define _CRYPTO_ARCH_S390_SHA_H |
diff --git a/arch/s390/crypto/sha256_s390.c b/arch/s390/crypto/sha256_s390.c index 4a31d6416d41..944aa6b237cd 100644 --- a/arch/s390/crypto/sha256_s390.c +++ b/arch/s390/crypto/sha256_s390.c | |||
@@ -7,12 +7,6 @@ | |||
7 | * s390 Version: | 7 | * s390 Version: |
8 | * Copyright IBM Corp. 2005, 2011 | 8 | * Copyright IBM Corp. 2005, 2011 |
9 | * Author(s): Jan Glauber (jang@de.ibm.com) | 9 | * Author(s): Jan Glauber (jang@de.ibm.com) |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of the 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 | */ | 10 | */ |
17 | #include <crypto/internal/hash.h> | 11 | #include <crypto/internal/hash.h> |
18 | #include <linux/init.h> | 12 | #include <linux/init.h> |
diff --git a/arch/s390/crypto/sha512_s390.c b/arch/s390/crypto/sha512_s390.c index e22ed139d0b6..b17eded532b1 100644 --- a/arch/s390/crypto/sha512_s390.c +++ b/arch/s390/crypto/sha512_s390.c | |||
@@ -6,12 +6,6 @@ | |||
6 | * | 6 | * |
7 | * Copyright IBM Corp. 2007 | 7 | * Copyright IBM Corp. 2007 |
8 | * Author(s): Jan Glauber (jang@de.ibm.com) | 8 | * Author(s): Jan Glauber (jang@de.ibm.com) |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the 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 | */ | 9 | */ |
16 | #include <crypto/internal/hash.h> | 10 | #include <crypto/internal/hash.h> |
17 | #include <crypto/sha.h> | 11 | #include <crypto/sha.h> |
diff --git a/arch/s390/crypto/sha_common.c b/arch/s390/crypto/sha_common.c index d359ec7fdd6b..cf0718d121bc 100644 --- a/arch/s390/crypto/sha_common.c +++ b/arch/s390/crypto/sha_common.c | |||
@@ -6,12 +6,6 @@ | |||
6 | * | 6 | * |
7 | * Copyright IBM Corp. 2007 | 7 | * Copyright IBM Corp. 2007 |
8 | * Author(s): Jan Glauber (jang@de.ibm.com) | 8 | * Author(s): Jan Glauber (jang@de.ibm.com) |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the 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 | */ | 9 | */ |
16 | 10 | ||
17 | #include <crypto/internal/hash.h> | 11 | #include <crypto/internal/hash.h> |