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 b58abb98..d86de7c1 100755 --- a/support/openvpn/down.sh +++ b/support/openvpn/down.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2007-2008 Roy Marples <roy@marples.name> +# Copyright (c) 2007-2008 Roy Marples <roy@marples.name> # All rights reserved. Released under the 2-clause BSD license. # If we have a service specific script, run this now diff --git a/support/openvpn/up.sh b/support/openvpn/up.sh index e466c263..c622aa4a 100755 --- a/support/openvpn/up.sh +++ b/support/openvpn/up.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2007-2008 Roy Marples <roy@marples.name> +# Copyright (c) 2007-2008 Roy Marples <roy@marples.name> # All rights reserved. Released under the 2-clause BSD license. # Setup our resolv.conf |