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

svn path=/trunk/; revision=69788
This commit is contained in:
Amine Khaldi 2015-11-02 18:37:49 +00:00
parent 9872b3a83c
commit f5f46b73f9
38 changed files with 38 additions and 38 deletions

View 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
*/

View 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
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/

View 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)
*/