diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-06-04 04:11:04 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-19 11:09:11 -0400 |
commit | 714c29cf98be844578c922e8bb202210600e0cb0 (patch) | |
tree | 0f7d8e873f0f94dc58fd38e7163f823c348f9024 /drivers/scsi/ufs | |
parent | 6b99076ceda935f3032d023bbab7c1c966c2cbbd (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 471
Based on 1 normalized pattern(s):
released under the gplv2 only spdx license identifier gpl 2 0
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 3 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Enrico Weigelt <info@metux.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081203.262169268@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/scsi/ufs')
-rw-r--r-- | drivers/scsi/ufs/ufs-hisi.c | 4 | ||||
-rw-r--r-- | drivers/scsi/ufs/ufs-hisi.h | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/drivers/scsi/ufs/ufs-hisi.c b/drivers/scsi/ufs/ufs-hisi.c index 7aed0a1a794e..f4d1dca962c4 100644 --- a/drivers/scsi/ufs/ufs-hisi.c +++ b/drivers/scsi/ufs/ufs-hisi.c | |||
@@ -1,11 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * HiSilicon Hixxxx UFS Driver | 3 | * HiSilicon Hixxxx UFS Driver |
3 | * | 4 | * |
4 | * Copyright (c) 2016-2017 Linaro Ltd. | 5 | * Copyright (c) 2016-2017 Linaro Ltd. |
5 | * Copyright (c) 2016-2017 HiSilicon Technologies Co., Ltd. | 6 | * Copyright (c) 2016-2017 HiSilicon Technologies Co., Ltd. |
6 | * | ||
7 | * Released under the GPLv2 only. | ||
8 | * SPDX-License-Identifier: GPL-2.0 | ||
9 | */ | 7 | */ |
10 | 8 | ||
11 | #include <linux/time.h> | 9 | #include <linux/time.h> |
diff --git a/drivers/scsi/ufs/ufs-hisi.h b/drivers/scsi/ufs/ufs-hisi.h index 667dfe39b57e..3231d3d81c98 100644 --- a/drivers/scsi/ufs/ufs-hisi.h +++ b/drivers/scsi/ufs/ufs-hisi.h | |||
@@ -1,8 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2017, HiSilicon. All rights reserved. | 3 | * Copyright (c) 2017, HiSilicon. All rights reserved. |
3 | * | ||
4 | * Released under the GPLv2 only. | ||
5 | * SPDX-License-Identifier: GPL-2.0 | ||
6 | */ | 4 | */ |
7 | 5 | ||
8 | #ifndef UFS_HISI_H_ | 6 | #ifndef UFS_HISI_H_ |