[INCLUDES] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114

svn path=/trunk/; revision=69426
This commit is contained in:
Amine Khaldi 2015-10-01 18:12:45 +00:00
parent 0efc45dd0b
commit a1ae94ce52
25 changed files with 25 additions and 25 deletions

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: This file is in the public domain.
* PROJECT: ReactOS kernel
* FILE:
* FILE: include/psdk/ddkernel.h
* PURPOSE: Directx headers
* PROGRAMMER: Magnus Olsen (greatlrd)
*

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: This file is in the public domain.
* PROJECT: ReactOS kernel
* FILE:
* FILE: include/psdk/dmemmgr.h
* PURPOSE: Directx headers
* PROGRAMMER: Magnus Olsen (greatlrd)
*

View file

@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS DDK
* COPYRIGHT: This file is in the Public Domain.
* FILE: driverspecs.h
* FILE: include/psdk/driverspecs.h
* ABSTRACT: This header stubs out Driver Verifier annotations to
* allow drivers using them to compile with our header set.
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: This file is in the public domain.
* PROJECT: ReactOS kernel
* FILE:
* FILE: include/psdk/dvp.h
* PURPOSE: Directx headers
* PROGRAMMER: Magnus Olsen (greatlrd)
*

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: This file is in the public domain.
* PROJECT: ReactOS kernel
* FILE:
* FILE: include/psdk/objerror.h
* PURPOSE: Directx headers
* PROGRAMMER: Magnus Olsen (greatlrd)
*

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: This file is in the public domain.
* PROJECT: ReactOS kernel
* FILE:
* FILE: include/psdk/polarity.h
* PURPOSE:
* PROGRAMMER: Magnus Olsen (greatlrd)
*

View file

@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS Kernel
* LICENSE: BSD - See COPYING.ARM in the top level directory
* FILE: include/reactos/arm/targets/pl190.h
* FILE: include/reactos/arm/peripherals/pl190.h
* PURPOSE: PL190 Registers and Constants
* PROGRAMMERS: ReactOS Portable Systems Group
*/

View file

@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS Kernel
* LICENSE: BSD - See COPYING.ARM in the top level directory
* FILE: include/reactos/arm/targets/pl011.h
* FILE: include/reactos/arm/peripherals/sp804.h
* PURPOSE: SB804 Registers and Constants
* PROGRAMMERS: ReactOS Portable Systems Group
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Ancillary Function Driver
* FILE: include/afd/shared.h
* FILE: include/reactos/drivers/afd/shared.h
* PURPOSE: Shared definitions for AFD.SYS and MSAFD.DLL
*/
#ifndef __AFD_SHARED_H

View file

@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS ComPort Library
* LICENSE: BSD - See COPYING.ARM in the top level directory
* FILE: include/reactos/lib/cportlib/cportlib.h
* FILE: include/reactos/libs/cportlib/cportlib.h
* PURPOSE: Header for the ComPort Library
* PROGRAMMERS: ReactOS Portable Systems Group
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS EXT2 filesystem library
* FILE: include/fslib/ext2lib.h
* FILE: include/reactos/libs/fslib/ext2lib.h
* PURPOSE: Public definitions for ext2 filesystem library
*/
#ifndef __EXT2LIB_H

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS VFAT filesystem library
* FILE: include/fslib/vfatlib.h
* FILE: include/reactos/libs/fslib/vfatlib.h
* PURPOSE: Public definitions for vfat filesystem library
*/
#ifndef __VFATLIB_H

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS VFAT filesystem library
* FILE: include/fslib/vfatlib.h
* FILE: include/reactos/libs/fslib/vfatxlib.h
* PURPOSE: Public definitions for vfat filesystem library
*/
#ifndef __VFATXLIB_H

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS UserMode PnP
* FILE: ntoskrnl/rtl/libsupp.c
* FILE: include/reactos/libs/umpnpmgr/sysguid.h
* PURPOSE: GUIDs shared between umpnpmgr and the Kernel PnP Manager
* PROGRAMMERS: Eric Kohl
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* FILE: include/services/services.h
* FILE: include/reactos/services/services.h
* PURPOSE: Private interface between SERVICES.EXE and ADVAPI32.DLL
* PROGRAMMER: Eric Kohl
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: include/lsass/lsass.h
* FILE: include/reactos/subsys/lsass/lsass.h
* PURPOSE: LSASS API declarations
* UPDATE HISTORY:
* Created 05/08/00

View file

@ -1,7 +1,7 @@
/*
* PROJECT: ReactOS Windows-Compatible Session Manager
* LICENSE: BSD 2-Clause License
* FILE: include/reactos/subsystems/sm/smmsg.h
* FILE: include/reactos/subsys/sm/smmsg.h
* PURPOSE: SMSS (SB and SM) Message Format
* PROGRAMMERS: Alex Ionescu
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* FILE: include/internal/version.h
* FILE: include/reactos/version.h.cmake
* PURPOSE: Defines the current version
* PROGRAMMER: David Welch (welch@mcmail.com)
* REVISIONS:

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Ancillary Function Driver DLL
* FILE: include/msafd.h
* FILE: include/reactos/winsock/msafd.h
* PURPOSE: Ancillary Function Driver DLL header
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 NSP
* FILE: lib/mswsock/sock.h
* FILE: include/reactos/winsock/msafdlib.h
* PURPOSE: Winsock 2 SPI Utility Header
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Ancillary Function Driver DLL
* FILE: include/mswsock.h
* FILE: include/reactos/winsock/mswinsock.h
* PURPOSE: Ancillary Function Driver DLL header
*/
#ifndef __MSWINSOCK_H

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 Headers
* FILE: include/winsock/nsp_dns.h
* FILE: include/reactos/winsock/nsp_dns.h
* PURPOSE: WinSock 2 Shared NSP Header
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 NSP
* FILE: include/nsp_dns.h
* FILE: include/reactos/winsock/rnr20lib.h
* PURPOSE: WinSock 2 NSP Header
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 Helper DLL
* FILE: include/libs/winsock/ws2help.h
* FILE: include/reactos/winsock/ws2help.h
* PURPOSE: WinSock 2 Helper DLL header
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 NSP
* FILE: include/nsp_dns.h
* FILE: include/reactos/winsock/wsmobile.h
* PURPOSE: WinSock 2 NSP Header
*/