diff options
author | Devaev Maxim <[email protected]> | 2021-01-07 10:33:02 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-01-07 10:33:02 +0300 |
commit | c169f55204075d0cd529434bcb526328cc949bed (patch) | |
tree | be83490cced2f79c384567b975bc039129fc6734 /testenv/tests/validators | |
parent | 0904675dabd89f54ae844aa551ea2c037638f27f (diff) |
update copy
Diffstat (limited to 'testenv/tests/validators')
-rw-r--r-- | testenv/tests/validators/__init__.py | 2 | ||||
-rw-r--r-- | testenv/tests/validators/test_auth.py | 2 | ||||
-rw-r--r-- | testenv/tests/validators/test_basic.py | 2 | ||||
-rw-r--r-- | testenv/tests/validators/test_hid.py | 2 | ||||
-rw-r--r-- | testenv/tests/validators/test_hw.py | 2 | ||||
-rw-r--r-- | testenv/tests/validators/test_kvm.py | 2 | ||||
-rw-r--r-- | testenv/tests/validators/test_net.py | 2 | ||||
-rw-r--r-- | testenv/tests/validators/test_os.py | 2 | ||||
-rw-r--r-- | testenv/tests/validators/test_ugpio.py | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/testenv/tests/validators/__init__.py b/testenv/tests/validators/__init__.py index 1e91f7fa..2e9dc6b1 100644 --- a/testenv/tests/validators/__init__.py +++ b/testenv/tests/validators/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main Pi-KVM daemon. # # # -# Copyright (C) 2018 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2021 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/validators/test_auth.py b/testenv/tests/validators/test_auth.py index f4ddbdfd..bd904846 100644 --- a/testenv/tests/validators/test_auth.py +++ b/testenv/tests/validators/test_auth.py @@ -2,7 +2,7 @@ # # # KVMD - The main Pi-KVM daemon. # # # -# Copyright (C) 2018 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2021 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/validators/test_basic.py b/testenv/tests/validators/test_basic.py index 1e8feb0c..8e8f5135 100644 --- a/testenv/tests/validators/test_basic.py +++ b/testenv/tests/validators/test_basic.py @@ -2,7 +2,7 @@ # # # KVMD - The main Pi-KVM daemon. # # # -# Copyright (C) 2018 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2021 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/validators/test_hid.py b/testenv/tests/validators/test_hid.py index dba7dfe6..fe509a47 100644 --- a/testenv/tests/validators/test_hid.py +++ b/testenv/tests/validators/test_hid.py @@ -2,7 +2,7 @@ # # # KVMD - The main Pi-KVM daemon. # # # -# Copyright (C) 2018 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2021 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/validators/test_hw.py b/testenv/tests/validators/test_hw.py index bcc3531f..d3115069 100644 --- a/testenv/tests/validators/test_hw.py +++ b/testenv/tests/validators/test_hw.py @@ -2,7 +2,7 @@ # # # KVMD - The main Pi-KVM daemon. # # # -# Copyright (C) 2018 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2021 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/validators/test_kvm.py b/testenv/tests/validators/test_kvm.py index bd558e3b..4a80b37c 100644 --- a/testenv/tests/validators/test_kvm.py +++ b/testenv/tests/validators/test_kvm.py @@ -2,7 +2,7 @@ # # # KVMD - The main Pi-KVM daemon. # # # -# Copyright (C) 2018 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2021 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/validators/test_net.py b/testenv/tests/validators/test_net.py index d3d4703b..bbb5185c 100644 --- a/testenv/tests/validators/test_net.py +++ b/testenv/tests/validators/test_net.py @@ -2,7 +2,7 @@ # # # KVMD - The main Pi-KVM daemon. # # # -# Copyright (C) 2018 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2021 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/validators/test_os.py b/testenv/tests/validators/test_os.py index 47598ce1..d23dd324 100644 --- a/testenv/tests/validators/test_os.py +++ b/testenv/tests/validators/test_os.py @@ -2,7 +2,7 @@ # # # KVMD - The main Pi-KVM daemon. # # # -# Copyright (C) 2018 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2021 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/validators/test_ugpio.py b/testenv/tests/validators/test_ugpio.py index 196763cf..15eb499b 100644 --- a/testenv/tests/validators/test_ugpio.py +++ b/testenv/tests/validators/test_ugpio.py @@ -2,7 +2,7 @@ # # # KVMD - The main Pi-KVM daemon. # # # -# Copyright (C) 2018 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2021 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 # |