[WS2_32_NEW] Improve the FILE header section. Brought to you by Adam Stachowicz....
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 2 Nov 2015 18:37:49 +0000 (18:37 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 2 Nov 2015 18:37:49 +0000 (18:37 +0000)
svn path=/trunk/; revision=69788

38 files changed:
reactos/dll/win32/ws2_32_new/inc/ws2_32.h
reactos/dll/win32/ws2_32_new/inc/ws2_32p.h
reactos/dll/win32/ws2_32_new/src/addrconv.c
reactos/dll/win32/ws2_32_new/src/addrinfo.c
reactos/dll/win32/ws2_32_new/src/async.c
reactos/dll/win32/ws2_32_new/src/bhook.c
reactos/dll/win32/ws2_32_new/src/dcatalog.c
reactos/dll/win32/ws2_32_new/src/dcatitem.c
reactos/dll/win32/ws2_32_new/src/dllmain.c
reactos/dll/win32/ws2_32_new/src/dprocess.c
reactos/dll/win32/ws2_32_new/src/dprovide.c
reactos/dll/win32/ws2_32_new/src/dsocket.c
reactos/dll/win32/ws2_32_new/src/dthread.c
reactos/dll/win32/ws2_32_new/src/dupsock.c
reactos/dll/win32/ws2_32_new/src/enumprot.c
reactos/dll/win32/ws2_32_new/src/event.c
reactos/dll/win32/ws2_32_new/src/getproto.c
reactos/dll/win32/ws2_32_new/src/getxbyxx.c
reactos/dll/win32/ws2_32_new/src/ioctl.c
reactos/dll/win32/ws2_32_new/src/nscatalo.c
reactos/dll/win32/ws2_32_new/src/nscatent.c
reactos/dll/win32/ws2_32_new/src/nspinstl.c
reactos/dll/win32/ws2_32_new/src/nsprovid.c
reactos/dll/win32/ws2_32_new/src/nsquery.c
reactos/dll/win32/ws2_32_new/src/qos.c
reactos/dll/win32/ws2_32_new/src/qshelpr.c
reactos/dll/win32/ws2_32_new/src/rasdial.c
reactos/dll/win32/ws2_32_new/src/recv.c
reactos/dll/win32/ws2_32_new/src/rnr.c
reactos/dll/win32/ws2_32_new/src/scihlpr.c
reactos/dll/win32/ws2_32_new/src/select.c
reactos/dll/win32/ws2_32_new/src/send.c
reactos/dll/win32/ws2_32_new/src/sockctrl.c
reactos/dll/win32/ws2_32_new/src/socklife.c
reactos/dll/win32/ws2_32_new/src/spinstal.c
reactos/dll/win32/ws2_32_new/src/sputil.c
reactos/dll/win32/ws2_32_new/src/startup.c
reactos/dll/win32/ws2_32_new/src/wsautil.c

index 0c11cf9..d3ac154 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2.2 Library
- * FILE:        lib/ws2_32.h
+ * FILE:        dll/win32/ws2_32_new/inc/ws2_32.h
  * PURPOSE:     WinSock 2.2 Main Header
  */
 
index c8d256b..004cb6b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2.2 Library
- * FILE:        lib/ws2_32.h
+ * FILE:        dll/win32/ws2_32_new/inc/ws2_32p.h
  * PURPOSE:     WinSock 2.2 Main Header
  */
 
index 7e111a1..ca21b9c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        addrconv.c
+ * FILE:        dll/win32/ws2_32_new/src/addrconv.c
  * PURPOSE:     Address and Port Conversion Support
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 3d550cc..197efba 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        addrinfo.c
+ * FILE:        dll/win32/ws2_32_new/src/addrinfo.c
  * PURPOSE:     Protocol-Independent Address Resolution
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 9aa9742..3f38734 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        async.c
+ * FILE:        dll/win32/ws2_32_new/src/async.c
  * PURPOSE:     Async Block Object and Async Thread Management
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 9e0458d..d7149de 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        bhook.c
+ * FILE:        dll/win32/ws2_32_new/src/bhook.c
  * PURPOSE:     Blocking Hook support for 1.x clients
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index d163a13..8e0e2e2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        dcatalog.c
+ * FILE:        dll/win32/ws2_32_new/src/dcatalog.c
  * PURPOSE:     Transport Catalog Object
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index c85e0a6..abd9c41 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        dcatitem.c
+ * FILE:        dll/win32/ws2_32_new/src/dcatitem.c
  * PURPOSE:     Transport Catalog Entry Object
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 7df1d44..ba73b7c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        dllmain.c
+ * FILE:        dll/win32/ws2_32_new/src/dllmain.c
  * PURPOSE:     DLL Entrypoint
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 06b9fac..fd02255 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        dprocess.c
+ * FILE:        dll/win32/ws2_32_new/src/dprocess.c
  * PURPOSE:     Process Object
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 729d7bf..f5079b0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        dprovide.c
+ * FILE:        dll/win32/ws2_32_new/src/dprovide.c
  * PURPOSE:     Transport Provider Object
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 04dabe7..214dd6b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        dsocket.c
+ * FILE:        dll/win32/ws2_32_new/src/dsocket.c
  * PURPOSE:     Socket Object
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 5e8a3bc..00bd255 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        dprocess.c
+ * FILE:        dll/win32/ws2_32_new/src/dthread.c
  * PURPOSE:     Thread Object
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 3f59f17..23d438f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        dupsock.c
+ * FILE:        dll/win32/ws2_32_new/src/dupsock.c
  * PURPOSE:     Socket Duplication
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index a2584e5..6948ae9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        enumprot.c
+ * FILE:        dll/win32/ws2_32_new/src/enumprot.c
  * PURPOSE:     Protocol Enumeration
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 46a1fc1..4fda527 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        event.c
+ * FILE:        dll/win32/ws2_32_new/src/event.c
  * PURPOSE:     Socket Events
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 48b41c1..45d5809 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        getproto.c
+ * FILE:        dll/win32/ws2_32_new/src/getproto.c
  * PURPOSE:     GetProtoByY Functions.
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 32557b8..b74b793 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        getxbyy.c
+ * FILE:        dll/win32/ws2_32_new/src/getxbyxx.c
  * PURPOSE:     Get X by Y Functions for Name Resolution.
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 1c2be2d..1b7b2d2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        ioctl.c
+ * FILE:        dll/win32/ws2_32_new/src/ioctl.c
  * PURPOSE:     Socket I/O Control Code support.
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 769d026..3c1f873 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        nscatalo.c
+ * FILE:        dll/win32/ws2_32_new/src/nscatalo.c
  * PURPOSE:     Namespace Catalog Object
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 8c1b075..31b869e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        nscatent.c
+ * FILE:        dll/win32/ws2_32_new/src/nscatent.c
  * PURPOSE:     Namespace Catalog Entry Object
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 846dde6..0085276 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        nspinstl.c
+ * FILE:        dll/win32/ws2_32_new/src/nspinstl.c
  * PURPOSE:     Namespace Provider Installation
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 6a4762b..5f84883 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        nsprovid.c
+ * FILE:        dll/win32/ws2_32_new/src/nsprovid.c
  * PURPOSE:     Namespace Provider Object
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 3c7811d..f0ca98b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        nsquery.c
+ * FILE:        dll/win32/ws2_32_new/src/nsquery.c
  * PURPOSE:     Namespace Query Object
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 29866a6..e0b02d2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        qos.c
+ * FILE:        dll/win32/ws2_32_new/src/qos.c
  * PURPOSE:     QoS Support
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 35e36dd..b26acb0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        qshelpr.c
+ * FILE:        dll/win32/ws2_32_new/src/qshelpr.c
  * PURPOSE:     Query Set Conversion/Packing Helpers
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index b664db7..b1b5723 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        rasdial.c
+ * FILE:        dll/win32/ws2_32_new/src/rasdial.c
  * PURPOSE:     RAS Auto-Dial Support
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 013c575..3b49137 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        recv.c
+ * FILE:        dll/win32/ws2_32_new/src/recv.c
  * PURPOSE:     Socket Receive Support
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 228858f..ea9f535 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        rnr.c
+ * FILE:        dll/win32/ws2_32_new/src/rnr.c
  * PURPOSE:     Registration n' Resolution Support
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 244d777..fcb75cb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        scihlpr.c
+ * FILE:        dll/win32/ws2_32_new/src/scihlpr.c
  * PURPOSE:     Service Class Information Conversion/Packing Helpers
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index be389c7..fd5060e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        sselect.c
+ * FILE:        dll/win32/ws2_32_new/src/select.c
  * PURPOSE:     Socket Select Support
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 52d3d12..d285421 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        send.c
+ * FILE:        dll/win32/ws2_32_new/src/send.c
  * PURPOSE:     Socket Sending Support.
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 9f81cca..4b96f8e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        socktrl.c
+ * FILE:        dll/win32/ws2_32_new/src/sockctrl.c
  * PURPOSE:     Socket Control/State Support
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 999d334..184346a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        socklife.c
+ * FILE:        dll/win32/ws2_32_new/src/socklife.c
  * PURPOSE:     Socket Lifetime Support
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index ed593ff..d1e36d3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        spinstal.c
+ * FILE:        dll/win32/ws2_32_new/src/spinstal.c
  * PURPOSE:     Transport Service Provider Installation
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 82cb436..9e42557 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        sputil.c
+ * FILE:        dll/win32/ws2_32_new/src/sputil.c
  * PURPOSE:     Transport Service Provider Utility Functions
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index ac77279..a46cfd0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        startup.c
+ * FILE:        dll/win32/ws2_32_new/src/startup.c
  * PURPOSE:     Startup/Cleanup Support
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */
index 4d7b1eb..6928a8f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 API
- * FILE:        wsautil.c
+ * FILE:        dll/win32/ws2_32_new/src/wsautil.c
  * PURPOSE:     Winsock Utility Functions
  * PROGRAMMER:  Alex Ionescu (alex@relsoft.net)
  */