Skip to content

Commit

Permalink
Added author and added licence in ClipProcessingJobs
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennoCaldato committed Apr 21, 2021
1 parent f3187cf commit f491d58
Show file tree
Hide file tree
Showing 22 changed files with 53 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/CVObjectDetection.cpp
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Source file for CVObjectDetection class
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions src/CVObjectDetection.h
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Header file for CVObjectDetection class
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions src/CVStabilization.cpp
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Source file for CVStabilization class
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions src/CVStabilization.h
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Header file for CVStabilization class
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions src/CVTracker.cpp
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Track an object selected by the user
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions src/CVTracker.h
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Track an object selected by the user
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
31 changes: 31 additions & 0 deletions src/ClipProcessingJobs.cpp
@@ -1,3 +1,34 @@
/**
* @file
* @brief Source file for ClipProcessingJobs class
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/

/* LICENSE
*
* Copyright (c) 2008-2019 OpenShot Studios, LLC
* <http://www.openshotstudios.com/>. 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 <http://www.openshot.org/>.
*
* 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 <http://www.gnu.org/licenses/>.
*/

#include "ClipProcessingJobs.h"

// Constructor responsible to choose processing type and apply to clip
Expand Down
3 changes: 2 additions & 1 deletion src/ClipProcessingJobs.h
@@ -1,7 +1,8 @@
/**
* @file
* @brief Header for the ClipProcessingJobs class
* @brief Header for ClipProcessingJobs class
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions src/ProcessingController.h
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief This is a message class for thread safe comunication between ClipProcessingJobs and OpenCV classes
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions src/TrackedObjectBBox.cpp
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Source file for the TrackedObjectBBox class
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions src/TrackedObjectBBox.h
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Header file for the TrackedObjectBBox class
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions src/TrackedObjectBase.cpp
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Source file for the TrackedObjectBase class
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions src/TrackedObjectBase.h
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Header file for the TrackedObjectBase class
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions src/effects/ObjectDetection.cpp
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Source file for Object Detection effect class
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions src/effects/ObjectDetection.h
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Header file for Object Detection effect class
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions src/effects/Stabilizer.cpp
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Source file for Stabilizer effect class
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions src/effects/Stabilizer.h
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Header file for Stabilizer effect class
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions src/effects/Tracker.cpp
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Source file for Tracker effect class
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions src/effects/Tracker.h
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Header file for Tracker effect class
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions tests/CVObjectDetection.cpp
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Unit tests for CVObjectDetection
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions tests/CVStabilizer.cpp
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Unit tests for CVStabilizer
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down
1 change: 1 addition & 0 deletions tests/CVTracker.cpp
Expand Up @@ -2,6 +2,7 @@
* @file
* @brief Unit tests for CVTracker
* @author Jonathan Thomas <jonathan@openshot.org>
* @author Brenno Caldato <brenno.caldato@outlook.com>
*
* @ref License
*/
Expand Down

0 comments on commit f491d58

Please sign in to comment.