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 /kvmd/helpers | |
parent | 0efd93d496337856af3437df84dbc980a86819d4 (diff) |
copyright bump
Diffstat (limited to 'kvmd/helpers')
-rw-r--r-- | kvmd/helpers/__init__.py | 2 | ||||
-rw-r--r-- | kvmd/helpers/otgmsd/__init__.py | 2 | ||||
-rw-r--r-- | kvmd/helpers/otgmsd/remount/__init__.py | 2 | ||||
-rw-r--r-- | kvmd/helpers/otgmsd/remount/__main__.py | 2 | ||||
-rw-r--r-- | kvmd/helpers/otgmsd/unlock/__init__.py | 2 | ||||
-rw-r--r-- | kvmd/helpers/otgmsd/unlock/__main__.py | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/kvmd/helpers/__init__.py b/kvmd/helpers/__init__.py index 3b396989..4a6824c1 100644 --- a/kvmd/helpers/__init__.py +++ b/kvmd/helpers/__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/kvmd/helpers/otgmsd/__init__.py b/kvmd/helpers/otgmsd/__init__.py index 3b396989..4a6824c1 100644 --- a/kvmd/helpers/otgmsd/__init__.py +++ b/kvmd/helpers/otgmsd/__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/kvmd/helpers/otgmsd/remount/__init__.py b/kvmd/helpers/otgmsd/remount/__init__.py index d5fc6fa1..c66a5a17 100644 --- a/kvmd/helpers/otgmsd/remount/__init__.py +++ b/kvmd/helpers/otgmsd/remount/__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/kvmd/helpers/otgmsd/remount/__main__.py b/kvmd/helpers/otgmsd/remount/__main__.py index 0d101204..3849d1b9 100644 --- a/kvmd/helpers/otgmsd/remount/__main__.py +++ b/kvmd/helpers/otgmsd/remount/__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/kvmd/helpers/otgmsd/unlock/__init__.py b/kvmd/helpers/otgmsd/unlock/__init__.py index 49ece64a..140e0e7c 100644 --- a/kvmd/helpers/otgmsd/unlock/__init__.py +++ b/kvmd/helpers/otgmsd/unlock/__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/kvmd/helpers/otgmsd/unlock/__main__.py b/kvmd/helpers/otgmsd/unlock/__main__.py index 0d101204..3849d1b9 100644 --- a/kvmd/helpers/otgmsd/unlock/__main__.py +++ b/kvmd/helpers/otgmsd/unlock/__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 # |