diff options
author | Nick Dyer <nick@shmanahar.org> | 2016-09-15 16:30:43 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-19 15:26:21 -0400 |
commit | f3c4a8f8d8eb3ed97bccf4776079af3ec5daa147 (patch) | |
tree | 742242840e23c0ea7d33f4db7f0fc972f10cca52 /drivers/input | |
parent | d1463e52003033cf936182b02ae60d9c066000de (diff) |
[media] Input: v4l-touch - add copyright lines
Add copyright lines for Zodiac who paid for the V4L touch work.
Signed-off-by: Nick Dyer <nick@shmanahar.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/rmi4/rmi_f54.c | 1 | ||||
-rw-r--r-- | drivers/input/touchscreen/atmel_mxt_ts.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/rmi4/rmi_f54.c b/drivers/input/rmi4/rmi_f54.c index bd86d3d599e7..cf805b960866 100644 --- a/drivers/input/rmi4/rmi_f54.c +++ b/drivers/input/rmi4/rmi_f54.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2012-2015 Synaptics Incorporated | 2 | * Copyright (c) 2012-2015 Synaptics Incorporated |
3 | * Copyright (C) 2016 Zodiac Inflight Innovations | ||
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | 5 | * This program is free software; you can redistribute it and/or modify it |
5 | * under the terms of the GNU General Public License version 2 as published by | 6 | * under the terms of the GNU General Public License version 2 as published by |
diff --git a/drivers/input/touchscreen/atmel_mxt_ts.c b/drivers/input/touchscreen/atmel_mxt_ts.c index beede8fe511c..e5d185fe69b9 100644 --- a/drivers/input/touchscreen/atmel_mxt_ts.c +++ b/drivers/input/touchscreen/atmel_mxt_ts.c | |||
@@ -4,6 +4,7 @@ | |||
4 | * Copyright (C) 2010 Samsung Electronics Co.Ltd | 4 | * Copyright (C) 2010 Samsung Electronics Co.Ltd |
5 | * Copyright (C) 2011-2014 Atmel Corporation | 5 | * Copyright (C) 2011-2014 Atmel Corporation |
6 | * Copyright (C) 2012 Google, Inc. | 6 | * Copyright (C) 2012 Google, Inc. |
7 | * Copyright (C) 2016 Zodiac Inflight Innovations | ||
7 | * | 8 | * |
8 | * Author: Joonyoung Shim <jy0922.shim@samsung.com> | 9 | * Author: Joonyoung Shim <jy0922.shim@samsung.com> |
9 | * | 10 | * |