diff options
| author | Federico Vaga <[email protected]> | 2019-02-14 09:51:33 +0100 |
|---|---|---|
| committer | Wolfram Sang <[email protected]> | 2019-02-14 17:55:52 +0100 |
| commit | 2c7e4928b35660e2147d14d5e42849c22f44b55f (patch) | |
| tree | e0e046339919d1e0a5a4331c5d2f0b7c002aaa13 /include/linux/platform_data | |
| parent | 69c8c0c0efa84cc7c95ef774e97cac237b0f6d36 (diff) | |
i2c: ocores: add SPDX tag
It adds the SPDX tag and it removes the old text about the GPLv2.
Signed-off-by: Federico Vaga <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
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 <[email protected]> - * - * 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 |