diff options
author | Yangtao Li <[email protected]> | 2019-04-13 11:33:04 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-04-25 19:43:13 +0200 |
commit | 055f5df53f28fce845d5c0ae3a14deee756d99a6 (patch) | |
tree | 78631852514385f0d6a666bf2ecc612eac80f122 | |
parent | f6edbb38ea8369bf366475924ba02178e4c25183 (diff) |
nvmem: sunxi-sid: convert to SPDX license tags
Updates license to use SPDX-License-Identifier.
Acked-by: Maxime Ripard <[email protected]>
Signed-off-by: Yangtao Li <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/nvmem/sunxi_sid.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/nvmem/sunxi_sid.c b/drivers/nvmem/sunxi_sid.c index e7936380ce89..7013f9cc43c7 100644 --- a/drivers/nvmem/sunxi_sid.c +++ b/drivers/nvmem/sunxi_sid.c @@ -1,18 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Allwinner sunXi SoCs Security ID support. * * Copyright (c) 2013 Oliver Schinagl <[email protected]> * Copyright (C) 2014 Maxime Ripard <[email protected]> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #include <linux/device.h> |