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

svn path=/trunk/; revision=69194
This commit is contained in:
Amine Khaldi 2015-09-12 10:58:07 +00:00
parent 4932643114
commit 37b4177aee
20 changed files with 20 additions and 20 deletions

View file

@ -1,7 +1,7 @@
/* /*
* PROJECT: ReactOS * PROJECT: ReactOS
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: base/services/audiosrv/list_lock.c * FILE: base/services/audiosrv/pnp_list_lock.c
* PURPOSE: Audio Service Plug and Play list locking mechanism * PURPOSE: Audio Service Plug and Play list locking mechanism
* COPYRIGHT: Copyright 2007 Andrew Greenwood * COPYRIGHT: Copyright 2007 Andrew Greenwood
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: services/eventlog/eventlog.c * FILE: base/services/eventlog/eventlog.c
* PURPOSE: Event logging service * PURPOSE: Event logging service
* COPYRIGHT: Copyright 2002 Eric Kohl * COPYRIGHT: Copyright 2002 Eric Kohl
* Copyright 2005 Saveliy Tretiakov * Copyright 2005 Saveliy Tretiakov

View file

@ -1,7 +1,7 @@
/* /*
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: services/eventlog/eventlog.h * FILE: base/services/eventlog/eventlog.h
* PURPOSE: Event logging service * PURPOSE: Event logging service
* COPYRIGHT: Copyright 2005 Saveliy Tretiakov * COPYRIGHT: Copyright 2005 Saveliy Tretiakov
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: services/eventlog/file.c * FILE: base/services/eventlog/file.c
* PURPOSE: Event logging service * PURPOSE: Event logging service
* COPYRIGHT: Copyright 2005 Saveliy Tretiakov * COPYRIGHT: Copyright 2005 Saveliy Tretiakov
Michael Martin Michael Martin

View file

@ -1,7 +1,7 @@
/* /*
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: services/eventlog/logport.c * FILE: base/services/eventlog/logport.c
* PURPOSE: Event logging service * PURPOSE: Event logging service
* COPYRIGHT: Copyright 2002 Eric Kohl * COPYRIGHT: Copyright 2002 Eric Kohl
* Copyright 2005 Saveliy Tretiakov * Copyright 2005 Saveliy Tretiakov

View file

@ -1,7 +1,7 @@
/* /*
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: services/eventlog/rpc.c * FILE: base/services/eventlog/rpc.c
* PURPOSE: Event logging service * PURPOSE: Event logging service
* COPYRIGHT: Copyright 2005 Saveliy Tretiakov * COPYRIGHT: Copyright 2005 Saveliy Tretiakov
* Copyright 2008 Michael Martin * Copyright 2008 Michael Martin

View file

@ -1,7 +1,7 @@
/* /*
* PROJECT: ReactOS Remote Procedure Call service * PROJECT: ReactOS Remote Procedure Call service
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: /base/services/rpcss/service_main.c * FILE: base/services/rpcss/service_main.c
* PURPOSE: Service control code * PURPOSE: Service control code
* COPYRIGHT: Copyright 2008 Ged Murphy <gedmurphy@reactos.org> * COPYRIGHT: Copyright 2008 Ged Murphy <gedmurphy@reactos.org>
* *

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* FILE: services/spoolsv/spoolsv.c * FILE: base/services/spoolsv/spoolsv.c
* PURPOSE: Printer spooler * PURPOSE: Printer spooler
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* PROJECT: ReactOS Service Host * PROJECT: ReactOS Service Host
* LICENSE: BSD - See COPYING.ARM in the top level directory * LICENSE: BSD - See COPYING.ARM in the top level directory
* FILE: base/services/svchost/security.c * FILE: base/services/svchost/security.cxx
* PURPOSE: Initializes the COM Object Security Model and Parameters * PURPOSE: Initializes the COM Object Security Model and Parameters
* PROGRAMMERS: ReactOS Portable Systems Group * PROGRAMMERS: ReactOS Portable Systems Group
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* PROJECT: ReactOS simple TCP/IP services * PROJECT: ReactOS simple TCP/IP services
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: /base/services/tcpsvcs/chargen.c * FILE: base/services/tcpsvcs/chargen.c
* PURPOSE: Sends continous lines of chars to the client * PURPOSE: Sends continous lines of chars to the client
* COPYRIGHT: Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org> * COPYRIGHT: Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org>
* *

View file

@ -1,7 +1,7 @@
/* /*
* PROJECT: ReactOS simple TCP/IP services * PROJECT: ReactOS simple TCP/IP services
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: /base/services/tcpsvcs/daytime.c * FILE: base/services/tcpsvcs/daytime.c
* PURPOSE: Sends the current date and time to the client * PURPOSE: Sends the current date and time to the client
* COPYRIGHT: Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org> * COPYRIGHT: Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org>
* *

View file

@ -1,7 +1,7 @@
/* /*
* PROJECT: ReactOS simple TCP/IP services * PROJECT: ReactOS simple TCP/IP services
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: /base/services/tcpsvcs/discard.c * FILE: base/services/tcpsvcs/discard.c
* PURPOSE: Receives input from a client and discards it * PURPOSE: Receives input from a client and discards it
* COPYRIGHT: Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org> * COPYRIGHT: Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org>
* *

View file

@ -1,7 +1,7 @@
/* /*
* PROJECT: ReactOS simple TCP/IP services * PROJECT: ReactOS simple TCP/IP services
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: /base/services/tcpsvcs/echo.c * FILE: base/services/tcpsvcs/echo.c
* PURPOSE: Returns whatever input the client sends * PURPOSE: Returns whatever input the client sends
* COPYRIGHT: Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org> * COPYRIGHT: Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org>
* *

View file

@ -1,7 +1,7 @@
/* /*
* PROJECT: ReactOS simple TCP/IP services * PROJECT: ReactOS simple TCP/IP services
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: /base/services/tcpsvcs/log.c * FILE: base/services/tcpsvcs/log.c
* PURPOSE: Logging functionality for the service * PURPOSE: Logging functionality for the service
* COPYRIGHT: Copyright 2008 Ged Murphy <gedmurphy@reactos.org> * COPYRIGHT: Copyright 2008 Ged Murphy <gedmurphy@reactos.org>
* *

View file

@ -1,7 +1,7 @@
/* /*
* PROJECT: ReactOS simple TCP/IP services * PROJECT: ReactOS simple TCP/IP services
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: /base/services/tcpsvcs/qotd.c * FILE: base/services/tcpsvcs/qotd.c
* PURPOSE: Sends a random quote to the client * PURPOSE: Sends a random quote to the client
* COPYRIGHT: Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org> * COPYRIGHT: Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org>
* *

View file

@ -1,7 +1,7 @@
/* /*
* PROJECT: ReactOS simple TCP/IP services * PROJECT: ReactOS simple TCP/IP services
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: /base/services/tcpsvcs/skelserver.c * FILE: base/services/tcpsvcs/skelserver.c
* PURPOSE: Sets up a server and listens for connections * PURPOSE: Sets up a server and listens for connections
* COPYRIGHT: Copyright 2005 - 2008 Ged Murphy <gedmurphy@gmail.com> * COPYRIGHT: Copyright 2005 - 2008 Ged Murphy <gedmurphy@gmail.com>
* *

View file

@ -1,7 +1,7 @@
/* /*
* PROJECT: ReactOS simple TCP/IP services * PROJECT: ReactOS simple TCP/IP services
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL - See COPYING in the top level directory
* FILE: /base/services/tcpsvcs/tcpsvcs.c * FILE: base/services/tcpsvcs/tcpsvcs.c
* PURPOSE: Provide CharGen, Daytime, Discard, Echo, and Qotd services * PURPOSE: Provide CharGen, Daytime, Discard, Echo, and Qotd services
* COPYRIGHT: Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org> * COPYRIGHT: Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org>
* *

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* FILE: services/thmsvc/thmsvc.c * FILE: base/services/thmsvc/thmsvc.c
* PURPOSE: Themes service * PURPOSE: Themes service
* PROGRAMMER: Giannis Adamopoulos * PROGRAMMER: Giannis Adamopoulos
*/ */

View file

@ -19,7 +19,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* FILE: services/umpnpmgr/umpnpmgr.c * FILE: base/services/umpnpmgr/umpnpmgr.c
* PURPOSE: User-mode Plug and Play manager * PURPOSE: User-mode Plug and Play manager
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
* Hervé Poussineau (hpoussin@reactos.org) * Hervé Poussineau (hpoussin@reactos.org)

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* FILE: services/wlansvc/wlansvc.c * FILE: base/services/wlansvc/wlansvc.c
* PURPOSE: WLAN Service * PURPOSE: WLAN Service
* PROGRAMMER: Christoph von Wittich * PROGRAMMER: Christoph von Wittich
*/ */