diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-12-04 04:57:02 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-12-05 01:51:09 -0500 |
commit | 987b154983f0e70b02edf6fc75fcc2f6e6d670b9 (patch) | |
tree | a9bd74d45a57db50063c7a129a86d40ab9eae088 | |
parent | 9fa1db4c7511543c951128758f358cd7aad99628 (diff) |
s390: Remove redudant license text
More files under arch/s390 have been tagged with the SPDX identifier,
a few of those files have a GPL license text. Remove the GPL text
as it is no longer needed.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
-rw-r--r-- | arch/s390/crypto/sha1_s390.c | 6 | ||||
-rw-r--r-- | arch/s390/include/asm/ap.h | 4 |
2 files changed, 0 insertions, 10 deletions
diff --git a/arch/s390/crypto/sha1_s390.c b/arch/s390/crypto/sha1_s390.c index 71048bd4d64c..a00c17f761c1 100644 --- a/arch/s390/crypto/sha1_s390.c +++ b/arch/s390/crypto/sha1_s390.c | |||
@@ -17,12 +17,6 @@ | |||
17 | * Copyright (c) Alan Smithee. | 17 | * Copyright (c) Alan Smithee. |
18 | * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk> | 18 | * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk> |
19 | * Copyright (c) Jean-Francois Dive <jef@linuxbe.org> | 19 | * Copyright (c) Jean-Francois Dive <jef@linuxbe.org> |
20 | * | ||
21 | * This program is free software; you can redistribute it and/or modify it | ||
22 | * under the terms of the GNU General Public License as published by the Free | ||
23 | * Software Foundation; either version 2 of the License, or (at your option) | ||
24 | * any later version. | ||
25 | * | ||
26 | */ | 20 | */ |
27 | #include <crypto/internal/hash.h> | 21 | #include <crypto/internal/hash.h> |
28 | #include <linux/init.h> | 22 | #include <linux/init.h> |
diff --git a/arch/s390/include/asm/ap.h b/arch/s390/include/asm/ap.h index 9ff489598d5d..cfce6835b109 100644 --- a/arch/s390/include/asm/ap.h +++ b/arch/s390/include/asm/ap.h | |||
@@ -4,10 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright IBM Corp. 2017 | 5 | * Copyright IBM Corp. 2017 |
6 | * | 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 (version 2 only) | ||
9 | * as published by the Free Software Foundation. | ||
10 | * | ||
11 | * Author(s): Tony Krowiak <akrowia@linux.vnet.ibm.com> | 7 | * Author(s): Tony Krowiak <akrowia@linux.vnet.ibm.com> |
12 | * Martin Schwidefsky <schwidefsky@de.ibm.com> | 8 | * Martin Schwidefsky <schwidefsky@de.ibm.com> |
13 | * Harald Freudenberger <freude@de.ibm.com> | 9 | * Harald Freudenberger <freude@de.ibm.com> |