[MVDM] Update some of the file headers to their new versions.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 25 Mar 2018 14:19:29 +0000 (16:19 +0200)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 25 Mar 2018 14:19:29 +0000 (16:19 +0200)
subsystems/mvdm/dos/asmxtras.inc
subsystems/mvdm/dos/command.S
subsystems/mvdm/samples/testvdd/testvdd.c
subsystems/mvdm/samples/testvdd/testvdd.rc
subsystems/mvdm/wow16/user/user.c

index fe7812e..e9b97e9 100644 (file)
@@ -1,9 +1,8 @@
 /*
- * COPYRIGHT:       See COPYING in the top level directory
- * PROJECT:         ReactOS Kernel
- * FILE:            asmxtras.inc
- * PURPOSE:         Extended ASM macros for GAS and MASM/ML64
- * PROGRAMMERS:     Hermes Belusca-Maito (hermes.belusca@sfr.fr)
+ * PROJECT:     ReactOS Virtual DOS Machine
+ * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:     Extended ASM macros for GAS and MASM/ML64
+ * COPYRIGHT:   Copyright 2015-2018 Hermes Belusca-Maito
  *
  * NOTE: This file is an extension to our well-known asm.inc that defines
  *       a set of macros allowing us to assemble specially-crafted ASM files
index 2aa6b53..b85c152 100644 (file)
@@ -1,16 +1,10 @@
 /*
- * COPYRIGHT:       GPL - See COPYING in the top level directory
- * PROJECT:         ReactOS Virtual DOS Machine
- * FILE:            command.S
- * PURPOSE:         DOS32 command.com for NTVDM
- * PROGRAMMERS:     Hermes Belusca-Maito (hermes.belusca@sfr.fr)
+ * PROJECT:     ReactOS Virtual DOS Machine
+ * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:     DOS32 command.com for NTVDM
+ * COPYRIGHT:   Copyright 2015-2018 Hermes Belusca-Maito
  */
 
-//
-// See http://www.ganino.com/games/scripts/dos-6.0%20source%20code%3F/dev/smartdrv/umbload.asm
-// and https://books.google.fr/books?id=rtmJgtfaxz8C&pg=PA256&lpg=PA256&dq=int+21+4b+program+exec+block&source=bl&ots=OfAF7qFwfl&sig=PrW73CE1dzFm3rwrTsYZkC77U4Y&hl=en&sa=X&redir_esc=y#v=onepage&q=int%2021%204b%20program%20exec%20block&f=false
-//
-
 /* INCLUDES *******************************************************************/
 
 #include <asm.inc>
index 8fecf3f..533b33f 100644 (file)
@@ -1,9 +1,8 @@
 /*
- * COPYRIGHT:       See COPYING in the top level directory
- * PROJECT:         ReactOS Virtual DOS Machine
- * FILE:            subsystems/mvdm/samples/testvdd/testvdd.c
- * PURPOSE:         Testing VDD for NTVDM
- * PROGRAMMERS:     Hermes Belusca-Maito (hermes.belusca@sfr.fr)
+ * PROJECT:     ReactOS Virtual DOS Machine
+ * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:     Testing VDD for NTVDM
+ * COPYRIGHT:   Copyright 2015-2018 Hermes Belusca-Maito
  */
 
 /* INCLUDES *******************************************************************/
index e42d7af..ba01a6b 100644 (file)
@@ -1,6 +1,6 @@
 
 #define REACTOS_VERSION_DLL
-#define REACTOS_STR_FILE_DESCRIPTION  "NTVDM Testing VDD"
-#define REACTOS_STR_INTERNAL_NAME     "testvdd"
-#define REACTOS_STR_ORIGINAL_FILENAME "testvdd.dll"
+#define REACTOS_STR_FILE_DESCRIPTION    "NTVDM Testing VDD"
+#define REACTOS_STR_INTERNAL_NAME       "testvdd"
+#define REACTOS_STR_ORIGINAL_FILENAME   "testvdd.dll"
 #include <reactos/version.rc>
index cb38902..ccd40c4 100644 (file)
@@ -1,9 +1,8 @@
 /*
- * COPYRIGHT:       GPL - See COPYING in the top level directory
- * PROJECT:         ReactOS-on-ReactOS-16bit (aka. RoR16 or WoW16)
- * FILE:            subsystems/mvdm/wow16/user.c
- * PURPOSE:         16-bit USER stub module
- * PROGRAMMERS:     Hermes Belusca-Maito (hermes.belusca@sfr.fr)
+ * PROJECT:     ReactOS-on-ReactOS-16bit (aka. RoR16 or WoW16)
+ * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:     16-bit USER stub module
+ * COPYRIGHT:   Copyright 2017-2018 Hermes Belusca-Maito
  */
 
 /* INCLUDES *******************************************************************/