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