diff options
Diffstat (limited to 'kvmd/validators')
-rw-r--r-- | kvmd/validators/__init__.py | 2 | ||||
-rw-r--r-- | kvmd/validators/auth.py | 2 | ||||
-rw-r--r-- | kvmd/validators/basic.py | 2 | ||||
-rw-r--r-- | kvmd/validators/hid.py | 2 | ||||
-rw-r--r-- | kvmd/validators/hw.py | 2 | ||||
-rw-r--r-- | kvmd/validators/kvm.py | 2 | ||||
-rw-r--r-- | kvmd/validators/net.py | 2 | ||||
-rw-r--r-- | kvmd/validators/os.py | 2 | ||||
-rw-r--r-- | kvmd/validators/ugpio.py | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/kvmd/validators/__init__.py b/kvmd/validators/__init__.py index 57c96d8a..39ff60aa 100644 --- a/kvmd/validators/__init__.py +++ b/kvmd/validators/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2024 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/kvmd/validators/auth.py b/kvmd/validators/auth.py index f6d55c22..33cad456 100644 --- a/kvmd/validators/auth.py +++ b/kvmd/validators/auth.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2024 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/kvmd/validators/basic.py b/kvmd/validators/basic.py index c7b45971..eae844d9 100644 --- a/kvmd/validators/basic.py +++ b/kvmd/validators/basic.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2024 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/kvmd/validators/hid.py b/kvmd/validators/hid.py index 2812dcca..376a7f62 100644 --- a/kvmd/validators/hid.py +++ b/kvmd/validators/hid.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2024 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/kvmd/validators/hw.py b/kvmd/validators/hw.py index 7ca9c001..8267e354 100644 --- a/kvmd/validators/hw.py +++ b/kvmd/validators/hw.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2024 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/kvmd/validators/kvm.py b/kvmd/validators/kvm.py index 4296958a..7bce2a5f 100644 --- a/kvmd/validators/kvm.py +++ b/kvmd/validators/kvm.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2024 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/kvmd/validators/net.py b/kvmd/validators/net.py index 8a75729f..c14dd3f6 100644 --- a/kvmd/validators/net.py +++ b/kvmd/validators/net.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2024 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/kvmd/validators/os.py b/kvmd/validators/os.py index 0f9c94d2..7b38f171 100644 --- a/kvmd/validators/os.py +++ b/kvmd/validators/os.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2024 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/kvmd/validators/ugpio.py b/kvmd/validators/ugpio.py index 12461d0d..1cb0e3e4 100644 --- a/kvmd/validators/ugpio.py +++ b/kvmd/validators/ugpio.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2024 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 # |