Changed license of scripts I wrote to MIT. Related to #43.
This commit is contained in:
parent
e53492850f
commit
debf45ae46
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/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>
|
## @author Copyright (C) 2015 Robin Schneider <ypid@riseup.net>
|
||||||
|
|
||||||
if [ -z "$OPENVPN" ]; then
|
if [ -z "$OPENVPN" ]; then
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/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>
|
## @author Copyright (C) 2015 Robin Schneider <ypid@riseup.net>
|
||||||
|
|
||||||
if [ -z "$OPENVPN" ]; then
|
if [ -z "$OPENVPN" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user