From d3bd56e45ce5f12a0a479fc95195762a208378ff Mon Sep 17 00:00:00 2001 From: Ark74 Date: Mon, 20 Jan 2025 22:13:26 -0600 Subject: [PATCH] update year --- README.md | 2 +- add-jibri-node.sh | 2 +- add-jvb2-node.sh | 2 +- etherpad-docker.sh | 2 +- excalidraw-backend.sh | 2 +- grafana.sh | 2 +- jigasi-vosk-backend.sh | 2 +- jitsi-updater.sh | 2 +- jm-bm.sh | 2 +- jra_nextcloud.sh | 2 +- mode/chp-mode.sh | 2 +- mode/grid/selenium-grid-docker.sh | 2 +- mode/jms-stu.sh | 2 +- mode/jwt.sh | 2 +- patches/jigasi/001-jigasi-meet-config.patch | 2 +- patches/jigasi/002-jigasi-sip-properties.patch | 2 +- .../001-jitsi-meet-enable-livestreaming-and-recording.patch | 2 +- patches/jitsi-meet/002-jitsi-meet-welcome-page-on-off.patch | 2 +- quick_jibri_installer.sh | 2 +- tools/aws-grub-setup.sh | 2 +- tools/fail2ban_ssh.sh | 2 +- tools/jibri-conf-upgrade.sh | 2 +- tools/jibri-resolution-enhancer.sh | 2 +- tools/prepare_php.sh | 2 +- tools/start-over.sh | 2 +- tools/test-jibri-env.sh | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 07104ed..d65c750 100644 --- a/README.md +++ b/README.md @@ -118,4 +118,4 @@ Feel free to use our `test-jibri-env.sh` tool to find some details on your curre Please note: This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. -SwITNet Ltd © - 2024, https://switnet.net/ +SwITNet Ltd © - 2025, https://switnet.net/ diff --git a/add-jibri-node.sh b/add-jibri-node.sh index 86aa17d..f821a11 100644 --- a/add-jibri-node.sh +++ b/add-jibri-node.sh @@ -1,6 +1,6 @@ #!/bin/bash # Jibri Node Aggregator -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GPLv3 or later. ### 0_LAST EDITION TIME STAMP ### diff --git a/add-jvb2-node.sh b/add-jvb2-node.sh index 1afe811..eb255e4 100644 --- a/add-jvb2-node.sh +++ b/add-jvb2-node.sh @@ -1,6 +1,6 @@ #!/bin/bash # JVB2 Node Aggregator -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GPLv3 or later. ### 0_LAST EDITION TIME STAMP ### diff --git a/etherpad-docker.sh b/etherpad-docker.sh index 323e48c..cc97857 100644 --- a/etherpad-docker.sh +++ b/etherpad-docker.sh @@ -1,6 +1,6 @@ #!/bin/bash # Etherpad Installer for Jitsi Meet -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # # GPLv3 or later. diff --git a/excalidraw-backend.sh b/excalidraw-backend.sh index fa29c3b..42410ec 100644 --- a/excalidraw-backend.sh +++ b/excalidraw-backend.sh @@ -4,7 +4,7 @@ # Based on: # - https://community.jitsi.org/t/118883 # -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GPLv3 or later. while getopts m: option diff --git a/grafana.sh b/grafana.sh index 54c7954..76e9ede 100644 --- a/grafana.sh +++ b/grafana.sh @@ -8,7 +8,7 @@ # by "mephisto" # # Igor Kerstges © - 2021 -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # # GPLv3 or later. diff --git a/jigasi-vosk-backend.sh b/jigasi-vosk-backend.sh index 3e3b3c1..8349c12 100644 --- a/jigasi-vosk-backend.sh +++ b/jigasi-vosk-backend.sh @@ -1,6 +1,6 @@ #!/bin/bash # Quick Jigasi Installer with VOSK backend - *buntu (LTS) based systems. -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GPLv3 or later. while getopts m: option diff --git a/jitsi-updater.sh b/jitsi-updater.sh index 92f399b..e72c0df 100644 --- a/jitsi-updater.sh +++ b/jitsi-updater.sh @@ -1,7 +1,7 @@ #!/bin/bash # Jitsi Meet recurring upgrader and customization keeper # for Debian/*buntu binaries. -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GNU GPLv3 or later. while getopts m: option diff --git a/jm-bm.sh b/jm-bm.sh index 3c81c55..01123fa 100644 --- a/jm-bm.sh +++ b/jm-bm.sh @@ -1,7 +1,7 @@ #!/bin/bash # Jitsi Meet brandless mode # for Debian/*buntu binaries. -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GNU GPLv3 or later. while getopts m: option diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index c6e5b60..f6de6ef 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -1,6 +1,6 @@ #!/bin/bash # JRA (Jibri Recordings Access) via Nextcloud -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GPLv3 or later. while getopts m: option diff --git a/mode/chp-mode.sh b/mode/chp-mode.sh index 80708d9..b0dd37a 100644 --- a/mode/chp-mode.sh +++ b/mode/chp-mode.sh @@ -1,6 +1,6 @@ #!/bin/bash # Custom High Performance Jitsi conf -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GPLv3 or later. while getopts m: option diff --git a/mode/grid/selenium-grid-docker.sh b/mode/grid/selenium-grid-docker.sh index 98f7189..6291450 100644 --- a/mode/grid/selenium-grid-docker.sh +++ b/mode/grid/selenium-grid-docker.sh @@ -1,7 +1,7 @@ #!/bin/bash # Custom Selenium Grid-Node fro Jitsi Meet # Pandian © - https://community.jitsi.org/u/Pandian -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GPLv3 or later. while getopts m: option diff --git a/mode/jms-stu.sh b/mode/jms-stu.sh index 49a06ea..1e753f2 100644 --- a/mode/jms-stu.sh +++ b/mode/jms-stu.sh @@ -2,7 +2,7 @@ # System-tune-up to remove system software restrictions on a huge load of connections. # Be aware that hardware/infrastructure resources are the most common limiters. # -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GPLv3 or later. while getopts m: option diff --git a/mode/jwt.sh b/mode/jwt.sh index b6ffccb..58eb82f 100644 --- a/mode/jwt.sh +++ b/mode/jwt.sh @@ -1,6 +1,6 @@ #!/bin/bash # JWT Mode Setup -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GPLv3 or later. while getopts m: option diff --git a/patches/jigasi/001-jigasi-meet-config.patch b/patches/jigasi/001-jigasi-meet-config.patch index af6f8d0..8a121e8 100644 --- a/patches/jigasi/001-jigasi-meet-config.patch +++ b/patches/jigasi/001-jigasi-meet-config.patch @@ -1,5 +1,5 @@ # Quick Jigasi Installer with VOSK backend - *buntu (LTS) based systems. -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GPLv3 or later. Enable transcription on jitsi meet config.js file. diff --git a/patches/jigasi/002-jigasi-sip-properties.patch b/patches/jigasi/002-jigasi-sip-properties.patch index 886cc76..cd1bce7 100644 --- a/patches/jigasi/002-jigasi-sip-properties.patch +++ b/patches/jigasi/002-jigasi-sip-properties.patch @@ -1,5 +1,5 @@ # Quick Jigasi Installer with VOSK backend - *buntu (LTS) based systems. -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GPLv3 or later. Modify sip-communicator.properties to run Jigasi along with VOSK Models. diff --git a/patches/jitsi-meet/001-jitsi-meet-enable-livestreaming-and-recording.patch b/patches/jitsi-meet/001-jitsi-meet-enable-livestreaming-and-recording.patch index 51b5f9e..77091a8 100644 --- a/patches/jitsi-meet/001-jitsi-meet-enable-livestreaming-and-recording.patch +++ b/patches/jitsi-meet/001-jitsi-meet-enable-livestreaming-and-recording.patch @@ -1,5 +1,5 @@ # Quick Jibri Installer - *buntu (LTS) based systems. -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GPLv3 or later. Patch jitsi-meet config.js to enable recording and livestreaming by default. diff --git a/patches/jitsi-meet/002-jitsi-meet-welcome-page-on-off.patch b/patches/jitsi-meet/002-jitsi-meet-welcome-page-on-off.patch index fab6e3f..e26073b 100644 --- a/patches/jitsi-meet/002-jitsi-meet-welcome-page-on-off.patch +++ b/patches/jitsi-meet/002-jitsi-meet-welcome-page-on-off.patch @@ -1,5 +1,5 @@ # Quick Jibri Installer - *buntu (LTS) based systems. -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GPLv3 or later. Patch jitsi-meet config.js to enable/disable welcome page. diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 54073ae..50625ed 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -1,6 +1,6 @@ #!/bin/bash # Quick Jibri Installer - *buntu (LTS) based systems. -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GPLv3 or later. { echo "Started at $(date +'%Y-%m-%d %H:%M:%S')" >> qj-installer.log diff --git a/tools/aws-grub-setup.sh b/tools/aws-grub-setup.sh index d3f1eef..d2fdaa5 100644 --- a/tools/aws-grub-setup.sh +++ b/tools/aws-grub-setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # Automated AWS generic kernel setup for jibri. -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GPLv3 or later. while getopts m: option diff --git a/tools/fail2ban_ssh.sh b/tools/fail2ban_ssh.sh index 35487b8..6e24e7f 100644 --- a/tools/fail2ban_ssh.sh +++ b/tools/fail2ban_ssh.sh @@ -1,6 +1,6 @@ #!/bin/bash # Simple Fail2ban configuration -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GNU GPLv3 or later. while getopts m: option diff --git a/tools/jibri-conf-upgrade.sh b/tools/jibri-conf-upgrade.sh index 527876c..ad74c6d 100644 --- a/tools/jibri-conf-upgrade.sh +++ b/tools/jibri-conf-upgrade.sh @@ -1,6 +1,6 @@ #!/bin/bash # Simple Jibri conf updater -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GNU GPLv3 or later. while getopts m: option diff --git a/tools/jibri-resolution-enhancer.sh b/tools/jibri-resolution-enhancer.sh index d671d12..2e90a9c 100644 --- a/tools/jibri-resolution-enhancer.sh +++ b/tools/jibri-resolution-enhancer.sh @@ -1,6 +1,6 @@ #!/bin/bash # Simple Jibri resolution enhancer -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GNU GPLv3 or later. while getopts m: option diff --git a/tools/prepare_php.sh b/tools/prepare_php.sh index a1f890a..ba73638 100644 --- a/tools/prepare_php.sh +++ b/tools/prepare_php.sh @@ -1,6 +1,6 @@ #!/bin/bash # Automated PHP environment build for Nextcloud. -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GPLv3 or later. PHPVER=$1 diff --git a/tools/start-over.sh b/tools/start-over.sh index 31d04a1..84c754a 100644 --- a/tools/start-over.sh +++ b/tools/start-over.sh @@ -1,6 +1,6 @@ #!/bin/bash #Start over -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GPLv3 or later. while getopts m: option diff --git a/tools/test-jibri-env.sh b/tools/test-jibri-env.sh index 321b446..fe651e1 100644 --- a/tools/test-jibri-env.sh +++ b/tools/test-jibri-env.sh @@ -1,6 +1,6 @@ #!/bin/bash # Simple Jibri Env tester -# SwITNet Ltd © - 2024, https://switnet.net/ +# SwITNet Ltd © - 2025, https://switnet.net/ # GNU GPLv3 or later. while getopts m: option