Skip to content

Commit

Permalink
file header cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
elsampsa committed Sep 10, 2024
1 parent f54d703 commit f2de710
Show file tree
Hide file tree
Showing 37 changed files with 40 additions and 94 deletions.
2 changes: 1 addition & 1 deletion api_level_2/qt/basic.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
basic.py : Some basic classes encapsulating filter chains
* Copyright 2017-2020 Valkka Security Ltd. and Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
*
* Authors: Sampsa Riikonen <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/basic1.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
basic1.py : Some more custom filterchain classes for different use cases
* Copyright 2017-2020 Valkka Security Ltd. and Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
*
* Authors: Sampsa Riikonen <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/basic2.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
basic2.py : Some basic classes encapsulating filter chains. User must define the endpoints of the filterchains.
* Copyright 2017-2021 Valkka Security Ltd. and Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
*
* Authors: Sampsa Riikonen <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/cast.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
demo_filterchains.py : Some custom filterchains for Valkka Python3 examples
Copyright 2018 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Sampsa Riikonen
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/chains.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
chains.py : Some thread / filterchain classes for valkka qt examples
Copyright 2019 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Sampsa Riikonen
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/cpp_thread_demo.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
cpp_thread_demo.py : Launch a cpp thread in python. That thread uses a callback to send a signal to PyQt's signal/slot system
Copyright 2017-2021 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Sampsa Riikonen
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/demo_analyzer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
analyzer.py : A base class for analyzing image streams using OpenCV and an example movement detector.
Copyright 2018 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Sampsa Riikonen
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/demo_base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
demo_base.py : Common classes, etc. for the qt streaming, shared-memory and opecv demos
Copyright 2017, 2018 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Sampsa Riikonen
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/manager.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
manager.py : Managed filterchain classes. Resources are managed hierarchically, decoding is turned off if its not required
* Copyright 2017-2020 Valkka Security Ltd. and Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
*
* Authors: Sampsa Riikonen <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/multiprocessing_demo.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
multiprocessing_demo.py : Use Qt with python multiprocesses
Copyright 2018 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Sampsa Riikonen
Expand Down
5 changes: 2 additions & 3 deletions api_level_2/qt/playback.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
"""
playback.py : A controller that brings together TimeLineWidget, CalendarWidget and the ValkkaFSManager
Copyright 2019 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Petri Eränkö, Sampsa Riikonen
Authors: Sampsa Riikonen
This file is part of the Valkka Python3 examples library
Valkka Python3 examples library is free software: you can redistribute it and/or modify it under the terms of the MIT License. This code 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 MIT License for more details.
@file playback.py
@author Petri Eränkö
@author Sampsa Riikonen
@date 2019
@version 1.6.1
Expand Down
5 changes: 2 additions & 3 deletions api_level_2/qt/playwidget.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
"""
playwidget.py : TimeLineWidget and CalendarWidget for Valkka
Copyright 2019 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Petri Eränkö, Sampsa Riikonen
Authors: Sampsa Riikonen
This file is part of the Valkka Python3 examples library
Valkka Python3 examples library is free software: you can redistribute it and/or modify it under the terms of the MIT License. This code 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 MIT License for more details.
@file playwidget.py
@author Petri Eränkö
@author Sampsa Riikonen
@date 2017
@version 1.6.1
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/port.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
port.py : Port classes for managed filterchains (see "managed.py"). "Ports" are terminals of the filterchains that require resources (say, decoding or connection to a certain x screen)
* Copyright 2017-2020 Valkka Security Ltd. and Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
*
* Authors: Sampsa Riikonen <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/test_studio_1.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
test_studio_1.py : Test live streaming with Qt
Copyright 2017-2021 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Sampsa Riikonen
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/test_studio_2.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
test_studio_2.py : Test live streaming with Qt with floating instead of grouped widgets
Copyright 2017-2021 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Sampsa Riikonen
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/test_studio_3.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
test_studio_3.py : Test live streaming with Qt. Jump video from one x-screen (and gpu) to another
Copyright 2017-2021 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Sampsa Riikonen
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/test_studio_4.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
test_studio_4.py : Test live streaming with Qt. Jump video from one x-screen (and gpu) to another
Copyright 2017, 2018 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Sampsa Riikonen
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/test_studio_5.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
test_studio_5.py : Test live streaming, recording and playback in Qt
Copyright 2017-2021 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Sampsa Riikonen
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/test_studio_6.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
test_studio_5.py : Test live streaming, recording and playback in Qt
Copyright 2017-2021 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Sampsa Riikonen
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/test_studio_detector.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
test_studio_detector.py : Test live streaming with Qt. Send copies of streams to OpenCV movement detector processes. There is one OpenCV detector & multiprocess for each stream.
Copyright 2017 - 2021 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Sampsa Riikonen
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/test_studio_detector_2.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
test_studio_detector_2.py : Test live streaming with Qt. Send copies of the streams to machine vision process. There is a single machine vision process for all streams.
Copyright 2017 - 2019 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Sampsa Riikonen
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/test_studio_multicast.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
test_studio_multicast.py : Test live streaming with Qt. Copy all streams to multicast.
Copyright 2017-2021 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Sampsa Riikonen
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/test_studio_rtsp_server.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
test_studio_rtsp_server.py : Test live streaming with Qt. Establish an rtsp server.
Copyright 2017-2021 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Sampsa Riikonen
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/tools.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
tools.py : helper functions
* Copyright 2017, 2018 Valkka Security Ltd. and Sampsa Riikonen.
(c) Copyright 2017-2024 Sampsa Riikonen
*
* Authors: Sampsa Riikonen <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/valkkafs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
valkkafs.py : Framefilter chains for simultaneous decoding, presenting and reading / writing frames to ValkkaFS
* Copyright 2017-2020 Valkka Security Ltd. and Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
*
* Authors: Sampsa Riikonen <[email protected]>
*
Expand Down
7 changes: 3 additions & 4 deletions api_level_2/qt/valkkafs2.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
"""
demo_widget.py : Widgets (and widget groups) for the demo programs
Copyright 2019 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Petri Eränkö, Sampsa Riikonen
Authors: Sampsa Riikonen
This file is part of the Valkka Python3 examples library
Valkka Python3 examples library is free software: you can redistribute it and/or modify it under the terms of the MIT License. This code 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 MIT License for more details.
@file NAME.py
@file valkkafs2.py
@author Sampsa Riikonen
@author Petri Eränkö
@date 2019
@version 1.6.1
@brief
Expand Down
7 changes: 3 additions & 4 deletions api_level_2/qt/valkkafs3.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
"""
demo_widget.py : Widgets (and widget groups) for the demo programs
Copyright 2019 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Petri Eränkö, Sampsa Riikonen
Authors: Sampsa Riikonen
This file is part of the Valkka Python3 examples library
Valkka Python3 examples library is free software: you can redistribute it and/or modify it under the terms of the MIT License. This code 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 MIT License for more details.
@file NAME.py
@file demo_widget.py
@author Sampsa Riikonen
@author Petri Eränkö
@date 2019
@version 1.6.1
@brief
Expand Down
2 changes: 1 addition & 1 deletion api_level_2/qt/xscreen_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
xscreen_test.py : Test sending a Qt Widget to another xscreen
Copyright 2018 Sampsa Riikonen
(c) Copyright 2017-2024 Sampsa Riikonen
Authors: Sampsa Riikonen
Expand Down
Binary file modified docs/_build/doctrees/license.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/repos.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/_sources/license.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
Licence & Copyright
===================

