diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-06-01 10:08:51 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-05 17:37:17 +0200 |
commit | 82664963ee5f03b5c604f4c593a5e43f26193610 (patch) | |
tree | 2c15b45fe8bf9fd1eb4a0cae086180637d6f0146 /include/linux/transport_class.h | |
parent | 3e45610181bcc2c68d343a62c1d028890160ef79 (diff) | |
download | blackbird-op-linux-82664963ee5f03b5c604f4c593a5e43f26193610.tar.gz blackbird-op-linux-82664963ee5f03b5c604f4c593a5e43f26193610.zip |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 437
Based on 1 normalized pattern(s):
this file is licensed under gplv2
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 22 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531190115.129548190@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/transport_class.h')
-rw-r--r-- | include/linux/transport_class.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/transport_class.h b/include/linux/transport_class.h index 11087cdd4ad3..a9c59761927b 100644 --- a/include/linux/transport_class.h +++ b/include/linux/transport_class.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * transport_class.h - a generic container for all transport classes * * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> - * - * This file is licensed under GPLv2 */ #ifndef _TRANSPORT_CLASS_H_ |