[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:
The Wine Synchronizer 2006-08-07 07:54:08 +00:00
parent 157b8e865c
commit 7c4786c712
5 changed files with 30 additions and 14 deletions

View file

@ -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
*

View file

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

View file

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

View file

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

View file

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