\(C\) Copyright 2017 - 2020 Sampsa Riikonen and Valkka Security Ltd.
\(c\) Copyright 2017 - 2024 Sampsa Riikonen

The core component libValkka is licensed under the `LGPL license <https://www.gnu.org/licenses/lgpl-3.0.html>`_
6 changes: 0 additions & 6 deletions docs/_build/html/_sources/repos.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,5 @@ Repository Lice
| |
`valkka-live <https://github.com/elsampsa/valkka-live>`_ AGPL | A demo video surveillance program using | valkka.live
| libValkka | valkka.mvision
`valkka-cpp-examples <https://github.com/elsampsa/valkka-cpp-examples>`_ MIT | Create your own Valkka cpp extension module |
`valkka-skeleton <https://github.com/elsampsa/valkka-skeleton>`_ MIT | A skeleton for making valkka python modules |
`darknet-python <https://github.com/elsampsa/darknet-python>`_ MIT | Python3 bindings for Darknet / YOLO | darknet.core
| (pretty obsolete) | darknet.api2
| | darknet.turk
=========================================================================== ======= =============================================== ==========================

If you need an LGPL license for **valkka-live**, please contact us.
4 changes: 2 additions & 2 deletions docs/_build/html/license.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<li class="toctree-l1"><a class="reference internal" href="testsuite.html">The PyQt testsuite</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorial.html">Tutorial</a></li>
<li class="toctree-l1"><a class="reference internal" href="decoding.html">Decoding</a></li>
<li class="toctree-l1"><a class="reference internal" href="qt_notes.html">Integrating with Qt and multiprocessing</a></li>
<li class="toctree-l1"><a class="reference internal" href="qt_notes.html">Integrating with Qt</a></li>
<li class="toctree-l1"><a class="reference internal" href="multi_gpu.html">Multi-GPU systems</a></li>
<li class="toctree-l1"><a class="reference internal" href="valkkafs.html">ValkkaFS</a></li>
<li class="toctree-l1"><a class="reference internal" href="cloud.html">Cloud Streaming</a></li>
Expand Down Expand Up @@ -162,7 +162,7 @@

