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 /web/kvm | |
parent | ac2ea460456c2d6d824f5708f0ddb50d3d8a7d05 (diff) |
copyright update
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 5d415273..b5a9f314 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -4,7 +4,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 # @@ -1922,7 +1922,7 @@ <td class="title" colspan="2">The Open Source IP-KVM</td> </tr> <tr> - <td class="copyright" colspan="2">Copyright © 2018-2022 <a target="_blank" href="mailto:[email protected]">Maxim Devaev</a></td> + <td class="copyright" colspan="2">Copyright © 2018-2023 <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 837fce04..4ce751e9 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-2022 #[a(target="_blank" href="mailto:[email protected]") Maxim Devaev] + | Copyright © 2018-2023 #[a(target="_blank" href="mailto:[email protected]") Maxim Devaev] br div(class="tabs-box") +about_tab("meta", "Meta", true) |