Index: /trunk/src/VBox/Disassembler/testcase/tstAsmFnstsw-1.asm
===================================================================
--- /trunk/src/VBox/Disassembler/testcase/tstAsmFnstsw-1.asm	(revision 35473)
+++ /trunk/src/VBox/Disassembler/testcase/tstAsmFnstsw-1.asm	(revision 35474)
@@ -1,2 +1,23 @@
+; $Id: tstAsmLock-1.asm 60692 2010-04-27 08:22:32Z umoeller $
+;; @file
+; Disassembly testcase - Valid fnstsw* instructitons.
+;
+; This is a build test, that means it will be assembled, disassembled,
+; then the disassembly output will be assembled and the new binary will
+; compared with the original.
+;
+
+;
+; Copyright (C) 2008-2011 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.
+;
+
 %include "tstAsm.mac"
     BITS TEST_BITS
Index: /trunk/src/VBox/Disassembler/testcase/tstAsmMovSeg-1.asm
===================================================================
--- /trunk/src/VBox/Disassembler/testcase/tstAsmMovSeg-1.asm	(revision 35473)
+++ /trunk/src/VBox/Disassembler/testcase/tstAsmMovSeg-1.asm	(revision 35474)
@@ -1,2 +1,23 @@
+; $Id$
+;; @file
+; Disassembly testcase - Valid mov from/to segment instructions.
+;
+; This is a build test, that means it will be assembled, disassembled,
+; then the disassembly output will be assembled and the new binary will
+; compared with the original.
+;
+
+;
+; Copyright (C) 2008-2011 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.
+;
+
     BITS TEST_BITS
 
Index: /trunk/src/VBox/Disassembler/testcase/tstAsmMovzx-1.asm
===================================================================
--- /trunk/src/VBox/Disassembler/testcase/tstAsmMovzx-1.asm	(revision 35473)
+++ /trunk/src/VBox/Disassembler/testcase/tstAsmMovzx-1.asm	(revision 35474)
@@ -1,2 +1,23 @@
+; $Id$
+;; @file
+; Disassembly testcase - Valid movzx sequences and related instructions.
+;
+; This is a build test, that means it will be assembled, disassembled,
+; then the disassembly output will be assembled and the new binary will
+; compared with the original.
+;
+
+;
+; Copyright (C) 2008-2011 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.
+;
+
     BITS TEST_BITS
 
Index: /trunk/src/VBox/Disassembler/testcase/tstAsmPop-1.asm
===================================================================
--- /trunk/src/VBox/Disassembler/testcase/tstAsmPop-1.asm	(revision 35473)
+++ /trunk/src/VBox/Disassembler/testcase/tstAsmPop-1.asm	(revision 35474)
@@ -1,2 +1,23 @@
+; $Id$
+;; @file
+; Disassembly testcase - Valid pop sequences and related instructions.
+;
+; This is a build test, that means it will be assembled, disassembled,
+; then the disassembly output will be assembled and the new binary will
+; compared with the original.
+;
+
+;
+; Copyright (C) 2008-2011 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.
+;
+
     BITS TEST_BITS
 %if TEST_BITS != 64
Index: /trunk/src/VBox/Disassembler/testcase/tstAsmPush-1.asm
===================================================================
--- /trunk/src/VBox/Disassembler/testcase/tstAsmPush-1.asm	(revision 35473)
+++ /trunk/src/VBox/Disassembler/testcase/tstAsmPush-1.asm	(revision 35474)
@@ -1,2 +1,23 @@
+; $Id$
+;; @file
+; Disassembly testcase - Valid push sequences and related instructions.
+;
+; This is a build test, that means it will be assembled, disassembled,
+; then the disassembly output will be assembled and the new binary will
+; compared with the original.
+;
+
+;
+; Copyright (C) 2008-2011 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.
+;
+
     BITS TEST_BITS
 %if TEST_BITS != 64
Index: /trunk/src/VBox/Disassembler/testcase/tstAsmSignExtend-1.asm
===================================================================
--- /trunk/src/VBox/Disassembler/testcase/tstAsmSignExtend-1.asm	(revision 35473)
+++ /trunk/src/VBox/Disassembler/testcase/tstAsmSignExtend-1.asm	(revision 35474)
@@ -1,2 +1,23 @@
+; $Id$
+;; @file
+; Disassembly testcase - Valid sign extension instructions.
+;
+; This is a build test, that means it will be assembled, disassembled,
+; then the disassembly output will be assembled and the new binary will
+; compared with the original.
+;
+
+;
+; Copyright (C) 2008-2011 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.
+;
+
 %include "tstAsm.mac"
     BITS TEST_BITS
