Index: /trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/dmdls.h
===================================================================
--- /trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/dmdls.h	(revision 33654)
+++ /trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/dmdls.h	(revision 33655)
@@ -17,8 +17,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
- 
+
 /*
- * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
- * other than GPL or LGPL is available it will apply instead, Sun elects to use only
+ * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
+ * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
  * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
  * a choice of LGPL license versions is made available with the language indicating
@@ -66,5 +66,5 @@
 #define DMUS_INSTRUMENT_GM_INSTRUMENT 0x1
 
-#define DMUS_MIN_DATA_SIZE 0x4       
+#define DMUS_MIN_DATA_SIZE 0x4
 
 /*****************************************************************************
@@ -105,9 +105,9 @@
 struct _DMUS_INSTRUMENT {
 	ULONG ulPatch;
-	ULONG ulFirstRegionIdx;             
+	ULONG ulFirstRegionIdx;
 	ULONG ulGlobalArtIdx;
 	ULONG ulFirstExtCkIdx;
 	ULONG ulCopyrightIdx;
-	ULONG ulFlags;                        
+	ULONG ulFlags;
 };
 
@@ -178,5 +178,5 @@
 	ULONG  cbSize;
 	ULONG  ulNextExtCkIdx;
-	FOURCC ExtCkID;                                      
+	FOURCC ExtCkID;
 	BYTE   byExtCk[DMUS_MIN_DATA_SIZE];
 };
@@ -189,5 +189,5 @@
 struct _DMUS_WAVEDATA {
 	ULONG cbSize;
-	BYTE  byData[DMUS_MIN_DATA_SIZE]; 
+	BYTE  byData[DMUS_MIN_DATA_SIZE];
 };
 
