From 19b18ce238f8a9f4d4c9951007a3a0e5ba850c5a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 25 Mar 2018 16:19:29 +0200 Subject: [PATCH 1/1] [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 fe7812ea1a7..e9b97e9e07c 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@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 2aa6b530df8..b85c15260a4 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@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 diff --git a/subsystems/mvdm/samples/testvdd/testvdd.c b/subsystems/mvdm/samples/testvdd/testvdd.c index 8fecf3f7feb..533b33febdd 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@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 e42d7afabf2..ba01a6bbf76 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 diff --git a/subsystems/mvdm/wow16/user/user.c b/subsystems/mvdm/wow16/user/user.c index cb3890267ed..ccd40c4a76a 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@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 *******************************************************************/ -- 2.17.1