From debf45ae462de3390b1ac1be34767e74466bd5f2 Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Tue, 12 May 2015 21:24:59 +0200 Subject: [PATCH] Changed license of scripts I wrote to MIT. Related to #43. --- bin/ovpn_copy_server_files | 2 +- bin/ovpn_getclient_all | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ovpn_copy_server_files b/bin/ovpn_copy_server_files index 91c6476..0e3f5cc 100755 --- a/bin/ovpn_copy_server_files +++ b/bin/ovpn_copy_server_files @@ -1,5 +1,5 @@ #!/bin/bash -## @licence AGPLv3 +## @licence MIT ## @author Copyright (C) 2015 Robin Schneider if [ -z "$OPENVPN" ]; then diff --git a/bin/ovpn_getclient_all b/bin/ovpn_getclient_all index f94980a..f760495 100755 --- a/bin/ovpn_getclient_all +++ b/bin/ovpn_getclient_all @@ -1,5 +1,5 @@ #!/bin/bash -## @licence AGPLv3 +## @licence MIT ## @author Copyright (C) 2015 Robin Schneider if [ -z "$OPENVPN" ]; then