summaryrefslogtreecommitdiff
path: root/kvmd/plugins/auth
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-01-07 10:33:02 +0300
committerDevaev Maxim <[email protected]>2021-01-07 10:33:02 +0300
commitc169f55204075d0cd529434bcb526328cc949bed (patch)
treebe83490cced2f79c384567b975bc039129fc6734 /kvmd/plugins/auth
parent0904675dabd89f54ae844aa551ea2c037638f27f (diff)
update copy
Diffstat (limited to 'kvmd/plugins/auth')
-rw-r--r--kvmd/plugins/auth/__init__.py2
-rw-r--r--kvmd/plugins/auth/htpasswd.py2
-rw-r--r--kvmd/plugins/auth/http.py2
-rw-r--r--kvmd/plugins/auth/pam.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/kvmd/plugins/auth/__init__.py b/kvmd/plugins/auth/__init__.py
index 18f7ed6b..99438415 100644
--- a/kvmd/plugins/auth/__init__.py
+++ b/kvmd/plugins/auth/__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/plugins/auth/htpasswd.py b/kvmd/plugins/auth/htpasswd.py
index 045475f8..d5840a2e 100644
--- a/kvmd/plugins/auth/htpasswd.py
+++ b/kvmd/plugins/auth/htpasswd.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/plugins/auth/http.py b/kvmd/plugins/auth/http.py
index 4e826726..63750494 100644
--- a/kvmd/plugins/auth/http.py
+++ b/kvmd/plugins/auth/http.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/plugins/auth/pam.py b/kvmd/plugins/auth/pam.py
index 643a6657..4806d28f 100644
--- a/kvmd/plugins/auth/pam.py
+++ b/kvmd/plugins/auth/pam.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 #