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

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>

authored by

Krzysztof Kozlowski and committed by
Alexandre Belloni
734c5cd5 6f7ea94a

+21 -39
+7 -13
drivers/rtc/rtc-max77686.c
··· 1 - /* 2 - * RTC driver for Maxim MAX77686 and MAX77802 3 - * 4 - * Copyright (C) 2012 Samsung Electronics Co.Ltd 5 - * 6 - * based on rtc-max8997.c 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by the 10 - * Free Software Foundation; either version 2 of the License, or (at your 11 - * option) any later version. 12 - * 13 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // 3 + // RTC driver for Maxim MAX77686 and MAX77802 4 + // 5 + // Copyright (C) 2012 Samsung Electronics Co.Ltd 6 + // 7 + // based on rtc-max8997.c 14 8 15 9 #include <linux/i2c.h> 16 10 #include <linux/slab.h>
+7 -13
drivers/rtc/rtc-max8997.c
··· 1 - /* 2 - * RTC driver for Maxim MAX8997 3 - * 4 - * Copyright (C) 2013 Samsung Electronics Co.Ltd 5 - * 6 - * based on rtc-max8998.c 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by the 10 - * Free Software Foundation; either version 2 of the License, or (at your 11 - * option) any later version. 12 - * 13 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // 3 + // RTC driver for Maxim MAX8997 4 + // 5 + // Copyright (C) 2013 Samsung Electronics Co.Ltd 6 + // 7 + // based on rtc-max8998.c 14 8 15 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 16 10
+7 -13
drivers/rtc/rtc-max8998.c
··· 1 - /* 2 - * RTC driver for Maxim MAX8998 3 - * 4 - * Copyright (C) 2010 Samsung Electronics Co.Ltd 5 - * Author: Minkyu Kang <mk7.kang@samsung.com> 6 - * Author: Joonyoung Shim <jy0922.shim@samsung.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by the 10 - * Free Software Foundation; either version 2 of the License, or (at your 11 - * option) any later version. 12 - * 13 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // 3 + // RTC driver for Maxim MAX8998 4 + // 5 + // Copyright (C) 2010 Samsung Electronics Co.Ltd 6 + // Author: Minkyu Kang <mk7.kang@samsung.com> 7 + // Author: Joonyoung Shim <jy0922.shim@samsung.com> 14 8 15 9 #include <linux/module.h> 16 10 #include <linux/i2c.h>