VirtualBox

Changeset 43112 in vbox


Ignore:
Timestamp:
Aug 30, 2012 3:08:50 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80474
Message:

whitespace

Location:
trunk/src/VBox
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/Installer/vboxservice.xml

    r39235 r43112  
    44# Solaris SMF service manifest for VBoxService (timesync).
    55#
    6      Copyright (C) 2008-2010 Oracle Corporation
     6    Copyright (C) 2008-2010 Oracle Corporation
    77
    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.
     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.
    1515
    16      The contents of this file may alternatively be used under the terms
    17      of the Common Development and Distribution License Version 1.0
    18      (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    19      VirtualBox OSE distribution, in which case the provisions of the
    20      CDDL are applicable instead of those of the GPL.
     16    The contents of this file may alternatively be used under the terms
     17    of the Common Development and Distribution License Version 1.0
     18    (CDDL) only, as it comes in the "COPYING.CDDL" file of the
     19    VirtualBox OSE distribution, in which case the provisions of the
     20    CDDL are applicable instead of those of the GPL.
    2121
    22      You may elect to license modified versions of this file under the
    23      terms and conditions of either the GPL or the CDDL or both.
     22    You may elect to license modified versions of this file under the
     23    terms and conditions of either the GPL or the CDDL or both.
    2424-->
    2525<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
  • trunk/src/VBox/Additions/solaris/Mouse/vboxmslnk.xml

    r42468 r43112  
    44# Solaris SMF service manifest for VBoxService (timesync).
    55#
    6      Copyright (C) 2012 Oracle Corporation
     6    Copyright (C) 2012 Oracle Corporation
    77
    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.
     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.
    1515
    16      The contents of this file may alternatively be used under the terms
    17      of the Common Development and Distribution License Version 1.0
    18      (CDDL) only, as it comes in the "COPYING.CDDL" file of the
    19      VirtualBox OSE distribution, in which case the provisions of the
    20      CDDL are applicable instead of those of the GPL.
     16    The contents of this file may alternatively be used under the terms
     17    of the Common Development and Distribution License Version 1.0
     18    (CDDL) only, as it comes in the "COPYING.CDDL" file of the
     19    VirtualBox OSE distribution, in which case the provisions of the
     20    CDDL are applicable instead of those of the GPL.
    2121
    22      You may elect to license modified versions of this file under the
    23      terms and conditions of either the GPL or the CDDL or both.
     22    You may elect to license modified versions of this file under the
     23    terms and conditions of either the GPL or the CDDL or both.
    2424-->
    2525<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
  • trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd

    r42838 r43112  
    77 *  Common definitions
    88
    9      Copyright (C) 2004-2012 Oracle Corporation
    10 
    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.
     9    Copyright (C) 2004-2012 Oracle Corporation
     10
     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.
    1818-->
    1919
     
    2929  <xsd:documentation xml:lang="en">
    3030    Oracle VM VirtualBox Settings Schema (common definitions).
    31     Copyright (c) 2004-2010 Oracle Corporation
     31    Copyright (c) 2004-2012 Oracle Corporation
    3232  </xsd:documentation>
    3333</xsd:annotation>
  • trunk/src/VBox/Main/xml/VirtualBox-settings-freebsd.xsd

    r33656 r43112  
    66 *  Oracle VM VirtualBox Settings Schema Version 1.0-freebsd
    77
    8      Copyright (C) 2004-2010 Oracle Corporation
     8    Copyright (C) 2004-2010 Oracle Corporation
    99
    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.
     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.
    1717-->
    1818
  • trunk/src/VBox/Main/xml/VirtualBox-settings-linux.xsd

    r33656 r43112  
    66 *  Oracle VM VirtualBox Settings Schema Version 1.0-linux
    77
    8      Copyright (C) 2004-2010 Oracle Corporation
     8    Copyright (C) 2004-2010 Oracle Corporation
    99
    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.
     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.
    1717-->
    1818
  • trunk/src/VBox/Main/xml/VirtualBox-settings-macosx.xsd

    r33656 r43112  
    66 *  Oracle VM VirtualBox Settings Schema Version 1.0-macosx
    77
    8      Copyright (C) 2004-2010 Oracle Corporation
     8    Copyright (C) 2004-2010 Oracle Corporation
    99
    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.
     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.
    1717-->
    1818
  • trunk/src/VBox/Main/xml/VirtualBox-settings-os2.xsd

    r33656 r43112  
    77 *  Oracle VM VirtualBox Settings Schema Version 1.0-os2
    88 *
    9      Copyright (C) 2004-2010 Oracle Corporation
     9    Copyright (C) 2004-2010 Oracle Corporation
    1010
    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.
     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.
    1818-->
    1919
  • trunk/src/VBox/Main/xml/VirtualBox-settings-solaris.xsd

    r33656 r43112  
    66 *  Oracle VM VirtualBox Settings Schema Version 1.0-solaris
    77
    8      Copyright (C) 2004-2010 Oracle Corporation
     8    Copyright (C) 2004-2010 Oracle Corporation
    99
    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.
     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.
    1717-->
    1818
  • trunk/src/VBox/Main/xml/VirtualBox-settings-windows.xsd

    r33656 r43112  
    66 *  Oracle VM VirtualBox Settings Schema Version 1.0-windows
    77
    8      Copyright (C) 2004-2010 Oracle Corporation
     8    Copyright (C) 2004-2010 Oracle Corporation
    99
    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.
     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.
    1717-->
    1818
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