mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[MVDM] Update some of the file headers to their new versions.
This commit is contained in:
parent
29955aa231
commit
19b18ce238
5 changed files with 19 additions and 28 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 *******************************************************************/
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 *******************************************************************/
|
||||
|
|
Loading…
Reference in a new issue