Index: /trunk/src/VBox/Main/idl/comimpl.xsl
===================================================================
--- /trunk/src/VBox/Main/idl/comimpl.xsl	(revision 39713)
+++ /trunk/src/VBox/Main/idl/comimpl.xsl	(revision 39714)
@@ -14,5 +14,5 @@
         Further extension to other interfaces is possible and anticipated.
 
-     Copyright (C) 2010 Oracle Corporation
+     Copyright (C) 2010-2012 Oracle Corporation
 
      This file is part of VirtualBox Open Source Edition (OSE), as
@@ -38,22 +38,22 @@
 <xsl:template name="fileheader">
   <xsl:param name="name" />
-  <xsl:text>/**
- *  Copyright (C) 2010 Oracle Corporation
- *
- *  This file is part of VirtualBox Open Source Edition (OSE), as
- *  available from http://www.virtualbox.org. This file is free software;
- *  you can redistribute it and/or modify it under the terms of the GNU
- *  General Public License (GPL) as published by the Free Software
- *  Foundation, in version 2 as it comes in the "COPYING" file of the
- *  VirtualBox OSE distribution. VirtualBox OSE is distributed in the
- *  hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
- *
-</xsl:text>
-  <xsl:value-of select="concat(' * ',$name)"/>
-<xsl:text>
- *
+  <xsl:text>/** @file </xsl:text>
+  <xsl:value-of select="$name"/>
+  <xsl:text>
  * DO NOT EDIT! This is a generated file.
  * Generated from: src/VBox/Main/idl/VirtualBox.xidl (VirtualBox's interface definitions in XML)
- * Generator: src/VBox/Main/idl/autogen.xsl
+ * Generator: src/VBox/Main/idl/comimpl.xsl
+ */
+
+/*
+ * Copyright (C) 2010-2012 Oracle Corporation
+ *
+ * This file is part of VirtualBox Open Source Edition (OSE), as
+ * available from http://www.virtualbox.org. This file is free software;
+ * you can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) as published by the Free Software
+ * Foundation, in version 2 as it comes in the "COPYING" file of the
+ * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
+ * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
  */
 
@@ -743,5 +743,5 @@
     <xsl:value-of select="//interface[@name=$name]/@extends" />
   </xsl:variable>
-  
+
   <xsl:choose>
     <xsl:when test="$extends='IEvent'">
@@ -771,5 +771,5 @@
         <xsl:with-param name="mod" select="@mod" />
       </xsl:call-template>
-    </xsl:variable>      
+    </xsl:variable>
     <xsl:value-of select="concat(', ',$aTypeName)"/>
   </xsl:for-each>
@@ -841,11 +841,11 @@
     <xsl:value-of select="       ')&#10;{&#10;'"/>
 
-    <xsl:value-of select="       '   VBoxEventDesc evDesc;&#10;'"/>
-    <xsl:value-of select="concat('   evDesc.init(aSource, VBoxEventType_',$evid)"/>
+    <xsl:value-of select="       '    VBoxEventDesc evDesc;&#10;'"/>
+    <xsl:value-of select="concat('    evDesc.init(aSource, VBoxEventType_',$evid)"/>
     <xsl:call-template name="genFactParams">
       <xsl:with-param name="name" select="$ifname" />
     </xsl:call-template>
     <xsl:value-of select="');&#10;'"/>
-    <xsl:value-of select="       '   evDesc.fire(/* do not wait for delivery */ 0);&#10;'"/>
+    <xsl:value-of select="       '    evDesc.fire(/* do not wait for delivery */ 0);&#10;'"/>
     <xsl:value-of select="       '}&#10;'"/>
   </xsl:for-each>
Index: /trunk/src/VBox/Main/include/EventImpl.h
===================================================================
--- /trunk/src/VBox/Main/include/EventImpl.h	(revision 39713)
+++ /trunk/src/VBox/Main/include/EventImpl.h	(revision 39714)
@@ -1,9 +1,9 @@
+/* $Id$ */
 /** @file
- *
  * VirtualBox COM IEvent implementation
  */
 
 /*
- * Copyright (C) 2010 Oracle Corporation
+ * Copyright (C) 2010-2012 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
Index: /trunk/src/VBox/Main/src-all/EventImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-all/EventImpl.cpp	(revision 39713)
+++ /trunk/src/VBox/Main/src-all/EventImpl.cpp	(revision 39714)
@@ -5,5 +5,5 @@
 
 /*
- * Copyright (C) 2010 Oracle Corporation
+ * Copyright (C) 2010-2012 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
