diff options
author | Maxim Devaev <[email protected]> | 2023-05-27 12:41:22 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-05-27 12:41:22 +0300 |
commit | a834c89ef33785754c608fa17bc1cb359e1cb2aa (patch) | |
tree | de90ed601fbc948e0b98b6e3e3ae89bfd690715f /kvmd/plugins/auth | |
parent | ac2ea460456c2d6d824f5708f0ddb50d3d8a7d05 (diff) |
copyright update
Diffstat (limited to 'kvmd/plugins/auth')
-rw-r--r-- | kvmd/plugins/auth/__init__.py | 2 | ||||
-rw-r--r-- | kvmd/plugins/auth/htpasswd.py | 2 | ||||
-rw-r--r-- | kvmd/plugins/auth/http.py | 2 | ||||
-rw-r--r-- | kvmd/plugins/auth/ldap.py | 2 | ||||
-rw-r--r-- | kvmd/plugins/auth/pam.py | 2 | ||||
-rw-r--r-- | kvmd/plugins/auth/radius.py | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/kvmd/plugins/auth/__init__.py b/kvmd/plugins/auth/__init__.py index c532829c..8647fc26 100644 --- a/kvmd/plugins/auth/__init__.py +++ b/kvmd/plugins/auth/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2023 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/plugins/auth/htpasswd.py b/kvmd/plugins/auth/htpasswd.py index 1e3b1010..ced596e7 100644 --- a/kvmd/plugins/auth/htpasswd.py +++ b/kvmd/plugins/auth/htpasswd.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2023 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/plugins/auth/http.py b/kvmd/plugins/auth/http.py index aa80c2eb..7b802c55 100644 --- a/kvmd/plugins/auth/http.py +++ b/kvmd/plugins/auth/http.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2023 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/plugins/auth/ldap.py b/kvmd/plugins/auth/ldap.py index 255b7cba..4ef9c29c 100644 --- a/kvmd/plugins/auth/ldap.py +++ b/kvmd/plugins/auth/ldap.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2023 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/plugins/auth/pam.py b/kvmd/plugins/auth/pam.py index 6a83efa0..4060ff6a 100644 --- a/kvmd/plugins/auth/pam.py +++ b/kvmd/plugins/auth/pam.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2023 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/plugins/auth/radius.py b/kvmd/plugins/auth/radius.py index 94d27883..c42b7211 100644 --- a/kvmd/plugins/auth/radius.py +++ b/kvmd/plugins/auth/radius.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2022 Maxim Devaev <[email protected]> # +# Copyright (C) 2018-2023 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 # |