VirtualBox

Changeset 29200 in vbox for trunk/src


Ignore:
Timestamp:
May 7, 2010 12:14:18 PM (15 years ago)
Author:
vboxsync
Message:

more manual Oracle rebranding in headers

Location:
trunk/src/VBox
Files:
33 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProv.cpp

    r25811 r29200  
    77// Copyright (c) 2006 Microsoft Corporation. All rights reserved.
    88//
    9 // Modifications (c) 2009 Sun Microsystems, Inc.
     9// Modifications (c) 2009-2010 Oracle Corporation
    1010//
    1111
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProv.h

    r25811 r29200  
    77// Copyright (c) Microsoft Corporation. All rights reserved.
    88//
    9 // Modifications (c) 2009 Sun Microsystems, Inc.
     9// Modifications (c) 2009-2010 Oracle Corporation
    1010//
    1111
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredential.cpp

    r25811 r29200  
    77// Copyright (c) 2006 Microsoft Corporation. All rights reserved.
    88//
    9 // Modifications (c) 2009 Sun Microsystems, Inc.
     9// Modifications (c) 2009-2010 Oracle Corporation
    1010//
    1111
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredential.h

    r25811 r29200  
    55// PARTICULAR PURPOSE.
    66//
    7 // Modifications (c) 2009 Sun Microsystems, Inc.
     7// Modifications (c) 2009-2010 Oracle Corporation
    88//
    99
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/common.h

    r25811 r29200  
    1111// and which fields show in which states of LogonUI.
    1212//
    13 // Modifications (c) 2009 Sun Microsystems, Inc.
     13// Modifications (c) 2009-2010 Oracle Corporation
    1414//
    1515
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/dll.cpp

    r25811 r29200  
    99// Standard dll required functions and class factory implementation.
    1010//
    11 // Modifications (c) 2009 Sun Microsystems, Inc.
     11// Modifications (c) 2009-2010 Oracle Corporation
    1212//
    1313
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/dll.h

    r25811 r29200  
    77// Copyright (c) 2006 Microsoft Corporation. All rights reserved.
    88//
    9 // Modifications (c) 2009 Sun Microsystems, Inc.
     9// Modifications (c) 2009-2010 Oracle Corporation
    1010//
    1111
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/helpers.cpp

    r25811 r29200  
    1010// for GetSerialization.
    1111//
    12 // Modifications (c) 2009 Sun Microsystems, Inc.
     12// Modifications (c) 2009-2010 Oracle Corporation
    1313//
    1414
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/helpers.h

    r25811 r29200  
    1010// for GetSerialization.
    1111//
    12 // Modifications (c) 2009 Sun Microsystems, Inc.
     12// Modifications (c) 2009-2010 Oracle Corporation
    1313//
    1414
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/env.cmd

    r29159 r29200  
    1616REM  VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1717REM  hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18 REM  Oracle Corporation confidential
    19 REM  All rights reserved
    2018REM
    2119REM */
  • trunk/src/VBox/Frontends/VirtualBox/src/darwin/CocoaDockIconPreview.mm

    r24377 r29200  
    77
    88/*
    9  * Copyright (C) 2009 Sun Microsystems, Inc.
     9 * Copyright (C) 2009-2010 Oracle Corporation
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1616 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1717 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  *
    19  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    20  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    21  * additional information or have any questions.
    2218 */
    2319
     
    6763@end
    6864
    69 /* 
     65/*
    7066 * Helper class which allow us to access all members/methods of AbstractDockIconPreviewHelper
    7167 * from any Cocoa class.
     
    7571public:
    7672    inline CocoaDockIconPreviewPrivate (VBoxConsoleWnd *aMainWnd, const QPixmap& aOverlayImage)
    77       :AbstractDockIconPreviewHelper (aMainWnd, aOverlayImage) 
     73      :AbstractDockIconPreviewHelper (aMainWnd, aOverlayImage)
    7874    {
    7975        mDockTile = [[DockTile alloc] initWithParent:this];
     
    8480        [mDockTile release];
    8581    }
    86      
     82
    8783    DockTile *mDockTile;
    8884};
    8985
    90 /* 
    91  * Cocoa wrapper for the abstract dock icon preview class 
     86/*
     87 * Cocoa wrapper for the abstract dock icon preview class
    9288 */
    9389CocoaDockIconPreview::CocoaDockIconPreview (VBoxConsoleWnd *aMainWnd, const QPixmap& aOverlayImage)
     
    135131}
    136132
    137 /* 
     133/*
    138134 * Class for arranging/updating the layers for the glossy monitor preview.
    139135 */
     
    199195@end
    200196
    201 /* 
     197/*
    202198 * Simple implementation for the overlay of the OS & the state icon. Is used both
    203199 * in the application icon & preview mode.
     
    222218@end
    223219
    224 /* 
     220/*
    225221 * VirtualBox Dock Tile implementation. Manage the switching between the icon
    226222 * and preview mode & forwards all update request to the appropriate methods.
  • trunk/src/VBox/Frontends/VirtualBox/src/darwin/UICocoaDockIconPreview.mm

    r28540 r29200  
    77
    88/*
    9  * Copyright (C) 2009 Sun Microsystems, Inc.
     9 * Copyright (C) 2009-2010 Oracle Corporation
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1616 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1717 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  *
    19  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    20  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    21  * additional information or have any questions.
    2218 */
    2319
     
    6864@end
    6965
    70 /* 
     66/*
    7167 * Helper class which allow us to access all members/methods of AbstractDockIconPreviewHelper
    7268 * from any Cocoa class.
     
    7672public:
    7773    inline UICocoaDockIconPreviewPrivate(UISession *pSession, const QPixmap& overlayImage)
    78       :UIAbstractDockIconPreviewHelper(pSession, overlayImage) 
     74      :UIAbstractDockIconPreviewHelper(pSession, overlayImage)
    7975    {
    8076        mUIDockTile = [[UIDockTile alloc] initWithParent:this];
     
    8783        [mUIDockTile release];
    8884    }
    89      
     85
    9086    UIDockTile *mUIDockTile;
    9187};
    9288
    93 /* 
    94  * Cocoa wrapper for the abstract dock icon preview class 
     89/*
     90 * Cocoa wrapper for the abstract dock icon preview class
    9591 */
    9692UICocoaDockIconPreview::UICocoaDockIconPreview(UISession *pSession, const QPixmap& overlayImage)
     
    137133}
    138134
    139 /* 
     135/*
    140136 * Class for arranging/updating the layers for the glossy monitor preview.
    141137 */
     
    201197@end
    202198
    203 /* 
     199/*
    204200 * Simple implementation for the overlay of the OS & the state icon. Is used both
    205201 * in the application icon & preview mode.
     
    224220@end
    225221
    226 /* 
     222/*
    227223 * VirtualBox Dock Tile implementation. Manage the switching between the icon
    228224 * and preview mode & forwards all update request to the appropriate methods.
  • trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaSpecialControls.mm

    r27690 r29200  
    77
    88/*
    9  * Copyright (C) 2009 Sun Microsystems, Inc.
     9 * Copyright (C) 2009-2010 Oracle Corporation
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1616 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1717 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  *
    19  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    20  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    21  * additional information or have any questions.
    2218 */
    2319
     
    3733#include <QKeyEvent>
    3834
    39 @interface NSButtonTarget: NSObject 
     35@interface NSButtonTarget: NSObject
    4036{
    4137    VBoxCocoaButton *mRealTarget;
     
    6157@end
    6258
    63 @interface NSSegmentedButtonTarget: NSObject 
     59@interface NSSegmentedButtonTarget: NSObject
    6460{
    6561    VBoxCocoaSegmentedButton *mRealTarget;
     
    8581@end
    8682
    87 @interface VBSearchField: NSSearchField 
     83@interface VBSearchField: NSSearchField
    8884{
    8985    VBoxCocoaSearchField *mRealTarget;
     
    110106
    111107    /* Get the pressed character */
    112     if ([str length] > 0) 
     108    if ([str length] > 0)
    113109        ch = [str characterAtIndex:0];
    114110
    115     if (ch == NSCarriageReturnCharacter || ch == NSEnterCharacter) 
     111    if (ch == NSCarriageReturnCharacter || ch == NSEnterCharacter)
    116112    {
    117113        QKeyEvent ke(QEvent::KeyPress, Qt::Key_Enter, Qt::NoModifier);
    118114        QApplication::sendEvent (mRealTarget, &ke);
    119     } 
     115    }
    120116    else if (ch == 27) /* Escape */
    121117    {
    122118        QKeyEvent ke(QEvent::KeyPress, Qt::Key_Escape, Qt::NoModifier);
    123119        QApplication::sendEvent (mRealTarget, &ke);
    124     } 
     120    }
    125121    else if (ch == NSF3FunctionKey)
    126122    {
     
    152148@end
    153149@implementation VBSearchFieldDelegate
    154 -(BOOL)control:(NSControl*)control textView:(NSTextView*)textView doCommandBySelector:(SEL)commandSelector 
     150-(BOOL)control:(NSControl*)control textView:(NSTextView*)textView doCommandBySelector:(SEL)commandSelector
    155151{
    156152//    NSLog (NSStringFromSelector (commandSelector));
    157153    /* Don't execute the selector for Enter & Escape. */
    158     if (   commandSelector == @selector(insertNewline:) 
    159             || commandSelector == @selector(cancelOperation:)) 
     154    if (   commandSelector == @selector(insertNewline:)
     155            || commandSelector == @selector(cancelOperation:))
    160156                return YES;
    161157    return NO;
     
    163159@end
    164160
    165 @interface VBSearchFieldCell: NSSearchFieldCell 
     161@interface VBSearchFieldCell: NSSearchFieldCell
    166162{
    167163    NSColor *mBGColor;
     
    173169- (void)setBackgroundColor:(NSColor*)aBGColor
    174170{
    175     if (mBGColor != aBGColor) 
     171    if (mBGColor != aBGColor)
    176172    {
    177173        [mBGColor release];
     
    295291    [mNativeRef setSegmentStyle:NSSegmentStyleRoundRect];
    296292    [[mNativeRef cell] setTrackingMode: NSSegmentSwitchTrackingMomentary];
    297     [mNativeRef setFont: [NSFont controlContentFontOfSize: 
     293    [mNativeRef setFont: [NSFont controlContentFontOfSize:
    298294        [NSFont systemFontSizeForControlSize: NSSmallControlSize]]];
    299295    [mNativeRef sizeToFit];
     
    353349    mNativeRef = [[VBSearchField alloc] initWithObject2: this];
    354350    [[mNativeRef cell] setControlSize: NSSmallControlSize];
    355     [mNativeRef setFont: [NSFont controlContentFontOfSize: 
     351    [mNativeRef setFont: [NSFont controlContentFontOfSize:
    356352        [NSFont systemFontSizeForControlSize: NSSmallControlSize]]];
    357353    [mNativeRef sizeToFit];
  • trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxDockIconPreview-cocoa.mm

    r26716 r29200  
    77
    88/*
    9  * Copyright (C) 2009 Sun Microsystems, Inc.
     9 * Copyright (C) 2009-2010 Oracle Corporation
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1616 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1717 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  *
    19  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    20  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    21  * additional information or have any questions.
    2218 */
    2319
     
    9187    /* Convert the CGImage to an NSImage */
    9288    NSBitmapImageRep *bitmapImageRep = [[NSBitmapImageRep alloc] initWithCGImage:pImage];
    93     if (bitmapImageRep) 
     89    if (bitmapImageRep)
    9490    {
    9591        NSImage *badgeImage = [[NSImage alloc] initWithSize:[bitmapImageRep size]];
     
    105101    /* Set the new application icon */
    106102    [NSApp setApplicationIconImage:gDockIconImage];
    107    
     103
    108104    [pool release];
    109105}
  • trunk/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin-cocoa.mm

    r27534 r29200  
    88
    99/*
    10  * Copyright (C) 2009 Sun Microsystems, Inc.
     10 * Copyright (C) 2009-2010 Oracle Corporation
    1111 *
    1212 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1717 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1818 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    19  *
    20  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    21  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    22  * additional information or have any questions.
    2319 */
    2420
     
    3834    if (aView)
    3935        window = [aView window];
    40    
     36
    4137    [pool release];
    4238    return window;
     
    4945    NativeViewRef view = NULL;
    5046    if (aWindow)
    51         view = [aWindow contentView];   
     47        view = [aWindow contentView];
    5248
    5349    [pool release];
     
    188184{
    189185    NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
    190    
     186
    191187    bool fResult = [aWindow isZoomed];
    192188
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/include/mac_client.h

    r25302 r29200  
    2121
    2222/*
    23  * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
     23 * Copyright 2009-2010 Oracle Corporation. All rights reserved.
    2424 * Use is subject to license terms.
    2525 */
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/include/mac_client_priv.h

    r25302 r29200  
    2121
    2222/*
    23  * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
     23 * Copyright 2009-2010 Oracle Corporation. All rights reserved.
    2424 * Use is subject to license terms.
    2525 */
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/include/mac_provider.h

    r25302 r29200  
    2121
    2222/*
    23  * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
     23 * Copyright 2009-2010 Oracle Corporation. All rights reserved.
    2424 * Use is subject to license terms.
    2525 */
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotifyn.idl

    r21333 r29200  
    55
    66/*
    7  * Copyright (C) 2008 Sun Microsystems, Inc.
     7 * Copyright (C) 2008 Oracle Corporation
    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.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/*
     
    1621 *  Microsoft Windows
    1722 *  Copyright (C) Microsoft Corporation, 1992-2001.
    18  * 
     23 *
    1924 *----------------------------------------------------------------------------
    2025 */
  • trunk/src/VBox/Main/cbinding/VBoxCAPI_v2_2.h

    r23401 r29200  
    2020
    2121/*
    22  * Copyright (C) 2008-2009 Sun Microsystems, Inc.
     22 * Copyright (C) 2008-2009 Oracle Corporation
    2323 *
    2424 * This file is part of a free software library; you can redistribute
     
    2929 * but WITHOUT ANY WARRANTY of any kind.
    3030 *
    31  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if
     31 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if
    3232 * any license choice other than GPL or LGPL is available it will
    33  * apply instead, Sun elects to use only the Lesser General Public
     33 * apply instead, Oracle elects to use only the Lesser General Public
    3434 * License version 2.1 (LGPLv2) at this time for any software where
    3535 * a choice of LGPL license versions is made available with the
     
    3737 * or where a choice of which version of the LGPL is applied is
    3838 * otherwise unspecified.
    39  *
    40  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    41  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    42  * additional information or have any questions.
    4339 */
    4440
  • trunk/src/VBox/Main/cbinding/VBoxCAPI_v3_0.h

    r23401 r29200  
    2020
    2121/*
    22  * Copyright (C) 2008-2009 Sun Microsystems, Inc.
     22 * Copyright (C) 2008-2009 Oracle Corporation
    2323 *
    2424 * This file is part of a free software library; you can redistribute
     
    2929 * but WITHOUT ANY WARRANTY of any kind.
    3030 *
    31  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if
     31 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if
    3232 * any license choice other than GPL or LGPL is available it will
    33  * apply instead, Sun elects to use only the Lesser General Public
     33 * apply instead, Oracle elects to use only the Lesser General Public
    3434 * License version 2.1 (LGPLv2) at this time for any software where
    3535 * a choice of LGPL license versions is made available with the
     
    3737 * or where a choice of which version of the LGPL is applied is
    3838 * otherwise unspecified.
    39  *
    40  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    41  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    42  * additional information or have any questions.
    4339 */
    4440
  • trunk/src/VBox/Main/cbinding/VBoxCAPI_v3_1.h

    r29167 r29200  
    2020
    2121/*
    22  * Copyright (C) 2008-2009 Sun Microsystems, Inc.
     22 * Copyright (C) 2008-2009 Oracle Corporation
    2323 *
    2424 * This file is part of a free software library; you can redistribute
     
    2929 * but WITHOUT ANY WARRANTY of any kind.
    3030 *
    31  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if
     31 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if
    3232 * any license choice other than GPL or LGPL is available it will
    33  * apply instead, Sun elects to use only the Lesser General Public
     33 * apply instead, Oracle elects to use only the Lesser General Public
    3434 * License version 2.1 (LGPLv2) at this time for any software where
    3535 * a choice of LGPL license versions is made available with the
     
    3737 * or where a choice of which version of the LGPL is applied is
    3838 * otherwise unspecified.
    39  *
    40  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
    41  * Clara, CA 95054 USA or visit http://www.sun.com if you need
    42  * additional information or have any questions.
    4339 */
    4440
  • trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.h

    r29167 r29200  
    55
    66/*
    7  * Copyright (C) 2008-2009 Sun Microsystems, Inc.
     7 * Copyright (C) 2008-2009 Oracle Corporation
    88 *
    99 * Permission is hereby granted, free of charge, to any person
  • trunk/src/VBox/Main/cbinding/xpcidl.xsl

    r29177 r29200  
    66 *  from the generic interface definition expressed in XML.
    77
    8      Copyright (C) 2008-2009 Oracle Corporation
     8     Copyright (C) 2008-2010 Oracle Corporation
    99
    1010     This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r29194 r29200  
    22
    33<!--
    4  * :tabSize=2:indentSize=2:noTabs=true:
    5  * :folding=explicit:collapseFolds=1:
    6  *
    7  * Master declaration for VirtualBox's Main API, represented
    8  * by COM/XPCOM and web service interfaces.
    9  *
    10  * From this document, the build system generates several files
    11  * via XSLT that are then used during the build process.
    12  *
    13  * Below is the list of XSL templates that operate on this file and
    14  * output files they generate. These XSL templates must be updated
    15  * whenever the schema of this file changes:
    16  *
    17  * 1. src/VBox/Main/idl/midl.xsl =>
    18  *    out/<platform>/bin/sdk/idl/VirtualBox.idl
    19  *    (MS COM interface definition file for Main API)
    20  *
    21  * 2. src/VBox/Main/idl/xpidl.xsl =>
    22  *    out/<platform>/bin/sdk/idl/VirtualBox_XPCOM.idl
    23  *    (XPCOM interface definition file for Main API)
    24  *
    25  * 3. src/VBox/Main/idl/doxygen.xsl =>
    26  *    out/<platform>/obj/src/VBox/Main/VirtualBox.idl
    27  *    (pseudo-IDL for Doxygen to generate the official Main API
    28  *     documentation)
    29  *
    30  * 4. src/VBox/Main/webservice/*.xsl =>
    31  *    a bunch of WSDL and C++ files
    32  *    (VirtualBox web service sources and SOAP mappers;
    33  *     see src/VBox/Main/webservice/Makefile.kmk for details)
    34  *
    35  * 5. src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl =>
    36  *    out/<platform>/obj/src/VBox/Frontends/VirtualBox/VirtualBox/include/COMWrappers.h
    37  *    (smart Qt-based C++ wrapper classes for COM interfaces
    38  *     of the Main API)
    39  *
    40  * 6. src/VBox/Installer/win32/VirtualBox_TypeLib.xsl =>
    41  *    out/<platform>/obj/src/VBox/Installer/win32/VirtualBox_TypeLib.wxi
    42  *    (Main API TypeLib block for the WiX installer)
    43  *
    44  * 7. src/VBox/Runtime/common/err/errmsgvboxcom.xsl =>
    45  *    out/<platform>/obj/Runtime/errmsgvboxcomdata.h
    46  *    (<result> extraction for the %Rhrc format specifier)
    47  *
    48      Copyright (C) 2006-2010 Oracle Corporation
    49 
    50      This file is part of VirtualBox Open Source Edition (OSE), as
    51      available from http://www.virtualbox.org. This file is free software;
    52      you can redistribute it and/or modify it under the terms of the GNU
    53      General Public License (GPL) as published by the Free Software
    54      Foundation, in version 2 as it comes in the "COPYING" file of the
    55      VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    56      hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     4
     5    Copyright (C) 2006-2010 Oracle Corporation
     6
     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.
     14-->
     15
     16<!--
     17   This is the master declaration for VirtualBox's Main API,
     18   represented by COM/XPCOM and web service interfaces.
     19
     20   From this document, the build system generates several files
     21   via XSLT that are then used during the build process.
     22
     23   Below is the list of XSL templates that operate on this file and
     24   output files they generate. These XSL templates must be updated
     25   whenever the schema of this file changes:
     26
     27   1. src/VBox/Main/idl/midl.xsl =>
     28      out/<platform>/bin/sdk/idl/VirtualBox.idl
     29      (MS COM interface definition file for Main API)
     30
     31   2. src/VBox/Main/idl/xpidl.xsl =>
     32      out/<platform>/bin/sdk/idl/VirtualBox_XPCOM.idl
     33      (XPCOM interface definition file for Main API)
     34
     35   3. src/VBox/Main/idl/doxygen.xsl =>
     36      out/<platform>/obj/src/VBox/Main/VirtualBox.idl
     37      (pseudo-IDL for Doxygen to generate the official Main API
     38       documentation)
     39
     40   4. src/VBox/Main/webservice/*.xsl =>
     41      a bunch of WSDL and C++ files
     42      (VirtualBox web service sources and SOAP mappers;
     43       see src/VBox/Main/webservice/Makefile.kmk for details)
     44
     45   5. src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl =>
     46      out/<platform>/obj/src/VBox/Frontends/VirtualBox/VirtualBox/include/COMWrappers.h
     47      (smart Qt-based C++ wrapper classes for COM interfaces
     48       of the Main API)
     49
     50   6. src/VBox/Installer/win32/VirtualBox_TypeLib.xsl =>
     51      out/<platform>/obj/src/VBox/Installer/win32/VirtualBox_TypeLib.wxi
     52      (Main API TypeLib block for the WiX installer)
     53
     54   7. src/VBox/Runtime/common/err/errmsgvboxcom.xsl =>
     55      out/<platform>/obj/Runtime/errmsgvboxcomdata.h
     56      (<result> extraction for the %Rhrc format specifier)
    5757-->
    5858
  • trunk/src/VBox/Main/idl/docstrip.xsl

    r28800 r29200  
    1010    VirtualBox.
    1111
    12      Copyright (C) 2009 Oracle Corporation
     12     Copyright (C) 2009-2010 Oracle Corporation
    1313
    1414     This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/idl/doxygen.xsl

    r28800 r29200  
    66 *  generate the documentation using Doxygen.
    77
    8      Copyright (C) 2006-2007 Oracle Corporation
     8     Copyright (C) 2006-2010 Oracle Corporation
    99
    1010     This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/idl/midl.xsl

    r28800 r29200  
    66 *  from the generic interface definition expressed in XML.
    77
    8      Copyright (C) 2006-2009 Oracle Corporation
     8     Copyright (C) 2006-2010 Oracle Corporation
    99
    1010     This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/webservice/glue-jaxws.xsl

    r28800 r29200  
    88        webservice in an object-oriented way.
    99
    10      Copyright (C) 2008-2009 Oracle Corporation
     10     Copyright (C) 2008-2010 Oracle Corporation
    1111
    1212     This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/webservice/platform-xidl.xsl

    r28800 r29200  
    99        sections are resolved (for easier processing).
    1010
    11      Copyright (C) 2006-2008 Oracle Corporation
     11     Copyright (C) 2006-2010 Oracle Corporation
    1212
    1313     This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/webservice/websrv-php.xsl

    r28823 r29200  
    1212     Contributed by James Lucas (mjlucas at eng.uts.edu.au).
    1313
    14      Copyright (C) 2006-2010 Oracle Corporation
     14     Copyright (C) 2009-2010 Oracle Corporation
    1515
    1616     This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/webservice/websrv-python.xsl

    r28997 r29200  
    1010        web service API. Depends on WSDL file for actual SOAP bindings.
    1111
    12      Copyright (C) 2008 Oracle Corporation
     12     Copyright (C) 2008-2010 Oracle Corporation
    1313
    1414     This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Main/webservice/webtest.cpp

    r28800 r29200  
    44 *      functionality of VBoxManage for testing purposes.
    55 *
    6  * Copyright (C) 2006-2009 Oracle Corporation
     6 * Copyright (C) 2006-2010 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
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