[SERVICES] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE...
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 12 Sep 2015 10:58:07 +0000 (10:58 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 12 Sep 2015 10:58:07 +0000 (10:58 +0000)
svn path=/trunk/; revision=69194

20 files changed:
reactos/base/services/audiosrv/pnp_list_lock.c
reactos/base/services/eventlog/eventlog.c
reactos/base/services/eventlog/eventlog.h
reactos/base/services/eventlog/file.c
reactos/base/services/eventlog/logport.c
reactos/base/services/eventlog/rpc.c
reactos/base/services/rpcss/service_main.c
reactos/base/services/spoolsv/spoolsv.c
reactos/base/services/svchost/security.cxx
reactos/base/services/tcpsvcs/chargen.c
reactos/base/services/tcpsvcs/daytime.c
reactos/base/services/tcpsvcs/discard.c
reactos/base/services/tcpsvcs/echo.c
reactos/base/services/tcpsvcs/log.c
reactos/base/services/tcpsvcs/qotd.c
reactos/base/services/tcpsvcs/skelserver.c
reactos/base/services/tcpsvcs/tcpsvcs.c
reactos/base/services/thmsvc/thmsvc.c
reactos/base/services/umpnpmgr/umpnpmgr.c
reactos/base/services/wlansvc/wlansvc.c

index 43b604c..eef85d3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:          ReactOS
  * 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
  * COPYRIGHT:        Copyright 2007 Andrew Greenwood
  */
index 3af4980..5b4947f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:          ReactOS kernel
  * LICENSE:          GPL - See COPYING in the top level directory
- * FILE:             services/eventlog/eventlog.c
+ * FILE:             base/services/eventlog/eventlog.c
  * PURPOSE:          Event logging service
  * COPYRIGHT:        Copyright 2002 Eric Kohl
  *                   Copyright 2005 Saveliy Tretiakov
index 416593a..fafade5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:          ReactOS kernel
  * LICENSE:          GPL - See COPYING in the top level directory
- * FILE:             services/eventlog/eventlog.h
+ * FILE:             base/services/eventlog/eventlog.h
  * PURPOSE:          Event logging service
  * COPYRIGHT:        Copyright 2005 Saveliy Tretiakov
  */
index 44c0238..bbb54f3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:          ReactOS kernel
  * LICENSE:          GPL - See COPYING in the top level directory
- * FILE:             services/eventlog/file.c
+ * FILE:             base/services/eventlog/file.c
  * PURPOSE:          Event logging service
  * COPYRIGHT:        Copyright 2005 Saveliy Tretiakov
                      Michael Martin
index c54fb90..c212513 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:          ReactOS kernel
  * LICENSE:          GPL - See COPYING in the top level directory
- * FILE:             services/eventlog/logport.c
+ * FILE:             base/services/eventlog/logport.c
  * PURPOSE:          Event logging service
  * COPYRIGHT:        Copyright 2002 Eric Kohl
  *                   Copyright 2005 Saveliy Tretiakov
index 403e827..8a52f3d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:          ReactOS kernel
  * LICENSE:          GPL - See COPYING in the top level directory
- * FILE:             services/eventlog/rpc.c
+ * FILE:             base/services/eventlog/rpc.c
  * PURPOSE:          Event logging service
  * COPYRIGHT:        Copyright 2005 Saveliy Tretiakov
  *                   Copyright 2008 Michael Martin
index fbff5f6..fe0b909 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:     ReactOS Remote Procedure Call service
  * 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
  * COPYRIGHT:   Copyright 2008 Ged Murphy <gedmurphy@reactos.org>
  *
index 651a3d8..657f26d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:        See COPYING in the top level directory
  * PROJECT:          ReactOS kernel
- * FILE:             services/spoolsv/spoolsv.c
+ * FILE:             base/services/spoolsv/spoolsv.c
  * PURPOSE:          Printer spooler
  * PROGRAMMER:       Eric Kohl
  */
index 342aaf0..0dfb9ad 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:     ReactOS Service Host
  * 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
  * PROGRAMMERS: ReactOS Portable Systems Group
  */
index 3212df5..9e45b72 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:     ReactOS simple TCP/IP services
  * 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
  * COPYRIGHT:   Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org>
  *
index e0b1981..b6e4a46 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:     ReactOS simple TCP/IP services
  * 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
  * COPYRIGHT:   Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org>
  *
index a900b71..fc5b972 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:     ReactOS simple TCP/IP services
  * 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
  * COPYRIGHT:   Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org>
  *
index e92732c..262ffcf 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:     ReactOS simple TCP/IP services
  * 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
  * COPYRIGHT:   Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org>
  *
index 6b11724..2cb0543 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:     ReactOS simple TCP/IP services
  * 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
  * COPYRIGHT:   Copyright 2008 Ged Murphy <gedmurphy@reactos.org>
  *
index 710013a..614da3a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:     ReactOS simple TCP/IP services
  * 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
  * COPYRIGHT:   Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org>
  *
index 1b5e6d6..326809c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:     ReactOS simple TCP/IP services
  * 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
  * COPYRIGHT:   Copyright 2005 - 2008 Ged Murphy <gedmurphy@gmail.com>
  *
index f025b67..388ddbe 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:     ReactOS simple TCP/IP services
  * 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
  * COPYRIGHT:   Copyright 2005 - 2008 Ged Murphy <gedmurphy@reactos.org>
  *
index 6dd5730..5c8b18b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:        See COPYING in the top level directory
  * PROJECT:          ReactOS kernel
- * FILE:             services/thmsvc/thmsvc.c
+ * FILE:             base/services/thmsvc/thmsvc.c
  * PURPOSE:          Themes service
  * PROGRAMMER:       Giannis Adamopoulos
  */
index 12f06c8..38d6997 100644 (file)
@@ -19,7 +19,7 @@
 /*
  * COPYRIGHT:        See COPYING in the top level directory
  * PROJECT:          ReactOS kernel
- * FILE:             services/umpnpmgr/umpnpmgr.c
+ * FILE:             base/services/umpnpmgr/umpnpmgr.c
  * PURPOSE:          User-mode Plug and Play manager
  * PROGRAMMER:       Eric Kohl
  *                   HervĂ© Poussineau (hpoussin@reactos.org)
index a020b3f..f4b132f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:        See COPYING in the top level directory
  * PROJECT:          ReactOS kernel
- * FILE:             services/wlansvc/wlansvc.c
+ * FILE:             base/services/wlansvc/wlansvc.c
  * PURPOSE:          WLAN Service
  * PROGRAMMER:       Christoph von Wittich
  */