From 8526acf8b6c4fe0e22cd5b52b5b6c5f2153424f9 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Fri, 10 Mar 2023 20:06:06 +0100 Subject: [PATCH] chore: update copyright notice Signed-off-by: Dominik Willner --- kiauh.sh | 7 +------ scripts/backup.sh | 2 +- scripts/crowsnest.sh | 2 +- scripts/flash_klipper.sh | 2 +- scripts/fluidd.sh | 2 +- scripts/gcode_shell_command.sh | 2 +- scripts/globals.sh | 2 +- scripts/klipper.sh | 2 +- scripts/klipperscreen.sh | 2 +- scripts/mainsail.sh | 2 +- scripts/mjpg-streamer.sh | 2 +- scripts/moonraker-telegram-bot.sh | 2 +- scripts/moonraker.sh | 2 +- scripts/nginx.sh | 2 +- scripts/obico.sh | 2 +- scripts/octoeverywhere.sh | 2 +- scripts/octoprint.sh | 2 +- scripts/pretty_gcode.sh | 2 +- scripts/rollback.sh | 2 +- scripts/switch_klipper_repo.sh | 2 +- scripts/ui/advanced_menu.sh | 2 +- scripts/ui/backup_menu.sh | 2 +- scripts/ui/general_ui.sh | 2 +- scripts/ui/install_menu.sh | 2 +- scripts/ui/main_menu.sh | 2 +- scripts/ui/remove_menu.sh | 2 +- scripts/ui/settings_menu.sh | 2 +- scripts/ui/update_menu.sh | 2 +- scripts/upload_log.sh | 2 +- scripts/utilities.sh | 2 +- 30 files changed, 30 insertions(+), 35 deletions(-) diff --git a/kiauh.sh b/kiauh.sh index 8d40d98..c0fed70 100755 --- a/kiauh.sh +++ b/kiauh.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # @@ -9,13 +9,8 @@ # This file may be distributed under the terms of the GNU GPLv3 license # #=======================================================================# -# TODO: mjpg-streamer -# TODO: moonraker-telegram-bot -# TODO: obico -# TODO: pretty_gcode # TODO: upload_log # TODO: all backup functions -# TODO: octoprint # TODO: doublecheck that nothing got missed! set -e diff --git a/scripts/backup.sh b/scripts/backup.sh index 1f07d48..dc51d22 100755 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/crowsnest.sh b/scripts/crowsnest.sh index 2915e55..ef123cc 100644 --- a/scripts/crowsnest.sh +++ b/scripts/crowsnest.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/flash_klipper.sh b/scripts/flash_klipper.sh index f8677d1..8ea0ab8 100644 --- a/scripts/flash_klipper.sh +++ b/scripts/flash_klipper.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/fluidd.sh b/scripts/fluidd.sh index c6188c6..42fda1d 100644 --- a/scripts/fluidd.sh +++ b/scripts/fluidd.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/gcode_shell_command.sh b/scripts/gcode_shell_command.sh index f07747f..48d52a2 100644 --- a/scripts/gcode_shell_command.sh +++ b/scripts/gcode_shell_command.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/globals.sh b/scripts/globals.sh index 6ca19fc..b8c877e 100644 --- a/scripts/globals.sh +++ b/scripts/globals.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/klipper.sh b/scripts/klipper.sh index afe4332..27483cb 100644 --- a/scripts/klipper.sh +++ b/scripts/klipper.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/klipperscreen.sh b/scripts/klipperscreen.sh index 7c302fe..65ac223 100644 --- a/scripts/klipperscreen.sh +++ b/scripts/klipperscreen.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/mainsail.sh b/scripts/mainsail.sh index 216fa58..ff53ad3 100644 --- a/scripts/mainsail.sh +++ b/scripts/mainsail.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/mjpg-streamer.sh b/scripts/mjpg-streamer.sh index 5317d0b..a94203e 100644 --- a/scripts/mjpg-streamer.sh +++ b/scripts/mjpg-streamer.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/moonraker-telegram-bot.sh b/scripts/moonraker-telegram-bot.sh index 3ad92bf..7aab1e9 100644 --- a/scripts/moonraker-telegram-bot.sh +++ b/scripts/moonraker-telegram-bot.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/moonraker.sh b/scripts/moonraker.sh index 3baac95..655e2d6 100644 --- a/scripts/moonraker.sh +++ b/scripts/moonraker.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/nginx.sh b/scripts/nginx.sh index 15eaab6..fac0948 100644 --- a/scripts/nginx.sh +++ b/scripts/nginx.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/obico.sh b/scripts/obico.sh index 92d5b3f..a831188 100644 --- a/scripts/obico.sh +++ b/scripts/obico.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/octoeverywhere.sh b/scripts/octoeverywhere.sh index 6a2eb0f..5607ff8 100644 --- a/scripts/octoeverywhere.sh +++ b/scripts/octoeverywhere.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/octoprint.sh b/scripts/octoprint.sh index b819373..9f9e90e 100644 --- a/scripts/octoprint.sh +++ b/scripts/octoprint.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/pretty_gcode.sh b/scripts/pretty_gcode.sh index 8d27bb5..7ace8ff 100644 --- a/scripts/pretty_gcode.sh +++ b/scripts/pretty_gcode.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/rollback.sh b/scripts/rollback.sh index b2b54bc..09ee99f 100755 --- a/scripts/rollback.sh +++ b/scripts/rollback.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/switch_klipper_repo.sh b/scripts/switch_klipper_repo.sh index 8739250..34e3855 100644 --- a/scripts/switch_klipper_repo.sh +++ b/scripts/switch_klipper_repo.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/ui/advanced_menu.sh b/scripts/ui/advanced_menu.sh index e4dbf39..2e2bc5c 100755 --- a/scripts/ui/advanced_menu.sh +++ b/scripts/ui/advanced_menu.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/ui/backup_menu.sh b/scripts/ui/backup_menu.sh index 2654069..c908b44 100755 --- a/scripts/ui/backup_menu.sh +++ b/scripts/ui/backup_menu.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/ui/general_ui.sh b/scripts/ui/general_ui.sh index d0dc9f2..b74c31f 100755 --- a/scripts/ui/general_ui.sh +++ b/scripts/ui/general_ui.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/ui/install_menu.sh b/scripts/ui/install_menu.sh index c4a5820..2ebcc00 100755 --- a/scripts/ui/install_menu.sh +++ b/scripts/ui/install_menu.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/ui/main_menu.sh b/scripts/ui/main_menu.sh index d9f3b38..b04a090 100755 --- a/scripts/ui/main_menu.sh +++ b/scripts/ui/main_menu.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/ui/remove_menu.sh b/scripts/ui/remove_menu.sh index 79fec90..0749921 100755 --- a/scripts/ui/remove_menu.sh +++ b/scripts/ui/remove_menu.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/ui/settings_menu.sh b/scripts/ui/settings_menu.sh index 3146102..27c9dad 100755 --- a/scripts/ui/settings_menu.sh +++ b/scripts/ui/settings_menu.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/ui/update_menu.sh b/scripts/ui/update_menu.sh index 26a51e8..f060536 100755 --- a/scripts/ui/update_menu.sh +++ b/scripts/ui/update_menu.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/upload_log.sh b/scripts/upload_log.sh index e9f06f7..2e23636 100755 --- a/scripts/upload_log.sh +++ b/scripts/upload_log.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh # diff --git a/scripts/utilities.sh b/scripts/utilities.sh index 8490634..b3293ff 100644 --- a/scripts/utilities.sh +++ b/scripts/utilities.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #=======================================================================# -# Copyright (C) 2020 - 2022 Dominik Willner # +# Copyright (C) 2020 - 2023 Dominik Willner # # # # This file is part of KIAUH - Klipper Installation And Update Helper # # https://github.com/th33xitus/kiauh #