Skip to content

Commit f30fefd

Browse files
Andi Shytidtor
authored andcommitted
Input: stmfts,s6sy671 - add SPDX identifier
Replace the original license statement with the SPDX identifier. Update also the copyright owner adding myself as co-owner of the copyright. Signed-off-by: Andi Shyti <andi.shyti@samsung.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 55edde9 commit f30fefd

File tree

2 files changed

+10
-20
lines changed

2 files changed

+10
-20
lines changed

drivers/input/touchscreen/s6sy761.c

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
/*
2-
* Copyright (c) 2017 Samsung Electronics Co., Ltd.
3-
* Author: Andi Shyti <andi.shyti@samsung.com>
4-
*
5-
* This program is free software; you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License version 2 as
7-
* published by the Free Software Foundation.
8-
*
9-
* Samsung S6SY761 Touchscreen device driver
10-
*/
1+
// SPDX-License-Identifier: GPL-2.0
2+
// Samsung S6SY761 Touchscreen device driver
3+
//
4+
// Copyright (c) 2017 Samsung Electronics Co., Ltd.
5+
// Copyright (c) 2017 Andi Shyti <andi.shyti@samsung.com>
116

127
#include <asm/unaligned.h>
138
#include <linux/delay.h>

drivers/input/touchscreen/stmfts.c

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
/*
2-
* Copyright (c) 2017 Samsung Electronics Co., Ltd.
3-
* Author: Andi Shyti <andi.shyti@samsung.com>
4-
*
5-
* This program is free software; you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License version 2 as
7-
* published by the Free Software Foundation.
8-
*
9-
* STMicroelectronics FTS Touchscreen device driver
10-
*/
1+
// SPDX-License-Identifier: GPL-2.0
2+
// STMicroelectronics FTS Touchscreen device driver
3+
//
4+
// Copyright (c) 2017 Samsung Electronics Co., Ltd.
5+
// Copyright (c) 2017 Andi Shyti <andi.shyti@samsung.com>
116

127
#include <linux/delay.h>
138
#include <linux/i2c.h>

0 commit comments

Comments
 (0)