diff options
Diffstat (limited to 'web/kvm')
-rw-r--r-- | web/kvm/index.html | 4 | ||||
-rw-r--r-- | web/kvm/window-about.pug | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 2a42d975..bd606ac1 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -4,7 +4,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 # @@ -1485,7 +1485,7 @@ <td class="title" colspan="2">The Open Source IP-KVM</td> </tr> <tr> - <td class="copyright" colspan="2">Copyright © 2018-2021 <a target="_blank" href="mailto:[email protected]">Maxim Devaev</a></td> + <td class="copyright" colspan="2">Copyright © 2018-2022 <a target="_blank" href="mailto:[email protected]">Maxim Devaev</a></td> </tr> </table> </td> diff --git a/web/kvm/window-about.pug b/web/kvm/window-about.pug index 1cd8d645..4f77a6f2 100644 --- a/web/kvm/window-about.pug +++ b/web/kvm/window-about.pug @@ -24,7 +24,7 @@ div(id="about-window" class="window") tr #[td(colspan="2" class="title") The Open Source IP-KVM] tr td(colspan="2" class="copyright") - | Copyright © 2018-2021 #[a(target="_blank" href="mailto:[email protected]") Maxim Devaev] + | Copyright © 2018-2022 #[a(target="_blank" href="mailto:[email protected]") Maxim Devaev] br div(class="tabs-box") +about_tab("meta", "Meta", true) |