https://git.reactos.org/?p=reactos.git;a=commitdiff;h=19b18ce238f8a9f4d4c99…
commit 19b18ce238f8a9f4d4c9951007a3a0e5ba850c5a
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Sun Mar 25 16:19:29 2018 +0200
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Sun Mar 25 16:19:29 2018 +0200
[MVDM] Update some of the file headers to their new versions.
---
subsystems/mvdm/dos/asmxtras.inc | 9 ++++-----
subsystems/mvdm/dos/command.S | 14 ++++----------
subsystems/mvdm/samples/testvdd/testvdd.c | 9 ++++-----
subsystems/mvdm/samples/testvdd/testvdd.rc | 6 +++---
subsystems/mvdm/wow16/user/user.c | 9 ++++-----
5 files changed, 19 insertions(+), 28 deletions(-)
diff --git a/subsystems/mvdm/dos/asmxtras.inc b/subsystems/mvdm/dos/asmxtras.inc
index fe7812ea1a..e9b97e9e07 100644
--- a/subsystems/mvdm/dos/asmxtras.inc
+++ b/subsystems/mvdm/dos/asmxtras.inc
@@ -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(a)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
diff --git a/subsystems/mvdm/dos/command.S b/subsystems/mvdm/dos/command.S
index 2aa6b530df..b85c15260a 100644
--- a/subsystems/mvdm/dos/command.S
+++ b/subsystems/mvdm/dos/command.S
@@ -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(a)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…
-// and
https://books.google.fr/books?id=rtmJgtfaxz8C&pg=PA256&lpg=PA256&am…
-//
-
/* INCLUDES *******************************************************************/
#include <asm.inc>
diff --git a/subsystems/mvdm/samples/testvdd/testvdd.c
b/subsystems/mvdm/samples/testvdd/testvdd.c
index 8fecf3f7fe..533b33febd 100644
--- a/subsystems/mvdm/samples/testvdd/testvdd.c
+++ b/subsystems/mvdm/samples/testvdd/testvdd.c
@@ -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(a)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 *******************************************************************/
diff --git a/subsystems/mvdm/samples/testvdd/testvdd.rc
b/subsystems/mvdm/samples/testvdd/testvdd.rc
index e42d7afabf..ba01a6bbf7 100644
--- a/subsystems/mvdm/samples/testvdd/testvdd.rc
+++ b/subsystems/mvdm/samples/testvdd/testvdd.rc
@@ -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>
diff --git a/subsystems/mvdm/wow16/user/user.c b/subsystems/mvdm/wow16/user/user.c
index cb3890267e..ccd40c4a76 100644
--- a/subsystems/mvdm/wow16/user/user.c
+++ b/subsystems/mvdm/wow16/user/user.c
@@ -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(a)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 *******************************************************************/