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 /kvmd/yamlconf | |
parent | 0904675dabd89f54ae844aa551ea2c037638f27f (diff) |
update copy
Diffstat (limited to 'kvmd/yamlconf')
-rw-r--r-- | kvmd/yamlconf/__init__.py | 2 | ||||
-rw-r--r-- | kvmd/yamlconf/dumper.py | 2 | ||||
-rw-r--r-- | kvmd/yamlconf/loader.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kvmd/yamlconf/__init__.py b/kvmd/yamlconf/__init__.py index eea9e231..05b3f10a 100644 --- a/kvmd/yamlconf/__init__.py +++ b/kvmd/yamlconf/__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/kvmd/yamlconf/dumper.py b/kvmd/yamlconf/dumper.py index ffc5fc38..15c049cf 100644 --- a/kvmd/yamlconf/dumper.py +++ b/kvmd/yamlconf/dumper.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/kvmd/yamlconf/loader.py b/kvmd/yamlconf/loader.py index 53607d8f..20ff7c93 100644 --- a/kvmd/yamlconf/loader.py +++ b/kvmd/yamlconf/loader.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 # |