mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[INCLUDES] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69426
This commit is contained in:
parent
0efc45dd0b
commit
a1ae94ce52
25 changed files with 25 additions and 25 deletions
|
@ -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)
|
||||
*
|
||||
|
|
|
@ -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)
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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)
|
||||
*
|
||||
|
|
|
@ -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)
|
||||
*
|
||||
|
|
|
@ -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)
|
||||
*
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue