diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2007-12-07 14:54:22 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2007-12-07 14:54:22 +0000 |
commit | 0055d2f3207b78d61ba441fb814ad71f356b10b2 (patch) | |
tree | 4598df8d165e9288e82f591dfafe370539290d40 /src/VBox/Devices/Network/solaris/vnicterm_solaris.sh | |
parent | d659b5960b4d477b63401c156883e7be8619e3f6 (diff) | |
download | VirtualBox-svn-0055d2f3207b78d61ba441fb814ad71f356b10b2.tar.gz |
Fix incorrect file headers that make filemuncher.pl choke.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@5998 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Devices/Network/solaris/vnicterm_solaris.sh')
-rwxr-xr-x | src/VBox/Devices/Network/solaris/vnicterm_solaris.sh | 10 |
1 files changed, 9 insertions, 1 deletions
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 |