Changed license of scripts I wrote to MIT. Related to #43.

This commit is contained in:
Robin Schneider 2015-05-12 21:24:59 +02:00
parent e53492850f
commit debf45ae46
No known key found for this signature in database
GPG Key ID: 489A4D5EC353C98A
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
## @licence AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html>
## @licence MIT <http://opensource.org/licenses/MIT>
## @author Copyright (C) 2015 Robin Schneider <ypid@riseup.net>
if [ -z "$OPENVPN" ]; then

View File

@ -1,5 +1,5 @@
#!/bin/bash
## @licence AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html>
## @licence MIT <http://opensource.org/licenses/MIT>
## @author Copyright (C) 2015 Robin Schneider <ypid@riseup.net>
if [ -z "$OPENVPN" ]; then