diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/VBox/Devices/Network/solaris/vnicinit_solaris.sh | 10 | ||||
-rwxr-xr-x | src/VBox/Devices/Network/solaris/vnicterm_solaris.sh | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh b/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh index 1d13711a1bf..6c266c65f7c 100755 --- a/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh +++ b/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh @@ -1,8 +1,16 @@ #!/bin/bash # innotek VirtualBox +# VirtualBox VNIC setup script for Solaris hosts with Crossbow. +# # Copyright (C) 2007 innotek GmbH # -# VirtualBox VNIC setup script for Solaris hosts with Crossbow. +# This file is part of VirtualBox Open Source Edition (OSE), as +# available from http://www.virtualbox.org. This file is free software; +# you can redistribute it and/or modify it under the terms of the GNU +# General Public License (GPL) as published by the Free Software +# Foundation, in version 2 as it comes in the "COPYING" file of the +# VirtualBox OSE distribution. VirtualBox OSE is distributed in the +# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. # if [ -z "$1" ]; then diff --git a/src/VBox/Devices/Network/solaris/vnicterm_solaris.sh b/src/VBox/Devices/Network/solaris/vnicterm_solaris.sh index 88f2461b1c4..75a0ef8634f 100755 --- a/src/VBox/Devices/Network/solaris/vnicterm_solaris.sh +++ b/src/VBox/Devices/Network/solaris/vnicterm_solaris.sh @@ -1,8 +1,16 @@ #!/bin/bash # innotek VirtualBox +# VirtualBox VNIC terminate script for Solaris hosts with Crossbow. +# # Copyright (C) 2007 innotek GmbH # -# VirtualBox VNIC terminate script for Solaris hosts with Crossbow. +# This file is part of VirtualBox Open Source Edition (OSE), as +# available from http://www.virtualbox.org. This file is free software; +# you can redistribute it and/or modify it under the terms of the GNU +# General Public License (GPL) as published by the Free Software +# Foundation, in version 2 as it comes in the "COPYING" file of the +# VirtualBox OSE distribution. VirtualBox OSE is distributed in the +# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. # if [ -z "$1" ]; then |