]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
s390: Remove redudant license text
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 4 Dec 2017 09:57:02 +0000 (10:57 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 5 Dec 2017 06:51:09 +0000 (07:51 +0100)
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>
arch/s390/crypto/sha1_s390.c
arch/s390/include/asm/ap.h

index 71048bd4d64c45ac785cb09bd09fde1d0bd417c3..a00c17f761c190269058d2052cc1cf40758bb0c8 100644 (file)
  *   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>
index 9ff489598d5d65511f43404c8defdfa835b28d29..cfce6835b109fd88e74d24af3022afdc01ddc5d3 100644 (file)
@@ -4,10 +4,6 @@
  *
  * Copyright IBM Corp. 2017
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License (version 2 only)
- * as published by the Free Software Foundation.
- *
  * Author(s): Tony Krowiak <akrowia@linux.vnet.ibm.com>
  *           Martin Schwidefsky <schwidefsky@de.ibm.com>
  *           Harald Freudenberger <freude@de.ibm.com>