[MVDM] Update some of the file headers to their new versions.

This commit is contained in:
Hermès Bélusca-Maïto 2018-03-25 16:19:29 +02:00
parent 29955aa231
commit 19b18ce238
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
5 changed files with 19 additions and 28 deletions

View 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

View 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>

View 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 *******************************************************************/

View 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>

View 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 *******************************************************************/