VirtualBox

Changeset 6000 in vbox for trunk/src


Ignore:
Timestamp:
Dec 7, 2007 3:12:49 PM (17 years ago)
Author:
vboxsync
Message:

The Giant CDDL Dual-License Header Change, fixes.

Location:
trunk/src
Files:
48 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp

    r5890 r6000  
    77 * Copyright (C) 2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibClipboard.cpp

    r5825 r6000  
    77 * Copyright (C) 2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp

    r5888 r6000  
    77 * Copyright (C) 2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Additions/linux/xclient/seamless-glue.h

    r5999 r6000  
    88 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    10  * innotek GmbH confidential
    11  * All rights reserved
     10 * This file is part of VirtualBox Open Source Edition (OSE), as
     11 * available from http://www.virtualbox.org. This file is free software;
     12 * you can redistribute it and/or modify it under the terms of the GNU
     13 * General Public License (GPL) as published by the Free Software
     14 * Foundation, in version 2 as it comes in the "COPYING" file of the
     15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1217 */
    1318
  • trunk/src/VBox/Additions/linux/xclient/seamless-guest.h

    r5999 r6000  
    88 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    10  * innotek GmbH confidential
    11  * All rights reserved
     10 * This file is part of VirtualBox Open Source Edition (OSE), as
     11 * available from http://www.virtualbox.org. This file is free software;
     12 * you can redistribute it and/or modify it under the terms of the GNU
     13 * General Public License (GPL) as published by the Free Software
     14 * Foundation, in version 2 as it comes in the "COPYING" file of the
     15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1217 */
    1318
  • trunk/src/VBox/Additions/linux/xclient/seamless-host.cpp

    r5999 r6000  
    88 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    10  * innotek GmbH confidential
    11  * All rights reserved
     10 * This file is part of VirtualBox Open Source Edition (OSE), as
     11 * available from http://www.virtualbox.org. This file is free software;
     12 * you can redistribute it and/or modify it under the terms of the GNU
     13 * General Public License (GPL) as published by the Free Software
     14 * Foundation, in version 2 as it comes in the "COPYING" file of the
     15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1217 */
    1318
  • trunk/src/VBox/Additions/linux/xclient/seamless-host.h

    r5999 r6000  
    77 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Additions/linux/xclient/seamless-x11.cpp

    r5999 r6000  
    88 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    10  * innotek GmbH confidential
    11  * All rights reserved
     10 * This file is part of VirtualBox Open Source Edition (OSE), as
     11 * available from http://www.virtualbox.org. This file is free software;
     12 * you can redistribute it and/or modify it under the terms of the GNU
     13 * General Public License (GPL) as published by the Free Software
     14 * Foundation, in version 2 as it comes in the "COPYING" file of the
     15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1217 */
    1318
  • trunk/src/VBox/Additions/linux/xclient/seamless-x11.h

    r5999 r6000  
    88 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    10  * innotek GmbH confidential
    11  * All rights reserved
     10 * This file is part of VirtualBox Open Source Edition (OSE), as
     11 * available from http://www.virtualbox.org. This file is free software;
     12 * you can redistribute it and/or modify it under the terms of the GNU
     13 * General Public License (GPL) as published by the Free Software
     14 * Foundation, in version 2 as it comes in the "COPYING" file of the
     15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1217 */
    1318
  • trunk/src/VBox/Additions/linux/xclient/seamless.h

    r5999 r6000  
    77 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Additions/linux/xclient/testcase/tstSeamlessX11.cpp

    r5999 r6000  
    66 * Copyright (C) 2007 innotek GmbH
    77 *
    8  * innotek GmbH confidential
    9  * All rights reserved
     8 * This file is part of VirtualBox Open Source Edition (OSE), as
     9 * available from http://www.virtualbox.org. This file is free software;
     10 * you can redistribute it and/or modify it under the terms of the GNU
     11 * General Public License (GPL) as published by the Free Software
     12 * Foundation, in version 2 as it comes in the "COPYING" file of the
     13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1015 */
    1116
  • trunk/src/VBox/Additions/linux/xclient/thread.cpp

    r5999 r6000  
    77 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Additions/linux/xclient/thread.h

    r5999 r6000  
    77 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Debugger/DBGCBuiltInSymbols.cpp

    r5999 r6000  
    77 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Debugger/DBGCCmdHlp.cpp

    r5999 r6000  
    77 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Debugger/DBGCCmdWorkers.cpp

    r5999 r6000  
    77 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Debugger/DBGCCommands.cpp

    r5999 r6000  
    77 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp

    r5999 r6000  
    77 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Debugger/DBGCInternal.h

    r5999 r6000  
    77 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Debugger/DBGCOps.cpp

    r5999 r6000  
    77 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Debugger/testcase/tstDBGCParser.cpp

    r5999 r6000  
    77 * Copyright (C) 2007 knut st. osmundsen <[email protected]>
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp

    r5999 r6000  
    77 * Copyright (C) 2007 knut st. osmundsen <[email protected]>
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Devices/Audio/solaudio.c

    r5999 r6000  
    77 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Frontends/VBoxBFE/HGCM.cpp

    r5999 r6000  
    77 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Frontends/VBoxBFE/HGCM.h

    r5999 r6000  
    77 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Frontends/VBoxBFE/HGCMObjects.cpp

    r5999 r6000  
    88 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    10  * innotek GmbH confidential
    11  * All rights reserved
     10 * This file is part of VirtualBox Open Source Edition (OSE), as
     11 * available from http://www.virtualbox.org. This file is free software;
     12 * you can redistribute it and/or modify it under the terms of the GNU
     13 * General Public License (GPL) as published by the Free Software
     14 * Foundation, in version 2 as it comes in the "COPYING" file of the
     15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1217 */
    1318
  • trunk/src/VBox/Frontends/VBoxBFE/HGCMObjects.h

    r5999 r6000  
    77 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Frontends/VBoxBFE/HGCMThread.cpp

    r5999 r6000  
    88 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    10  * innotek GmbH confidential
    11  * All rights reserved
     10 * This file is part of VirtualBox Open Source Edition (OSE), as
     11 * available from http://www.virtualbox.org. This file is free software;
     12 * you can redistribute it and/or modify it under the terms of the GNU
     13 * General Public License (GPL) as published by the Free Software
     14 * Foundation, in version 2 as it comes in the "COPYING" file of the
     15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1217 */
    1318
  • trunk/src/VBox/Frontends/VBoxBFE/HGCMThread.h

    r5999 r6000  
    77 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/VBox/Frontends/VBoxBFE/VMControl.cpp

    r5999 r6000  
    99 * Copyright (C) 2006-2007 innotek GmbH
    1010 *
    11  * innotek GmbH confidential
    12  * All rights reserved
     11 * This file is part of VirtualBox Open Source Edition (OSE), as
     12 * available from http://www.virtualbox.org. This file is free software;
     13 * you can redistribute it and/or modify it under the terms of the GNU
     14 * General Public License (GPL) as published by the Free Software
     15 * Foundation, in version 2 as it comes in the "COPYING" file of the
     16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1318 */
    1419
  • trunk/src/VBox/Frontends/VBoxBFE/VMControl.h

    r5999 r6000  
    99 * Copyright (C) 2006-2007 innotek GmbH
    1010 *
    11  * innotek GmbH confidential
    12  * All rights reserved
     11 * This file is part of VirtualBox Open Source Edition (OSE), as
     12 * available from http://www.virtualbox.org. This file is free software;
     13 * you can redistribute it and/or modify it under the terms of the GNU
     14 * General Public License (GPL) as published by the Free Software
     15 * Foundation, in version 2 as it comes in the "COPYING" file of the
     16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1318 */
    1419
  • trunk/src/VBox/Frontends/VBoxHeadless/Makefile.kmk

    r5999 r6000  
    77# Copyright (C) 2006-2007 innotek GmbH
    88#
    9 # innotek GmbH confidential
    10 # All rights reserved
     9# This file is part of VirtualBox Open Source Edition (OSE), as
     10# available from http://www.virtualbox.org. This file is free software;
     11# you can redistribute it and/or modify it under the terms of the GNU
     12# General Public License (GPL) as published by the Free Software
     13# Foundation, in version 2 as it comes in the "COPYING" file of the
     14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116#
    1217
  • trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp

    r5892 r6000  
    88 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    10  * innotek GmbH confidential
    11  * All rights reserved
     10 * This file is part of VirtualBox Open Source Edition (OSE), as
     11 * available from http://www.virtualbox.org. This file is free software;
     12 * you can redistribute it and/or modify it under the terms of the GNU
     13 * General Public License (GPL) as published by the Free Software
     14 * Foundation, in version 2 as it comes in the "COPYING" file of the
     15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1217 */
    1318
  • trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.h

    r5834 r6000  
    88 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    10  * innotek GmbH confidential
    11  * All rights reserved
     10 * This file is part of VirtualBox Open Source Edition (OSE), as
     11 * available from http://www.virtualbox.org. This file is free software;
     12 * you can redistribute it and/or modify it under the terms of the GNU
     13 * General Public License (GPL) as published by the Free Software
     14 * Foundation, in version 2 as it comes in the "COPYING" file of the
     15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1217 */
    1318
  • trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.cpp

    r5834 r6000  
    88 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    10  * innotek GmbH confidential
    11  * All rights reserved
     10 * This file is part of VirtualBox Open Source Edition (OSE), as
     11 * available from http://www.virtualbox.org. This file is free software;
     12 * you can redistribute it and/or modify it under the terms of the GNU
     13 * General Public License (GPL) as published by the Free Software
     14 * Foundation, in version 2 as it comes in the "COPYING" file of the
     15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1217 */
    1318
  • trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.h

    r5834 r6000  
    88 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    10  * innotek GmbH confidential
    11  * All rights reserved
     10 * This file is part of VirtualBox Open Source Edition (OSE), as
     11 * available from http://www.virtualbox.org. This file is free software;
     12 * you can redistribute it and/or modify it under the terms of the GNU
     13 * General Public License (GPL) as published by the Free Software
     14 * Foundation, in version 2 as it comes in the "COPYING" file of the
     15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1217 */
    1318
  • trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/Makefile.kmk

    r5999 r6000  
    77# Copyright (C) 2006-2007 innotek GmbH
    88#
    9 # innotek GmbH confidential
    10 # All rights reserved
     9# This file is part of VirtualBox Open Source Edition (OSE), as
     10# available from http://www.virtualbox.org. This file is free software;
     11# you can redistribute it and/or modify it under the terms of the GNU
     12# General Public License (GPL) as published by the Free Software
     13# Foundation, in version 2 as it comes in the "COPYING" file of the
     14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116#
    1217
  • trunk/src/VBox/Frontends/VBoxHeadless/testcase/Makefile.kmk

    r5999 r6000  
    77# Copyright (C) 2006-2007 innotek GmbH
    88#
    9 # innotek GmbH confidential
    10 # All rights reserved
     9# This file is part of VirtualBox Open Source Edition (OSE), as
     10# available from http://www.virtualbox.org. This file is free software;
     11# you can redistribute it and/or modify it under the terms of the GNU
     12# General Public License (GPL) as published by the Free Software
     13# Foundation, in version 2 as it comes in the "COPYING" file of the
     14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116#
    1217
  • trunk/src/VBox/Frontends/VBoxHeadless/testcase/tstHeadless.cpp

    r5834 r6000  
    88 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    10  * innotek GmbH confidential
    11  * All rights reserved
     10 * This file is part of VirtualBox Open Source Edition (OSE), as
     11 * available from http://www.virtualbox.org. This file is free software;
     12 * you can redistribute it and/or modify it under the terms of the GNU
     13 * General Public License (GPL) as published by the Free Software
     14 * Foundation, in version 2 as it comes in the "COPYING" file of the
     15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1217 */
    1318
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMParallelPortSettings.ui

    r5999 r6000  
    77     Copyright (C) 2006-2007 innotek GmbH
    88   
    9      innotek GmbH confidential
    10      All rights reserved
     9     This file is part of VirtualBox Open Source Edition (OSE), as
     10     available from http://www.virtualbox.org. This file is free software;
     11     you can redistribute it and/or modify it under the terms of the GNU
     12     General Public License (GPL) as published by the Free Software
     13     Foundation, in version 2 as it comes in the "COPYING" file of the
     14     VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15     hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116</comment>
    1217<widget class="QWidget">
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMParallelPortSettings.ui.h

    r5999 r6000  
    88 * Copyright (C) 2006-2007 innotek GmbH
    99 *
    10  * innotek GmbH confidential
    11  * All rights reserved
     10 * This file is part of VirtualBox Open Source Edition (OSE), as
     11 * available from http://www.virtualbox.org. This file is free software;
     12 * you can redistribute it and/or modify it under the terms of the GNU
     13 * General Public License (GPL) as published by the Free Software
     14 * Foundation, in version 2 as it comes in the "COPYING" file of the
     15 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1217 */
    1318
  • trunk/src/VBox/Runtime/common/misc/getopt.cpp

    r5999 r6000  
    77 * Copyright (C) 2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     16 *
     17 * The contents of this file may alternatively be used under the terms
     18 * of the Common Development and Distribution License Version 1.0
     19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
     20 * VirtualBox OSE distribution, in which case the provisions of the
     21 * CDDL are applicable instead of those of the GPL.
     22 *
     23 * You may elect to license modified versions of this file under the
     24 * terms and conditions of either the GPL or the CDDL or both.
    1125 */
    1226
  • trunk/src/VBox/Runtime/r3/os2/sched-os2.cpp

    r5999 r6000  
    77 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     16 *
     17 * The contents of this file may alternatively be used under the terms
     18 * of the Common Development and Distribution License Version 1.0
     19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
     20 * VirtualBox OSE distribution, in which case the provisions of the
     21 * CDDL are applicable instead of those of the GPL.
     22 *
     23 * You may elect to license modified versions of this file under the
     24 * terms and conditions of either the GPL or the CDDL or both.
    1125 */
    1226
  • trunk/src/VBox/Runtime/testcase/tstGetOpt.cpp

    r5999 r6000  
    77 * Copyright (C) 2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     16 *
     17 * The contents of this file may alternatively be used under the terms
     18 * of the Common Development and Distribution License Version 1.0
     19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
     20 * VirtualBox OSE distribution, in which case the provisions of the
     21 * CDDL are applicable instead of those of the GPL.
     22 *
     23 * You may elect to license modified versions of this file under the
     24 * terms and conditions of either the GPL or the CDDL or both.
    1125 */
    1226
  • trunk/src/VBox/VMM/DBGFMem.cpp

    r5999 r6000  
    77 * Copyright (C) 2007 innotek GmbH
    88 *
    9  * innotek GmbH confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116 */
    1217
  • trunk/src/libs/ffmpeg-20060710/Makefile.kmk

    r5999 r6000  
    77# Copyright (C) 2006-2007 innotek GmbH
    88#
    9 # innotek GmbH confidential
    10 # All rights reserved
     9# This file is part of VirtualBox Open Source Edition (OSE), as
     10# available from http://www.virtualbox.org. This file is free software;
     11# you can redistribute it and/or modify it under the terms of the GNU
     12# General Public License (GPL) as published by the Free Software
     13# Foundation, in version 2 as it comes in the "COPYING" file of the
     14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1116#
    1217
  • trunk/src/libs/ffmpeg-20060710/VBoxFFmpeg-darwin.def

    r5999 r6000  
    55# Copyright (C) 2006-2007 innotek GmbH
    66#
    7 # innotek GmbH confidential
    8 # All rights reserved
     7# This file is part of VirtualBox Open Source Edition (OSE), as
     8# available from http://www.virtualbox.org. This file is free software;
     9# you can redistribute it and/or modify it under the terms of the GNU
     10# General Public License (GPL) as published by the Free Software
     11# Foundation, in version 2 as it comes in the "COPYING" file of the
     12# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     13# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    914#
    1015        _av_free
  • trunk/src/libs/ffmpeg-20060710/VBoxFFmpeg.def

    r5999 r6000  
    55; Copyright (C) 2006-2007 innotek GmbH
    66;
    7 ; innotek GmbH confidential
    8 ; All rights reserved
     7; This file is part of VirtualBox Open Source Edition (OSE), as
     8; available from http://www.virtualbox.org. This file is free software;
     9; you can redistribute it and/or modify it under the terms of the GNU
     10; General Public License (GPL) as published by the Free Software
     11; Foundation, in version 2 as it comes in the "COPYING" file of the
     12; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     13; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    914;
    1015
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette