diff options
author | Felix Geyer <debfx-pkg@fobos.de> | 2010-05-02 13:24:51 +0200 |
---|---|---|
committer | Felix Geyer <debfx-pkg@fobos.de> | 2010-05-02 13:24:51 +0200 |
commit | 4749e3a0c5d3a159d3ae751e6780b537c860923a (patch) | |
tree | 28cd86e0a63ddac4224277df9ce83ef056629917 /src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib | |
parent | 0429962c55c464036f613d707f26b91f252584e7 (diff) | |
download | virtualbox-4749e3a0c5d3a159d3ae751e6780b537c860923a.tar.gz |
Imported Upstream version 3.1.51-dfsgupstream/3.1.51-dfsg
Diffstat (limited to 'src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib')
6 files changed, 12 insertions, 36 deletions
diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.c index cf1d9232a..51c4a34fc 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.c @@ -1,10 +1,10 @@ -/* $Id: VBoxDebugLib.c $ */ +/* $Id: VBoxDebugLib.c 28800 2010-04-27 08:22:32Z vboxsync $ */ /** @file * VBoxDebugLib.c - Debug logging and assertions support routines using DevEFI. */ /* - * Copyright (C) 2009-2010 Sun Microsystems, Inc. + * Copyright (C) 2009-2010 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; @@ -13,10 +13,6 @@ * 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. */ /******************************************************************************* diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf index 09ae4b76b..e4dc33786 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf @@ -1,11 +1,11 @@ -# $Id: VBoxDebugLib.inf $ +# $Id: VBoxDebugLib.inf 28800 2010-04-27 08:22:32Z vboxsync $ ## @file # VBoxDebugLib - Debug logging and assertions support routines using DevEFI. # # -# Copyright (C) 2009-2010 Sun Microsystems, Inc. +# Copyright (C) 2009-2010 Oracle Corporation # # This file is part of VirtualBox Open Source Edition (OSE), as # available from http://www.virtualbox.org. This file is free software; @@ -15,10 +15,6 @@ # 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. -# #/ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintChar.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintChar.c index 1cc1a931b..c622bdadd 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintChar.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintChar.c @@ -1,10 +1,10 @@ -/* $Id: VBoxPrintChar.c $ */ +/* $Id: VBoxPrintChar.c 28800 2010-04-27 08:22:32Z vboxsync $ */ /** @file * VBoxPrintChar.c - Implementation of the VBoxPrintChar() debug logging routine. */ /* - * Copyright (C) 2009-2010 Sun Microsystems, Inc. + * Copyright (C) 2009-2010 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; @@ -13,10 +13,6 @@ * 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. */ /******************************************************************************* diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintGuid.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintGuid.c index 524f6deec..0fa49d6de 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintGuid.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintGuid.c @@ -1,10 +1,10 @@ -/* $Id: VBoxPrintGuid.c $ */ +/* $Id: VBoxPrintGuid.c 28800 2010-04-27 08:22:32Z vboxsync $ */ /** @file * VBoxPrintGuid.c - Implementation of the VBoxPrintGuid() debug logging routine. */ /* - * Copyright (C) 2009-2010 Sun Microsystems, Inc. + * Copyright (C) 2009-2010 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; @@ -13,10 +13,6 @@ * 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. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHex.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHex.c index cd128cf2c..6fa88dda0 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHex.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHex.c @@ -1,10 +1,10 @@ -/* $Id: VBoxPrintHex.c $ */ +/* $Id: VBoxPrintHex.c 28800 2010-04-27 08:22:32Z vboxsync $ */ /** @file * VBoxPrintHex.c - Implementation of the VBoxPrintHex() debug logging routine. */ /* - * Copyright (C) 2009-2010 Sun Microsystems, Inc. + * Copyright (C) 2009-2010 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; @@ -13,10 +13,6 @@ * 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. */ diff --git a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHexDump.c b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHexDump.c index ea258a664..25ed77639 100644 --- a/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHexDump.c +++ b/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHexDump.c @@ -1,10 +1,10 @@ -/* $Id: VBoxPrintHexDump.c $ */ +/* $Id: VBoxPrintHexDump.c 28800 2010-04-27 08:22:32Z vboxsync $ */ /** @file * VBoxPrintHex.c - Implementation of the VBoxPrintHex() debug logging routine. */ /* - * Copyright (C) 2009-2010 Sun Microsystems, Inc. + * Copyright (C) 2009-2010 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; @@ -13,10 +13,6 @@ * 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. */ |