diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-12-04 12:57:02 +0300 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-12-05 09:51:09 +0300 |
commit | 987b154983f0e70b02edf6fc75fcc2f6e6d670b9 (patch) | |
tree | a9bd74d45a57db50063c7a129a86d40ab9eae088 /arch/s390/crypto | |
parent | 9fa1db4c7511543c951128758f358cd7aad99628 (diff) | |
download | linux-987b154983f0e70b02edf6fc75fcc2f6e6d670b9.tar.xz |
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>
Diffstat (limited to 'arch/s390/crypto')
-rw-r--r-- | arch/s390/crypto/sha1_s390.c | 6 |
1 files changed, 0 insertions, 6 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 @@ * Copyright (c) Alan Smithee. * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk> * Copyright (c) Jean-Francois Dive <jef@linuxbe.org> - * - * 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 of the License, or (at your option) - * any later version. - * */ #include <crypto/internal/hash.h> #include <linux/init.h> |