diff --git a/wg-client-add.sh b/wg-client-add.sh index 9710b50..b0840cb 100755 --- a/wg-client-add.sh +++ b/wg-client-add.sh @@ -3,7 +3,8 @@ # vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. # https://git.stack-source.com/msb/vpn-stack -# MIT License Copyright (c) 2021 Matthew Saunders Brown +# Copyright (c) 2022 Matthew Saunders Brown +# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # require root if [ "${EUID}" -ne 0 ]; then diff --git a/wg-client-create-zip.sh b/wg-client-create-zip.sh index 54a2652..b036afe 100755 --- a/wg-client-create-zip.sh +++ b/wg-client-create-zip.sh @@ -3,7 +3,8 @@ # vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. # https://git.stack-source.com/msb/vpn-stack -# MIT License Copyright (c) 2021 Matthew Saunders Brown +# Copyright (c) 2022 Matthew Saunders Brown +# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # require root if [ "${EUID}" -ne 0 ]; then diff --git a/wg-client-del.sh b/wg-client-del.sh index 11fa3ca..5335e9e 100755 --- a/wg-client-del.sh +++ b/wg-client-del.sh @@ -3,7 +3,8 @@ # vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. # https://git.stack-source.com/msb/vpn-stack -# MIT License Copyright (c) 2021 Matthew Saunders Brown +# Copyright (c) 2022 Matthew Saunders Brown +# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # require root if [ "${EUID}" -ne 0 ]; then diff --git a/wg-client-disable.sh b/wg-client-disable.sh index eff07da..6a133ac 100755 --- a/wg-client-disable.sh +++ b/wg-client-disable.sh @@ -3,7 +3,8 @@ # vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. # https://git.stack-source.com/msb/vpn-stack -# MIT License Copyright (c) 2021 Matthew Saunders Brown +# Copyright (c) 2022 Matthew Saunders Brown +# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # require root if [ "${EUID}" -ne 0 ]; then diff --git a/wg-client-enable.sh b/wg-client-enable.sh index 012cfbb..781668f 100755 --- a/wg-client-enable.sh +++ b/wg-client-enable.sh @@ -3,7 +3,8 @@ # vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. # https://git.stack-source.com/msb/vpn-stack -# MIT License Copyright (c) 2021 Matthew Saunders Brown +# Copyright (c) 2022 Matthew Saunders Brown +# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # require root if [ "${EUID}" -ne 0 ]; then diff --git a/wg-client-qr-create-png.sh b/wg-client-qr-create-png.sh index 7ca15f4..3108bbf 100755 --- a/wg-client-qr-create-png.sh +++ b/wg-client-qr-create-png.sh @@ -3,7 +3,8 @@ # vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. # https://git.stack-source.com/msb/vpn-stack -# MIT License Copyright (c) 2021 Matthew Saunders Brown +# Copyright (c) 2022 Matthew Saunders Brown +# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # require root if [ "${EUID}" -ne 0 ]; then diff --git a/wg-client-qr-display.sh b/wg-client-qr-display.sh index 852c24d..55ca1f0 100755 --- a/wg-client-qr-display.sh +++ b/wg-client-qr-display.sh @@ -3,7 +3,8 @@ # vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. # https://git.stack-source.com/msb/vpn-stack -# MIT License Copyright (c) 2021 Matthew Saunders Brown +# Copyright (c) 2022 Matthew Saunders Brown +# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # require root if [ "${EUID}" -ne 0 ]; then diff --git a/wg-cron.sh b/wg-cron.sh index 914ba6a..f2548de 100755 --- a/wg-cron.sh +++ b/wg-cron.sh @@ -3,7 +3,8 @@ # vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. # https://git.stack-source.com/msb/vpn-stack -# MIT License Copyright (c) 2021 Matthew Saunders Brown +# Copyright (c) 2022 Matthew Saunders Brown +# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # # wg-cron.sh # check for peers (clients) with connections older that two minutes diff --git a/wg-install.sh b/wg-install.sh index 9d369f9..4cf18c6 100755 --- a/wg-install.sh +++ b/wg-install.sh @@ -3,7 +3,8 @@ # vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. # https://git.stack-source.com/msb/vpn-stack -# MIT License Copyright (c) 2021 Matthew Saunders Brown +# Copyright (c) 2022 Matthew Saunders Brown +# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # # wireguard installer for Ubuntu 20.04 # diff --git a/wg-peer-audit.sh b/wg-peer-audit.sh index c2c7c9c..84033fc 100755 --- a/wg-peer-audit.sh +++ b/wg-peer-audit.sh @@ -3,7 +3,8 @@ # vpn-stack # A set of bash scripts for installing and managing a WireGuard VPN server. # https://git.stack-source.com/msb/vpn-stack -# MIT License Copyright (c) 2021 Matthew Saunders Brown +# Copyright (c) 2022 Matthew Saunders Brown +# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # # wg-peer-audit.sh # check that peer config file exists for all currently active peers