summaryrefslogtreecommitdiff
path: root/src/VBox/GuestHost/HGSMI/Makefile.kmk
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2009-09-01 12:00:53 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2009-09-01 12:00:53 +0000
commit8cc908b54b8956c4afd894e93f85e525ca40ec8b (patch)
tree8c6d91c1f3cadaa22dff79677495a104559ad616 /src/VBox/GuestHost/HGSMI/Makefile.kmk
parent987b80ef0e9fa578de7b484159ce5f0f6efc545d (diff)
downloadVirtualBox-svn-8cc908b54b8956c4afd894e93f85e525ca40ec8b.tar.gz
fixed OSE headers
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@22652 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/GuestHost/HGSMI/Makefile.kmk')
-rw-r--r--src/VBox/GuestHost/HGSMI/Makefile.kmk13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/VBox/GuestHost/HGSMI/Makefile.kmk b/src/VBox/GuestHost/HGSMI/Makefile.kmk
index 83cf88c151c..1d4be566098 100644
--- a/src/VBox/GuestHost/HGSMI/Makefile.kmk
+++ b/src/VBox/GuestHost/HGSMI/Makefile.kmk
@@ -6,8 +6,17 @@
#
# Copyright (C) 2006-2009 Sun Microsystems, Inc.
#
-# Sun Microsystems, Inc. confidential
-# All rights reserved
+# 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.
+#
+# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
+# Clara, CA 95054 USA or visit http://www.sun.com if you need
+# additional information or have any questions.
#
SUB_DEPTH = ../../../..