From ce62d711c14067ead21421ec7550b81b36770611 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 22 Mar 2024 16:02:55 +0200 Subject: [PATCH] updated copyright date --- genmap.py | 2 +- hid/arduino/lib/drivers-avr/eeprom.h | 2 +- hid/arduino/lib/drivers-avr/factory.cpp | 2 +- hid/arduino/lib/drivers-avr/ps2/hid.h | 2 +- hid/arduino/lib/drivers-avr/ps2/keymap.h | 2 +- hid/arduino/lib/drivers-avr/ps2/keymap.h.mako | 2 +- hid/arduino/lib/drivers-avr/spi.cpp | 2 +- hid/arduino/lib/drivers-avr/spi.h | 2 +- hid/arduino/lib/drivers-avr/usb/hid.h | 2 +- hid/arduino/lib/drivers-stm32/backup-register.h | 2 +- hid/arduino/lib/drivers-stm32/board-stm32.h | 2 +- hid/arduino/lib/drivers-stm32/factory.cpp | 2 +- hid/arduino/lib/drivers-stm32/usb/hid-wrapper-stm32.h | 2 +- hid/arduino/lib/drivers-stm32/usb/keyboard-stm32.h | 2 +- hid/arduino/lib/drivers-stm32/usb/mouse-absolute-stm32.h | 2 +- hid/arduino/lib/drivers-stm32/usb/mouse-relative-stm32.h | 2 +- hid/arduino/lib/drivers/aum.h | 2 +- hid/arduino/lib/drivers/board.h | 2 +- hid/arduino/lib/drivers/connection.h | 2 +- hid/arduino/lib/drivers/driver.h | 2 +- hid/arduino/lib/drivers/factory.h | 2 +- hid/arduino/lib/drivers/keyboard.h | 2 +- hid/arduino/lib/drivers/mouse.h | 2 +- hid/arduino/lib/drivers/serial.h | 2 +- hid/arduino/lib/drivers/storage.h | 2 +- hid/arduino/lib/drivers/tools.cpp | 2 +- hid/arduino/lib/drivers/tools.h | 2 +- hid/arduino/lib/drivers/usb-keymap.h | 2 +- hid/arduino/lib/drivers/usb-keymap.h.mako | 2 +- hid/arduino/src/main.cpp | 2 +- hid/arduino/src/outputs.h | 2 +- hid/arduino/src/proto.h | 2 +- hid/pico/src/main.c | 2 +- hid/pico/src/ph_cmds.c | 2 +- hid/pico/src/ph_cmds.h | 2 +- hid/pico/src/ph_com.c | 2 +- hid/pico/src/ph_com.h | 2 +- hid/pico/src/ph_com_bridge.c | 2 +- hid/pico/src/ph_com_bridge.h | 2 +- hid/pico/src/ph_com_spi.c | 2 +- hid/pico/src/ph_com_spi.h | 2 +- hid/pico/src/ph_com_uart.c | 2 +- hid/pico/src/ph_com_uart.h | 2 +- hid/pico/src/ph_debug.c | 2 +- hid/pico/src/ph_debug.h | 2 +- hid/pico/src/ph_outputs.c | 2 +- hid/pico/src/ph_outputs.h | 2 +- hid/pico/src/ph_proto.h | 2 +- hid/pico/src/ph_ps2.c | 2 +- hid/pico/src/ph_ps2.h | 2 +- hid/pico/src/ph_tools.h | 2 +- hid/pico/src/ph_types.h | 2 +- hid/pico/src/ph_usb.c | 2 +- hid/pico/src/ph_usb.h | 2 +- hid/pico/src/ph_usb_kbd.c | 2 +- hid/pico/src/ph_usb_kbd.h | 2 +- hid/pico/src/ph_usb_keymap.h | 2 +- hid/pico/src/ph_usb_keymap.h.mako | 2 +- hid/pico/src/ph_usb_mouse.c | 2 +- hid/pico/src/ph_usb_mouse.h | 2 +- hid/pico/src/tusb_config.h | 2 +- kvmd/__init__.py | 2 +- kvmd/aiogp.py | 2 +- kvmd/aiohelpers.py | 2 +- kvmd/aiomulti.py | 2 +- kvmd/aioproc.py | 2 +- kvmd/aiotools.py | 2 +- kvmd/apps/__init__.py | 2 +- kvmd/apps/cleanup/__init__.py | 2 +- kvmd/apps/cleanup/__main__.py | 2 +- kvmd/apps/edidconf/__init__.py | 2 +- kvmd/apps/edidconf/__main__.py | 2 +- kvmd/apps/htpasswd/__init__.py | 2 +- kvmd/apps/htpasswd/__main__.py | 2 +- kvmd/apps/ipmi/__init__.py | 2 +- kvmd/apps/ipmi/__main__.py | 2 +- kvmd/apps/ipmi/auth.py | 2 +- kvmd/apps/ipmi/server.py | 2 +- kvmd/apps/janus/__init__.py | 2 +- kvmd/apps/janus/__main__.py | 2 +- kvmd/apps/kvmd/__init__.py | 2 +- kvmd/apps/kvmd/__main__.py | 2 +- kvmd/apps/kvmd/api/__init__.py | 2 +- kvmd/apps/kvmd/api/atx.py | 2 +- kvmd/apps/kvmd/api/auth.py | 2 +- kvmd/apps/kvmd/api/export.py | 2 +- kvmd/apps/kvmd/api/hid.py | 2 +- kvmd/apps/kvmd/api/info.py | 2 +- kvmd/apps/kvmd/api/log.py | 2 +- kvmd/apps/kvmd/api/msd.py | 2 +- kvmd/apps/kvmd/api/redfish.py | 2 +- kvmd/apps/kvmd/api/streamer.py | 2 +- kvmd/apps/kvmd/api/ugpio.py | 2 +- kvmd/apps/kvmd/auth.py | 2 +- kvmd/apps/kvmd/info/__init__.py | 2 +- kvmd/apps/kvmd/info/auth.py | 2 +- kvmd/apps/kvmd/info/base.py | 2 +- kvmd/apps/kvmd/info/extras.py | 2 +- kvmd/apps/kvmd/info/fan.py | 2 +- kvmd/apps/kvmd/info/hw.py | 2 +- kvmd/apps/kvmd/info/meta.py | 2 +- kvmd/apps/kvmd/info/system.py | 2 +- kvmd/apps/kvmd/logreader.py | 2 +- kvmd/apps/kvmd/ocr.py | 2 +- kvmd/apps/kvmd/server.py | 2 +- kvmd/apps/kvmd/snapshoter.py | 2 +- kvmd/apps/kvmd/streamer.py | 2 +- kvmd/apps/kvmd/sysunit.py | 2 +- kvmd/apps/kvmd/ugpio.py | 2 +- kvmd/apps/ngxmkconf/__init__.py | 2 +- kvmd/apps/ngxmkconf/__main__.py | 2 +- kvmd/apps/otg/__init__.py | 2 +- kvmd/apps/otg/__main__.py | 2 +- kvmd/apps/otg/hid/__init__.py | 2 +- kvmd/apps/otg/hid/keyboard.py | 2 +- kvmd/apps/otg/hid/mouse.py | 2 +- kvmd/apps/otgconf/__init__.py | 2 +- kvmd/apps/otgconf/__main__.py | 2 +- kvmd/apps/otgmsd/__init__.py | 2 +- kvmd/apps/otgmsd/__main__.py | 2 +- kvmd/apps/otgnet/__init__.py | 2 +- kvmd/apps/otgnet/__main__.py | 2 +- kvmd/apps/otgnet/netctl.py | 2 +- kvmd/apps/pst/__init__.py | 2 +- kvmd/apps/pst/__main__.py | 2 +- kvmd/apps/pst/server.py | 2 +- kvmd/apps/pstrun/__init__.py | 2 +- kvmd/apps/pstrun/__main__.py | 2 +- kvmd/apps/totp/__init__.py | 2 +- kvmd/apps/totp/__main__.py | 2 +- kvmd/apps/watchdog/__init__.py | 2 +- kvmd/apps/watchdog/__main__.py | 2 +- kvmd/bitbang.py | 2 +- kvmd/clients/__init__.py | 2 +- kvmd/env.py | 2 +- kvmd/errors.py | 2 +- kvmd/fstab.py | 2 +- kvmd/helpers/__init__.py | 2 +- kvmd/helpers/remount/__init__.py | 2 +- kvmd/helpers/remount/__main__.py | 2 +- kvmd/helpers/swapfiles/__init__.py | 2 +- kvmd/helpers/swapfiles/__main__.py | 2 +- kvmd/htclient.py | 2 +- kvmd/htserver.py | 2 +- kvmd/inotify.py | 2 +- kvmd/keyboard/__init__.py | 2 +- kvmd/keyboard/mappings.py | 2 +- kvmd/keyboard/mappings.py.mako | 2 +- kvmd/keyboard/printer.py | 2 +- kvmd/libc.py | 2 +- kvmd/logging.py | 2 +- kvmd/mouse.py | 2 +- kvmd/network.py | 2 +- kvmd/plugins/__init__.py | 2 +- kvmd/plugins/atx/__init__.py | 2 +- kvmd/plugins/atx/disabled.py | 2 +- kvmd/plugins/atx/gpio.py | 2 +- kvmd/plugins/auth/__init__.py | 2 +- kvmd/plugins/auth/htpasswd.py | 2 +- kvmd/plugins/auth/http.py | 2 +- kvmd/plugins/auth/ldap.py | 2 +- kvmd/plugins/auth/pam.py | 2 +- kvmd/plugins/auth/radius.py | 2 +- kvmd/plugins/hid/__init__.py | 2 +- kvmd/plugins/hid/_mcu/__init__.py | 2 +- kvmd/plugins/hid/_mcu/gpio.py | 2 +- kvmd/plugins/hid/_mcu/proto.py | 2 +- kvmd/plugins/hid/bt/__init__.py | 2 +- kvmd/plugins/hid/bt/bluez.py | 2 +- kvmd/plugins/hid/bt/sdp.py | 2 +- kvmd/plugins/hid/bt/server.py | 2 +- kvmd/plugins/hid/otg/__init__.py | 2 +- kvmd/plugins/hid/otg/device.py | 2 +- kvmd/plugins/hid/otg/events.py | 2 +- kvmd/plugins/hid/otg/keyboard.py | 2 +- kvmd/plugins/hid/otg/mouse.py | 2 +- kvmd/plugins/hid/serial.py | 2 +- kvmd/plugins/hid/spi.py | 2 +- kvmd/plugins/msd/__init__.py | 2 +- kvmd/plugins/msd/disabled.py | 2 +- kvmd/plugins/msd/otg/__init__.py | 2 +- kvmd/plugins/msd/otg/drive.py | 2 +- kvmd/plugins/msd/otg/storage.py | 2 +- kvmd/plugins/ugpio/__init__.py | 2 +- kvmd/plugins/ugpio/anelpwr.py | 2 +- kvmd/plugins/ugpio/cmd.py | 2 +- kvmd/plugins/ugpio/cmdret.py | 2 +- kvmd/plugins/ugpio/extron.py | 2 +- kvmd/plugins/ugpio/ezcoo.py | 2 +- kvmd/plugins/ugpio/gpio.py | 2 +- kvmd/plugins/ugpio/hidrelay.py | 2 +- kvmd/plugins/ugpio/hue.py | 2 +- kvmd/plugins/ugpio/ipmi.py | 2 +- kvmd/plugins/ugpio/locator.py | 2 +- kvmd/plugins/ugpio/otgconf.py | 2 +- kvmd/plugins/ugpio/pway.py | 2 +- kvmd/plugins/ugpio/pwm.py | 2 +- kvmd/plugins/ugpio/servo.py | 2 +- kvmd/plugins/ugpio/tesmart.py | 2 +- kvmd/plugins/ugpio/wol.py | 2 +- kvmd/plugins/ugpio/xh_hk4401.py | 2 +- kvmd/tools.py | 2 +- kvmd/usb.py | 2 +- kvmd/validators/__init__.py | 2 +- kvmd/validators/auth.py | 2 +- kvmd/validators/basic.py | 2 +- kvmd/validators/hid.py | 2 +- kvmd/validators/hw.py | 2 +- kvmd/validators/kvm.py | 2 +- kvmd/validators/net.py | 2 +- kvmd/validators/os.py | 2 +- kvmd/validators/ugpio.py | 2 +- kvmd/yamlconf/__init__.py | 2 +- kvmd/yamlconf/dumper.py | 2 +- kvmd/yamlconf/loader.py | 2 +- scripts/kvmd-bootconfig | 2 +- scripts/kvmd-certbot | 2 +- scripts/kvmd-gencert | 2 +- scripts/kvmd-udev-hdmiusb-check | 2 +- scripts/kvmd-udev-restart-pass | 2 +- setup.py | 2 +- testenv/env.py | 2 +- testenv/tests/__init__.py | 2 +- testenv/tests/apps/__init__.py | 2 +- testenv/tests/apps/cleanup/__init__.py | 2 +- testenv/tests/apps/cleanup/test_main.py | 2 +- testenv/tests/apps/htpasswd/__init__.py | 2 +- testenv/tests/apps/htpasswd/test_main.py | 2 +- testenv/tests/apps/kvmd/__init__.py | 2 +- testenv/tests/apps/kvmd/test_auth.py | 2 +- testenv/tests/keyboard/__init__.py | 2 +- testenv/tests/keyboard/test_keymap.py | 2 +- testenv/tests/plugins/__init__.py | 2 +- testenv/tests/plugins/auth/__init__.py | 2 +- testenv/tests/plugins/auth/test_htpasswd.py | 2 +- testenv/tests/plugins/auth/test_http.py | 2 +- testenv/tests/plugins/auth/test_pam.py | 2 +- testenv/tests/test_aiotools.py | 2 +- testenv/tests/test_logging.py | 2 +- testenv/tests/test_yamlconf.py | 2 +- testenv/tests/validators/__init__.py | 2 +- testenv/tests/validators/test_auth.py | 2 +- testenv/tests/validators/test_basic.py | 2 +- testenv/tests/validators/test_hid.py | 2 +- testenv/tests/validators/test_hw.py | 2 +- testenv/tests/validators/test_kvm.py | 2 +- testenv/tests/validators/test_net.py | 2 +- testenv/tests/validators/test_os.py | 2 +- testenv/tests/validators/test_ugpio.py | 2 +- testenv/tests/yamlconf/test_merger.py | 2 +- web/base.pug | 2 +- web/index.html | 4 ++-- web/ipmi/index.html | 2 +- web/kvm/index.html | 4 ++-- web/kvm/window-about.pug | 2 +- web/login/index.html | 2 +- web/share/css/index/index.css | 2 +- web/share/css/keypad.css | 2 +- web/share/css/kvm/about.css | 2 +- web/share/css/kvm/hid.css | 2 +- web/share/css/kvm/keyboard.css | 2 +- web/share/css/kvm/msd.css | 2 +- web/share/css/kvm/stream.css | 2 +- web/share/css/kvm/system.css | 2 +- web/share/css/kvm/x-mobile.css | 2 +- web/share/css/led.css | 2 +- web/share/css/login/login.css | 2 +- web/share/css/main.css | 2 +- web/share/css/modal.css | 2 +- web/share/css/navbar.css | 2 +- web/share/css/progress.css | 2 +- web/share/css/radio.css | 2 +- web/share/css/slider.css | 2 +- web/share/css/start.css | 2 +- web/share/css/switch.css | 2 +- web/share/css/tabs.css | 2 +- web/share/css/vars.css | 2 +- web/share/css/window.css | 2 +- web/share/css/x-desktop.css | 2 +- web/share/css/x-mobile.css | 2 +- web/share/js/bb.js | 2 +- web/share/js/index/main.js | 2 +- web/share/js/ipmi/main.js | 2 +- web/share/js/keypad.js | 2 +- web/share/js/kvm/atx.js | 2 +- web/share/js/kvm/gpio.js | 2 +- web/share/js/kvm/hid.js | 2 +- web/share/js/kvm/keyboard.js | 2 +- web/share/js/kvm/main.js | 2 +- web/share/js/kvm/mouse.js | 2 +- web/share/js/kvm/msd.js | 2 +- web/share/js/kvm/ocr.js | 2 +- web/share/js/kvm/recorder.js | 2 +- web/share/js/kvm/session.js | 2 +- web/share/js/kvm/stream.js | 2 +- web/share/js/kvm/stream_janus.js | 2 +- web/share/js/kvm/stream_mjpeg.js | 2 +- web/share/js/login/main.js | 2 +- web/share/js/tools.js | 2 +- web/share/js/vnc/main.js | 2 +- web/share/js/wm.js | 2 +- web/vnc/index.html | 2 +- 302 files changed, 304 insertions(+), 304 deletions(-) diff --git a/genmap.py b/genmap.py index 6a6b63bff..61952c9e1 100755 --- a/genmap.py +++ b/genmap.py @@ -3,7 +3,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers-avr/eeprom.h b/hid/arduino/lib/drivers-avr/eeprom.h index bac642a7b..9e7277044 100644 --- a/hid/arduino/lib/drivers-avr/eeprom.h +++ b/hid/arduino/lib/drivers-avr/eeprom.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers-avr/factory.cpp b/hid/arduino/lib/drivers-avr/factory.cpp index 801e7a2f4..2fb541872 100644 --- a/hid/arduino/lib/drivers-avr/factory.cpp +++ b/hid/arduino/lib/drivers-avr/factory.cpp @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers-avr/ps2/hid.h b/hid/arduino/lib/drivers-avr/ps2/hid.h index ecd64d165..56cc321d4 100644 --- a/hid/arduino/lib/drivers-avr/ps2/hid.h +++ b/hid/arduino/lib/drivers-avr/ps2/hid.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers-avr/ps2/keymap.h b/hid/arduino/lib/drivers-avr/ps2/keymap.h index 65a5d7a1b..b864c8c1e 100644 --- a/hid/arduino/lib/drivers-avr/ps2/keymap.h +++ b/hid/arduino/lib/drivers-avr/ps2/keymap.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers-avr/ps2/keymap.h.mako b/hid/arduino/lib/drivers-avr/ps2/keymap.h.mako index 75dfd8c2f..8e31e44df 100644 --- a/hid/arduino/lib/drivers-avr/ps2/keymap.h.mako +++ b/hid/arduino/lib/drivers-avr/ps2/keymap.h.mako @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers-avr/spi.cpp b/hid/arduino/lib/drivers-avr/spi.cpp index f9cab4ace..9572c5131 100644 --- a/hid/arduino/lib/drivers-avr/spi.cpp +++ b/hid/arduino/lib/drivers-avr/spi.cpp @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers-avr/spi.h b/hid/arduino/lib/drivers-avr/spi.h index 368895c2f..742a808d4 100644 --- a/hid/arduino/lib/drivers-avr/spi.h +++ b/hid/arduino/lib/drivers-avr/spi.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers-avr/usb/hid.h b/hid/arduino/lib/drivers-avr/usb/hid.h index aa7b7ba06..ce15f427c 100644 --- a/hid/arduino/lib/drivers-avr/usb/hid.h +++ b/hid/arduino/lib/drivers-avr/usb/hid.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers-stm32/backup-register.h b/hid/arduino/lib/drivers-stm32/backup-register.h index 196e4e1c6..6265dd04a 100644 --- a/hid/arduino/lib/drivers-stm32/backup-register.h +++ b/hid/arduino/lib/drivers-stm32/backup-register.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers-stm32/board-stm32.h b/hid/arduino/lib/drivers-stm32/board-stm32.h index 1602edaab..97411cb28 100644 --- a/hid/arduino/lib/drivers-stm32/board-stm32.h +++ b/hid/arduino/lib/drivers-stm32/board-stm32.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers-stm32/factory.cpp b/hid/arduino/lib/drivers-stm32/factory.cpp index 8f20e0fff..9540bb7d7 100644 --- a/hid/arduino/lib/drivers-stm32/factory.cpp +++ b/hid/arduino/lib/drivers-stm32/factory.cpp @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers-stm32/usb/hid-wrapper-stm32.h b/hid/arduino/lib/drivers-stm32/usb/hid-wrapper-stm32.h index 62f58213f..3df0f4ea2 100644 --- a/hid/arduino/lib/drivers-stm32/usb/hid-wrapper-stm32.h +++ b/hid/arduino/lib/drivers-stm32/usb/hid-wrapper-stm32.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers-stm32/usb/keyboard-stm32.h b/hid/arduino/lib/drivers-stm32/usb/keyboard-stm32.h index 22dec04dc..578e07515 100644 --- a/hid/arduino/lib/drivers-stm32/usb/keyboard-stm32.h +++ b/hid/arduino/lib/drivers-stm32/usb/keyboard-stm32.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers-stm32/usb/mouse-absolute-stm32.h b/hid/arduino/lib/drivers-stm32/usb/mouse-absolute-stm32.h index 65195c780..4090cd4f0 100644 --- a/hid/arduino/lib/drivers-stm32/usb/mouse-absolute-stm32.h +++ b/hid/arduino/lib/drivers-stm32/usb/mouse-absolute-stm32.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers-stm32/usb/mouse-relative-stm32.h b/hid/arduino/lib/drivers-stm32/usb/mouse-relative-stm32.h index 4524e20bb..943857efc 100644 --- a/hid/arduino/lib/drivers-stm32/usb/mouse-relative-stm32.h +++ b/hid/arduino/lib/drivers-stm32/usb/mouse-relative-stm32.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers/aum.h b/hid/arduino/lib/drivers/aum.h index 3d407d121..b211304a2 100644 --- a/hid/arduino/lib/drivers/aum.h +++ b/hid/arduino/lib/drivers/aum.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers/board.h b/hid/arduino/lib/drivers/board.h index cc431d62d..069bbb0eb 100644 --- a/hid/arduino/lib/drivers/board.h +++ b/hid/arduino/lib/drivers/board.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers/connection.h b/hid/arduino/lib/drivers/connection.h index 7a9beb7b7..f0e2ca0b3 100644 --- a/hid/arduino/lib/drivers/connection.h +++ b/hid/arduino/lib/drivers/connection.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers/driver.h b/hid/arduino/lib/drivers/driver.h index af60b112a..7fcb72dd0 100644 --- a/hid/arduino/lib/drivers/driver.h +++ b/hid/arduino/lib/drivers/driver.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers/factory.h b/hid/arduino/lib/drivers/factory.h index 116a6c84e..5eeba3941 100644 --- a/hid/arduino/lib/drivers/factory.h +++ b/hid/arduino/lib/drivers/factory.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers/keyboard.h b/hid/arduino/lib/drivers/keyboard.h index 1128def9c..b853ba67e 100644 --- a/hid/arduino/lib/drivers/keyboard.h +++ b/hid/arduino/lib/drivers/keyboard.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers/mouse.h b/hid/arduino/lib/drivers/mouse.h index 83216e295..1877bf1ef 100644 --- a/hid/arduino/lib/drivers/mouse.h +++ b/hid/arduino/lib/drivers/mouse.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers/serial.h b/hid/arduino/lib/drivers/serial.h index 32ec56133..60ade2233 100644 --- a/hid/arduino/lib/drivers/serial.h +++ b/hid/arduino/lib/drivers/serial.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers/storage.h b/hid/arduino/lib/drivers/storage.h index 3b6769055..19a5a7704 100644 --- a/hid/arduino/lib/drivers/storage.h +++ b/hid/arduino/lib/drivers/storage.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers/tools.cpp b/hid/arduino/lib/drivers/tools.cpp index a65852457..3dbd84707 100644 --- a/hid/arduino/lib/drivers/tools.cpp +++ b/hid/arduino/lib/drivers/tools.cpp @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers/tools.h b/hid/arduino/lib/drivers/tools.h index 34f880224..ea75e3781 100644 --- a/hid/arduino/lib/drivers/tools.h +++ b/hid/arduino/lib/drivers/tools.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers/usb-keymap.h b/hid/arduino/lib/drivers/usb-keymap.h index 5a86337ff..95134453c 100644 --- a/hid/arduino/lib/drivers/usb-keymap.h +++ b/hid/arduino/lib/drivers/usb-keymap.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/lib/drivers/usb-keymap.h.mako b/hid/arduino/lib/drivers/usb-keymap.h.mako index 5ae01421d..5a10ac457 100644 --- a/hid/arduino/lib/drivers/usb-keymap.h.mako +++ b/hid/arduino/lib/drivers/usb-keymap.h.mako @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/src/main.cpp b/hid/arduino/src/main.cpp index c1539106a..aa880b10f 100644 --- a/hid/arduino/src/main.cpp +++ b/hid/arduino/src/main.cpp @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/src/outputs.h b/hid/arduino/src/outputs.h index dd9008f3d..b1992fc4f 100644 --- a/hid/arduino/src/outputs.h +++ b/hid/arduino/src/outputs.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/arduino/src/proto.h b/hid/arduino/src/proto.h index 5fbdd49ca..a2e957226 100644 --- a/hid/arduino/src/proto.h +++ b/hid/arduino/src/proto.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/main.c b/hid/pico/src/main.c index f1d266a59..ee603db38 100644 --- a/hid/pico/src/main.c +++ b/hid/pico/src/main.c @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_cmds.c b/hid/pico/src/ph_cmds.c index 8b2994b4f..52ccba167 100644 --- a/hid/pico/src/ph_cmds.c +++ b/hid/pico/src/ph_cmds.c @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_cmds.h b/hid/pico/src/ph_cmds.h index bfb820c56..e0c4c9dbd 100644 --- a/hid/pico/src/ph_cmds.h +++ b/hid/pico/src/ph_cmds.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_com.c b/hid/pico/src/ph_com.c index 85a7923aa..860b6202d 100644 --- a/hid/pico/src/ph_com.c +++ b/hid/pico/src/ph_com.c @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_com.h b/hid/pico/src/ph_com.h index 9019d7f79..12ca2d48b 100644 --- a/hid/pico/src/ph_com.h +++ b/hid/pico/src/ph_com.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_com_bridge.c b/hid/pico/src/ph_com_bridge.c index 6731527b4..d9fc4552d 100644 --- a/hid/pico/src/ph_com_bridge.c +++ b/hid/pico/src/ph_com_bridge.c @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_com_bridge.h b/hid/pico/src/ph_com_bridge.h index 7bfd5d31d..7bc293e70 100644 --- a/hid/pico/src/ph_com_bridge.h +++ b/hid/pico/src/ph_com_bridge.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_com_spi.c b/hid/pico/src/ph_com_spi.c index 5da80a6ff..e324e8dc4 100644 --- a/hid/pico/src/ph_com_spi.c +++ b/hid/pico/src/ph_com_spi.c @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_com_spi.h b/hid/pico/src/ph_com_spi.h index 61f7c9322..9a6d55b6d 100644 --- a/hid/pico/src/ph_com_spi.h +++ b/hid/pico/src/ph_com_spi.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_com_uart.c b/hid/pico/src/ph_com_uart.c index 593f5640e..8d64f56b8 100644 --- a/hid/pico/src/ph_com_uart.c +++ b/hid/pico/src/ph_com_uart.c @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_com_uart.h b/hid/pico/src/ph_com_uart.h index 11e372dab..b423c6c80 100644 --- a/hid/pico/src/ph_com_uart.h +++ b/hid/pico/src/ph_com_uart.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_debug.c b/hid/pico/src/ph_debug.c index ee497a31c..e08b9db1c 100644 --- a/hid/pico/src/ph_debug.c +++ b/hid/pico/src/ph_debug.c @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_debug.h b/hid/pico/src/ph_debug.h index db7ef31dc..33d5eed84 100644 --- a/hid/pico/src/ph_debug.h +++ b/hid/pico/src/ph_debug.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_outputs.c b/hid/pico/src/ph_outputs.c index a61b659f7..4ec40de55 100644 --- a/hid/pico/src/ph_outputs.c +++ b/hid/pico/src/ph_outputs.c @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_outputs.h b/hid/pico/src/ph_outputs.h index d24873273..bddf92080 100644 --- a/hid/pico/src/ph_outputs.h +++ b/hid/pico/src/ph_outputs.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_proto.h b/hid/pico/src/ph_proto.h index 119891704..78b28d32d 100644 --- a/hid/pico/src/ph_proto.h +++ b/hid/pico/src/ph_proto.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_ps2.c b/hid/pico/src/ph_ps2.c index 6dab2eb64..5eb071741 100644 --- a/hid/pico/src/ph_ps2.c +++ b/hid/pico/src/ph_ps2.c @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_ps2.h b/hid/pico/src/ph_ps2.h index 1050b919e..62fee109c 100644 --- a/hid/pico/src/ph_ps2.h +++ b/hid/pico/src/ph_ps2.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_tools.h b/hid/pico/src/ph_tools.h index 469be8101..489302c43 100644 --- a/hid/pico/src/ph_tools.h +++ b/hid/pico/src/ph_tools.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_types.h b/hid/pico/src/ph_types.h index 79ab6c158..97b89e907 100644 --- a/hid/pico/src/ph_types.h +++ b/hid/pico/src/ph_types.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_usb.c b/hid/pico/src/ph_usb.c index 0358e7245..a3d1da002 100644 --- a/hid/pico/src/ph_usb.c +++ b/hid/pico/src/ph_usb.c @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_usb.h b/hid/pico/src/ph_usb.h index 5a4146e32..357f578d6 100644 --- a/hid/pico/src/ph_usb.h +++ b/hid/pico/src/ph_usb.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_usb_kbd.c b/hid/pico/src/ph_usb_kbd.c index 95835b0f7..b4613c279 100644 --- a/hid/pico/src/ph_usb_kbd.c +++ b/hid/pico/src/ph_usb_kbd.c @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_usb_kbd.h b/hid/pico/src/ph_usb_kbd.h index a66582010..8bbdcd05e 100644 --- a/hid/pico/src/ph_usb_kbd.h +++ b/hid/pico/src/ph_usb_kbd.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_usb_keymap.h b/hid/pico/src/ph_usb_keymap.h index 951949ae5..f2481e41d 100644 --- a/hid/pico/src/ph_usb_keymap.h +++ b/hid/pico/src/ph_usb_keymap.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_usb_keymap.h.mako b/hid/pico/src/ph_usb_keymap.h.mako index dd156fed6..454f9c1eb 100644 --- a/hid/pico/src/ph_usb_keymap.h.mako +++ b/hid/pico/src/ph_usb_keymap.h.mako @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_usb_mouse.c b/hid/pico/src/ph_usb_mouse.c index 5004228cf..33f354107 100644 --- a/hid/pico/src/ph_usb_mouse.c +++ b/hid/pico/src/ph_usb_mouse.c @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/ph_usb_mouse.h b/hid/pico/src/ph_usb_mouse.h index 6b6c6c735..1d13d73db 100644 --- a/hid/pico/src/ph_usb_mouse.h +++ b/hid/pico/src/ph_usb_mouse.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/pico/src/tusb_config.h b/hid/pico/src/tusb_config.h index dae732a8b..a3986ee19 100644 --- a/hid/pico/src/tusb_config.h +++ b/hid/pico/src/tusb_config.h @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/__init__.py b/kvmd/__init__.py index 8c073d6b2..3f2a838ff 100644 --- a/kvmd/__init__.py +++ b/kvmd/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/aiogp.py b/kvmd/aiogp.py index 7559a9d97..7ebe4ade7 100644 --- a/kvmd/aiogp.py +++ b/kvmd/aiogp.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/aiohelpers.py b/kvmd/aiohelpers.py index 07d458a5a..c3b257d14 100644 --- a/kvmd/aiohelpers.py +++ b/kvmd/aiohelpers.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/aiomulti.py b/kvmd/aiomulti.py index 5e7032d32..653651cb8 100644 --- a/kvmd/aiomulti.py +++ b/kvmd/aiomulti.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/aioproc.py b/kvmd/aioproc.py index 81864b7ff..376df004f 100644 --- a/kvmd/aioproc.py +++ b/kvmd/aioproc.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/aiotools.py b/kvmd/aiotools.py index 2b148573b..c859e176a 100644 --- a/kvmd/aiotools.py +++ b/kvmd/aiotools.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/__init__.py b/kvmd/apps/__init__.py index f578be167..b8c4fe5bc 100644 --- a/kvmd/apps/__init__.py +++ b/kvmd/apps/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/cleanup/__init__.py b/kvmd/apps/cleanup/__init__.py index c4855efbe..9f729ef1b 100644 --- a/kvmd/apps/cleanup/__init__.py +++ b/kvmd/apps/cleanup/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/cleanup/__main__.py b/kvmd/apps/cleanup/__main__.py index 73bb60b3a..4827fc498 100644 --- a/kvmd/apps/cleanup/__main__.py +++ b/kvmd/apps/cleanup/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/edidconf/__init__.py b/kvmd/apps/edidconf/__init__.py index d08bdffa6..141cc1a3f 100644 --- a/kvmd/apps/edidconf/__init__.py +++ b/kvmd/apps/edidconf/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/edidconf/__main__.py b/kvmd/apps/edidconf/__main__.py index 73bb60b3a..4827fc498 100644 --- a/kvmd/apps/edidconf/__main__.py +++ b/kvmd/apps/edidconf/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/htpasswd/__init__.py b/kvmd/apps/htpasswd/__init__.py index 3d6554846..fd006ee29 100644 --- a/kvmd/apps/htpasswd/__init__.py +++ b/kvmd/apps/htpasswd/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/htpasswd/__main__.py b/kvmd/apps/htpasswd/__main__.py index 73bb60b3a..4827fc498 100644 --- a/kvmd/apps/htpasswd/__main__.py +++ b/kvmd/apps/htpasswd/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/ipmi/__init__.py b/kvmd/apps/ipmi/__init__.py index 609822758..2f6cebd81 100644 --- a/kvmd/apps/ipmi/__init__.py +++ b/kvmd/apps/ipmi/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/ipmi/__main__.py b/kvmd/apps/ipmi/__main__.py index 73bb60b3a..4827fc498 100644 --- a/kvmd/apps/ipmi/__main__.py +++ b/kvmd/apps/ipmi/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/ipmi/auth.py b/kvmd/apps/ipmi/auth.py index c559a67a3..71a13fe7f 100644 --- a/kvmd/apps/ipmi/auth.py +++ b/kvmd/apps/ipmi/auth.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/ipmi/server.py b/kvmd/apps/ipmi/server.py index 47d3950e5..c6e35fae1 100644 --- a/kvmd/apps/ipmi/server.py +++ b/kvmd/apps/ipmi/server.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/janus/__init__.py b/kvmd/apps/janus/__init__.py index 92f6e26df..8489fade8 100644 --- a/kvmd/apps/janus/__init__.py +++ b/kvmd/apps/janus/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/janus/__main__.py b/kvmd/apps/janus/__main__.py index 73bb60b3a..4827fc498 100644 --- a/kvmd/apps/janus/__main__.py +++ b/kvmd/apps/janus/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/__init__.py b/kvmd/apps/kvmd/__init__.py index 2d0219db9..7cf8430cb 100644 --- a/kvmd/apps/kvmd/__init__.py +++ b/kvmd/apps/kvmd/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/__main__.py b/kvmd/apps/kvmd/__main__.py index 73bb60b3a..4827fc498 100644 --- a/kvmd/apps/kvmd/__main__.py +++ b/kvmd/apps/kvmd/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/api/__init__.py b/kvmd/apps/kvmd/api/__init__.py index 6ed9261b1..8d45fdfd3 100644 --- a/kvmd/apps/kvmd/api/__init__.py +++ b/kvmd/apps/kvmd/api/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/api/atx.py b/kvmd/apps/kvmd/api/atx.py index b4d5dab56..b7f74c991 100644 --- a/kvmd/apps/kvmd/api/atx.py +++ b/kvmd/apps/kvmd/api/atx.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/api/auth.py b/kvmd/apps/kvmd/api/auth.py index 5f2e847e4..0c7d5484a 100644 --- a/kvmd/apps/kvmd/api/auth.py +++ b/kvmd/apps/kvmd/api/auth.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/api/export.py b/kvmd/apps/kvmd/api/export.py index d2678f1da..998c5d81c 100644 --- a/kvmd/apps/kvmd/api/export.py +++ b/kvmd/apps/kvmd/api/export.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/api/hid.py b/kvmd/apps/kvmd/api/hid.py index 25ef0c4f5..326daf44b 100644 --- a/kvmd/apps/kvmd/api/hid.py +++ b/kvmd/apps/kvmd/api/hid.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/api/info.py b/kvmd/apps/kvmd/api/info.py index 5d1c133d0..6a7fbf4e6 100644 --- a/kvmd/apps/kvmd/api/info.py +++ b/kvmd/apps/kvmd/api/info.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/api/log.py b/kvmd/apps/kvmd/api/log.py index 7a73693b9..5bead7f7a 100644 --- a/kvmd/apps/kvmd/api/log.py +++ b/kvmd/apps/kvmd/api/log.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/api/msd.py b/kvmd/apps/kvmd/api/msd.py index 94b082999..dcb6ef62f 100644 --- a/kvmd/apps/kvmd/api/msd.py +++ b/kvmd/apps/kvmd/api/msd.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/api/redfish.py b/kvmd/apps/kvmd/api/redfish.py index 64f63b0ea..3aaa18120 100644 --- a/kvmd/apps/kvmd/api/redfish.py +++ b/kvmd/apps/kvmd/api/redfish.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/api/streamer.py b/kvmd/apps/kvmd/api/streamer.py index a757eed5f..f384eb178 100644 --- a/kvmd/apps/kvmd/api/streamer.py +++ b/kvmd/apps/kvmd/api/streamer.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/api/ugpio.py b/kvmd/apps/kvmd/api/ugpio.py index d8f939ae5..3e5f7ca32 100644 --- a/kvmd/apps/kvmd/api/ugpio.py +++ b/kvmd/apps/kvmd/api/ugpio.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/auth.py b/kvmd/apps/kvmd/auth.py index 53b1d5326..008e8a4f6 100644 --- a/kvmd/apps/kvmd/auth.py +++ b/kvmd/apps/kvmd/auth.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/info/__init__.py b/kvmd/apps/kvmd/info/__init__.py index 60ef34447..983ef6d68 100644 --- a/kvmd/apps/kvmd/info/__init__.py +++ b/kvmd/apps/kvmd/info/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/info/auth.py b/kvmd/apps/kvmd/info/auth.py index 47b3fef7e..2077afff8 100644 --- a/kvmd/apps/kvmd/info/auth.py +++ b/kvmd/apps/kvmd/info/auth.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/info/base.py b/kvmd/apps/kvmd/info/base.py index a73565d25..87494e706 100644 --- a/kvmd/apps/kvmd/info/base.py +++ b/kvmd/apps/kvmd/info/base.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/info/extras.py b/kvmd/apps/kvmd/info/extras.py index 922526fe5..a5f803bcd 100644 --- a/kvmd/apps/kvmd/info/extras.py +++ b/kvmd/apps/kvmd/info/extras.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/info/fan.py b/kvmd/apps/kvmd/info/fan.py index 39572059c..48f4f6d57 100644 --- a/kvmd/apps/kvmd/info/fan.py +++ b/kvmd/apps/kvmd/info/fan.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/info/hw.py b/kvmd/apps/kvmd/info/hw.py index ed6d8a2c5..a436a01fa 100644 --- a/kvmd/apps/kvmd/info/hw.py +++ b/kvmd/apps/kvmd/info/hw.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/info/meta.py b/kvmd/apps/kvmd/info/meta.py index 0da96a359..b66b76b15 100644 --- a/kvmd/apps/kvmd/info/meta.py +++ b/kvmd/apps/kvmd/info/meta.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/info/system.py b/kvmd/apps/kvmd/info/system.py index 4c2b4e30e..462b52c95 100644 --- a/kvmd/apps/kvmd/info/system.py +++ b/kvmd/apps/kvmd/info/system.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/logreader.py b/kvmd/apps/kvmd/logreader.py index 5eb1ecec4..6de2819be 100644 --- a/kvmd/apps/kvmd/logreader.py +++ b/kvmd/apps/kvmd/logreader.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/ocr.py b/kvmd/apps/kvmd/ocr.py index ba96093c7..2b669e686 100644 --- a/kvmd/apps/kvmd/ocr.py +++ b/kvmd/apps/kvmd/ocr.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/server.py b/kvmd/apps/kvmd/server.py index c81b91abb..44f33f89a 100644 --- a/kvmd/apps/kvmd/server.py +++ b/kvmd/apps/kvmd/server.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/snapshoter.py b/kvmd/apps/kvmd/snapshoter.py index 8e6ad5631..197e16c48 100644 --- a/kvmd/apps/kvmd/snapshoter.py +++ b/kvmd/apps/kvmd/snapshoter.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/streamer.py b/kvmd/apps/kvmd/streamer.py index 0cfbfab46..26904d404 100644 --- a/kvmd/apps/kvmd/streamer.py +++ b/kvmd/apps/kvmd/streamer.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/sysunit.py b/kvmd/apps/kvmd/sysunit.py index 5a5555532..b967aa58f 100644 --- a/kvmd/apps/kvmd/sysunit.py +++ b/kvmd/apps/kvmd/sysunit.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/kvmd/ugpio.py b/kvmd/apps/kvmd/ugpio.py index bda9cef6c..74ed204fa 100644 --- a/kvmd/apps/kvmd/ugpio.py +++ b/kvmd/apps/kvmd/ugpio.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/ngxmkconf/__init__.py b/kvmd/apps/ngxmkconf/__init__.py index 6f7ed17a1..67c25bcb5 100644 --- a/kvmd/apps/ngxmkconf/__init__.py +++ b/kvmd/apps/ngxmkconf/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/ngxmkconf/__main__.py b/kvmd/apps/ngxmkconf/__main__.py index 73bb60b3a..4827fc498 100644 --- a/kvmd/apps/ngxmkconf/__main__.py +++ b/kvmd/apps/ngxmkconf/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/otg/__init__.py b/kvmd/apps/otg/__init__.py index 43dd3e5a9..1da23c67a 100644 --- a/kvmd/apps/otg/__init__.py +++ b/kvmd/apps/otg/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/otg/__main__.py b/kvmd/apps/otg/__main__.py index 73bb60b3a..4827fc498 100644 --- a/kvmd/apps/otg/__main__.py +++ b/kvmd/apps/otg/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/otg/hid/__init__.py b/kvmd/apps/otg/hid/__init__.py index 14e7e9c4c..2be5d2d63 100644 --- a/kvmd/apps/otg/hid/__init__.py +++ b/kvmd/apps/otg/hid/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/otg/hid/keyboard.py b/kvmd/apps/otg/hid/keyboard.py index a49a22a03..e3232afaa 100644 --- a/kvmd/apps/otg/hid/keyboard.py +++ b/kvmd/apps/otg/hid/keyboard.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/otg/hid/mouse.py b/kvmd/apps/otg/hid/mouse.py index 99f538334..2fcb578c2 100644 --- a/kvmd/apps/otg/hid/mouse.py +++ b/kvmd/apps/otg/hid/mouse.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/otgconf/__init__.py b/kvmd/apps/otgconf/__init__.py index 6be00cc93..b7aa22773 100644 --- a/kvmd/apps/otgconf/__init__.py +++ b/kvmd/apps/otgconf/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/otgconf/__main__.py b/kvmd/apps/otgconf/__main__.py index 73bb60b3a..4827fc498 100644 --- a/kvmd/apps/otgconf/__main__.py +++ b/kvmd/apps/otgconf/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/otgmsd/__init__.py b/kvmd/apps/otgmsd/__init__.py index 33e586990..abe2400ce 100644 --- a/kvmd/apps/otgmsd/__init__.py +++ b/kvmd/apps/otgmsd/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/otgmsd/__main__.py b/kvmd/apps/otgmsd/__main__.py index 73bb60b3a..4827fc498 100644 --- a/kvmd/apps/otgmsd/__main__.py +++ b/kvmd/apps/otgmsd/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/otgnet/__init__.py b/kvmd/apps/otgnet/__init__.py index 8ea1c5096..3519d98b5 100644 --- a/kvmd/apps/otgnet/__init__.py +++ b/kvmd/apps/otgnet/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/otgnet/__main__.py b/kvmd/apps/otgnet/__main__.py index 73bb60b3a..4827fc498 100644 --- a/kvmd/apps/otgnet/__main__.py +++ b/kvmd/apps/otgnet/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/otgnet/netctl.py b/kvmd/apps/otgnet/netctl.py index cdb4092a4..13de1f00b 100644 --- a/kvmd/apps/otgnet/netctl.py +++ b/kvmd/apps/otgnet/netctl.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/pst/__init__.py b/kvmd/apps/pst/__init__.py index 35930ae74..d6ff28961 100644 --- a/kvmd/apps/pst/__init__.py +++ b/kvmd/apps/pst/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/pst/__main__.py b/kvmd/apps/pst/__main__.py index 73bb60b3a..4827fc498 100644 --- a/kvmd/apps/pst/__main__.py +++ b/kvmd/apps/pst/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/pst/server.py b/kvmd/apps/pst/server.py index 1a183080b..a22025fe8 100644 --- a/kvmd/apps/pst/server.py +++ b/kvmd/apps/pst/server.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/pstrun/__init__.py b/kvmd/apps/pstrun/__init__.py index be6a900fd..f7dd537d9 100644 --- a/kvmd/apps/pstrun/__init__.py +++ b/kvmd/apps/pstrun/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/pstrun/__main__.py b/kvmd/apps/pstrun/__main__.py index 73bb60b3a..4827fc498 100644 --- a/kvmd/apps/pstrun/__main__.py +++ b/kvmd/apps/pstrun/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/totp/__init__.py b/kvmd/apps/totp/__init__.py index 329a8b522..e61a79b57 100644 --- a/kvmd/apps/totp/__init__.py +++ b/kvmd/apps/totp/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/totp/__main__.py b/kvmd/apps/totp/__main__.py index 73bb60b3a..4827fc498 100644 --- a/kvmd/apps/totp/__main__.py +++ b/kvmd/apps/totp/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/watchdog/__init__.py b/kvmd/apps/watchdog/__init__.py index 2a3ba41b7..37981d0b2 100644 --- a/kvmd/apps/watchdog/__init__.py +++ b/kvmd/apps/watchdog/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/apps/watchdog/__main__.py b/kvmd/apps/watchdog/__main__.py index 73bb60b3a..4827fc498 100644 --- a/kvmd/apps/watchdog/__main__.py +++ b/kvmd/apps/watchdog/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/bitbang.py b/kvmd/bitbang.py index 0f4a202fa..ae18869ee 100644 --- a/kvmd/bitbang.py +++ b/kvmd/bitbang.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/clients/__init__.py b/kvmd/clients/__init__.py index 6ed9261b1..8d45fdfd3 100644 --- a/kvmd/clients/__init__.py +++ b/kvmd/clients/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/env.py b/kvmd/env.py index f21a64321..698dbaa28 100644 --- a/kvmd/env.py +++ b/kvmd/env.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/errors.py b/kvmd/errors.py index 031fa7dff..c880aa7fe 100644 --- a/kvmd/errors.py +++ b/kvmd/errors.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/fstab.py b/kvmd/fstab.py index 72d430ef1..4ab3163c9 100644 --- a/kvmd/fstab.py +++ b/kvmd/fstab.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/helpers/__init__.py b/kvmd/helpers/__init__.py index 6ed9261b1..8d45fdfd3 100644 --- a/kvmd/helpers/__init__.py +++ b/kvmd/helpers/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/helpers/remount/__init__.py b/kvmd/helpers/remount/__init__.py index c6373fec4..e41bbbfd5 100644 --- a/kvmd/helpers/remount/__init__.py +++ b/kvmd/helpers/remount/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/helpers/remount/__main__.py b/kvmd/helpers/remount/__main__.py index 73bb60b3a..4827fc498 100644 --- a/kvmd/helpers/remount/__main__.py +++ b/kvmd/helpers/remount/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/helpers/swapfiles/__init__.py b/kvmd/helpers/swapfiles/__init__.py index af6e17056..f4affe01e 100644 --- a/kvmd/helpers/swapfiles/__init__.py +++ b/kvmd/helpers/swapfiles/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/helpers/swapfiles/__main__.py b/kvmd/helpers/swapfiles/__main__.py index 73bb60b3a..4827fc498 100644 --- a/kvmd/helpers/swapfiles/__main__.py +++ b/kvmd/helpers/swapfiles/__main__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/htclient.py b/kvmd/htclient.py index 53eebe4ed..724eddcd3 100644 --- a/kvmd/htclient.py +++ b/kvmd/htclient.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/htserver.py b/kvmd/htserver.py index 3d1ce8f4c..4740ac7a6 100644 --- a/kvmd/htserver.py +++ b/kvmd/htserver.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/inotify.py b/kvmd/inotify.py index d5677b139..700247ef9 100644 --- a/kvmd/inotify.py +++ b/kvmd/inotify.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # This source file is partially based on python-watchdog module. # # # diff --git a/kvmd/keyboard/__init__.py b/kvmd/keyboard/__init__.py index 6ed9261b1..8d45fdfd3 100644 --- a/kvmd/keyboard/__init__.py +++ b/kvmd/keyboard/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/keyboard/mappings.py b/kvmd/keyboard/mappings.py index 449864aa9..8e7d87d19 100644 --- a/kvmd/keyboard/mappings.py +++ b/kvmd/keyboard/mappings.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/keyboard/mappings.py.mako b/kvmd/keyboard/mappings.py.mako index a04b1cb6a..a8df423c7 100644 --- a/kvmd/keyboard/mappings.py.mako +++ b/kvmd/keyboard/mappings.py.mako @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/keyboard/printer.py b/kvmd/keyboard/printer.py index d6d5839c7..efee6d444 100644 --- a/kvmd/keyboard/printer.py +++ b/kvmd/keyboard/printer.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/libc.py b/kvmd/libc.py index d46052315..53b257336 100644 --- a/kvmd/libc.py +++ b/kvmd/libc.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # This source file is partially based on python-watchdog module. # # # diff --git a/kvmd/logging.py b/kvmd/logging.py index df3efc114..a31dc24de 100644 --- a/kvmd/logging.py +++ b/kvmd/logging.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/mouse.py b/kvmd/mouse.py index c34bde245..318942972 100644 --- a/kvmd/mouse.py +++ b/kvmd/mouse.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/network.py b/kvmd/network.py index a65a12a7f..22721dd54 100644 --- a/kvmd/network.py +++ b/kvmd/network.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/__init__.py b/kvmd/plugins/__init__.py index aabe584fe..ce2567f1c 100644 --- a/kvmd/plugins/__init__.py +++ b/kvmd/plugins/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/atx/__init__.py b/kvmd/plugins/atx/__init__.py index b13946055..e9496a65e 100644 --- a/kvmd/plugins/atx/__init__.py +++ b/kvmd/plugins/atx/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/atx/disabled.py b/kvmd/plugins/atx/disabled.py index 1e6aace85..d9abec002 100644 --- a/kvmd/plugins/atx/disabled.py +++ b/kvmd/plugins/atx/disabled.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/atx/gpio.py b/kvmd/plugins/atx/gpio.py index 476dacb0a..6df57bb38 100644 --- a/kvmd/plugins/atx/gpio.py +++ b/kvmd/plugins/atx/gpio.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/__init__.py b/kvmd/plugins/auth/__init__.py index 8647fc269..cdbb43878 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-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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 ced596e75..64fe2d3f5 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-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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 7b802c557..54308279d 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-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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 7f7ed597c..fa6b9ffff 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-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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 4060ff6ab..119951ab3 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-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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 c42b7211c..92c4632db 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-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/__init__.py b/kvmd/plugins/hid/__init__.py index 40661d748..1e1db5445 100644 --- a/kvmd/plugins/hid/__init__.py +++ b/kvmd/plugins/hid/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/_mcu/__init__.py b/kvmd/plugins/hid/_mcu/__init__.py index 7f5f7a74c..01411621e 100644 --- a/kvmd/plugins/hid/_mcu/__init__.py +++ b/kvmd/plugins/hid/_mcu/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/_mcu/gpio.py b/kvmd/plugins/hid/_mcu/gpio.py index 648ab4476..0afbcc697 100644 --- a/kvmd/plugins/hid/_mcu/gpio.py +++ b/kvmd/plugins/hid/_mcu/gpio.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/_mcu/proto.py b/kvmd/plugins/hid/_mcu/proto.py index 62d7497e3..76cd5d098 100644 --- a/kvmd/plugins/hid/_mcu/proto.py +++ b/kvmd/plugins/hid/_mcu/proto.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/bt/__init__.py b/kvmd/plugins/hid/bt/__init__.py index 1b50f26a8..ece6b59bd 100644 --- a/kvmd/plugins/hid/bt/__init__.py +++ b/kvmd/plugins/hid/bt/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/bt/bluez.py b/kvmd/plugins/hid/bt/bluez.py index 8d1da8191..3e6e3f433 100644 --- a/kvmd/plugins/hid/bt/bluez.py +++ b/kvmd/plugins/hid/bt/bluez.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/bt/sdp.py b/kvmd/plugins/hid/bt/sdp.py index e040f4bb2..928339a1e 100644 --- a/kvmd/plugins/hid/bt/sdp.py +++ b/kvmd/plugins/hid/bt/sdp.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/bt/server.py b/kvmd/plugins/hid/bt/server.py index c00480c94..2b6a43072 100644 --- a/kvmd/plugins/hid/bt/server.py +++ b/kvmd/plugins/hid/bt/server.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/otg/__init__.py b/kvmd/plugins/hid/otg/__init__.py index 61b8a1947..3516546dd 100644 --- a/kvmd/plugins/hid/otg/__init__.py +++ b/kvmd/plugins/hid/otg/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/otg/device.py b/kvmd/plugins/hid/otg/device.py index af30188b2..dfab658de 100644 --- a/kvmd/plugins/hid/otg/device.py +++ b/kvmd/plugins/hid/otg/device.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/otg/events.py b/kvmd/plugins/hid/otg/events.py index 399867725..ae2ba67d7 100644 --- a/kvmd/plugins/hid/otg/events.py +++ b/kvmd/plugins/hid/otg/events.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/otg/keyboard.py b/kvmd/plugins/hid/otg/keyboard.py index 75d317352..9008db067 100644 --- a/kvmd/plugins/hid/otg/keyboard.py +++ b/kvmd/plugins/hid/otg/keyboard.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/otg/mouse.py b/kvmd/plugins/hid/otg/mouse.py index b25d83805..7d3bd2e64 100644 --- a/kvmd/plugins/hid/otg/mouse.py +++ b/kvmd/plugins/hid/otg/mouse.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/serial.py b/kvmd/plugins/hid/serial.py index 593c50ae4..4b8e61656 100644 --- a/kvmd/plugins/hid/serial.py +++ b/kvmd/plugins/hid/serial.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/hid/spi.py b/kvmd/plugins/hid/spi.py index 74c3d3b88..70ad120ba 100644 --- a/kvmd/plugins/hid/spi.py +++ b/kvmd/plugins/hid/spi.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/msd/__init__.py b/kvmd/plugins/msd/__init__.py index cb8d81306..e02109216 100644 --- a/kvmd/plugins/msd/__init__.py +++ b/kvmd/plugins/msd/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/msd/disabled.py b/kvmd/plugins/msd/disabled.py index cb0ace41f..ad49875e0 100644 --- a/kvmd/plugins/msd/disabled.py +++ b/kvmd/plugins/msd/disabled.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/msd/otg/__init__.py b/kvmd/plugins/msd/otg/__init__.py index c769bda2c..18f2a0064 100644 --- a/kvmd/plugins/msd/otg/__init__.py +++ b/kvmd/plugins/msd/otg/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/msd/otg/drive.py b/kvmd/plugins/msd/otg/drive.py index 6573276eb..1bae91e5f 100644 --- a/kvmd/plugins/msd/otg/drive.py +++ b/kvmd/plugins/msd/otg/drive.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/msd/otg/storage.py b/kvmd/plugins/msd/otg/storage.py index 08ac65e1d..32f52a2da 100644 --- a/kvmd/plugins/msd/otg/storage.py +++ b/kvmd/plugins/msd/otg/storage.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/ugpio/__init__.py b/kvmd/plugins/ugpio/__init__.py index 48d203bec..6f9dfaec1 100644 --- a/kvmd/plugins/ugpio/__init__.py +++ b/kvmd/plugins/ugpio/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/ugpio/anelpwr.py b/kvmd/plugins/ugpio/anelpwr.py index c7eaabd58..a9cc432be 100644 --- a/kvmd/plugins/ugpio/anelpwr.py +++ b/kvmd/plugins/ugpio/anelpwr.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/ugpio/cmd.py b/kvmd/plugins/ugpio/cmd.py index a5ab39f1f..c3392b688 100644 --- a/kvmd/plugins/ugpio/cmd.py +++ b/kvmd/plugins/ugpio/cmd.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/ugpio/cmdret.py b/kvmd/plugins/ugpio/cmdret.py index f5cd62e8c..0eea78f6d 100644 --- a/kvmd/plugins/ugpio/cmdret.py +++ b/kvmd/plugins/ugpio/cmdret.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/ugpio/extron.py b/kvmd/plugins/ugpio/extron.py index c088e1e6e..cb9fe96eb 100644 --- a/kvmd/plugins/ugpio/extron.py +++ b/kvmd/plugins/ugpio/extron.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/ugpio/ezcoo.py b/kvmd/plugins/ugpio/ezcoo.py index 9f3127430..c3502a615 100644 --- a/kvmd/plugins/ugpio/ezcoo.py +++ b/kvmd/plugins/ugpio/ezcoo.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/ugpio/gpio.py b/kvmd/plugins/ugpio/gpio.py index b86799a14..1ae1fbe05 100644 --- a/kvmd/plugins/ugpio/gpio.py +++ b/kvmd/plugins/ugpio/gpio.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/ugpio/hidrelay.py b/kvmd/plugins/ugpio/hidrelay.py index 7b8c083e7..894da42cf 100644 --- a/kvmd/plugins/ugpio/hidrelay.py +++ b/kvmd/plugins/ugpio/hidrelay.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/ugpio/hue.py b/kvmd/plugins/ugpio/hue.py index 91f4ac52b..2c0e67497 100644 --- a/kvmd/plugins/ugpio/hue.py +++ b/kvmd/plugins/ugpio/hue.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/ugpio/ipmi.py b/kvmd/plugins/ugpio/ipmi.py index 32d97cfae..8aec6c3d0 100644 --- a/kvmd/plugins/ugpio/ipmi.py +++ b/kvmd/plugins/ugpio/ipmi.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/ugpio/locator.py b/kvmd/plugins/ugpio/locator.py index 79c10df7f..f42116a71 100644 --- a/kvmd/plugins/ugpio/locator.py +++ b/kvmd/plugins/ugpio/locator.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/ugpio/otgconf.py b/kvmd/plugins/ugpio/otgconf.py index 37a407b53..4b85a3f4b 100644 --- a/kvmd/plugins/ugpio/otgconf.py +++ b/kvmd/plugins/ugpio/otgconf.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/ugpio/pway.py b/kvmd/plugins/ugpio/pway.py index 26e30921a..25a1f4540 100644 --- a/kvmd/plugins/ugpio/pway.py +++ b/kvmd/plugins/ugpio/pway.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # Modified by SppokHCK September 2021 # # # diff --git a/kvmd/plugins/ugpio/pwm.py b/kvmd/plugins/ugpio/pwm.py index f8df43387..8aedb7719 100644 --- a/kvmd/plugins/ugpio/pwm.py +++ b/kvmd/plugins/ugpio/pwm.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # Shantur Rathore # # # # This program is free software: you can redistribute it and/or modify # diff --git a/kvmd/plugins/ugpio/servo.py b/kvmd/plugins/ugpio/servo.py index bd83c6d8f..55ad72654 100644 --- a/kvmd/plugins/ugpio/servo.py +++ b/kvmd/plugins/ugpio/servo.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # Shantur Rathore # # # # This program is free software: you can redistribute it and/or modify # diff --git a/kvmd/plugins/ugpio/tesmart.py b/kvmd/plugins/ugpio/tesmart.py index 6c081cdb1..5a5cd4416 100644 --- a/kvmd/plugins/ugpio/tesmart.py +++ b/kvmd/plugins/ugpio/tesmart.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/ugpio/wol.py b/kvmd/plugins/ugpio/wol.py index 78670e8a2..e3a93be76 100644 --- a/kvmd/plugins/ugpio/wol.py +++ b/kvmd/plugins/ugpio/wol.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/ugpio/xh_hk4401.py b/kvmd/plugins/ugpio/xh_hk4401.py index 5908cac1e..7e064df97 100644 --- a/kvmd/plugins/ugpio/xh_hk4401.py +++ b/kvmd/plugins/ugpio/xh_hk4401.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # 2021-2021 Sebastian Goscik # # # # This program is free software: you can redistribute it and/or modify # diff --git a/kvmd/tools.py b/kvmd/tools.py index 1c03f8ce3..fca68e223 100644 --- a/kvmd/tools.py +++ b/kvmd/tools.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/usb.py b/kvmd/usb.py index 0c23828f0..54309c2c0 100644 --- a/kvmd/usb.py +++ b/kvmd/usb.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/validators/__init__.py b/kvmd/validators/__init__.py index 57c96d8a3..39ff60aa5 100644 --- a/kvmd/validators/__init__.py +++ b/kvmd/validators/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/validators/auth.py b/kvmd/validators/auth.py index f6d55c22e..33cad4569 100644 --- a/kvmd/validators/auth.py +++ b/kvmd/validators/auth.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/validators/basic.py b/kvmd/validators/basic.py index c7b459714..eae844d9c 100644 --- a/kvmd/validators/basic.py +++ b/kvmd/validators/basic.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/validators/hid.py b/kvmd/validators/hid.py index 2812dcca0..376a7f624 100644 --- a/kvmd/validators/hid.py +++ b/kvmd/validators/hid.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/validators/hw.py b/kvmd/validators/hw.py index 7ca9c0015..8267e3546 100644 --- a/kvmd/validators/hw.py +++ b/kvmd/validators/hw.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/validators/kvm.py b/kvmd/validators/kvm.py index 4296958ae..7bce2a5ff 100644 --- a/kvmd/validators/kvm.py +++ b/kvmd/validators/kvm.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/validators/net.py b/kvmd/validators/net.py index 8a75729f3..c14dd3f69 100644 --- a/kvmd/validators/net.py +++ b/kvmd/validators/net.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/validators/os.py b/kvmd/validators/os.py index 0f9c94d29..7b38f1717 100644 --- a/kvmd/validators/os.py +++ b/kvmd/validators/os.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/validators/ugpio.py b/kvmd/validators/ugpio.py index 12461d0d1..1cb0e3e4d 100644 --- a/kvmd/validators/ugpio.py +++ b/kvmd/validators/ugpio.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/__init__.py b/kvmd/yamlconf/__init__.py index 8e688a56a..42a69cfa9 100644 --- a/kvmd/yamlconf/__init__.py +++ b/kvmd/yamlconf/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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 206b5a5d0..263c5d398 100644 --- a/kvmd/yamlconf/dumper.py +++ b/kvmd/yamlconf/dumper.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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 ffd69e3ee..215cb526b 100644 --- a/kvmd/yamlconf/loader.py +++ b/kvmd/yamlconf/loader.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/scripts/kvmd-bootconfig b/scripts/kvmd-bootconfig index 4795562f2..b4dc22806 100755 --- a/scripts/kvmd-bootconfig +++ b/scripts/kvmd-bootconfig @@ -3,7 +3,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/scripts/kvmd-certbot b/scripts/kvmd-certbot index 425f50dc3..ebc94e503 100755 --- a/scripts/kvmd-certbot +++ b/scripts/kvmd-certbot @@ -3,7 +3,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/scripts/kvmd-gencert b/scripts/kvmd-gencert index 3c373e453..7bd95cf23 100755 --- a/scripts/kvmd-gencert +++ b/scripts/kvmd-gencert @@ -3,7 +3,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/scripts/kvmd-udev-hdmiusb-check b/scripts/kvmd-udev-hdmiusb-check index 5a91cb8cf..12c19204f 100755 --- a/scripts/kvmd-udev-hdmiusb-check +++ b/scripts/kvmd-udev-hdmiusb-check @@ -3,7 +3,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/scripts/kvmd-udev-restart-pass b/scripts/kvmd-udev-restart-pass index 93f7d85c3..77a1515a3 100755 --- a/scripts/kvmd-udev-restart-pass +++ b/scripts/kvmd-udev-restart-pass @@ -3,7 +3,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/setup.py b/setup.py index 7f378994d..01e48fcac 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/env.py b/testenv/env.py index 06d00c143..b3cdf34f8 100644 --- a/testenv/env.py +++ b/testenv/env.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/__init__.py b/testenv/tests/__init__.py index 6ed9261b1..8d45fdfd3 100644 --- a/testenv/tests/__init__.py +++ b/testenv/tests/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/apps/__init__.py b/testenv/tests/apps/__init__.py index 6ed9261b1..8d45fdfd3 100644 --- a/testenv/tests/apps/__init__.py +++ b/testenv/tests/apps/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/apps/cleanup/__init__.py b/testenv/tests/apps/cleanup/__init__.py index 6ed9261b1..8d45fdfd3 100644 --- a/testenv/tests/apps/cleanup/__init__.py +++ b/testenv/tests/apps/cleanup/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/apps/cleanup/test_main.py b/testenv/tests/apps/cleanup/test_main.py index 29008cf34..1901b6d4f 100644 --- a/testenv/tests/apps/cleanup/test_main.py +++ b/testenv/tests/apps/cleanup/test_main.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/apps/htpasswd/__init__.py b/testenv/tests/apps/htpasswd/__init__.py index 6ed9261b1..8d45fdfd3 100644 --- a/testenv/tests/apps/htpasswd/__init__.py +++ b/testenv/tests/apps/htpasswd/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/apps/htpasswd/test_main.py b/testenv/tests/apps/htpasswd/test_main.py index 5e53fc586..ba45110be 100644 --- a/testenv/tests/apps/htpasswd/test_main.py +++ b/testenv/tests/apps/htpasswd/test_main.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/apps/kvmd/__init__.py b/testenv/tests/apps/kvmd/__init__.py index 6ed9261b1..8d45fdfd3 100644 --- a/testenv/tests/apps/kvmd/__init__.py +++ b/testenv/tests/apps/kvmd/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/apps/kvmd/test_auth.py b/testenv/tests/apps/kvmd/test_auth.py index 402c92733..4fa1c8ae4 100644 --- a/testenv/tests/apps/kvmd/test_auth.py +++ b/testenv/tests/apps/kvmd/test_auth.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/keyboard/__init__.py b/testenv/tests/keyboard/__init__.py index 6ed9261b1..8d45fdfd3 100644 --- a/testenv/tests/keyboard/__init__.py +++ b/testenv/tests/keyboard/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/keyboard/test_keymap.py b/testenv/tests/keyboard/test_keymap.py index aaf924c5d..8c5b3312f 100644 --- a/testenv/tests/keyboard/test_keymap.py +++ b/testenv/tests/keyboard/test_keymap.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/plugins/__init__.py b/testenv/tests/plugins/__init__.py index 6ed9261b1..8d45fdfd3 100644 --- a/testenv/tests/plugins/__init__.py +++ b/testenv/tests/plugins/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/plugins/auth/__init__.py b/testenv/tests/plugins/auth/__init__.py index 9c44a455d..3ddb5061a 100644 --- a/testenv/tests/plugins/auth/__init__.py +++ b/testenv/tests/plugins/auth/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/plugins/auth/test_htpasswd.py b/testenv/tests/plugins/auth/test_htpasswd.py index 0e8714d26..12d40b23b 100644 --- a/testenv/tests/plugins/auth/test_htpasswd.py +++ b/testenv/tests/plugins/auth/test_htpasswd.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/plugins/auth/test_http.py b/testenv/tests/plugins/auth/test_http.py index 166998aae..07b413740 100644 --- a/testenv/tests/plugins/auth/test_http.py +++ b/testenv/tests/plugins/auth/test_http.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/plugins/auth/test_pam.py b/testenv/tests/plugins/auth/test_pam.py index 9c327c561..26bf11be9 100644 --- a/testenv/tests/plugins/auth/test_pam.py +++ b/testenv/tests/plugins/auth/test_pam.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/test_aiotools.py b/testenv/tests/test_aiotools.py index 3a80c925a..8c4f65a47 100644 --- a/testenv/tests/test_aiotools.py +++ b/testenv/tests/test_aiotools.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/test_logging.py b/testenv/tests/test_logging.py index feff06688..b6f52a38d 100644 --- a/testenv/tests/test_logging.py +++ b/testenv/tests/test_logging.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/test_yamlconf.py b/testenv/tests/test_yamlconf.py index 905f0c5f6..70f9593fd 100644 --- a/testenv/tests/test_yamlconf.py +++ b/testenv/tests/test_yamlconf.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/validators/__init__.py b/testenv/tests/validators/__init__.py index 6ed9261b1..8d45fdfd3 100644 --- a/testenv/tests/validators/__init__.py +++ b/testenv/tests/validators/__init__.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/validators/test_auth.py b/testenv/tests/validators/test_auth.py index 7b1eee0fa..d84e029b3 100644 --- a/testenv/tests/validators/test_auth.py +++ b/testenv/tests/validators/test_auth.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/validators/test_basic.py b/testenv/tests/validators/test_basic.py index fe7b7ff79..06d6deecb 100644 --- a/testenv/tests/validators/test_basic.py +++ b/testenv/tests/validators/test_basic.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/validators/test_hid.py b/testenv/tests/validators/test_hid.py index 24f11df4a..a1031a130 100644 --- a/testenv/tests/validators/test_hid.py +++ b/testenv/tests/validators/test_hid.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/validators/test_hw.py b/testenv/tests/validators/test_hw.py index 902ba2e5a..a7a282022 100644 --- a/testenv/tests/validators/test_hw.py +++ b/testenv/tests/validators/test_hw.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/validators/test_kvm.py b/testenv/tests/validators/test_kvm.py index 1a0e911d5..9c70c6626 100644 --- a/testenv/tests/validators/test_kvm.py +++ b/testenv/tests/validators/test_kvm.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/validators/test_net.py b/testenv/tests/validators/test_net.py index f21a4cbc4..14f2b57ca 100644 --- a/testenv/tests/validators/test_net.py +++ b/testenv/tests/validators/test_net.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/validators/test_os.py b/testenv/tests/validators/test_os.py index e744e187a..30981308d 100644 --- a/testenv/tests/validators/test_os.py +++ b/testenv/tests/validators/test_os.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/validators/test_ugpio.py b/testenv/tests/validators/test_ugpio.py index d6369cec1..110afd832 100644 --- a/testenv/tests/validators/test_ugpio.py +++ b/testenv/tests/validators/test_ugpio.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/testenv/tests/yamlconf/test_merger.py b/testenv/tests/yamlconf/test_merger.py index 211806051..0f876ce96 100644 --- a/testenv/tests/yamlconf/test_merger.py +++ b/testenv/tests/yamlconf/test_merger.py @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/base.pug b/web/base.pug index 4c2419fe4..4bb500992 100644 --- a/web/base.pug +++ b/web/base.pug @@ -5,7 +5,7 @@ doctype html # # # KVMD - The main PiKVM daemon. # # # - # Copyright (C) 2018-2023 Maxim Devaev # + # Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/index.html b/web/index.html index a5eb624df..b92ee5f25 100644 --- a/web/index.html +++ b/web/index.html @@ -4,7 +4,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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 # @@ -56,7 +56,7 @@ The Open Source KVM over IP - Copyright © 2018-2023 Maxim Devaev + Copyright © 2018-2024 Maxim Devaev diff --git a/web/ipmi/index.html b/web/ipmi/index.html index c181e055e..5e50f4cef 100644 --- a/web/ipmi/index.html +++ b/web/ipmi/index.html @@ -4,7 +4,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/kvm/index.html b/web/kvm/index.html index 61d5e3dc8..0c920c866 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -4,7 +4,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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 # @@ -1988,7 +1988,7 @@ The Open Source KVM over IP - Copyright © 2018-2023 Maxim Devaev + Copyright © 2018-2024 Maxim Devaev diff --git a/web/kvm/window-about.pug b/web/kvm/window-about.pug index 993edb7d1..490823eed 100644 --- a/web/kvm/window-about.pug +++ b/web/kvm/window-about.pug @@ -25,7 +25,7 @@ div(id="about-window" class="window") tr #[td(colspan="2" class="title") The Open Source KVM over IP] tr td(colspan="2" class="copyright") - | Copyright © 2018-2023 #[a(target="_blank" href="mailto:mdevaev@gmail.com") Maxim Devaev] + | Copyright © 2018-2024 #[a(target="_blank" href="mailto:mdevaev@gmail.com") Maxim Devaev] br div(class="tabs-box") +about_tab("meta", "Meta", true) diff --git a/web/login/index.html b/web/login/index.html index 0e3718eb8..26b076401 100644 --- a/web/login/index.html +++ b/web/login/index.html @@ -4,7 +4,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/index/index.css b/web/share/css/index/index.css index 5ef43a125..0415f1da1 100644 --- a/web/share/css/index/index.css +++ b/web/share/css/index/index.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/keypad.css b/web/share/css/keypad.css index a95c252b2..3f7a23b59 100644 --- a/web/share/css/keypad.css +++ b/web/share/css/keypad.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/kvm/about.css b/web/share/css/kvm/about.css index 9ce8549bf..1b9c443a2 100644 --- a/web/share/css/kvm/about.css +++ b/web/share/css/kvm/about.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/kvm/hid.css b/web/share/css/kvm/hid.css index 21e5bd03a..5c710ac2a 100644 --- a/web/share/css/kvm/hid.css +++ b/web/share/css/kvm/hid.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/kvm/keyboard.css b/web/share/css/kvm/keyboard.css index 2cb4b3394..9a6a56e79 100644 --- a/web/share/css/kvm/keyboard.css +++ b/web/share/css/kvm/keyboard.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/kvm/msd.css b/web/share/css/kvm/msd.css index 4a8702a33..5d262fb5a 100644 --- a/web/share/css/kvm/msd.css +++ b/web/share/css/kvm/msd.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/kvm/stream.css b/web/share/css/kvm/stream.css index 956e1b308..16132c219 100644 --- a/web/share/css/kvm/stream.css +++ b/web/share/css/kvm/stream.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/kvm/system.css b/web/share/css/kvm/system.css index 8abcfe2e2..06a19202a 100644 --- a/web/share/css/kvm/system.css +++ b/web/share/css/kvm/system.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/kvm/x-mobile.css b/web/share/css/kvm/x-mobile.css index 8934f2d1d..caad69f1d 100644 --- a/web/share/css/kvm/x-mobile.css +++ b/web/share/css/kvm/x-mobile.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/led.css b/web/share/css/led.css index fcc6fd8f8..b7e00116e 100644 --- a/web/share/css/led.css +++ b/web/share/css/led.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/login/login.css b/web/share/css/login/login.css index eddf35631..c5e5a28d3 100644 --- a/web/share/css/login/login.css +++ b/web/share/css/login/login.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/main.css b/web/share/css/main.css index acfb7142f..8e6af465c 100644 --- a/web/share/css/main.css +++ b/web/share/css/main.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/modal.css b/web/share/css/modal.css index 430fdae84..48010a6cc 100644 --- a/web/share/css/modal.css +++ b/web/share/css/modal.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/navbar.css b/web/share/css/navbar.css index 002496475..04d15e052 100644 --- a/web/share/css/navbar.css +++ b/web/share/css/navbar.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/progress.css b/web/share/css/progress.css index 89b77a76b..ceeea43f0 100644 --- a/web/share/css/progress.css +++ b/web/share/css/progress.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/radio.css b/web/share/css/radio.css index d6e54578d..0674b7ab3 100644 --- a/web/share/css/radio.css +++ b/web/share/css/radio.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/slider.css b/web/share/css/slider.css index 3fdd5c562..2669c9a41 100644 --- a/web/share/css/slider.css +++ b/web/share/css/slider.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/start.css b/web/share/css/start.css index a08c39c15..8ad97c75b 100644 --- a/web/share/css/start.css +++ b/web/share/css/start.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/switch.css b/web/share/css/switch.css index 1891eb268..dbeebe123 100644 --- a/web/share/css/switch.css +++ b/web/share/css/switch.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/tabs.css b/web/share/css/tabs.css index 1f695f428..b7743b41b 100644 --- a/web/share/css/tabs.css +++ b/web/share/css/tabs.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/vars.css b/web/share/css/vars.css index 1aaef5524..bb8e39051 100644 --- a/web/share/css/vars.css +++ b/web/share/css/vars.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/window.css b/web/share/css/window.css index bd097fbcd..c1713ff91 100644 --- a/web/share/css/window.css +++ b/web/share/css/window.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/x-desktop.css b/web/share/css/x-desktop.css index f53cf6cec..a652c61b3 100644 --- a/web/share/css/x-desktop.css +++ b/web/share/css/x-desktop.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/css/x-mobile.css b/web/share/css/x-mobile.css index ed322f289..fef5f4baf 100644 --- a/web/share/css/x-mobile.css +++ b/web/share/css/x-mobile.css @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/bb.js b/web/share/js/bb.js index 4a58a5d4b..ba49efa66 100644 --- a/web/share/js/bb.js +++ b/web/share/js/bb.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/index/main.js b/web/share/js/index/main.js index 6b2cff311..7eeceb528 100644 --- a/web/share/js/index/main.js +++ b/web/share/js/index/main.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/ipmi/main.js b/web/share/js/ipmi/main.js index a4a8e3086..04092de2e 100644 --- a/web/share/js/ipmi/main.js +++ b/web/share/js/ipmi/main.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/keypad.js b/web/share/js/keypad.js index 9c74dcd85..07990b7cf 100644 --- a/web/share/js/keypad.js +++ b/web/share/js/keypad.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/kvm/atx.js b/web/share/js/kvm/atx.js index 4e7d6a369..61d9b5f92 100644 --- a/web/share/js/kvm/atx.js +++ b/web/share/js/kvm/atx.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/kvm/gpio.js b/web/share/js/kvm/gpio.js index bb07b349f..b765820d4 100644 --- a/web/share/js/kvm/gpio.js +++ b/web/share/js/kvm/gpio.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/kvm/hid.js b/web/share/js/kvm/hid.js index c097c81dc..c33c262fe 100644 --- a/web/share/js/kvm/hid.js +++ b/web/share/js/kvm/hid.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/kvm/keyboard.js b/web/share/js/kvm/keyboard.js index 686d968bd..68fb21676 100644 --- a/web/share/js/kvm/keyboard.js +++ b/web/share/js/kvm/keyboard.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/kvm/main.js b/web/share/js/kvm/main.js index 15609e1a5..e32992a99 100644 --- a/web/share/js/kvm/main.js +++ b/web/share/js/kvm/main.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/kvm/mouse.js b/web/share/js/kvm/mouse.js index 984a3ba01..5f75175ca 100644 --- a/web/share/js/kvm/mouse.js +++ b/web/share/js/kvm/mouse.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/kvm/msd.js b/web/share/js/kvm/msd.js index 2e3594681..d6de41071 100644 --- a/web/share/js/kvm/msd.js +++ b/web/share/js/kvm/msd.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/kvm/ocr.js b/web/share/js/kvm/ocr.js index bbfcf8af7..b38288079 100644 --- a/web/share/js/kvm/ocr.js +++ b/web/share/js/kvm/ocr.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/kvm/recorder.js b/web/share/js/kvm/recorder.js index 9707b5cc0..0f32f66d8 100644 --- a/web/share/js/kvm/recorder.js +++ b/web/share/js/kvm/recorder.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/kvm/session.js b/web/share/js/kvm/session.js index 7168aeae3..f000e953e 100644 --- a/web/share/js/kvm/session.js +++ b/web/share/js/kvm/session.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/kvm/stream.js b/web/share/js/kvm/stream.js index ccf8281c3..392b54a04 100644 --- a/web/share/js/kvm/stream.js +++ b/web/share/js/kvm/stream.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/kvm/stream_janus.js b/web/share/js/kvm/stream_janus.js index 8cc7744f9..84620cc7f 100644 --- a/web/share/js/kvm/stream_janus.js +++ b/web/share/js/kvm/stream_janus.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/kvm/stream_mjpeg.js b/web/share/js/kvm/stream_mjpeg.js index 634a09928..c914140d0 100644 --- a/web/share/js/kvm/stream_mjpeg.js +++ b/web/share/js/kvm/stream_mjpeg.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/login/main.js b/web/share/js/login/main.js index abae2fec1..fbc2a7f23 100644 --- a/web/share/js/login/main.js +++ b/web/share/js/login/main.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/tools.js b/web/share/js/tools.js index 12291e488..3aa665326 100644 --- a/web/share/js/tools.js +++ b/web/share/js/tools.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/vnc/main.js b/web/share/js/vnc/main.js index cd17ae21f..440e51d4e 100644 --- a/web/share/js/vnc/main.js +++ b/web/share/js/vnc/main.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/share/js/wm.js b/web/share/js/wm.js index e6a7c46d9..31c7dac04 100644 --- a/web/share/js/wm.js +++ b/web/share/js/wm.js @@ -2,7 +2,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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/web/vnc/index.html b/web/vnc/index.html index d81cf11c4..a619bfb1a 100644 --- a/web/vnc/index.html +++ b/web/vnc/index.html @@ -4,7 +4,7 @@ # # # KVMD - The main PiKVM daemon. # # # -# Copyright (C) 2018-2023 Maxim Devaev # +# Copyright (C) 2018-2024 Maxim Devaev # # # # 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 #