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

soc: samsung: Add SPDX license identifiers to headers

Replace GPL license statements with SPDX GPL-2.0 license identifiers.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

+2 -9
+1 -4
include/linux/soc/samsung/exynos-pmu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (c) 2014 Samsung Electronics Co., Ltd. 3 4 * http://www.samsung.com 4 5 * 5 6 * Header for EXYNOS PMU Driver support 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 7 */ 11 8 12 9 #ifndef __LINUX_SOC_EXYNOS_PMU_H
+1 -5
include/linux/soc/samsung/exynos-regs-pmu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (c) 2010-2015 Samsung Electronics Co., Ltd. 3 4 * http://www.samsung.com 4 5 * 5 6 * EXYNOS - Power management unit definition 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 7 * 12 8 * Notice: 13 9 * This is not a list of all Exynos Power Management Unit SFRs.