diff --git a/src/alg.cpp b/src/alg.cpp index f8a1ac80..480ca1af 100644 --- a/src/alg.cpp +++ b/src/alg.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #include "motionplus.hpp" #include "conf.hpp" diff --git a/src/alg.hpp b/src/alg.hpp index 1cc5fa24..657388c4 100644 --- a/src/alg.hpp +++ b/src/alg.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #ifndef _INCLUDE_ALG_H diff --git a/src/alg_sec.cpp b/src/alg_sec.cpp index 7898299c..b9de2da7 100644 --- a/src/alg_sec.cpp +++ b/src/alg_sec.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #include diff --git a/src/alg_sec.hpp b/src/alg_sec.hpp index a288d697..f1b775ca 100644 --- a/src/alg_sec.hpp +++ b/src/alg_sec.hpp @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #ifndef _INCLUDE_ALG_SEC_H diff --git a/src/conf.cpp b/src/conf.cpp index 63be0691..796034b9 100644 --- a/src/conf.cpp +++ b/src/conf.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #include diff --git a/src/conf.hpp b/src/conf.hpp index 6896562a..6702b2ab 100644 --- a/src/conf.hpp +++ b/src/conf.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ diff --git a/src/dbse.cpp b/src/dbse.cpp index c4865781..d620ab39 100644 --- a/src/dbse.cpp +++ b/src/dbse.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ diff --git a/src/dbse.hpp b/src/dbse.hpp index 609bd039..4d7fa880 100644 --- a/src/dbse.hpp +++ b/src/dbse.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ diff --git a/src/draw.cpp b/src/draw.cpp index 8f19c8ca..03013d30 100644 --- a/src/draw.cpp +++ b/src/draw.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #include diff --git a/src/draw.hpp b/src/draw.hpp index c690af93..88ee8890 100644 --- a/src/draw.hpp +++ b/src/draw.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ diff --git a/src/event.cpp b/src/event.cpp index 90ec21c7..5f1fae1a 100644 --- a/src/event.cpp +++ b/src/event.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #include "motionplus.hpp" diff --git a/src/event.hpp b/src/event.hpp index e224b850..45805c85 100644 --- a/src/event.hpp +++ b/src/event.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #ifndef _INCLUDE_EVENT_H_ #define _INCLUDE_EVENT_H_ diff --git a/src/exif.cpp b/src/exif.cpp index 1cdc33bf..8d3cfffb 100644 --- a/src/exif.cpp +++ b/src/exif.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ diff --git a/src/exif.hpp b/src/exif.hpp index 75c89876..914870d2 100644 --- a/src/exif.hpp +++ b/src/exif.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ diff --git a/src/jpegutils.cpp b/src/jpegutils.cpp index b682d70f..e0e75545 100644 --- a/src/jpegutils.cpp +++ b/src/jpegutils.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com * */ diff --git a/src/jpegutils.hpp b/src/jpegutils.hpp index 7bf7237c..7b4c70c8 100644 --- a/src/jpegutils.hpp +++ b/src/jpegutils.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com * */ diff --git a/src/logger.cpp b/src/logger.cpp index 64af252c..d76b14ee 100644 --- a/src/logger.cpp +++ b/src/logger.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #include "motionplus.hpp" #include "conf.hpp" diff --git a/src/logger.hpp b/src/logger.hpp index 73cd02bd..2890e230 100644 --- a/src/logger.hpp +++ b/src/logger.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #ifndef _INCLUDE_LOGGER_H_ #define _INCLUDE_LOGGER_H_ diff --git a/src/mmalcam.cpp b/src/mmalcam.cpp index 07bc1ea2..4ababe6f 100644 --- a/src/mmalcam.cpp +++ b/src/mmalcam.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com * Copyright 2013 by Nicholas Tuckett * */ diff --git a/src/mmalcam.hpp b/src/mmalcam.hpp index da48376d..237b4ae8 100644 --- a/src/mmalcam.hpp +++ b/src/mmalcam.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com * Copyright 2013 by Nicholas Tuckett */ diff --git a/src/motion_loop.cpp b/src/motion_loop.cpp index c5f30519..1356c039 100644 --- a/src/motion_loop.cpp +++ b/src/motion_loop.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com * */ diff --git a/src/motion_loop.hpp b/src/motion_loop.hpp index 24b234a5..81cc9e17 100644 --- a/src/motion_loop.hpp +++ b/src/motion_loop.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com * */ diff --git a/src/motionplus.cpp b/src/motionplus.cpp index fe08203f..43150e75 100644 --- a/src/motionplus.cpp +++ b/src/motionplus.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com * */ #include "motionplus.hpp" diff --git a/src/motionplus.hpp b/src/motionplus.hpp index 21be87e5..919f5e7c 100644 --- a/src/motionplus.hpp +++ b/src/motionplus.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com * */ diff --git a/src/movie.cpp b/src/movie.cpp index 705048e9..38b93af9 100644 --- a/src/movie.cpp +++ b/src/movie.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ /* diff --git a/src/movie.hpp b/src/movie.hpp index 3eeb569f..59135318 100644 --- a/src/movie.hpp +++ b/src/movie.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com * */ diff --git a/src/netcam.cpp b/src/netcam.cpp index 5ecbe239..00a8e563 100644 --- a/src/netcam.cpp +++ b/src/netcam.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com * */ diff --git a/src/netcam.hpp b/src/netcam.hpp index c7573da8..a0f90cfb 100644 --- a/src/netcam.hpp +++ b/src/netcam.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com * */ diff --git a/src/picture.cpp b/src/picture.cpp index b57e78eb..58991231 100644 --- a/src/picture.cpp +++ b/src/picture.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #include "motionplus.hpp" #include "conf.hpp" diff --git a/src/picture.hpp b/src/picture.hpp index 375a905d..b4b2822d 100644 --- a/src/picture.hpp +++ b/src/picture.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com * */ #ifndef _INCLUDE_PICTURE_H_ diff --git a/src/rotate.cpp b/src/rotate.cpp index c30add5f..2d9b05e6 100644 --- a/src/rotate.cpp +++ b/src/rotate.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #include "motionplus.hpp" #include "conf.hpp" diff --git a/src/rotate.hpp b/src/rotate.hpp index a5ffebc9..ff5577ac 100644 --- a/src/rotate.hpp +++ b/src/rotate.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #ifndef _INCLUDE_ROTATE_H #define _INCLUDE_ROTATE_H diff --git a/src/util.cpp b/src/util.cpp index f0572198..2d00c25b 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com * */ diff --git a/src/util.hpp b/src/util.hpp index 1b0b58ea..5a980404 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com * */ diff --git a/src/video_common.cpp b/src/video_common.cpp index 1b70ae75..26dd64a0 100644 --- a/src/video_common.cpp +++ b/src/video_common.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #include "motionplus.hpp" diff --git a/src/video_common.hpp b/src/video_common.hpp index 7d54d517..8eec55d7 100644 --- a/src/video_common.hpp +++ b/src/video_common.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #ifndef _INCLUDE_VIDEO_COMMON_H diff --git a/src/video_loopback.cpp b/src/video_loopback.cpp index c0cb23a2..5e7d4881 100644 --- a/src/video_loopback.cpp +++ b/src/video_loopback.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #include "motionplus.hpp" #include "conf.hpp" diff --git a/src/video_loopback.hpp b/src/video_loopback.hpp index 6ffffb69..d940d6e7 100644 --- a/src/video_loopback.hpp +++ b/src/video_loopback.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #ifndef _INCLUDE_VIDEO_LOOPBACK_H #define _INCLUDE_VIDEO_LOOPBACK_H diff --git a/src/video_v4l2.cpp b/src/video_v4l2.cpp index 49c9fc95..f2e04369 100644 --- a/src/video_v4l2.cpp +++ b/src/video_v4l2.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #include "motionplus.hpp" diff --git a/src/video_v4l2.hpp b/src/video_v4l2.hpp index 8ceb9dbd..79f27f7e 100644 --- a/src/video_v4l2.hpp +++ b/src/video_v4l2.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #ifndef _INCLUDE_VIDEO_V4L2_H diff --git a/src/webu.cpp b/src/webu.cpp index 042a83f2..2726a1e4 100644 --- a/src/webu.cpp +++ b/src/webu.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #include diff --git a/src/webu.hpp b/src/webu.hpp index 82a060a1..0c75074e 100644 --- a/src/webu.hpp +++ b/src/webu.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #ifndef _INCLUDE_WEBU_H_ diff --git a/src/webu_html.cpp b/src/webu_html.cpp index 3c4e7ff2..be19073c 100644 --- a/src/webu_html.cpp +++ b/src/webu_html.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #include "motionplus.hpp" diff --git a/src/webu_html.hpp b/src/webu_html.hpp index 8f01a917..26bc5ff6 100644 --- a/src/webu_html.hpp +++ b/src/webu_html.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #ifndef _INCLUDE_WEBU_HTML_H_ diff --git a/src/webu_json.cpp b/src/webu_json.cpp index 3127c8b1..3f73e381 100644 --- a/src/webu_json.cpp +++ b/src/webu_json.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #include "motionplus.hpp" diff --git a/src/webu_json.hpp b/src/webu_json.hpp index cee9bc46..b9502481 100644 --- a/src/webu_json.hpp +++ b/src/webu_json.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #ifndef _INCLUDE_WEBU_JSON_H_ diff --git a/src/webu_post.cpp b/src/webu_post.cpp index c82b0563..13fed7bc 100644 --- a/src/webu_post.cpp +++ b/src/webu_post.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #include "motionplus.hpp" diff --git a/src/webu_post.hpp b/src/webu_post.hpp index 460ad195..58cb5533 100644 --- a/src/webu_post.hpp +++ b/src/webu_post.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #ifndef _INCLUDE_WEBU_POST_H_ diff --git a/src/webu_stream.cpp b/src/webu_stream.cpp index afa41c31..99592f4e 100644 --- a/src/webu_stream.cpp +++ b/src/webu_stream.cpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #include "motionplus.hpp" diff --git a/src/webu_stream.hpp b/src/webu_stream.hpp index a2b42e9d..cdbe499e 100644 --- a/src/webu_stream.hpp +++ b/src/webu_stream.hpp @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with MotionPlus. If not, see . * - * Copyright 2020 MotionMrDave@gmail.com + * Copyright 2020-2021 MotionMrDave@gmail.com */ #ifndef _INCLUDE_WEBU_STREAM_H_