VirtualBox

Changeset 31661 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Aug 13, 2010 3:49:24 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64799
Message:

Additions header fixes

Location:
trunk/src/VBox/Additions
Files:
30 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/ISO/AUTORUN.INF

    r31634 r31661  
    22; Copyright (C) 2006-2010 Oracle Corporation
    33;
    4 ; Oracle Corporation confidential
    5 ; All rights reserved
     4; This file is part of VirtualBox Open Source Edition (OSE), as
     5; available from http://www.virtualbox.org. This file is free software;
     6; you can redistribute it and/or modify it under the terms of the GNU
     7; General Public License (GPL) as published by the Free Software
     8; Foundation, in version 2 as it comes in the "COPYING" file of the
     9; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     10; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    611;
    712
  • trunk/src/VBox/Additions/WINNT/Installer/Loader/Makefile.kmk

    r31634 r31661  
    77# Copyright (C) 2008 Oracle Corporation
    88#
    9 # Oracle Corporation 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/WINNT/Installer/Loader/VBoxWindowsAdditions.cpp

    r31634 r31661  
    77 * Copyright (C) 2006-2007 Oracle Corporation
    88 *
    9  * Oracle Corporation 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/WINNT/Installer/Loader/VBoxWindowsAdditions.rc

    r31634 r31661  
    22 * Copyright (C) 2008 Oracle Corporation
    33 *
    4  * Oracle Corporation confidential
    5  * All rights reserved
     4 * This file is part of VirtualBox Open Source Edition (OSE), as
     5 * available from http://www.virtualbox.org. This file is free software;
     6 * you can redistribute it and/or modify it under the terms of the GNU
     7 * General Public License (GPL) as published by the Free Software
     8 * Foundation, in version 2 as it comes in the "COPYING" file of the
     9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    611 */
    712
  • trunk/src/VBox/Additions/WINNT/Installer/Loader/resource.h

    r31634 r31661  
    77 * Copyright (C) 2008 Oracle Corporation
    88 *
    9  * Oracle Corporation 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/WINNT/Installer/Makefile.kmk

    r31634 r31661  
    77# Copyright (C) 2006-2007 Oracle Corporation
    88#
    9 # Oracle Corporation 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/WINNT/Installer/RegCleanup.cpp

    r31634 r31661  
    55 * Copyright (C) 2006-2007 Oracle Corporation
    66 *
    7  * Oracle Corporation 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
  • trunk/src/VBox/Additions/WINNT/Installer/RegCleanup.rc

    r31634 r31661  
    22 * Copyright (C) 2006-2007 Oracle Corporation
    33 *
    4  * Oracle Corporation confidential
    5  * All rights reserved
     4 * This file is part of VirtualBox Open Source Edition (OSE), as
     5 * available from http://www.virtualbox.org. This file is free software;
     6 * you can redistribute it and/or modify it under the terms of the GNU
     7 * General Public License (GPL) as published by the Free Software
     8 * Foundation, in version 2 as it comes in the "COPYING" file of the
     9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    611 */
    712
  • trunk/src/VBox/Additions/WINNT/Installer/VBCoInst.def

    r31634 r31661  
    33; Copyright (C) 2006-2007 Oracle Corporation
    44;
    5 ; Oracle Corporation confidential
    6 ; All rights reserved
     5; This file is part of VirtualBox Open Source Edition (OSE), as
     6; available from http://www.virtualbox.org. 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.
    712;
    813
  • trunk/src/VBox/Additions/WINNT/Installer/VBCoInst.rc

    r31634 r31661  
    22 * Copyright (C) 2006-2007 Oracle Corporation
    33 *
    4  * Oracle Corporation confidential
    5  * All rights reserved
     4 * This file is part of VirtualBox Open Source Edition (OSE), as
     5 * available from http://www.virtualbox.org. This file is free software;
     6 * you can redistribute it and/or modify it under the terms of the GNU
     7 * General Public License (GPL) as published by the Free Software
     8 * Foundation, in version 2 as it comes in the "COPYING" file of the
     9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    611 */
    712
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.rc

    r31634 r31661  
    22 * Copyright (C) 2006-2007 Oracle Corporation
    33 *
    4  * Oracle Corporation confidential
    5  * All rights reserved
     4 * This file is part of VirtualBox Open Source Edition (OSE), as
     5 * available from http://www.virtualbox.org. This file is free software;
     6 * you can redistribute it and/or modify it under the terms of the GNU
     7 * General Public License (GPL) as published by the Free Software
     8 * Foundation, in version 2 as it comes in the "COPYING" file of the
     9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    611 */
    712
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestDrvInst.cpp

    r31634 r31661  
    55 * Copyright (C) 2006-2007 Oracle Corporation
    66 *
    7  * Oracle Corporation 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
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestDrvInst.rc

    r31634 r31661  
    22 * Copyright (C) 2006-2007 Oracle Corporation
    33 *
    4  * Oracle Corporation confidential
    5  * All rights reserved
     4 * This file is part of VirtualBox Open Source Edition (OSE), as
     5 * available from http://www.virtualbox.org. This file is free software;
     6 * you can redistribute it and/or modify it under the terms of the GNU
     7 * General Public License (GPL) as published by the Free Software
     8 * Foundation, in version 2 as it comes in the "COPYING" file of the
     9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    611 */
    712
  • trunk/src/VBox/Additions/WINNT/SharedFolders/Makefile.kmk

    r31634 r31661  
    77# Copyright (C) 2006-2007 Oracle Corporation
    88#
    9 # Oracle Corporation 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/WINNT/SharedFolders/redirector/Makefile.kmk

    r31634 r31661  
    77# Copyright (C) 2006-2007 Oracle Corporation
    88#
    9 # Oracle Corporation 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/WINNT/SharedFolders/redirector/dll/Makefile.kmk

    r31634 r31661  
    77# Copyright (C) 2006-2007 Oracle Corporation
    88#
    9 # Oracle Corporation 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/WINNT/SharedFolders/redirector/dll/vboxmrxp.def

    r31634 r31661  
    22; Copyright (C) 2006-2007 Oracle Corporation
    33;
    4 ; Oracle Corporation confidential
    5 ; All rights reserved
     4; This file is part of VirtualBox Open Source Edition (OSE), as
     5; available from http://www.virtualbox.org. This file is free software;
     6; you can redistribute it and/or modify it under the terms of the GNU
     7; General Public License (GPL) as published by the Free Software
     8; Foundation, in version 2 as it comes in the "COPYING" file of the
     9; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     10; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    611;
    712
  • trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/dll/vboxmrxp.rc

    r31634 r31661  
    22 * Copyright (C) 2006-2007 Oracle Corporation
    33 *
    4  * Oracle Corporation confidential
    5  * All rights reserved
     4 * This file is part of VirtualBox Open Source Edition (OSE), as
     5 * available from http://www.virtualbox.org. This file is free software;
     6 * you can redistribute it and/or modify it under the terms of the GNU
     7 * General Public License (GPL) as published by the Free Software
     8 * Foundation, in version 2 as it comes in the "COPYING" file of the
     9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    611 */
    712
  • trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/Makefile.kmk

    r31634 r31661  
    77# Copyright (C) 2006-2007 Oracle Corporation
    88#
    9 # Oracle Corporation 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/WINNT/SharedFolders/redirector/sys/VBoxSF.inf

    r31634 r31661  
    44; Copyright (C) 2006-2007 Oracle Corporation
    55;
    6 ; Oracle Corporation confidential
    7 ; All rights reserved
     6; This file is part of VirtualBox Open Source Edition (OSE), as
     7; available from http://www.virtualbox.org. This file is free software;
     8; you can redistribute it and/or modify it under the terms of the GNU
     9; General Public License (GPL) as published by the Free Software
     10; Foundation, in version 2 as it comes in the "COPYING" file of the
     11; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     12; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    813;
    914
  • trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/VBoxSF.rc

    r31634 r31661  
    22 * Copyright (C) 2006-2007 Oracle Corporation
    33 *
    4  * Oracle Corporation confidential
    5  * All rights reserved
     4 * This file is part of VirtualBox Open Source Edition (OSE), as
     5 * available from http://www.virtualbox.org. This file is free software;
     6 * you can redistribute it and/or modify it under the terms of the GNU
     7 * General Public License (GPL) as published by the Free Software
     8 * Foundation, in version 2 as it comes in the "COPYING" file of the
     9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    611 */
    712
  • trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/rdbss.asm

    r31634 r31661  
    44; Copyright (C) 2006-2007 Oracle Corporation
    55;
    6 ; Oracle Corporation confidential
    7 ; All rights reserved
     6; This file is part of VirtualBox Open Source Edition (OSE), as
     7; available from http://www.virtualbox.org. This file is free software;
     8; you can redistribute it and/or modify it under the terms of the GNU
     9; General Public License (GPL) as published by the Free Software
     10; Foundation, in version 2 as it comes in the "COPYING" file of the
     11; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     12; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    813;
    914
  • trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/rdbss/rdbss.def

    r31634 r31661  
    44; Copyright (C) 2006-2007 Oracle Corporation
    55;
    6 ; Oracle Corporation confidential
    7 ; All rights reserved
     6; This file is part of VirtualBox Open Source Edition (OSE), as
     7; available from http://www.virtualbox.org. This file is free software;
     8; you can redistribute it and/or modify it under the terms of the GNU
     9; General Public License (GPL) as published by the Free Software
     10; Foundation, in version 2 as it comes in the "COPYING" file of the
     11; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     12; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    813;
    914
  • trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/vbsfhdrs.h

    r31634 r31661  
    77 * Copyright (C) 2006-2010 Oracle Corporation
    88 *
    9  * Oracle Corporation 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/WINNT/SharedFolders/redirector/sys/vbsfhlp.c

    r31634 r31661  
    77 * Copyright (C) 2006-2007 Oracle Corporation
    88 *
    9  * Oracle Corporation 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/WINNT/SharedFolders/redirector/sys/vbsfhlp.h

    r31634 r31661  
    77 * Copyright (C) 2006-2007 Oracle Corporation
    88 *
    9  * Oracle Corporation 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/VBoxGuest/VBoxGuest2.cpp

    r31522 r31661  
    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.
    2516 */
    2617
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest2.h

    r31517 r31661  
    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.
    2516 */
    2617
  • trunk/src/VBox/Additions/linux/installer/test.c

    r31637 r31661  
    44 * Copyright (C) 2006-2007 Oracle Corporation
    55 *
    6  * Oracle Corporation confidential
    7  * All rights reserved
     6 * This file is part of VirtualBox Open Source Edition (OSE), as
     7 * available from http://www.virtualbox.org. This file is free software;
     8 * you can redistribute it and/or modify it under the terms of the GNU
     9 * General Public License (GPL) as published by the Free Software
     10 * Foundation, in version 2 as it comes in the "COPYING" file of the
     11 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     12 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    813 */
    914
  • trunk/src/VBox/Additions/linux/installer/test_drm.c

    r31637 r31661  
    44 * Copyright (C) 2006-2007 Oracle Corporation
    55 *
    6  * Oracle Corporation confidential
    7  * All rights reserved
     6 * This file is part of VirtualBox Open Source Edition (OSE), as
     7 * available from http://www.virtualbox.org. This file is free software;
     8 * you can redistribute it and/or modify it under the terms of the GNU
     9 * General Public License (GPL) as published by the Free Software
     10 * Foundation, in version 2 as it comes in the "COPYING" file of the
     11 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     12 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    813 */
    914
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