Skip to content

Commit debf45a

Browse files
committed
Changed license of scripts I wrote to MIT. Related to #43.
1 parent e534928 commit debf45a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/ovpn_copy_server_files

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
## @licence AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html>
2+
## @licence MIT <http://opensource.org/licenses/MIT>
33
## @author Copyright (C) 2015 Robin Schneider <[email protected]>
44

55
if [ -z "$OPENVPN" ]; then

bin/ovpn_getclient_all

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
## @licence AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html>
2+
## @licence MIT <http://opensource.org/licenses/MIT>
33
## @author Copyright (C) 2015 Robin Schneider <[email protected]>
44

55
if [ -z "$OPENVPN" ]; then

0 commit comments

Comments
 (0)