kernel/drivers/iio/pressure/mpl115.h
.. .. @@ -1,12 +1,9 @@ 1 +/* SPDX-License-Identifier: GPL-2.0-only */1 2 /* 2 3 * Freescale MPL115A pressure/temperature sensor 3 4 * 4 5 * Copyright (c) 2014 Peter Meerwald <pmeerw@pmeerw.net> 5 6 * Copyright (c) 2016 Akinobu Mita <akinobu.mita@gmail.com> 6 - *7 - * This file is subject to the terms and conditions of version 2 of8 - * the GNU General Public License. See the file COPYING in the main9 - * directory of this archive for more details.10 7 */ 11 8 12 9 #ifndef _MPL115_H_