diff --git a/fthd_buffer.c b/fthd_buffer.c index fe20ca3..411d507 100644 --- a/fthd_buffer.c +++ b/fthd_buffer.c @@ -2,6 +2,7 @@ * FacetimeHD camera driver * * Copyright (C) 2015 Sven Schnelle + * 2016 Patrik Jakobsson * * 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 diff --git a/fthd_buffer.h b/fthd_buffer.h index f4784fc..0db84bd 100644 --- a/fthd_buffer.h +++ b/fthd_buffer.h @@ -1,7 +1,8 @@ /* - * Broadcom PCIe 1570 webcam driver + * FacetimeHD camera driver * * Copyright (C) 2015 Sven Schnelle + * 2016 Patrik Jakobsson * * 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 diff --git a/fthd_debugfs.c b/fthd_debugfs.c index c4a1cab..eeea8a3 100644 --- a/fthd_debugfs.c +++ b/fthd_debugfs.c @@ -2,6 +2,7 @@ * FacetimeHD camera driver * * Copyright (C) 2015 Sven Schnelle + * 2016 Patrik Jakobsson * * 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 diff --git a/fthd_debugfs.h b/fthd_debugfs.h index 7efd576..fec6591 100644 --- a/fthd_debugfs.h +++ b/fthd_debugfs.h @@ -1,7 +1,8 @@ /* - * Broadcom PCIe 1570 webcam driver + * FacetimeHD camera driver * * Copyright (C) 2015 Sven Schnelle + * 2016 Patrik Jakobsson * * 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 diff --git a/fthd_drv.c b/fthd_drv.c index 343e516..4d9316f 100644 --- a/fthd_drv.c +++ b/fthd_drv.c @@ -1,7 +1,8 @@ /* * FacetimeHD camera driver * - * Copyright (C) 2014 Patrik Jakobsson (patrik.r.jakobsson@gmail.com) + * Copyright (C) 2014 Patrik Jakobsson + * 2016 Sven Schnelle * * 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 diff --git a/fthd_drv.h b/fthd_drv.h index 2fef7da..5766915 100644 --- a/fthd_drv.h +++ b/fthd_drv.h @@ -1,7 +1,8 @@ /* * FacetimeHD camera driver * - * Copyright (C) 2014 Patrik Jakobsson (patrik.r.jakobsson@gmail.com) + * Copyright (C) 2014 Patrik Jakobsson + * 2016 Sven Schnelle * * 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 diff --git a/fthd_hw.c b/fthd_hw.c index 6befbb8..2c55940 100644 --- a/fthd_hw.c +++ b/fthd_hw.c @@ -1,7 +1,8 @@ /* * FacetimeHD camera driver * - * Copyright (C) 2014 Patrik Jakobsson (patrik.r.jakobsson@gmail.com) + * Copyright (C) 2014 Patrik Jakobsson + * 2016 Sven Schnelle * * 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 diff --git a/fthd_hw.h b/fthd_hw.h index 56597e5..0b48238 100644 --- a/fthd_hw.h +++ b/fthd_hw.h @@ -1,7 +1,8 @@ /* - * Broadcom PCIe 1570 webcam driver + * FacetimeHD camera driver * - * Copyright (C) 2014 Patrik Jakobsson (patrik.r.jakobsson@gmail.com) + * Copyright (C) 2014 Patrik Jakobsson + * 2016 Sven Schnelle * * 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 diff --git a/fthd_isp.c b/fthd_isp.c index 7af13a0..6e294b3 100644 --- a/fthd_isp.c +++ b/fthd_isp.c @@ -1,7 +1,8 @@ /* * FacetimeHD camera driver * - * Copyright (C) 2014 Patrik Jakobsson (patrik.r.jakobsson@gmail.com) + * Copyright (C) 2014 Patrik Jakobsson + * 2016 Sven Schnelle * * 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 diff --git a/fthd_isp.h b/fthd_isp.h index e56b7f4..8cbcdf8 100644 --- a/fthd_isp.h +++ b/fthd_isp.h @@ -1,7 +1,8 @@ /* - * Broadcom PCIe 1570 webcam driver + * FacetimeHD camera driver * - * Copyright (C) 2014 Patrik Jakobsson (patrik.r.jakobsson@gmail.com) + * Copyright (C) 2014 Patrik Jakobsson + * 2016 Sven Schnelle * * 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 diff --git a/fthd_reg.h b/fthd_reg.h index 247e84d..3a16f3d 100644 --- a/fthd_reg.h +++ b/fthd_reg.h @@ -1,7 +1,8 @@ /* - * Broadcom PCIe 1570 webcam driver + * FacetimeHD camera driver * - * Copyright (C) 2014 Patrik Jakobsson (patrik.r.jakobsson@gmail.com) + * Copyright (C) 2014 Patrik Jakobsson + * 2016 Sven Schnelle * * 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 diff --git a/fthd_ringbuf.c b/fthd_ringbuf.c index db98319..e3ef5d9 100644 --- a/fthd_ringbuf.c +++ b/fthd_ringbuf.c @@ -2,6 +2,7 @@ * FacetimeHD camera driver * * Copyright (C) 2015 Sven Schnelle + * 2016 Patrik Jakobsson * * 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 diff --git a/fthd_ringbuf.h b/fthd_ringbuf.h index faa4267..e9393ac 100644 --- a/fthd_ringbuf.h +++ b/fthd_ringbuf.h @@ -1,7 +1,8 @@ /* - * Broadcom PCIe 1570 webcam driver + * FacetimeHD camera driver * * Copyright (C) 2015 Sven Schnelle + * 2016 Patrik Jakobsson * * 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 diff --git a/fthd_v4l2.c b/fthd_v4l2.c index 31566c0..a36dfd9 100644 --- a/fthd_v4l2.c +++ b/fthd_v4l2.c @@ -2,6 +2,7 @@ * FacetimeHD camera driver * * Copyright (C) 2015 Sven Schnelle + * 2016 Patrik Jakobsson * * 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 diff --git a/fthd_v4l2.h b/fthd_v4l2.h index 5623377..cc74c0a 100644 --- a/fthd_v4l2.h +++ b/fthd_v4l2.h @@ -1,7 +1,8 @@ /* - * Broadcom PCIe 1570 webcam driver + * FacetimeHD camera driver * * Copyright (C) 2015 Sven Schnelle + * 2016 Patrik Jakobsson * * 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