Skip to content
Snippets Groups Projects
Commit d925da5c authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Greg Kroah-Hartman
Browse files

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: default avatarThomas Gleixner <tglx@linutronix.de>
Reviewed-by: default avatarArmijn Hemel <armijn@tjaldur.nl>
Reviewed-by: default avatarAllison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531190116.345887520@linutronix.de


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent acc15900
No related branches found
No related tags found
No related merge requests found
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* MFD core driver for the Richtek RT5033. * MFD core driver for the Richtek RT5033.
* *
...@@ -6,10 +7,6 @@ ...@@ -6,10 +7,6 @@
* *
* Copyright (C) 2014 Samsung Electronics, Co., Ltd. * Copyright (C) 2014 Samsung Electronics, Co., Ltd.
* Author: Beomho Seo <beomho.seo@samsung.com> * Author: Beomho Seo <beomho.seo@samsung.com>
*
* 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.
*/ */
#include <linux/err.h> #include <linux/err.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Fuel gauge driver for Richtek RT5033 * Fuel gauge driver for Richtek RT5033
* *
* Copyright (C) 2014 Samsung Electronics, Co., Ltd. * Copyright (C) 2014 Samsung Electronics, Co., Ltd.
* Author: Beomho Seo <beomho.seo@samsung.com> * Author: Beomho Seo <beomho.seo@samsung.com>
*
* 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.
*/ */
#include <linux/module.h> #include <linux/module.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Regulator driver for the Richtek RT5033 * Regulator driver for the Richtek RT5033
* *
* Copyright (C) 2014 Samsung Electronics, Co., Ltd. * Copyright (C) 2014 Samsung Electronics, Co., Ltd.
* Author: Beomho Seo <beomho.seo@samsung.com> * Author: Beomho Seo <beomho.seo@samsung.com>
*
* 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.
*/ */
#include <linux/module.h> #include <linux/module.h>
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* MFD core driver for Richtek RT5033 * MFD core driver for Richtek RT5033
* *
* Copyright (C) 2014 Samsung Electronics, Co., Ltd. * Copyright (C) 2014 Samsung Electronics, Co., Ltd.
* Author: Beomho Seo <beomho.seo@samsung.com> * Author: Beomho Seo <beomho.seo@samsung.com>
*
* 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.
*/ */
#ifndef __RT5033_PRIVATE_H__ #ifndef __RT5033_PRIVATE_H__
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* MFD core driver for the RT5033 * MFD core driver for the RT5033
* *
* Copyright (C) 2014 Samsung Electronics * Copyright (C) 2014 Samsung Electronics
* Author: Beomho Seo <beomho.seo@samsung.com> * Author: Beomho Seo <beomho.seo@samsung.com>
*
* 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.
*/ */
#ifndef __RT5033_H__ #ifndef __RT5033_H__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment