forked from luck/tmp_suning_uos_patched
rtc: maxim: Add SPDX license identifiers
Replace GPL v2.0+ license statements with SPDX license identifiers. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
parent
6f7ea94acb
commit
734c5cd5bc
|
@ -1,16 +1,10 @@
|
||||||
/*
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
* RTC driver for Maxim MAX77686 and MAX77802
|
//
|
||||||
*
|
// RTC driver for Maxim MAX77686 and MAX77802
|
||||||
* Copyright (C) 2012 Samsung Electronics Co.Ltd
|
//
|
||||||
*
|
// Copyright (C) 2012 Samsung Electronics Co.Ltd
|
||||||
* based on rtc-max8997.c
|
//
|
||||||
*
|
// based on rtc-max8997.c
|
||||||
* 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.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
/*
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
* RTC driver for Maxim MAX8997
|
//
|
||||||
*
|
// RTC driver for Maxim MAX8997
|
||||||
* Copyright (C) 2013 Samsung Electronics Co.Ltd
|
//
|
||||||
*
|
// Copyright (C) 2013 Samsung Electronics Co.Ltd
|
||||||
* based on rtc-max8998.c
|
//
|
||||||
*
|
// based on rtc-max8998.c
|
||||||
* 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.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
/*
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
* RTC driver for Maxim MAX8998
|
//
|
||||||
*
|
// RTC driver for Maxim MAX8998
|
||||||
* Copyright (C) 2010 Samsung Electronics Co.Ltd
|
//
|
||||||
* Author: Minkyu Kang <mk7.kang@samsung.com>
|
// Copyright (C) 2010 Samsung Electronics Co.Ltd
|
||||||
* Author: Joonyoung Shim <jy0922.shim@samsung.com>
|
// Author: Minkyu Kang <mk7.kang@samsung.com>
|
||||||
*
|
// Author: Joonyoung Shim <jy0922.shim@samsung.com>
|
||||||
* 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.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user