<section id="licence-copyright">
<span id="licensing"></span><h1>Licence &amp; Copyright<a class="headerlink" href="#licence-copyright" title="Link to this heading"></a></h1>
<p>(C) Copyright 2017 - 2020 Sampsa Riikonen and Valkka Security Ltd.</p>
<p>(c) Copyright 2017 - 2024 Sampsa Riikonen</p>
<p>The core component libValkka is licensed under the <a class="reference external" href="https://www.gnu.org/licenses/lgpl-3.0.html">LGPL license</a></p>
</section>

Expand Down
40 changes: 1 addition & 39 deletions docs/_build/html/repos.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<li class="toctree-l1"><a class="reference internal" href="testsuite.html">The PyQt testsuite</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorial.html">Tutorial</a></li>
<li class="toctree-l1"><a class="reference internal" href="decoding.html">Decoding</a></li>
<li class="toctree-l1"><a class="reference internal" href="qt_notes.html">Integrating with Qt and multiprocessing</a></li>
<li class="toctree-l1"><a class="reference internal" href="qt_notes.html">Integrating with Qt</a></li>
<li class="toctree-l1"><a class="reference internal" href="multi_gpu.html">Multi-GPU systems</a></li>
<li class="toctree-l1"><a class="reference internal" href="valkkafs.html">ValkkaFS</a></li>
<li class="toctree-l1"><a class="reference internal" href="cloud.html">Cloud Streaming</a></li>
Expand Down Expand Up @@ -237,46 +237,8 @@ <h1>Repository Index<a class="headerlink" href="#repository-index" title="Link t
</div>
</td>
</tr>
<tr class="row-even"><td><p><a class="reference external" href="https://github.com/elsampsa/valkka-cpp-examples">valkka-cpp-examples</a></p></td>
<td><p>MIT</p></td>
<td><div class="line-block">
<div class="line">Create your own Valkka cpp extension module</div>
</div>
</td>
<td><div class="line-block">
<div class="line"><br /></div>
</div>
</td>
</tr>
<tr class="row-odd"><td><p><a class="reference external" href="https://github.com/elsampsa/valkka-skeleton">valkka-skeleton</a></p></td>
<td><p>MIT</p></td>
<td><div class="line-block">
<div class="line">A skeleton for making valkka python modules</div>
</div>
</td>
<td><div class="line-block">
<div class="line"><br /></div>
</div>
</td>
</tr>
<tr class="row-even"><td><p><a class="reference external" href="https://github.com/elsampsa/darknet-python">darknet-python</a></p></td>
<td><p>MIT</p></td>
<td><div class="line-block">
<div class="line">Python3 bindings for Darknet / YOLO</div>
<div class="line">(pretty obsolete)</div>
<div class="line"><br /></div>
</div>
</td>
<td><div class="line-block">
<div class="line">darknet.core</div>
<div class="line">darknet.api2</div>
<div class="line">darknet.turk</div>
</div>
</td>
</tr>
</tbody>
</table>
<p>If you need an LGPL license for <strong>valkka-live</strong>, please contact us.</p>
</section>


Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
Licence & Copyright
===================

\(C\) Copyright 2017 - 2020 Sampsa Riikonen and Valkka Security Ltd.
\(c\) Copyright 2017 - 2024 Sampsa Riikonen

The core component libValkka is licensed under the `LGPL license <https://www.gnu.org/licenses/lgpl-3.0.html>`_
Loading

0 comments on commit f2de710

Please sign in to comment.