Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i2c: remove licence boilerplate from main UAPI header

Remove boilerplate because we now have the SPDX header.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>

authored by

Wolfram Sang and committed by
Wolfram Sang
deb0d335 bfb3939c

+7 -25
+7 -25
include/uapi/linux/i2c.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 2 - /* ------------------------------------------------------------------------- */ 3 - /* */ 4 - /* i2c.h - definitions for the i2c-bus interface */ 5 - /* */ 6 - /* ------------------------------------------------------------------------- */ 7 - /* Copyright (C) 1995-2000 Simon G. Vogl 8 - 9 - This program is free software; you can redistribute it and/or modify 10 - it under the terms of the GNU General Public License as published by 11 - the Free Software Foundation; either version 2 of the License, or 12 - (at your option) any later version. 13 - 14 - This program is distributed in the hope that it will be useful, 15 - but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - GNU General Public License for more details. 18 - 19 - You should have received a copy of the GNU General Public License 20 - along with this program; if not, write to the Free Software 21 - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 22 - MA 02110-1301 USA. */ 23 - /* ------------------------------------------------------------------------- */ 24 - 25 - /* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and 26 - Frodo Looijaard <frodol@dds.nl> */ 2 + /* 3 + * i2c.h - definitions for the I2C bus interface 4 + * 5 + * Copyright (C) 1995-2000 Simon G. Vogl 6 + * With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and 7 + * Frodo Looijaard <frodol@dds.nl> 8 + */ 27 9 28 10 #ifndef _UAPI_LINUX_I2C_H 29 11 #define _UAPI_LINUX_I2C_H