diff --git a/src/display_window.cpp b/src/display_window.cpp index 13351b8..1b3e5f0 100644 --- a/src/display_window.cpp +++ b/src/display_window.cpp @@ -1,4 +1,10 @@ +/* + * Acid Cam v2 - Qt/OpenCV Edition + * written by Jared Bruni ( http://lostsidedead.com ) + * (C) 2017 GPL + */ + #include"display_window.h" DisplayWindow::DisplayWindow(QWidget *parent) : QDialog(parent) { diff --git a/src/display_window.h b/src/display_window.h index dbafc98..1743cdc 100644 --- a/src/display_window.h +++ b/src/display_window.h @@ -1,3 +1,10 @@ +/* + * Acid Cam v2 - Qt/OpenCV Edition + * written by Jared Bruni ( http://lostsidedead.com ) + * (C) 2017 GPL +*/ + + #ifndef __DISPLAY_WINDOW_H__ #define __DISPLAY_WINDOW_H__ diff --git a/src/fractal.cpp b/src/fractal.cpp index 5f9d400..00ee8d3 100644 --- a/src/fractal.cpp +++ b/src/fractal.cpp @@ -1,7 +1,7 @@ /* - * Acid Cam v2 - OpenCV Edition + * Acid Cam v2 - Qt/OpenCV Edition * written by Jared Bruni ( http://lostsidedead.com ) - * (C) 2016 GPL + * (C) 2017 GPL */ #include "fractal.h" diff --git a/src/fractal.h b/src/fractal.h index 58deffa..7de956f 100644 --- a/src/fractal.h +++ b/src/fractal.h @@ -1,8 +1,8 @@ /* - * Acid Cam v2 - OpenCV Edition + * Acid Cam v2 - Qt/OpenCV Edition * written by Jared Bruni ( http://lostsidedead.com ) - * (C) 2016 GPL - */ + * (C) 2017 GPL +*/ #ifndef __FRACTAL__H_ #define __FRACTAL__H_ diff --git a/src/main.cpp b/src/main.cpp index 26f8bec..faadfd4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,3 +1,9 @@ +/* + * Acid Cam v2 - Qt/OpenCV Edition + * written by Jared Bruni ( http://lostsidedead.com ) + * (C) 2017 GPL + */ + //#define LINUX_RELEASE diff --git a/src/main_window.cpp b/src/main_window.cpp index 6004968..884a2ff 100644 --- a/src/main_window.cpp +++ b/src/main_window.cpp @@ -1,3 +1,10 @@ +/* + * Acid Cam v2 - Qt/OpenCV Edition + * written by Jared Bruni ( http://lostsidedead.com ) + * (C) 2017 GPL +*/ + + #include "main_window.h" #include #include"plugin.h" diff --git a/src/main_window.h b/src/main_window.h index 924a7bb..4cd5252 100644 --- a/src/main_window.h +++ b/src/main_window.h @@ -1,3 +1,10 @@ + +/* + * Acid Cam v2 - Qt/OpenCV Edition + * written by Jared Bruni ( http://lostsidedead.com ) + * (C) 2017 GPL +*/ + #ifndef __MAIN_WINDOW_H__ #define __MAIN_WINDOW_H__ diff --git a/src/new_dialog.cpp b/src/new_dialog.cpp index 546d274..de80b7d 100644 --- a/src/new_dialog.cpp +++ b/src/new_dialog.cpp @@ -1,3 +1,11 @@ + +/* + * Acid Cam v2 - Qt/OpenCV Edition + * written by Jared Bruni ( http://lostsidedead.com ) + * (C) 2017 GPL +*/ + + #include "new_dialog.h" #include "main_window.h" diff --git a/src/new_dialog.h b/src/new_dialog.h index cf679a0..bda9719 100644 --- a/src/new_dialog.h +++ b/src/new_dialog.h @@ -1,3 +1,10 @@ + +/* + * Acid Cam v2 - Qt/OpenCV Edition + * written by Jared Bruni ( http://lostsidedead.com ) + * (C) 2017 GPL +*/ + #ifndef _NEW_DIALOG_H_ #define _NEW_DIALOG_H_ diff --git a/src/playback_thread.cpp b/src/playback_thread.cpp index 80be160..999fcaf 100644 --- a/src/playback_thread.cpp +++ b/src/playback_thread.cpp @@ -1,3 +1,10 @@ +/* + * Acid Cam v2 - Qt/OpenCV Edition + * written by Jared Bruni ( http://lostsidedead.com ) + * (C) 2017 GPL +*/ + + #include"playback_thread.h" Playback::Playback(QObject *parent) : QThread(parent) { diff --git a/src/playback_thread.h b/src/playback_thread.h index cfbe73c..62d0ee8 100644 --- a/src/playback_thread.h +++ b/src/playback_thread.h @@ -1,3 +1,10 @@ + +/* + * Acid Cam v2 - Qt/OpenCV Edition + * written by Jared Bruni ( http://lostsidedead.com ) + * (C) 2017 GPL +*/ + #ifndef __PLAYBACK_WINDOW_H__ #define __PLAYBACK_WINDOW_H__ diff --git a/src/plugin.cpp b/src/plugin.cpp index 3dd152d..6d87687 100644 --- a/src/plugin.cpp +++ b/src/plugin.cpp @@ -1,3 +1,10 @@ + +/* + * Acid Cam v2 - Qt/OpenCV Edition + * written by Jared Bruni ( http://lostsidedead.com ) + * (C) 2017 GPL + */ + #include "plugin.h" PluginList plugins; diff --git a/src/plugin.h b/src/plugin.h index 0616270..e421cd6 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -1,3 +1,9 @@ +/* + * Acid Cam v2 - Qt/OpenCV Edition + * written by Jared Bruni ( http://lostsidedead.com ) + * (C) 2017 GPL + */ + #ifndef _PLUGIN_H #define _PLUGIN_H diff --git a/src/qtheaders.h b/src/qtheaders.h index 282c1cd..2ae65f4 100644 --- a/src/qtheaders.h +++ b/src/qtheaders.h @@ -1,3 +1,9 @@ +/* + * Acid Cam v2 - Qt/OpenCV Edition + * written by Jared Bruni ( http://lostsidedead.com ) + * (C) 2017 GPL +*/ + #ifndef _QT_HEADERS__ #define _QT_HEADERS__