diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2018-09-21 09:40:20 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-09-28 09:14:54 -0400 |
commit | b1c1db9883c276fe41a04e9ce8f89576a64b1ac0 (patch) | |
tree | 5f2f9aa278d7456a6f04956b38a4e161919e4580 /include/linux/nvmem-provider.h | |
parent | bee1138bea15a640aaa9e9bb909af5b2762520e0 (diff) |
nvmem: use SPDX license identifiers
Use SPDX license identiefiers to core nvmem files and remove GPL 2.0
license boilerplate.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/nvmem-provider.h')
-rw-r--r-- | include/linux/nvmem-provider.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/nvmem-provider.h b/include/linux/nvmem-provider.h index 5c9f205cac8f..8ae012f6545a 100644 --- a/include/linux/nvmem-provider.h +++ b/include/linux/nvmem-provider.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * nvmem framework provider. | 3 | * nvmem framework provider. |
3 | * | 4 | * |
4 | * Copyright (C) 2015 Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 5 | * Copyright (C) 2015 Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
5 | * Copyright (C) 2013 Maxime Ripard <maxime.ripard@free-electrons.com> | 6 | * Copyright (C) 2013 Maxime Ripard <maxime.ripard@free-electrons.com> |
6 | * | ||
7 | * This file is licensed under the terms of the GNU General Public | ||
8 | * License version 2. This program is licensed "as is" without any | ||
9 | * warranty of any kind, whether express or implied. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef _LINUX_NVMEM_PROVIDER_H | 9 | #ifndef _LINUX_NVMEM_PROVIDER_H |