VirtualBox

Ignore:
Timestamp:
Nov 1, 2010 2:08:14 PM (14 years ago)
Author:
vboxsync
Message:

fix license header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/dmdls.h

    r19678 r33655  
    1717 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
    1818 */
    19  
     19
    2020/*
    21  * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
    22  * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     21 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
     22 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
    2323 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
    2424 * a choice of LGPL license versions is made available with the language indicating
     
    6666#define DMUS_INSTRUMENT_GM_INSTRUMENT 0x1
    6767
    68 #define DMUS_MIN_DATA_SIZE 0x4       
     68#define DMUS_MIN_DATA_SIZE 0x4
    6969
    7070/*****************************************************************************
     
    105105struct _DMUS_INSTRUMENT {
    106106        ULONG ulPatch;
    107         ULONG ulFirstRegionIdx;             
     107        ULONG ulFirstRegionIdx;
    108108        ULONG ulGlobalArtIdx;
    109109        ULONG ulFirstExtCkIdx;
    110110        ULONG ulCopyrightIdx;
    111         ULONG ulFlags;                       
     111        ULONG ulFlags;
    112112};
    113113
     
    178178        ULONG  cbSize;
    179179        ULONG  ulNextExtCkIdx;
    180         FOURCC ExtCkID;                                     
     180        FOURCC ExtCkID;
    181181        BYTE   byExtCk[DMUS_MIN_DATA_SIZE];
    182182};
     
    189189struct _DMUS_WAVEDATA {
    190190        ULONG cbSize;
    191         BYTE  byData[DMUS_MIN_DATA_SIZE]; 
     191        BYTE  byData[DMUS_MIN_DATA_SIZE];
    192192};
    193193
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