Skip to content

Commit ab30e1a

Browse files
LegoLivesMatterdtor
authored andcommitted
Input: 88pm80x_onkey - add SPDX and drop GPL boilerplate
Add a SPDX-License-Identifier to the 88PM80x onkey driver and drop the GPL boilerplate in accordance with current kernel code guidelines. Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Link: https://lore.kernel.org/r/20240121-88pm80x-onkey-spdx-v1-1-b646d4749f5b@skole.hr Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 698b437 commit ab30e1a

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

drivers/input/misc/88pm80x_onkey.c

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Marvell 88PM80x ONKEY driver
34
*
45
* Copyright (C) 2012 Marvell International Ltd.
56
* Haojian Zhuang <haojian.zhuang@marvell.com>
67
* Qiao Zhou <zhouqiao@marvell.com>
7-
*
8-
* This file is subject to the terms and conditions of the GNU General
9-
* Public License. See the file "COPYING" in the main directory of this
10-
* archive for more details.
11-
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU General Public License
18-
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
208
*/
219

2210
#include <linux/kernel.h>

0 commit comments

Comments
 (0)