diff options
author | Maxim Devaev <[email protected]> | 2022-01-07 16:39:02 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-01-07 16:39:02 +0300 |
commit | 1b3a2cc3f7bd96f720320e2c0e39c2aedb00e068 (patch) | |
tree | e0f18ec24515ab0421c915e8c1626d232988c1d0 /testenv/tests/apps | |
parent | 0efd93d496337856af3437df84dbc980a86819d4 (diff) |
copyright bump
Diffstat (limited to 'testenv/tests/apps')
-rw-r--r-- | testenv/tests/apps/__init__.py | 2 | ||||
-rw-r--r-- | testenv/tests/apps/cleanup/__init__.py | 2 | ||||
-rw-r--r-- | testenv/tests/apps/cleanup/test_main.py | 2 | ||||
-rw-r--r-- | testenv/tests/apps/htpasswd/__init__.py | 2 | ||||
-rw-r--r-- | testenv/tests/apps/htpasswd/test_main.py | 2 | ||||
-rw-r--r-- | testenv/tests/apps/kvmd/__init__.py | 2 | ||||
-rw-r--r-- | testenv/tests/apps/kvmd/test_auth.py | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/testenv/tests/apps/__init__.py b/testenv/tests/apps/__init__.py index 3b396989..4a6824c1 100644 --- a/testenv/tests/apps/__init__.py +++ b/testenv/tests/apps/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> # # # # 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/testenv/tests/apps/cleanup/__init__.py b/testenv/tests/apps/cleanup/__init__.py index 3b396989..4a6824c1 100644 --- a/testenv/tests/apps/cleanup/__init__.py +++ b/testenv/tests/apps/cleanup/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> # # # # 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/testenv/tests/apps/cleanup/test_main.py b/testenv/tests/apps/cleanup/test_main.py index 9e0a4f41..60f4b400 100644 --- a/testenv/tests/apps/cleanup/test_main.py +++ b/testenv/tests/apps/cleanup/test_main.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> # # # # 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/testenv/tests/apps/htpasswd/__init__.py b/testenv/tests/apps/htpasswd/__init__.py index 3b396989..4a6824c1 100644 --- a/testenv/tests/apps/htpasswd/__init__.py +++ b/testenv/tests/apps/htpasswd/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> # # # # 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/testenv/tests/apps/htpasswd/test_main.py b/testenv/tests/apps/htpasswd/test_main.py index a40eaa0a..670539f2 100644 --- a/testenv/tests/apps/htpasswd/test_main.py +++ b/testenv/tests/apps/htpasswd/test_main.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> # # # # 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/testenv/tests/apps/kvmd/__init__.py b/testenv/tests/apps/kvmd/__init__.py index 3b396989..4a6824c1 100644 --- a/testenv/tests/apps/kvmd/__init__.py +++ b/testenv/tests/apps/kvmd/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> # # # # 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/testenv/tests/apps/kvmd/test_auth.py b/testenv/tests/apps/kvmd/test_auth.py index 5c56bec9..742e7a2c 100644 --- a/testenv/tests/apps/kvmd/test_auth.py +++ b/testenv/tests/apps/kvmd/test_auth.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2021 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> # # # # 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 # |