From d438c87c65d99ccfddb7c7a210afd0fa3730f381 Mon Sep 17 00:00:00 2001 From: Martin Kaltenbrunner Date: Wed, 18 May 2016 15:27:43 +0200 Subject: [PATCH] update headers --- common/Main.h | 2 +- linux/V4Linux2Camera.cpp | 2 +- linux/V4Linux2Camera.h | 2 +- macosx/AVfoundationCamera.mm | 2 +- windows/videoInputCamera.cpp | 4 ++-- windows/videoInputCamera.h | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/common/Main.h b/common/Main.h index 944543a2..8a556a27 100755 --- a/common/Main.h +++ b/common/Main.h @@ -1,6 +1,6 @@ /* reacTIVision tangible interaction framework Main.cpp - Copyright (C) 2005-2015 Martin Kaltenbrunner + Copyright (C) 2005-2016 Martin Kaltenbrunner This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/linux/V4Linux2Camera.cpp b/linux/V4Linux2Camera.cpp index 8bc2d897..1df303bc 100755 --- a/linux/V4Linux2Camera.cpp +++ b/linux/V4Linux2Camera.cpp @@ -1,5 +1,5 @@ /* portVideo, a cross platform camera framework - Copyright (C) 2005-2015 Martin Kaltenbrunner + Copyright (C) 2005-2016 Martin Kaltenbrunner This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/linux/V4Linux2Camera.h b/linux/V4Linux2Camera.h index fbb97ead..8c1bcc23 100755 --- a/linux/V4Linux2Camera.h +++ b/linux/V4Linux2Camera.h @@ -1,5 +1,5 @@ /* portVideo, a cross platform camera framework - Copyright (C) 2005-2015 Martin Kaltenbrunner + Copyright (C) 2005-2016 Martin Kaltenbrunner This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/macosx/AVfoundationCamera.mm b/macosx/AVfoundationCamera.mm index 6e2cf9ed..1714f44e 100644 --- a/macosx/AVfoundationCamera.mm +++ b/macosx/AVfoundationCamera.mm @@ -1,5 +1,5 @@ /* portVideo, a cross platform camera framework - Copyright (C) 2005-2015 Martin Kaltenbrunner + Copyright (C) 2005-2016 Martin Kaltenbrunner This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/windows/videoInputCamera.cpp b/windows/videoInputCamera.cpp index a2c48a5e..1f9378f4 100644 --- a/windows/videoInputCamera.cpp +++ b/windows/videoInputCamera.cpp @@ -1,5 +1,5 @@ /* portVideo, a cross platform camera framework - Copyright (C) 2005-2015 Martin Kaltenbrunner + Copyright (C) 2005-2016 Martin Kaltenbrunner This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -385,4 +385,4 @@ int videoInputCamera::getDefaultCameraSetting(int mode) { } return (int)default; -} \ No newline at end of file +} diff --git a/windows/videoInputCamera.h b/windows/videoInputCamera.h index 3821d199..ef701b95 100644 --- a/windows/videoInputCamera.h +++ b/windows/videoInputCamera.h @@ -1,5 +1,5 @@ /* portVideo, a cross platform camera framework - Copyright (C) 2005-2015 Martin Kaltenbrunner + Copyright (C) 2005-2016 Martin Kaltenbrunner This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by