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/Runtime/common/time | |
| parent | 0429962c55c464036f613d707f26b91f252584e7 (diff) | |
| download | virtualbox-4749e3a0c5d3a159d3ae751e6780b537c860923a.tar.gz | |
Imported Upstream version 3.1.51-dfsgupstream/3.1.51-dfsg
Diffstat (limited to 'src/VBox/Runtime/common/time')
| -rw-r--r-- | src/VBox/Runtime/common/time/time.cpp | 8 | ||||
| -rw-r--r-- | src/VBox/Runtime/common/time/timeprog.cpp | 8 | ||||
| -rw-r--r-- | src/VBox/Runtime/common/time/timesup.cpp | 8 | ||||
| -rw-r--r-- | src/VBox/Runtime/common/time/timesupA.asm | 10 | ||||
| -rw-r--r-- | src/VBox/Runtime/common/time/timesupA.mac | 8 | ||||
| -rw-r--r-- | src/VBox/Runtime/common/time/timesupref.cpp | 8 | ||||
| -rw-r--r-- | src/VBox/Runtime/common/time/timesupref.h | 8 | ||||
| -rw-r--r-- | src/VBox/Runtime/common/time/timesysalias.cpp | 8 |
8 files changed, 17 insertions, 49 deletions
diff --git a/src/VBox/Runtime/common/time/time.cpp b/src/VBox/Runtime/common/time/time.cpp index a91401910..8bd391c23 100644 --- a/src/VBox/Runtime/common/time/time.cpp +++ b/src/VBox/Runtime/common/time/time.cpp @@ -1,10 +1,10 @@ -/* $Id: time.cpp $ */ +/* $Id: time.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ /** @file * IPRT - Time. */ /* - * Copyright (C) 2006-2007 Sun Microsystems, Inc. + * Copyright (C) 2006-2007 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; @@ -22,10 +22,6 @@ * * You may elect to license modified versions of this file under the * terms and conditions of either the GPL or the CDDL or both. - * - * 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/Runtime/common/time/timeprog.cpp b/src/VBox/Runtime/common/time/timeprog.cpp index 0abc8f9ca..c6bdd2380 100644 --- a/src/VBox/Runtime/common/time/timeprog.cpp +++ b/src/VBox/Runtime/common/time/timeprog.cpp @@ -1,10 +1,10 @@ -/* $Id: timeprog.cpp $ */ +/* $Id: timeprog.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ /** @file * IPRT - Time Relative to Program Start. */ /* - * Copyright (C) 2006-2007 Sun Microsystems, Inc. + * Copyright (C) 2006-2007 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; @@ -22,10 +22,6 @@ * * You may elect to license modified versions of this file under the * terms and conditions of either the GPL or the CDDL or both. - * - * 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/Runtime/common/time/timesup.cpp b/src/VBox/Runtime/common/time/timesup.cpp index 053a8638b..a4fe2181f 100644 --- a/src/VBox/Runtime/common/time/timesup.cpp +++ b/src/VBox/Runtime/common/time/timesup.cpp @@ -1,10 +1,10 @@ -/* $Id: timesup.cpp $ */ +/* $Id: timesup.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ /** @file * IPRT - Time using SUPLib. */ /* - * Copyright (C) 2006-2007 Sun Microsystems, Inc. + * Copyright (C) 2006-2007 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; @@ -22,10 +22,6 @@ * * You may elect to license modified versions of this file under the * terms and conditions of either the GPL or the CDDL or both. - * - * 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/Runtime/common/time/timesupA.asm b/src/VBox/Runtime/common/time/timesupA.asm index c92f84b28..c5360fb2e 100644 --- a/src/VBox/Runtime/common/time/timesupA.asm +++ b/src/VBox/Runtime/common/time/timesupA.asm @@ -1,10 +1,10 @@ -; $Id: timesupA.asm $ +; $Id: timesupA.asm 28800 2010-04-27 08:22:32Z vboxsync $ ;; @file ; IPRT - Time using SUPLib, the Assembly Implementation. ; ; -; Copyright (C) 2006-2007 Sun Microsystems, Inc. +; Copyright (C) 2006-2007 Oracle Corporation ; ; This file is part of VirtualBox Open Source Edition (OSE), as ; available from http://www.virtualbox.org. This file is free software; @@ -23,10 +23,6 @@ ; You may elect to license modified versions of this file under the ; terms and conditions of either the GPL or the CDDL or both. ; -; 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. -; %ifndef IN_GUEST @@ -56,7 +52,7 @@ BEGINDATA %ifdef IN_SUP_R3 %define IN_SUPLIB %endif -%ifdef IN_SUP_GC +%ifdef IN_SUP_RC %define IN_SUPLIB %endif %ifdef IN_SUPLIB diff --git a/src/VBox/Runtime/common/time/timesupA.mac b/src/VBox/Runtime/common/time/timesupA.mac index ab268557c..fc76a1472 100644 --- a/src/VBox/Runtime/common/time/timesupA.mac +++ b/src/VBox/Runtime/common/time/timesupA.mac @@ -1,10 +1,10 @@ -; $Id: timesupA.mac $ +; $Id: timesupA.mac 28800 2010-04-27 08:22:32Z vboxsync $ ;; @file ; IPRT - Time using SUPLib, the Assembly Code Template. ; ; -; Copyright (C) 2006-2007 Sun Microsystems, Inc. +; Copyright (C) 2006-2007 Oracle Corporation ; ; This file is part of VirtualBox Open Source Edition (OSE), as ; available from http://www.virtualbox.org. This file is free software; @@ -23,10 +23,6 @@ ; You may elect to license modified versions of this file under the ; terms and conditions of either the GPL or the CDDL or both. ; -; 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. -; %ifdef RT_ARCH_X86 ;; diff --git a/src/VBox/Runtime/common/time/timesupref.cpp b/src/VBox/Runtime/common/time/timesupref.cpp index aa68ff784..47e98c2f3 100644 --- a/src/VBox/Runtime/common/time/timesupref.cpp +++ b/src/VBox/Runtime/common/time/timesupref.cpp @@ -1,10 +1,10 @@ -/* $Id: timesupref.cpp $ */ +/* $Id: timesupref.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ /** @file * IPRT - Time using SUPLib, the C Implementation. */ /* - * Copyright (C) 2006-2007 Sun Microsystems, Inc. + * Copyright (C) 2006-2007 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; @@ -22,10 +22,6 @@ * * You may elect to license modified versions of this file under the * terms and conditions of either the GPL or the CDDL or both. - * - * 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. */ #ifndef IN_GUEST diff --git a/src/VBox/Runtime/common/time/timesupref.h b/src/VBox/Runtime/common/time/timesupref.h index e745a2727..1859fecd4 100644 --- a/src/VBox/Runtime/common/time/timesupref.h +++ b/src/VBox/Runtime/common/time/timesupref.h @@ -1,10 +1,10 @@ -/* $Id: timesupref.h $ */ +/* $Id: timesupref.h 28800 2010-04-27 08:22:32Z vboxsync $ */ /** @file * IPRT - Time using SUPLib, the C Code Template. */ /* - * Copyright (C) 2006-2007 Sun Microsystems, Inc. + * Copyright (C) 2006-2007 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; @@ -22,10 +22,6 @@ * * You may elect to license modified versions of this file under the * terms and conditions of either the GPL or the CDDL or both. - * - * 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/Runtime/common/time/timesysalias.cpp b/src/VBox/Runtime/common/time/timesysalias.cpp index 845a34ef0..c3f91dcf8 100644 --- a/src/VBox/Runtime/common/time/timesysalias.cpp +++ b/src/VBox/Runtime/common/time/timesysalias.cpp @@ -1,10 +1,10 @@ -/* $Id: timesysalias.cpp $ */ +/* $Id: timesysalias.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ /** @file * IPRT - Time using RTTimeSystem*. */ /* - * Copyright (C) 2006-2007 Sun Microsystems, Inc. + * Copyright (C) 2006-2007 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; @@ -22,10 +22,6 @@ * * You may elect to license modified versions of this file under the * terms and conditions of either the GPL or the CDDL or both. - * - * 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. */ |
