diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-12-04 12:39:38 +0300 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-12-05 09:51:09 +0300 |
commit | 9fa1db4c7511543c951128758f358cd7aad99628 (patch) | |
tree | 167e40e2336814a7ce2bb5b570b293a23ea5c009 /arch/s390/net | |
parent | da340f921d3454f1521671c7a5a43ad3331fbe50 (diff) | |
download | linux-9fa1db4c7511543c951128758f358cd7aad99628.tar.xz |
s390: add a few more SPDX identifiers
Add the correct SPDX license to a few more files under arch/s390 and
drivers/s390 which have been missed to far.
The SPDX identifier is a legally binding shorthand, which can be used
instead of the full boiler plate text.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/net')
-rw-r--r-- | arch/s390/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/net/Makefile b/arch/s390/net/Makefile index 90568c33ddb0..e0d5f245e42b 100644 --- a/arch/s390/net/Makefile +++ b/arch/s390/net/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 # # Arch-specific network modules # |