1
0
Fork 0

sy7636a: Clean up license info

pull/10/head
Lars Ivar Miljeteig 2020-09-23 13:08:38 +02:00 committed by Steinar Bakkemo
parent b56e7a9c8b
commit 79ca032001
3 changed files with 10 additions and 5 deletions

View File

@ -15,7 +15,6 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <linux/module.h> #include <linux/module.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/slab.h> #include <linux/slab.h>
@ -101,6 +100,6 @@ static struct platform_driver sy7636a_sensor_driver = {
}; };
module_platform_driver(sy7636a_sensor_driver); module_platform_driver(sy7636a_sensor_driver);
MODULE_DESCRIPTION("SY7636A sensor driver"); MODULE_AUTHOR("Lars Ivar Miljeteig <lars.ivar.miljeteig@remarkable.com>");
MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Silergy SY7636A Sensor Driver");
MODULE_LICENSE("GPL v2");

View File

@ -1,4 +1,6 @@
/* /*
* MFD driver for SY7636A chip
*
* Copyright (C) 2019 reMarkable AS - http://www.remarkable.com/ * Copyright (C) 2019 reMarkable AS - http://www.remarkable.com/
* *
* Author: Lars Ivar Miljeteig <lars.ivar.miljeteig@remarkable.com> * Author: Lars Ivar Miljeteig <lars.ivar.miljeteig@remarkable.com>
@ -7,6 +9,11 @@
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2. * published by the Free Software Foundation version 2.
* *
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
* kind, whether express or implied; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* Based on the lp87565 driver by Keerthy <j-keerthy@ti.com> * Based on the lp87565 driver by Keerthy <j-keerthy@ti.com>
*/ */

View File

@ -13,7 +13,6 @@
* kind, whether express or implied; without even the implied warranty * kind, whether express or implied; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
*
*/ */
#include <linux/module.h> #include <linux/module.h>