diff options
author | Federico Vaga <federico.vaga@cern.ch> | 2019-02-14 11:51:33 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-02-14 19:55:52 +0300 |
commit | 2c7e4928b35660e2147d14d5e42849c22f44b55f (patch) | |
tree | e0e046339919d1e0a5a4331c5d2f0b7c002aaa13 /include/linux/platform_data | |
parent | 69c8c0c0efa84cc7c95ef774e97cac237b0f6d36 (diff) | |
download | linux-2c7e4928b35660e2147d14d5e42849c22f44b55f.tar.xz |
i2c: ocores: add SPDX tag
It adds the SPDX tag and it removes the old text about the GPLv2.
Signed-off-by: Federico Vaga <federico.vaga@cern.ch>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/i2c-ocores.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/platform_data/i2c-ocores.h b/include/linux/platform_data/i2c-ocores.h index 113d6b12f650..8c416ff8affd 100644 --- a/include/linux/platform_data/i2c-ocores.h +++ b/include/linux/platform_data/i2c-ocores.h @@ -1,11 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * i2c-ocores.h - definitions for the i2c-ocores interface * * Peter Korsgaard <peter@korsgaard.com> - * - * This file is licensed under the terms of the GNU General Public License - * version 2. This program is licensed "as is" without any warranty of any - * kind, whether express or implied. */ #ifndef _LINUX_I2C_OCORES_H |