[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$ /* $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 * FILE: ntoskrnl/cm/import.c
* PURPOSE: Registry-Hive import functions * PURPOSE: Registry-Hive import functions
* *

View file

@ -1,11 +1,17 @@
/* $Id$ /* $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 * FILE: ntoskrnl/cm/ntfunc.c
* PURPOSE: Ntxxx function for registry access * 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 *****************************************************************/ /* INCLUDES *****************************************************************/

View file

@ -1,11 +1,13 @@
/* $Id$ /* $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 * FILE: ntoskrnl/cm/regfile.c
* PURPOSE: Registry file manipulation routines * PURPOSE: Registry file manipulation routines
* *
* PROGRAMMERS: No programmer listed. * PROGRAMMERS: Casper Hornstrup
* Eric Kohl
* Filip Navara
*/ */
#include <ntoskrnl.h> #include <ntoskrnl.h>

View file

@ -1,13 +1,17 @@
/* $Id$ /* $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 * FILE: ntoskrnl/cm/registry.c
* PURPOSE: Registry functions * PURPOSE: Registry functions
* *
* PROGRAMMERS: Rex Jolliff * PROGRAMMERS: Hartmut Birr
* Alex Ionescu
* Rex Jolliff
* Eric Kohl
* Matt Pyne * Matt Pyne
* Jean Michault * Jean Michault
* Art Yerkes
*/ */
#include <ntoskrnl.h> #include <ntoskrnl.h>

View file

@ -1,11 +1,15 @@
/* $Id$ /* $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 * FILE: ntoskrnl/cm/regobj.c
* PURPOSE: Registry object manipulation routines. * PURPOSE: Registry object manipulation routines.
* *
* PROGRAMMERS: No programmer listed. * PROGRAMMERS: Hartmut Birr
* Alex Ionescu
* Rex Jolliff
* Eric Kohl
* Casper Hornstrup
*/ */
#include <ntoskrnl.h> #include <ntoskrnl.h>