change license from MIT to GPL 3.0+

This commit is contained in:
Matthew Saunders Brown 2022-07-14 12:32:41 -07:00
parent 17d7a025e8
commit db25484647
10 changed files with 20 additions and 10 deletions

View File

@ -3,7 +3,8 @@
# vpn-stack # vpn-stack
# A set of bash scripts for installing and managing a WireGuard VPN server. # A set of bash scripts for installing and managing a WireGuard VPN server.
# https://git.stack-source.com/msb/vpn-stack # https://git.stack-source.com/msb/vpn-stack
# MIT License Copyright (c) 2021 Matthew Saunders Brown # Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# require root # require root
if [ "${EUID}" -ne 0 ]; then if [ "${EUID}" -ne 0 ]; then

View File

@ -3,7 +3,8 @@
# vpn-stack # vpn-stack
# A set of bash scripts for installing and managing a WireGuard VPN server. # A set of bash scripts for installing and managing a WireGuard VPN server.
# https://git.stack-source.com/msb/vpn-stack # https://git.stack-source.com/msb/vpn-stack
# MIT License Copyright (c) 2021 Matthew Saunders Brown # Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# require root # require root
if [ "${EUID}" -ne 0 ]; then if [ "${EUID}" -ne 0 ]; then

View File

@ -3,7 +3,8 @@
# vpn-stack # vpn-stack
# A set of bash scripts for installing and managing a WireGuard VPN server. # A set of bash scripts for installing and managing a WireGuard VPN server.
# https://git.stack-source.com/msb/vpn-stack # https://git.stack-source.com/msb/vpn-stack
# MIT License Copyright (c) 2021 Matthew Saunders Brown # Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# require root # require root
if [ "${EUID}" -ne 0 ]; then if [ "${EUID}" -ne 0 ]; then

View File

@ -3,7 +3,8 @@
# vpn-stack # vpn-stack
# A set of bash scripts for installing and managing a WireGuard VPN server. # A set of bash scripts for installing and managing a WireGuard VPN server.
# https://git.stack-source.com/msb/vpn-stack # https://git.stack-source.com/msb/vpn-stack
# MIT License Copyright (c) 2021 Matthew Saunders Brown # Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# require root # require root
if [ "${EUID}" -ne 0 ]; then if [ "${EUID}" -ne 0 ]; then

View File

@ -3,7 +3,8 @@
# vpn-stack # vpn-stack
# A set of bash scripts for installing and managing a WireGuard VPN server. # A set of bash scripts for installing and managing a WireGuard VPN server.
# https://git.stack-source.com/msb/vpn-stack # https://git.stack-source.com/msb/vpn-stack
# MIT License Copyright (c) 2021 Matthew Saunders Brown # Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# require root # require root
if [ "${EUID}" -ne 0 ]; then if [ "${EUID}" -ne 0 ]; then

View File

@ -3,7 +3,8 @@
# vpn-stack # vpn-stack
# A set of bash scripts for installing and managing a WireGuard VPN server. # A set of bash scripts for installing and managing a WireGuard VPN server.
# https://git.stack-source.com/msb/vpn-stack # https://git.stack-source.com/msb/vpn-stack
# MIT License Copyright (c) 2021 Matthew Saunders Brown # Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# require root # require root
if [ "${EUID}" -ne 0 ]; then if [ "${EUID}" -ne 0 ]; then

View File

@ -3,7 +3,8 @@
# vpn-stack # vpn-stack
# A set of bash scripts for installing and managing a WireGuard VPN server. # A set of bash scripts for installing and managing a WireGuard VPN server.
# https://git.stack-source.com/msb/vpn-stack # https://git.stack-source.com/msb/vpn-stack
# MIT License Copyright (c) 2021 Matthew Saunders Brown # Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# require root # require root
if [ "${EUID}" -ne 0 ]; then if [ "${EUID}" -ne 0 ]; then

View File

@ -3,7 +3,8 @@
# vpn-stack # vpn-stack
# A set of bash scripts for installing and managing a WireGuard VPN server. # A set of bash scripts for installing and managing a WireGuard VPN server.
# https://git.stack-source.com/msb/vpn-stack # https://git.stack-source.com/msb/vpn-stack
# MIT License Copyright (c) 2021 Matthew Saunders Brown # Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# #
# wg-cron.sh # wg-cron.sh
# check for peers (clients) with connections older that two minutes # check for peers (clients) with connections older that two minutes

View File

@ -3,7 +3,8 @@
# vpn-stack # vpn-stack
# A set of bash scripts for installing and managing a WireGuard VPN server. # A set of bash scripts for installing and managing a WireGuard VPN server.
# https://git.stack-source.com/msb/vpn-stack # https://git.stack-source.com/msb/vpn-stack
# MIT License Copyright (c) 2021 Matthew Saunders Brown # Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# #
# wireguard installer for Ubuntu 20.04 # wireguard installer for Ubuntu 20.04
# #

View File

@ -3,7 +3,8 @@
# vpn-stack # vpn-stack
# A set of bash scripts for installing and managing a WireGuard VPN server. # A set of bash scripts for installing and managing a WireGuard VPN server.
# https://git.stack-source.com/msb/vpn-stack # https://git.stack-source.com/msb/vpn-stack
# MIT License Copyright (c) 2021 Matthew Saunders Brown # Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# #
# wg-peer-audit.sh # wg-peer-audit.sh
# check that peer config file exists for all currently active peers # check that peer config file exists for all currently active peers