mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +00:00
[FORMATTING]
Fix file headers to match coding style, and include reference to all programmers. No code change. svn path=/trunk/; revision=23511
This commit is contained in:
parent
157b8e865c
commit
7c4786c712
5 changed files with 30 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
/* $Id$
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PROJECT: ReactOS Kernel
|
||||
* COPYRIGHT: GPL - See COPYING in the top level directory
|
||||
* FILE: ntoskrnl/cm/import.c
|
||||
* PURPOSE: Registry-Hive import functions
|
||||
*
|
||||
|
|
|
@ -1,11 +1,17 @@
|
|||
/* $Id$
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PROJECT: ReactOS Kernel
|
||||
* COPYRIGHT: GPL - See COPYING in the top level directory
|
||||
* FILE: ntoskrnl/cm/ntfunc.c
|
||||
* PURPOSE: Ntxxx function for registry access
|
||||
*
|
||||
* PROGRAMMERS: No programmer listed.
|
||||
* PROGRAMMERS: Hartmut Birr
|
||||
* Casper Hornstrup
|
||||
* Alex Ionescu
|
||||
* Rex Jolliff
|
||||
* Eric Kohl
|
||||
* Filip Navara
|
||||
* Thomas Weidenmueller
|
||||
*/
|
||||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
/* $Id$
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PROJECT: ReactOS Kernel
|
||||
* COPYRIGHT: GPL - See COPYING in the top level directory
|
||||
* FILE: ntoskrnl/cm/regfile.c
|
||||
* PURPOSE: Registry file manipulation routines
|
||||
*
|
||||
* PROGRAMMERS: No programmer listed.
|
||||
* PROGRAMMERS: Casper Hornstrup
|
||||
* Eric Kohl
|
||||
* Filip Navara
|
||||
*/
|
||||
|
||||
#include <ntoskrnl.h>
|
||||
|
|
|
@ -1,13 +1,17 @@
|
|||
/* $Id$
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PROJECT: ReactOS Kernel
|
||||
* COPYRIGHT: GPL - See COPYING in the top level directory
|
||||
* FILE: ntoskrnl/cm/registry.c
|
||||
* PURPOSE: Registry functions
|
||||
*
|
||||
* PROGRAMMERS: Rex Jolliff
|
||||
* PROGRAMMERS: Hartmut Birr
|
||||
* Alex Ionescu
|
||||
* Rex Jolliff
|
||||
* Eric Kohl
|
||||
* Matt Pyne
|
||||
* Jean Michault
|
||||
* Art Yerkes
|
||||
*/
|
||||
|
||||
#include <ntoskrnl.h>
|
||||
|
|
|
@ -1,11 +1,15 @@
|
|||
/* $Id$
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PROJECT: ReactOS Kernel
|
||||
* COPYRIGHT: GPL - See COPYING in the top level directory
|
||||
* FILE: ntoskrnl/cm/regobj.c
|
||||
* PURPOSE: Registry object manipulation routines.
|
||||
*
|
||||
* PROGRAMMERS: No programmer listed.
|
||||
* PROGRAMMERS: Hartmut Birr
|
||||
* Alex Ionescu
|
||||
* Rex Jolliff
|
||||
* Eric Kohl
|
||||
* Casper Hornstrup
|
||||
*/
|
||||
|
||||
#include <ntoskrnl.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue