diff options
Diffstat (limited to 'include/linux/iio/gyro/itg3200.h')
-rw-r--r-- | include/linux/iio/gyro/itg3200.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/iio/gyro/itg3200.h b/include/linux/iio/gyro/itg3200.h index 0a30fddccfb3..a602fe7b84fa 100644 --- a/include/linux/iio/gyro/itg3200.h +++ b/include/linux/iio/gyro/itg3200.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * itg3200.h -- support InvenSense ITG3200 * Digital 3-Axis Gyroscope driver @@ -5,10 +6,6 @@ * Copyright (c) 2011 Christian Strobel <[email protected]> * Copyright (c) 2011 Manuel Stahl <[email protected]> * Copyright (c) 2012 Thorsten Nowak <[email protected]> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #ifndef I2C_ITG3200_H_ |