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

Configure Feed

Select the types of activity you want to include in your feed.

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 450

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 as
published bythe free software foundation

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 5 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531190116.345887520@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
d925da5c acc15900

+5 -20
+1 -4
drivers/mfd/rt5033.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MFD core driver for the Richtek RT5033. 3 4 * ··· 7 6 * 8 7 * Copyright (C) 2014 Samsung Electronics, Co., Ltd. 9 8 * Author: Beomho Seo <beomho.seo@samsung.com> 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License version 2 as 13 - * published bythe Free Software Foundation. 14 9 */ 15 10 16 11 #include <linux/err.h>
+1 -4
drivers/power/supply/rt5033_battery.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Fuel gauge driver for Richtek RT5033 3 4 * 4 5 * Copyright (C) 2014 Samsung Electronics, Co., Ltd. 5 6 * Author: Beomho Seo <beomho.seo@samsung.com> 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 bythe Free Software Foundation. 10 7 */ 11 8 12 9 #include <linux/module.h>
+1 -4
drivers/regulator/rt5033-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Regulator driver for the Richtek RT5033 3 4 * 4 5 * Copyright (C) 2014 Samsung Electronics, Co., Ltd. 5 6 * Author: Beomho Seo <beomho.seo@samsung.com> 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 bythe Free Software Foundation. 10 7 */ 11 8 12 9 #include <linux/module.h>
+1 -4
include/linux/mfd/rt5033-private.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * MFD core driver for Richtek RT5033 3 4 * 4 5 * Copyright (C) 2014 Samsung Electronics, Co., Ltd. 5 6 * Author: Beomho Seo <beomho.seo@samsung.com> 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 bythe Free Software Foundation. 10 7 */ 11 8 12 9 #ifndef __RT5033_PRIVATE_H__
+1 -4
include/linux/mfd/rt5033.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * MFD core driver for the RT5033 3 4 * 4 5 * Copyright (C) 2014 Samsung Electronics 5 6 * Author: Beomho Seo <beomho.seo@samsung.com> 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 bythe Free Software Foundation. 10 7 */ 11 8 12 9 #ifndef __RT5033_H__