diff --git a/src/CVObjectDetection.cpp b/src/CVObjectDetection.cpp index 3fddb93f7..bab072770 100644 --- a/src/CVObjectDetection.cpp +++ b/src/CVObjectDetection.cpp @@ -2,6 +2,7 @@ * @file * @brief Source file for CVObjectDetection class * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/src/CVObjectDetection.h b/src/CVObjectDetection.h index ba62be956..326fc7ce0 100644 --- a/src/CVObjectDetection.h +++ b/src/CVObjectDetection.h @@ -2,6 +2,7 @@ * @file * @brief Header file for CVObjectDetection class * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/src/CVStabilization.cpp b/src/CVStabilization.cpp index 75eff5363..fd50f0162 100644 --- a/src/CVStabilization.cpp +++ b/src/CVStabilization.cpp @@ -2,6 +2,7 @@ * @file * @brief Source file for CVStabilization class * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/src/CVStabilization.h b/src/CVStabilization.h index 96cbf7125..4dd04ca96 100644 --- a/src/CVStabilization.h +++ b/src/CVStabilization.h @@ -2,6 +2,7 @@ * @file * @brief Header file for CVStabilization class * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/src/CVTracker.cpp b/src/CVTracker.cpp index f300c2d73..3b24a14b7 100644 --- a/src/CVTracker.cpp +++ b/src/CVTracker.cpp @@ -2,6 +2,7 @@ * @file * @brief Track an object selected by the user * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/src/CVTracker.h b/src/CVTracker.h index 4ac28df53..51df4e767 100644 --- a/src/CVTracker.h +++ b/src/CVTracker.h @@ -2,6 +2,7 @@ * @file * @brief Track an object selected by the user * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/src/ClipProcessingJobs.cpp b/src/ClipProcessingJobs.cpp index fb64fd78b..8e0b9d083 100644 --- a/src/ClipProcessingJobs.cpp +++ b/src/ClipProcessingJobs.cpp @@ -1,3 +1,34 @@ +/** + * @file + * @brief Source file for ClipProcessingJobs class + * @author Jonathan Thomas + * @author Brenno Caldato + * + * @ref License + */ + +/* LICENSE + * + * Copyright (c) 2008-2019 OpenShot Studios, LLC + * . This file is part of + * OpenShot Library (libopenshot), an open-source project dedicated to + * delivering high quality video editing and animation solutions to the + * world. For more information visit . + * + * OpenShot Library (libopenshot) is free software: you can redistribute it + * and/or modify it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * OpenShot Library (libopenshot) is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with OpenShot Library. If not, see . + */ + #include "ClipProcessingJobs.h" // Constructor responsible to choose processing type and apply to clip diff --git a/src/ClipProcessingJobs.h b/src/ClipProcessingJobs.h index 2a34d46e4..ffa6b4a4d 100644 --- a/src/ClipProcessingJobs.h +++ b/src/ClipProcessingJobs.h @@ -1,7 +1,8 @@ /** * @file - * @brief Header for the ClipProcessingJobs class + * @brief Header for ClipProcessingJobs class * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/src/ProcessingController.h b/src/ProcessingController.h index 98c77888b..24d501e39 100644 --- a/src/ProcessingController.h +++ b/src/ProcessingController.h @@ -2,6 +2,7 @@ * @file * @brief This is a message class for thread safe comunication between ClipProcessingJobs and OpenCV classes * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/src/TrackedObjectBBox.cpp b/src/TrackedObjectBBox.cpp index dbf6efb97..71642f6a8 100644 --- a/src/TrackedObjectBBox.cpp +++ b/src/TrackedObjectBBox.cpp @@ -2,6 +2,7 @@ * @file * @brief Source file for the TrackedObjectBBox class * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/src/TrackedObjectBBox.h b/src/TrackedObjectBBox.h index bf66c388d..ae951e220 100644 --- a/src/TrackedObjectBBox.h +++ b/src/TrackedObjectBBox.h @@ -2,6 +2,7 @@ * @file * @brief Header file for the TrackedObjectBBox class * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/src/TrackedObjectBase.cpp b/src/TrackedObjectBase.cpp index 631e0a651..f065b10a9 100644 --- a/src/TrackedObjectBase.cpp +++ b/src/TrackedObjectBase.cpp @@ -2,6 +2,7 @@ * @file * @brief Source file for the TrackedObjectBase class * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/src/TrackedObjectBase.h b/src/TrackedObjectBase.h index 371b056fc..86278e637 100644 --- a/src/TrackedObjectBase.h +++ b/src/TrackedObjectBase.h @@ -2,6 +2,7 @@ * @file * @brief Header file for the TrackedObjectBase class * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/src/effects/ObjectDetection.cpp b/src/effects/ObjectDetection.cpp index ae1ab3c3e..a59406015 100644 --- a/src/effects/ObjectDetection.cpp +++ b/src/effects/ObjectDetection.cpp @@ -2,6 +2,7 @@ * @file * @brief Source file for Object Detection effect class * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/src/effects/ObjectDetection.h b/src/effects/ObjectDetection.h index 3866bd2f1..50e393080 100644 --- a/src/effects/ObjectDetection.h +++ b/src/effects/ObjectDetection.h @@ -2,6 +2,7 @@ * @file * @brief Header file for Object Detection effect class * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/src/effects/Stabilizer.cpp b/src/effects/Stabilizer.cpp index e7fb3c029..6d1666ab4 100644 --- a/src/effects/Stabilizer.cpp +++ b/src/effects/Stabilizer.cpp @@ -2,6 +2,7 @@ * @file * @brief Source file for Stabilizer effect class * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/src/effects/Stabilizer.h b/src/effects/Stabilizer.h index 73e8090ad..1291fb73f 100644 --- a/src/effects/Stabilizer.h +++ b/src/effects/Stabilizer.h @@ -2,6 +2,7 @@ * @file * @brief Header file for Stabilizer effect class * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/src/effects/Tracker.cpp b/src/effects/Tracker.cpp index 2e72c6d17..ae2dbafd0 100644 --- a/src/effects/Tracker.cpp +++ b/src/effects/Tracker.cpp @@ -2,6 +2,7 @@ * @file * @brief Source file for Tracker effect class * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/src/effects/Tracker.h b/src/effects/Tracker.h index 0ccf589c5..f7db6e2ec 100644 --- a/src/effects/Tracker.h +++ b/src/effects/Tracker.h @@ -2,6 +2,7 @@ * @file * @brief Header file for Tracker effect class * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/tests/CVObjectDetection.cpp b/tests/CVObjectDetection.cpp index 688581c57..350f1b984 100644 --- a/tests/CVObjectDetection.cpp +++ b/tests/CVObjectDetection.cpp @@ -2,6 +2,7 @@ * @file * @brief Unit tests for CVObjectDetection * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/tests/CVStabilizer.cpp b/tests/CVStabilizer.cpp index 61b9f6266..15782a574 100644 --- a/tests/CVStabilizer.cpp +++ b/tests/CVStabilizer.cpp @@ -2,6 +2,7 @@ * @file * @brief Unit tests for CVStabilizer * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */ diff --git a/tests/CVTracker.cpp b/tests/CVTracker.cpp index 2bc878889..5106a2d94 100644 --- a/tests/CVTracker.cpp +++ b/tests/CVTracker.cpp @@ -2,6 +2,7 @@ * @file * @brief Unit tests for CVTracker * @author Jonathan Thomas + * @author Brenno Caldato * * @ref License */