From 38b3ef790b3e37c1d13f7acafc2eef7e3e391b83 Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 20 Jul 2003 10:54:03 +0000 Subject: [PATCH] MFH: missing CVS Id tags and license headers --- ext/sockets/php_sockets_win.c | 3 +++ ext/sockets/php_sockets_win.h | 3 +++ ext/sockets/unix_socket_constants.h | 20 ++++++++++++++++++++ ext/sockets/win32_socket_constants.h | 20 ++++++++++++++++++++ 4 files changed, 46 insertions(+) diff --git a/ext/sockets/php_sockets_win.c b/ext/sockets/php_sockets_win.c index 4c11168ea2..687426af44 100644 --- a/ext/sockets/php_sockets_win.c +++ b/ext/sockets/php_sockets_win.c @@ -19,6 +19,9 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + + #ifdef PHP_WIN32 #include diff --git a/ext/sockets/php_sockets_win.h b/ext/sockets/php_sockets_win.h index de40be4cc3..c84c903922 100644 --- a/ext/sockets/php_sockets_win.h +++ b/ext/sockets/php_sockets_win.h @@ -19,6 +19,9 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + + #ifdef PHP_WIN32 #define F_SETFL 0 diff --git a/ext/sockets/unix_socket_constants.h b/ext/sockets/unix_socket_constants.h index ccb25fd2db..7590b30376 100644 --- a/ext/sockets/unix_socket_constants.h +++ b/ext/sockets/unix_socket_constants.h @@ -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 | + +----------------------------------------------------------------------+ +*/ + +/* $Id$ */ + /* This file is to be included by sockets.c */ #ifdef EPERM diff --git a/ext/sockets/win32_socket_constants.h b/ext/sockets/win32_socket_constants.h index f32e21cd77..74119ba6fd 100644 --- a/ext/sockets/win32_socket_constants.h +++ b/ext/sockets/win32_socket_constants.h @@ -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 | + +----------------------------------------------------------------------+ +*/ + +/* $Id$ */ + /* This file is to be included by sockets.c */ REGISTER_LONG_CONSTANT("SOCKET_EINTR", WSAEINTR, CONST_CS | CONST_PERSISTENT); -- 2.40.0