From dea9fec6b4ecad3aaa0f585578ff0e9cda098d07 Mon Sep 17 00:00:00 2001 From: Pascal Zingg Date: Mon, 3 Apr 2017 08:12:15 +0200 Subject: [PATCH] Header comment --- include/SLCVTrackerFeatures.h | 8 ++++---- lib-SLProject/source/CV/SLCVTrackerFeatures.cpp | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/SLCVTrackerFeatures.h b/include/SLCVTrackerFeatures.h index 6b347367a..877baa5e9 100644 --- a/include/SLCVTrackerFeatures.h +++ b/include/SLCVTrackerFeatures.h @@ -1,10 +1,10 @@ //############################################################################# -// File: SLCVTrackerAruco.cpp -// Author: Michael Goettlicher, Marcus Hudritsch -// Date: Winter 2016 +// File: SLCVTrackerFeatures.h +// Author: Pascal Zingg, Timon Tschanz +// Date: Spring 2017 // Codestyle: https://github.com/cpvrlab/SLProject/wiki/Coding-Style-Guidelines // Copyright: Marcus Hudritsch, Michael Goettlicher -// This software is provide under the GNU General Public License +// This softwareis provide under the GNU General Public License // Please visit: http://opensource.org/licenses/GPL-3.0 //############################################################################# diff --git a/lib-SLProject/source/CV/SLCVTrackerFeatures.cpp b/lib-SLProject/source/CV/SLCVTrackerFeatures.cpp index ce6fe2161..745136cc7 100644 --- a/lib-SLProject/source/CV/SLCVTrackerFeatures.cpp +++ b/lib-SLProject/source/CV/SLCVTrackerFeatures.cpp @@ -1,7 +1,7 @@ //############################################################################# -// File: SLCVTrackerAruco.cpp -// Author: Michael Goettlicher, Marcus Hudritsch -// Date: Winter 2016 +// File: SLCVTrackerFeatures.cpp +// Author: Pascal Zingg, Timon Tschanz +// Date: Spring 2017 // Codestyle: https://github.com/cpvrlab/SLProject/wiki/Coding-Style-Guidelines // Copyright: Marcus Hudritsch, Michael Goettlicher // This softwareis provide under the GNU General Public License