diff options
author | Thomas Gleixner <[email protected]> | 2019-05-24 12:04:09 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-05-30 11:25:18 -0700 |
commit | 80503b23b23b5b2228d8750b786eb182f2fa28d2 (patch) | |
tree | daf01b4f4f25c233100b9f32dc91973ac61b175d /drivers/iio/imu/adis_buffer.c | |
parent | db73570c1cc2bf9baee546bd17e3eee5c515cfcd (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149
Based on 1 normalized pattern(s):
licensed under the gpl 2 or later
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-or-later
has been chosen to replace the boilerplate/reference in 82 file(s).
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Allison Randal <[email protected]>
Reviewed-by: Kate Stewart <[email protected]>
Reviewed-by: Richard Fontana <[email protected]>
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/iio/imu/adis_buffer.c')
-rw-r--r-- | drivers/iio/imu/adis_buffer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/iio/imu/adis_buffer.c b/drivers/iio/imu/adis_buffer.c index 3a7c970568dc..9ac8356d9a95 100644 --- a/drivers/iio/imu/adis_buffer.c +++ b/drivers/iio/imu/adis_buffer.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Common library for ADIS16XXX devices * * Copyright 2012 Analog Devices Inc. * Author: Lars-Peter Clausen <[email protected]> - * - * Licensed under the GPL-2 or later. */ #include <linux/export.h> |