From 602ca1617824f849c559c1c7d2c9b59d6fa62e67 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sat, 27 May 2023 12:39:18 +0300 Subject: [PATCH] copyright update --- README.md | 2 +- janus/src/audio.c | 2 +- janus/src/audio.h | 2 +- janus/src/client.c | 2 +- janus/src/client.h | 2 +- janus/src/config.c | 2 +- janus/src/config.h | 2 +- janus/src/const.h | 2 +- janus/src/logging.h | 2 +- janus/src/memsinkfd.c | 2 +- janus/src/memsinkfd.h | 2 +- janus/src/plugin.c | 2 +- janus/src/queue.c | 2 +- janus/src/queue.h | 2 +- janus/src/rtp.c | 2 +- janus/src/rtp.h | 2 +- janus/src/rtpa.c | 2 +- janus/src/rtpa.h | 2 +- janus/src/rtpv.c | 2 +- janus/src/rtpv.h | 2 +- janus/src/tc358743.c | 2 +- janus/src/tc358743.h | 2 +- src/dump/file.c | 2 +- src/dump/file.h | 2 +- src/dump/main.c | 4 ++-- src/libs/array.h | 2 +- src/libs/base64.c | 2 +- src/libs/base64.h | 2 +- src/libs/const.h | 2 +- src/libs/frame.c | 2 +- src/libs/frame.h | 2 +- src/libs/list.h | 2 +- src/libs/logging.c | 2 +- src/libs/logging.h | 2 +- src/libs/memsink.c | 2 +- src/libs/memsink.h | 2 +- src/libs/memsinksh.h | 2 +- src/libs/options.c | 2 +- src/libs/options.h | 2 +- src/libs/process.h | 2 +- src/libs/threading.h | 2 +- src/libs/tools.h | 2 +- src/libs/unjpeg.c | 2 +- src/libs/unjpeg.h | 2 +- src/libs/xioctl.h | 2 +- src/ustreamer/blank.c | 2 +- src/ustreamer/blank.h | 2 +- src/ustreamer/data/blank_jpeg.c | 2 +- src/ustreamer/data/blank_jpeg.h | 2 +- src/ustreamer/data/favicon_ico.c | 2 +- src/ustreamer/data/favicon_ico.h | 2 +- src/ustreamer/data/index_html.c | 2 +- src/ustreamer/data/index_html.h | 2 +- src/ustreamer/device.c | 2 +- src/ustreamer/device.h | 2 +- src/ustreamer/encoder.c | 2 +- src/ustreamer/encoder.h | 2 +- src/ustreamer/encoders/cpu/encoder.c | 2 +- src/ustreamer/encoders/cpu/encoder.h | 2 +- src/ustreamer/encoders/hw/encoder.c | 2 +- src/ustreamer/encoders/hw/encoder.h | 2 +- src/ustreamer/encoders/hw/huffman.h | 2 +- src/ustreamer/gpio/gpio.c | 2 +- src/ustreamer/gpio/gpio.h | 2 +- src/ustreamer/h264.c | 2 +- src/ustreamer/h264.h | 2 +- src/ustreamer/http/bev.c | 2 +- src/ustreamer/http/bev.h | 2 +- src/ustreamer/http/mime.c | 2 +- src/ustreamer/http/mime.h | 2 +- src/ustreamer/http/path.c | 2 +- src/ustreamer/http/path.h | 2 +- src/ustreamer/http/server.c | 2 +- src/ustreamer/http/server.h | 2 +- src/ustreamer/http/static.c | 2 +- src/ustreamer/http/static.h | 2 +- src/ustreamer/http/systemd/systemd.c | 2 +- src/ustreamer/http/systemd/systemd.h | 2 +- src/ustreamer/http/unix.c | 2 +- src/ustreamer/http/unix.h | 2 +- src/ustreamer/http/uri.c | 2 +- src/ustreamer/http/uri.h | 2 +- src/ustreamer/m2m.c | 2 +- src/ustreamer/m2m.h | 2 +- src/ustreamer/main.c | 2 +- src/ustreamer/options.c | 4 ++-- src/ustreamer/options.h | 2 +- src/ustreamer/stream.c | 2 +- src/ustreamer/stream.h | 2 +- src/ustreamer/workers.c | 2 +- src/ustreamer/workers.h | 2 +- tools/common.py | 4 ++-- tools/make-html-h.py | 2 +- tools/make-ico-h.py | 2 +- tools/make-jpeg-h.py | 2 +- 95 files changed, 98 insertions(+), 98 deletions(-) diff --git a/README.md b/README.md index 4601a6e..7103a1c 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ v4l2 utilities provide the tools to manage USB webcam setting and information. S ----- # License -Copyright (C) 2018-2022 by Maxim Devaev mdevaev@gmail.com +Copyright (C) 2018-2023 by Maxim Devaev mdevaev@gmail.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/janus/src/audio.c b/janus/src/audio.c index 54a701f..b706296 100644 --- a/janus/src/audio.c +++ b/janus/src/audio.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/audio.h b/janus/src/audio.h index f87a156..1a5f59e 100644 --- a/janus/src/audio.h +++ b/janus/src/audio.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/client.c b/janus/src/client.c index 58c52e7..5ecef97 100644 --- a/janus/src/client.c +++ b/janus/src/client.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/client.h b/janus/src/client.h index 3ac7919..6e9ac82 100644 --- a/janus/src/client.h +++ b/janus/src/client.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/config.c b/janus/src/config.c index d479dcf..a6581ec 100644 --- a/janus/src/config.c +++ b/janus/src/config.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/config.h b/janus/src/config.h index 4bdb852..4170ad9 100644 --- a/janus/src/config.h +++ b/janus/src/config.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/const.h b/janus/src/const.h index b8b7967..7587893 100644 --- a/janus/src/const.h +++ b/janus/src/const.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/logging.h b/janus/src/logging.h index 8d4f67c..73f5821 100644 --- a/janus/src/logging.h +++ b/janus/src/logging.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/memsinkfd.c b/janus/src/memsinkfd.c index d2f1f96..964a345 100644 --- a/janus/src/memsinkfd.c +++ b/janus/src/memsinkfd.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/memsinkfd.h b/janus/src/memsinkfd.h index 29d9e5e..67525e7 100644 --- a/janus/src/memsinkfd.h +++ b/janus/src/memsinkfd.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/plugin.c b/janus/src/plugin.c index 243c4a3..8e6c2e2 100644 --- a/janus/src/plugin.c +++ b/janus/src/plugin.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/queue.c b/janus/src/queue.c index ccb0423..264018e 100644 --- a/janus/src/queue.c +++ b/janus/src/queue.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/queue.h b/janus/src/queue.h index 79cf677..db3d7ae 100644 --- a/janus/src/queue.h +++ b/janus/src/queue.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/rtp.c b/janus/src/rtp.c index 1c31b84..a7eaacb 100644 --- a/janus/src/rtp.c +++ b/janus/src/rtp.c @@ -5,7 +5,7 @@ # This source file is partially based on this code: # # - https://github.com/catid/kvm/blob/master/kvm_pipeline/src # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/rtp.h b/janus/src/rtp.h index 06cc1d7..57b348f 100644 --- a/janus/src/rtp.h +++ b/janus/src/rtp.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/rtpa.c b/janus/src/rtpa.c index c3be0b0..73f7dc5 100644 --- a/janus/src/rtpa.c +++ b/janus/src/rtpa.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/rtpa.h b/janus/src/rtpa.h index 53debfc..24ef9d0 100644 --- a/janus/src/rtpa.h +++ b/janus/src/rtpa.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/rtpv.c b/janus/src/rtpv.c index f21c9b3..3c912d5 100644 --- a/janus/src/rtpv.c +++ b/janus/src/rtpv.c @@ -5,7 +5,7 @@ # This source file is partially based on this code: # # - https://github.com/catid/kvm/blob/master/kvm_pipeline/src # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/rtpv.h b/janus/src/rtpv.h index 01c2010..3c8d4c8 100644 --- a/janus/src/rtpv.h +++ b/janus/src/rtpv.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/tc358743.c b/janus/src/tc358743.c index 1648f35..e4b3489 100644 --- a/janus/src/tc358743.c +++ b/janus/src/tc358743.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/janus/src/tc358743.h b/janus/src/tc358743.h index 4e3855d..ba9ac9f 100644 --- a/janus/src/tc358743.h +++ b/janus/src/tc358743.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/dump/file.c b/src/dump/file.c index 9a30094..43a275f 100644 --- a/src/dump/file.c +++ b/src/dump/file.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/dump/file.h b/src/dump/file.h index a90f5f4..2077dcb 100644 --- a/src/dump/file.h +++ b/src/dump/file.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/dump/main.c b/src/dump/main.c index 4788d97..46c1152 100644 --- a/src/dump/main.c +++ b/src/dump/main.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -319,7 +319,7 @@ static void _help(FILE *fp) { SAY("\nuStreamer-dump - Dump uStreamer's memory sink to file"); SAY("═════════════════════════════════════════════════════"); SAY("Version: %s; license: GPLv3", US_VERSION); - SAY("Copyright (C) 2018-2022 Maxim Devaev \n"); + SAY("Copyright (C) 2018-2023 Maxim Devaev \n"); SAY("Example:"); SAY("════════"); SAY(" ustreamer-dump --sink test --output - \\"); diff --git a/src/libs/array.h b/src/libs/array.h index 4f10a65..479107e 100644 --- a/src/libs/array.h +++ b/src/libs/array.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/base64.c b/src/libs/base64.c index 22ad42c..58f28d3 100644 --- a/src/libs/base64.c +++ b/src/libs/base64.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/base64.h b/src/libs/base64.h index f9f076a..f86e95c 100644 --- a/src/libs/base64.h +++ b/src/libs/base64.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/const.h b/src/libs/const.h index 4ae9c34..ada0ac8 100644 --- a/src/libs/const.h +++ b/src/libs/const.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/frame.c b/src/libs/frame.c index a5c58e2..d6758ba 100644 --- a/src/libs/frame.c +++ b/src/libs/frame.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/frame.h b/src/libs/frame.h index 952dd55..fe45e0a 100644 --- a/src/libs/frame.h +++ b/src/libs/frame.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/list.h b/src/libs/list.h index 6e6556c..b97643c 100644 --- a/src/libs/list.h +++ b/src/libs/list.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/logging.c b/src/libs/logging.c index 9250625..55538a6 100644 --- a/src/libs/logging.c +++ b/src/libs/logging.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/logging.h b/src/libs/logging.h index de0cf54..311285f 100644 --- a/src/libs/logging.h +++ b/src/libs/logging.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/memsink.c b/src/libs/memsink.c index c35cfaa..323235a 100644 --- a/src/libs/memsink.c +++ b/src/libs/memsink.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/memsink.h b/src/libs/memsink.h index 16d0aaf..e361c77 100644 --- a/src/libs/memsink.h +++ b/src/libs/memsink.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/memsinksh.h b/src/libs/memsinksh.h index 0ad2452..6b1e1d4 100644 --- a/src/libs/memsinksh.h +++ b/src/libs/memsinksh.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/options.c b/src/libs/options.c index c3d42e1..bb1b8b1 100644 --- a/src/libs/options.c +++ b/src/libs/options.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/options.h b/src/libs/options.h index 9901caa..bc1ca48 100644 --- a/src/libs/options.h +++ b/src/libs/options.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/process.h b/src/libs/process.h index edb280a..5bb16a4 100644 --- a/src/libs/process.h +++ b/src/libs/process.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/threading.h b/src/libs/threading.h index b61c623..d63e187 100644 --- a/src/libs/threading.h +++ b/src/libs/threading.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/tools.h b/src/libs/tools.h index 94facf2..b324965 100644 --- a/src/libs/tools.h +++ b/src/libs/tools.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/unjpeg.c b/src/libs/unjpeg.c index 9cd7fad..a235872 100644 --- a/src/libs/unjpeg.c +++ b/src/libs/unjpeg.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/unjpeg.h b/src/libs/unjpeg.h index 90c8df5..7794f81 100644 --- a/src/libs/unjpeg.h +++ b/src/libs/unjpeg.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/libs/xioctl.h b/src/libs/xioctl.h index b9691a6..7fb9eb0 100644 --- a/src/libs/xioctl.h +++ b/src/libs/xioctl.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/blank.c b/src/ustreamer/blank.c index eec5818..c55a3fe 100644 --- a/src/ustreamer/blank.c +++ b/src/ustreamer/blank.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/blank.h b/src/ustreamer/blank.h index 74e80fb..76189ec 100644 --- a/src/ustreamer/blank.h +++ b/src/ustreamer/blank.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/data/blank_jpeg.c b/src/ustreamer/data/blank_jpeg.c index 9ebb2cc..3fcb588 100644 --- a/src/ustreamer/data/blank_jpeg.c +++ b/src/ustreamer/data/blank_jpeg.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/data/blank_jpeg.h b/src/ustreamer/data/blank_jpeg.h index 26744eb..76dc123 100644 --- a/src/ustreamer/data/blank_jpeg.h +++ b/src/ustreamer/data/blank_jpeg.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/data/favicon_ico.c b/src/ustreamer/data/favicon_ico.c index 639a83a..2a107d8 100644 --- a/src/ustreamer/data/favicon_ico.c +++ b/src/ustreamer/data/favicon_ico.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/data/favicon_ico.h b/src/ustreamer/data/favicon_ico.h index aa4435f..d5938cc 100644 --- a/src/ustreamer/data/favicon_ico.h +++ b/src/ustreamer/data/favicon_ico.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/data/index_html.c b/src/ustreamer/data/index_html.c index 12409c0..1bbf790 100644 --- a/src/ustreamer/data/index_html.c +++ b/src/ustreamer/data/index_html.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/data/index_html.h b/src/ustreamer/data/index_html.h index 99dbe5a..34c8daf 100644 --- a/src/ustreamer/data/index_html.h +++ b/src/ustreamer/data/index_html.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/device.c b/src/ustreamer/device.c index 427d999..bab778c 100644 --- a/src/ustreamer/device.c +++ b/src/ustreamer/device.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/device.h b/src/ustreamer/device.h index 252ba23..e6f004d 100644 --- a/src/ustreamer/device.h +++ b/src/ustreamer/device.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/encoder.c b/src/ustreamer/encoder.c index 9b5b993..5181d09 100644 --- a/src/ustreamer/encoder.c +++ b/src/ustreamer/encoder.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/encoder.h b/src/ustreamer/encoder.h index 4750520..1408846 100644 --- a/src/ustreamer/encoder.h +++ b/src/ustreamer/encoder.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/encoders/cpu/encoder.c b/src/ustreamer/encoders/cpu/encoder.c index 1c20e6b..1453694 100644 --- a/src/ustreamer/encoders/cpu/encoder.c +++ b/src/ustreamer/encoders/cpu/encoder.c @@ -7,7 +7,7 @@ # Copyright (C) 2005-2006 Laurent Pinchart & Michel Xhaard # # Copyright (C) 2006 Gabriel A. Devenyi # # Copyright (C) 2007 Tom Stöveken # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/encoders/cpu/encoder.h b/src/ustreamer/encoders/cpu/encoder.h index ab30f2c..2aef964 100644 --- a/src/ustreamer/encoders/cpu/encoder.h +++ b/src/ustreamer/encoders/cpu/encoder.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/encoders/hw/encoder.c b/src/ustreamer/encoders/hw/encoder.c index 38330f3..a04ed5a 100644 --- a/src/ustreamer/encoders/hw/encoder.c +++ b/src/ustreamer/encoders/hw/encoder.c @@ -7,7 +7,7 @@ # Copyright (C) 2005-2006 Laurent Pinchart & Michel Xhaard # # Copyright (C) 2006 Gabriel A. Devenyi # # Copyright (C) 2007 Tom Stöveken # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/encoders/hw/encoder.h b/src/ustreamer/encoders/hw/encoder.h index c9c8bd3..20b4bd3 100644 --- a/src/ustreamer/encoders/hw/encoder.h +++ b/src/ustreamer/encoders/hw/encoder.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/encoders/hw/huffman.h b/src/ustreamer/encoders/hw/huffman.h index c2ab132..6c52a3a 100644 --- a/src/ustreamer/encoders/hw/huffman.h +++ b/src/ustreamer/encoders/hw/huffman.h @@ -7,7 +7,7 @@ # Copyright (C) 2005-2006 Laurent Pinchart & Michel Xhaard # # Copyright (C) 2006 Gabriel A. Devenyi # # Copyright (C) 2007 Tom Stöveken # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/gpio/gpio.c b/src/ustreamer/gpio/gpio.c index 5036d11..cea40dc 100644 --- a/src/ustreamer/gpio/gpio.c +++ b/src/ustreamer/gpio/gpio.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/gpio/gpio.h b/src/ustreamer/gpio/gpio.h index 8d48929..8bb8648 100644 --- a/src/ustreamer/gpio/gpio.h +++ b/src/ustreamer/gpio/gpio.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/h264.c b/src/ustreamer/h264.c index d4fc47b..bd857e1 100644 --- a/src/ustreamer/h264.c +++ b/src/ustreamer/h264.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/h264.h b/src/ustreamer/h264.h index 2729228..8ad550e 100644 --- a/src/ustreamer/h264.h +++ b/src/ustreamer/h264.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/http/bev.c b/src/ustreamer/http/bev.c index 5bbf0c6..f6c6bf8 100644 --- a/src/ustreamer/http/bev.c +++ b/src/ustreamer/http/bev.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/http/bev.h b/src/ustreamer/http/bev.h index e74bc2d..1e025d2 100644 --- a/src/ustreamer/http/bev.h +++ b/src/ustreamer/http/bev.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/http/mime.c b/src/ustreamer/http/mime.c index cf61eba..1cbfcf5 100644 --- a/src/ustreamer/http/mime.c +++ b/src/ustreamer/http/mime.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/http/mime.h b/src/ustreamer/http/mime.h index 4a708a3..fba30b5 100644 --- a/src/ustreamer/http/mime.h +++ b/src/ustreamer/http/mime.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/http/path.c b/src/ustreamer/http/path.c index 47fc525..5f53fad 100644 --- a/src/ustreamer/http/path.c +++ b/src/ustreamer/http/path.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/http/path.h b/src/ustreamer/http/path.h index 1ee1dcd..c164875 100644 --- a/src/ustreamer/http/path.h +++ b/src/ustreamer/http/path.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/http/server.c b/src/ustreamer/http/server.c index fab9ae4..1fe1f30 100644 --- a/src/ustreamer/http/server.c +++ b/src/ustreamer/http/server.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/http/server.h b/src/ustreamer/http/server.h index 4c7f141..cbb040f 100644 --- a/src/ustreamer/http/server.h +++ b/src/ustreamer/http/server.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/http/static.c b/src/ustreamer/http/static.c index 75c718a..f06f280 100644 --- a/src/ustreamer/http/static.c +++ b/src/ustreamer/http/static.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/http/static.h b/src/ustreamer/http/static.h index 62ed72c..ddbc70a 100644 --- a/src/ustreamer/http/static.h +++ b/src/ustreamer/http/static.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/http/systemd/systemd.c b/src/ustreamer/http/systemd/systemd.c index 40a8429..2d168aa 100644 --- a/src/ustreamer/http/systemd/systemd.c +++ b/src/ustreamer/http/systemd/systemd.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/http/systemd/systemd.h b/src/ustreamer/http/systemd/systemd.h index 60a02b5..89d0f0e 100644 --- a/src/ustreamer/http/systemd/systemd.h +++ b/src/ustreamer/http/systemd/systemd.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/http/unix.c b/src/ustreamer/http/unix.c index d480e10..492175b 100644 --- a/src/ustreamer/http/unix.c +++ b/src/ustreamer/http/unix.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/http/unix.h b/src/ustreamer/http/unix.h index 9a3ae34..c090d04 100644 --- a/src/ustreamer/http/unix.h +++ b/src/ustreamer/http/unix.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/http/uri.c b/src/ustreamer/http/uri.c index 027e3fb..3e03735 100644 --- a/src/ustreamer/http/uri.c +++ b/src/ustreamer/http/uri.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/http/uri.h b/src/ustreamer/http/uri.h index f559622..89f1e56 100644 --- a/src/ustreamer/http/uri.h +++ b/src/ustreamer/http/uri.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/m2m.c b/src/ustreamer/m2m.c index 0add7c1..47b054a 100644 --- a/src/ustreamer/m2m.c +++ b/src/ustreamer/m2m.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/m2m.h b/src/ustreamer/m2m.h index b1e6eda..e048185 100644 --- a/src/ustreamer/m2m.h +++ b/src/ustreamer/m2m.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/main.c b/src/ustreamer/main.c index c0406e7..3cff2ff 100644 --- a/src/ustreamer/main.c +++ b/src/ustreamer/main.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/options.c b/src/ustreamer/options.c index 2d41e2a..86af020 100644 --- a/src/ustreamer/options.c +++ b/src/ustreamer/options.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -591,7 +591,7 @@ static void _help(FILE *fp, us_device_s *dev, us_encoder_s *enc, us_stream_s *st SAY("\nuStreamer - Lightweight and fast MJPEG-HTTP streamer"); SAY("═══════════════════════════════════════════════════"); SAY("Version: %s; license: GPLv3", US_VERSION); - SAY("Copyright (C) 2018-2022 Maxim Devaev \n"); + SAY("Copyright (C) 2018-2023 Maxim Devaev \n"); SAY("Capturing options:"); SAY("══════════════════"); SAY(" -d|--device ───────────── Path to V4L2 device. Default: %s.\n", dev->path); diff --git a/src/ustreamer/options.h b/src/ustreamer/options.h index 8cc98ad..21ec311 100644 --- a/src/ustreamer/options.h +++ b/src/ustreamer/options.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/stream.c b/src/ustreamer/stream.c index 94a5279..1390b09 100644 --- a/src/ustreamer/stream.c +++ b/src/ustreamer/stream.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/stream.h b/src/ustreamer/stream.h index 02501d2..423d504 100644 --- a/src/ustreamer/stream.h +++ b/src/ustreamer/stream.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/workers.c b/src/ustreamer/workers.c index 8343db1..deed7cc 100644 --- a/src/ustreamer/workers.c +++ b/src/ustreamer/workers.c @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/src/ustreamer/workers.h b/src/ustreamer/workers.h index c3fa69e..c170b45 100644 --- a/src/ustreamer/workers.h +++ b/src/ustreamer/workers.h @@ -2,7 +2,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tools/common.py b/tools/common.py index 18502aa..f50b99e 100644 --- a/tools/common.py +++ b/tools/common.py @@ -3,7 +3,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -30,7 +30,7 @@ C_PREPEND = textwrap.dedent(""" # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # - # Copyright (C) 2018-2022 Maxim Devaev # + # Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tools/make-html-h.py b/tools/make-html-h.py index 5dad39a..5efd5ec 100755 --- a/tools/make-html-h.py +++ b/tools/make-html-h.py @@ -3,7 +3,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tools/make-ico-h.py b/tools/make-ico-h.py index a8d192b..e5f048b 100755 --- a/tools/make-ico-h.py +++ b/tools/make-ico-h.py @@ -3,7 +3,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tools/make-jpeg-h.py b/tools/make-jpeg-h.py index e521be5..97e51a5 100755 --- a/tools/make-jpeg-h.py +++ b/tools/make-jpeg-h.py @@ -3,7 +3,7 @@ # # # uStreamer - Lightweight and fast MJPEG-HTTP streamer. # # # -# Copyright (C) 2018-2022 Maxim Devaev # +# Copyright (C) 2018-2023 Maxim Devaev # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by #