change license from MIT to GPL 3.0+
This commit is contained in:
parent
17d7a025e8
commit
db25484647
|
@ -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 <matthewsaundersbrown@gmail.com>
|
||||
# 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
|
||||
|
|
|
@ -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 <matthewsaundersbrown@gmail.com>
|
||||
# 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
|
||||
|
|
|
@ -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 <matthewsaundersbrown@gmail.com>
|
||||
# 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
|
||||
|
|
|
@ -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 <matthewsaundersbrown@gmail.com>
|
||||
# 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
|
||||
|
|
|
@ -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 <matthewsaundersbrown@gmail.com>
|
||||
# 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
|
||||
|
|
|
@ -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 <matthewsaundersbrown@gmail.com>
|
||||
# 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
|
||||
|
|
|
@ -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 <matthewsaundersbrown@gmail.com>
|
||||
# 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
|
||||
|
|
|
@ -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 <matthewsaundersbrown@gmail.com>
|
||||
# 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
|
||||
|
|
|
@ -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 <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
|
||||
#
|
||||
|
|
|
@ -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 <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
|
||||
# check that peer config file exists for all currently active peers
|
||||
|
|
Loading…
Reference in New Issue
Block a user