diff options
Diffstat (limited to 'support')
-rwxr-xr-x | support/openvpn/down.sh | 2 | ||||
-rwxr-xr-x | support/openvpn/up.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/support/openvpn/down.sh b/support/openvpn/down.sh index d86de7c1..4e749372 100755 --- a/support/openvpn/down.sh +++ b/support/openvpn/down.sh @@ -1,6 +1,6 @@ #!/bin/sh # Copyright (c) 2007-2008 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # If we have a service specific script, run this now [ -x "${RC_SVCNAME}"-down.sh ] && "${RC_SVCNAME}"-down.sh diff --git a/support/openvpn/up.sh b/support/openvpn/up.sh index c622aa4a..14569325 100755 --- a/support/openvpn/up.sh +++ b/support/openvpn/up.sh @@ -1,6 +1,6 @@ #!/bin/sh # Copyright (c) 2007-2008 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # Setup our resolv.conf # Vitally important that we use the domain entry in resolv.conf so we |