]> granicus.if.org Git - php/commitdiff
MFH: missing CVS Id tags and license headers
authorfoobar <sniper@php.net>
Sun, 20 Jul 2003 10:54:03 +0000 (10:54 +0000)
committerfoobar <sniper@php.net>
Sun, 20 Jul 2003 10:54:03 +0000 (10:54 +0000)
ext/sockets/php_sockets_win.c
ext/sockets/php_sockets_win.h
ext/sockets/unix_socket_constants.h
ext/sockets/win32_socket_constants.h

index 4c11168ea24754c469538550b967459de79afa5b..687426af446584a5996edf85136d4fba0d805a94 100644 (file)
@@ -19,6 +19,9 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id$ */
+
+
 #ifdef PHP_WIN32
 
 #include <stdio.h>
index de40be4cc341b0b617836b73889323d2b4480fbc..c84c903922cbdd4a729b8883c034e97548198506 100644 (file)
@@ -19,6 +19,9 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id$ */
+
+
 #ifdef PHP_WIN32
 
 #define F_SETFL                0
index ccb25fd2dbb32e19139dedff90de4505b74de922..7590b30376730d1fad48fbd4578e5dec065f4c2c 100644 (file)
@@ -1,3 +1,23 @@
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | Copyright (c) 1997-2003 The PHP Group                                |
+  +----------------------------------------------------------------------+
+  | This source file is subject to version 2.02 of the PHP license,      |
+  | that is bundled with this package in the file LICENSE, and is        |
+  | available at through the world-wide-web at                           |
+  | http://www.php.net/license/2_02.txt.                                 |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | license@php.net so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author: Jason Greene <jason@php.net>                                 |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id$ */
+
 /* This file is to be included by sockets.c */
 
 #ifdef EPERM
index f32e21cd775407dfad9b5960ae7e78fceca41b7e..74119ba6fd72fde4a19a61fa6d2b1e4cc737afc9 100644 (file)
@@ -1,3 +1,23 @@
+/*
+  +----------------------------------------------------------------------+
+  | PHP Version 4                                                        |
+  +----------------------------------------------------------------------+
+  | Copyright (c) 1997-2003 The PHP Group                                |
+  +----------------------------------------------------------------------+
+  | This source file is subject to version 2.02 of the PHP license,      |
+  | that is bundled with this package in the file LICENSE, and is        |
+  | available at through the world-wide-web at                           |
+  | http://www.php.net/license/2_02.txt.                                 |
+  | If you did not receive a copy of the PHP license and are unable to   |
+  | obtain it through the world-wide-web, please send a note to          |
+  | license@php.net so we can mail you a copy immediately.               |
+  +----------------------------------------------------------------------+
+  | Author: Jason Greene <jason@php.net>                                 |
+  +----------------------------------------------------------------------+
+*/
+
+/* $Id$ */
+
 /* This file is to be included by sockets.c */
 
 REGISTER_LONG_CONSTANT("SOCKET_EINTR", WSAEINTR, CONST_CS | CONST_PERSISTENT);