diff options
author | foobar <sniper@php.net> | 2003-07-20 10:53:22 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-07-20 10:53:22 +0000 |
commit | afdc3e95301045581693c277ae37d2adbd59c0ea (patch) | |
tree | a83ee4bdc0271e4a129cc1f1b81ba7cd12a25870 /ext/sockets/win32_socket_constants.h | |
parent | a68cb5129c06d07fdb5217fb1ad7488b45a0004c (diff) | |
download | php-git-afdc3e95301045581693c277ae37d2adbd59c0ea.tar.gz |
Missing headers
Diffstat (limited to 'ext/sockets/win32_socket_constants.h')
-rw-r--r-- | ext/sockets/win32_socket_constants.h | 18 |
1 files changed, 18 insertions, 0 deletions
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 <jason@php.net> | + +----------------------------------------------------------------------+ +*/ + /* $Id$ */ /* This file is to be included by sockets.c */ |