kernel/drivers/iio/accel/adxl345_spi.c
.. .. @@ -1,11 +1,8 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * ADXL345 3-Axis Digital Accelerometer SPI driver 3 4 * 4 5 * Copyright (c) 2017 Eva Rachel Retuya <eraretuya@gmail.com> 5 - *6 - * This file is subject to the terms and conditions of version 2 of7 - * the GNU General Public License. See the file COPYING in the main8 - * directory of this archive for more details.9 6 */ 10 7 11 8 #include <linux/module.h>