Skip to content

Commit

Permalink
Input: stmfts,s6sy671 - add SPDX identifier
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
  • Loading branch information
Andi Shyti authored and dtor committed Jan 22, 2018
1 parent 55edde9 commit f30fefd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
15 changes: 5 additions & 10 deletions drivers/input/touchscreen/s6sy761.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
/*
* Copyright (c) 2017 Samsung Electronics Co., Ltd.
* Author: Andi Shyti <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* Samsung S6SY761 Touchscreen device driver
*/
// SPDX-License-Identifier: GPL-2.0
// Samsung S6SY761 Touchscreen device driver
//
// Copyright (c) 2017 Samsung Electronics Co., Ltd.
// Copyright (c) 2017 Andi Shyti <[email protected]>

#include <asm/unaligned.h>
#include <linux/delay.h>
Expand Down
15 changes: 5 additions & 10 deletions drivers/input/touchscreen/stmfts.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
/*
* Copyright (c) 2017 Samsung Electronics Co., Ltd.
* Author: Andi Shyti <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* STMicroelectronics FTS Touchscreen device driver
*/
// SPDX-License-Identifier: GPL-2.0
// STMicroelectronics FTS Touchscreen device driver
//
// Copyright (c) 2017 Samsung Electronics Co., Ltd.
// Copyright (c) 2017 Andi Shyti <[email protected]>

#include <linux/delay.h>
#include <linux/i2c.h>
Expand Down

0 comments on commit f30fefd

Please sign in to comment.