From: foobar Date: Sun, 20 Jul 2003 10:53:22 +0000 (+0000) Subject: Missing headers X-Git-Tag: BEFORE_ARG_INFO~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afdc3e95301045581693c277ae37d2adbd59c0ea;p=php Missing headers --- diff --git a/ext/sockets/unix_socket_constants.h b/ext/sockets/unix_socket_constants.h index 911b74df27..3626e0ccf1 100644 --- a/ext/sockets/unix_socket_constants.h +++ b/ext/sockets/unix_socket_constants.h @@ -1,3 +1,21 @@ +/* + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2003 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.0 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | http://www.php.net/license/3_0.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 */ diff --git a/ext/sockets/win32_socket_constants.h b/ext/sockets/win32_socket_constants.h index 480683a76a..b2e518f499 100644 --- a/ext/sockets/win32_socket_constants.h +++ b/ext/sockets/win32_socket_constants.h @@ -1,3 +1,21 @@ +/* + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2003 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.0 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | http://www.php.net/license/3_0.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 */