VirtualBox

Changeset 27901 in vbox


Ignore:
Timestamp:
Mar 31, 2010 2:07:26 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59591
Message:

OSE header fixes

Location:
trunk
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vscsi.h

    r27653 r27901  
    1414 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1515 * 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.
    1625 *
    1726 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/testcase/Makefile.kmk

    r27860 r27901  
    77# Copyright (C) 2009 Sun Microsystems, Inc.
    88#
    9 # Sun Microsystems, Inc. confidential
    10 # All rights reserved
     9# This file is part of VirtualBox Open Source Edition (OSE), as
     10# available from http://www.215389.xyz. 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# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     18# Clara, CA 95054 USA or visit http://www.sun.com if you need
     19# additional information or have any questions.
    1120#
    1221
  • trunk/src/VBox/Additions/freebsd/drm/vboxvideo_drm.c

    r27859 r27901  
    88 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    99 *
    10  * Sun Microsystems, Inc. confidential
    11  * All rights reserved
     10 * This file is part of VirtualBox Open Source Edition (OSE), as
     11 * available from http://www.215389.xyz. 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.
     17 *
     18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     19 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     20 * additional information or have any questions.
    1221 * --------------------------------------------------------------------
    1322 *
  • trunk/src/VBox/Additions/linux/pam/Makefile.kmk

    r27867 r27901  
    77# Copyright (C) 2010 Sun Microsystems, Inc.
    88#
    9 # Sun Microsystems, Inc. confidential
    10 # All rights reserved
     9# This file is part of VirtualBox Open Source Edition (OSE), as
     10# available from http://www.215389.xyz. 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# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     18# Clara, CA 95054 USA or visit http://www.sun.com if you need
     19# additional information or have any questions.
    1120#
    1221
  • trunk/src/VBox/Devices/Input/UsbKbd.cpp

    r27890 r27901  
    66 * Copyright (C) 2007-2010 Sun Microsystems, Inc.
    77 *
    8  * Sun Microsystems, Inc. confidential
    9  * All rights reserved
     8 * This file is part of VirtualBox Open Source Edition (OSE), as
     9 * available from http://www.215389.xyz. 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.
     15 *
     16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     17 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     18 * additional information or have any questions.
    1019 */
    1120
  • trunk/src/VBox/Devices/Input/UsbMouse.cpp

    r27129 r27901  
    66 * Copyright (C) 2007-2010 Sun Microsystems, Inc.
    77 *
    8  * Sun Microsystems, Inc. confidential
    9  * All rights reserved
     8 * This file is part of VirtualBox Open Source Edition (OSE), as
     9 * available from http://www.215389.xyz. 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.
     15 *
     16 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     17 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     18 * additional information or have any questions.
    1019 */
    1120
  • trunk/src/VBox/Devices/Network/scripts/VBoxConvertNATStats.sh

    r27870 r27901  
    33# Copyright (C) 2009 Sun Microsystems, Inc.
    44#
    5 # Sun Microsystems, Inc. confidential
    6 # All rights reserved
     5# This file is part of VirtualBox Open Source Edition (OSE), as
     6# available from http://www.215389.xyz. This file is free software;
     7# you can redistribute it and/or modify it under the terms of the GNU
     8# General Public License (GPL) as published by the Free Software
     9# Foundation, in version 2 as it comes in the "COPYING" file of the
     10# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     11# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     12#
     13# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     14# Clara, CA 95054 USA or visit http://www.sun.com if you need
     15# additional information or have any questions.
    716#
    817
  • trunk/src/VBox/Devices/Network/scripts/VBoxPortForwarding.py

    r27870 r27901  
    33# Copyright (C) 2009 Sun Microsystems, Inc.
    44#
    5 # Sun Microsystems, Inc. confidential
    6 # All rights reserved
     5# This file is part of VirtualBox Open Source Edition (OSE), as
     6# available from http://www.215389.xyz. This file is free software;
     7# you can redistribute it and/or modify it under the terms of the GNU
     8# General Public License (GPL) as published by the Free Software
     9# Foundation, in version 2 as it comes in the "COPYING" file of the
     10# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     11# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     12#
     13# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     14# Clara, CA 95054 USA or visit http://www.sun.com if you need
     15# additional information or have any questions.
    716#
    817#################################################################################
  • trunk/src/VBox/Devices/Storage/UsbMsd.cpp

    r27862 r27901  
    77 * Copyright (C) 2007-2010 Sun Microsystems, Inc.
    88 *
    9  * Sun Microsystems, Inc. confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.215389.xyz. 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     18 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     19 * additional information or have any questions.
    1120 */
    1221
  • trunk/src/VBox/Devices/USB/DevOHCI.cpp

    r27686 r27901  
    77 * Copyright (C) 2006-2009 Sun Microsystems, Inc.
    88 *
    9  * Sun Microsystems, Inc. confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.215389.xyz. 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     18 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     19 * additional information or have any questions.
    1120 */
    1221
  • trunk/src/VBox/Devices/USB/DrvVUSBRootHub.cpp

    r26978 r27901  
    77 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    88 *
    9  * Sun Microsystems, Inc. confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.215389.xyz. 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     18 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     19 * additional information or have any questions.
    1120 */
    1221
  • trunk/src/VBox/Devices/USB/VUSBDevice.cpp

    r26972 r27901  
    77 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    88 *
    9  * Sun Microsystems, Inc. confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.215389.xyz. 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     18 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     19 * additional information or have any questions.
    1120 */
    1221
  • trunk/src/VBox/Devices/USB/VUSBInternal.h

    r26970 r27901  
    1212 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    1313 *
    14  * Sun Microsystems, Inc. confidential
    15  * All rights reserved
     14 * This file is part of VirtualBox Open Source Edition (OSE), as
     15 * available from http://www.215389.xyz. This file is free software;
     16 * you can redistribute it and/or modify it under the terms of the GNU
     17 * General Public License (GPL) as published by the Free Software
     18 * Foundation, in version 2 as it comes in the "COPYING" file of the
     19 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     20 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     21 *
     22 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     23 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     24 * additional information or have any questions.
    1625 */
    1726
  • trunk/src/VBox/Devices/USB/VUSBReadAhead.cpp

    r26970 r27901  
    77 * Copyright (C) 2006-2009 Sun Microsystems, Inc.
    88 *
    9  * Sun Microsystems, Inc. confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.215389.xyz. 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     18 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     19 * additional information or have any questions.
    1120 */
    1221
  • trunk/src/VBox/Devices/USB/VUSBUrb.cpp

    r26970 r27901  
    77 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    88 *
    9  * Sun Microsystems, Inc. confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.215389.xyz. 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     18 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     19 * additional information or have any questions.
    1120 */
    1221
  • trunk/src/VBox/NetworkServices/NAT/VBoxNetNAT.cpp

    r27856 r27901  
    77 * Copyright (C) 2009 Sun Microsystems, Inc.
    88 *
    9  * Sun Microsystems, Inc. confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.215389.xyz. 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     18 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     19 * additional information or have any questions.
    1120 */
    1221
  • trunk/src/VBox/NetworkServices/NAT/VBoxNetNATHardened.cpp

    r27856 r27901  
    77 * Copyright (C) 2009 Sun Microsystems, Inc.
    88 *
    9  * Sun Microsystems, Inc. confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.215389.xyz. 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     18 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     19 * additional information or have any questions.
    1120 */
    1221
  • trunk/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp

    r27856 r27901  
    88 * Copyright (C) 2009 Sun Microsystems, Inc.
    99 *
    10  * Sun Microsystems, Inc. confidential
    11  * All rights reserved
     10 * This file is part of VirtualBox Open Source Edition (OSE), as
     11 * available from http://www.215389.xyz. 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.
     17 *
     18 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     19 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     20 * additional information or have any questions.
    1221 */
    1322
  • trunk/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.h

    r27856 r27901  
    77 * Copyright (C) 2009 Sun Microsystems, Inc.
    88 *
    9  * Sun Microsystems, Inc. confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.215389.xyz. 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     18 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     19 * additional information or have any questions.
    1120 */
    1221
  • trunk/src/VBox/VMM/PDMUsb.cpp

    r26970 r27901  
    77 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
    88 *
    9  * Sun Microsystems, Inc. confidential
    10  * All rights reserved
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.215389.xyz. 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     18 * Clara, CA 95054 USA or visit http://www.sun.com if you need
     19 * additional information or have any questions.
    1120 */
    1221
Note: See TracChangeset for help on using the changeset viewer.

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