diff options
author | Derick Rethans <derick@php.net> | 2004-01-29 09:27:06 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2004-01-29 09:27:06 +0000 |
commit | 9d2f84e41135f66214c8f786d16a298909eb8f63 (patch) | |
tree | 86ec6685198e66dc292603b51cb6068badc8a771 /ext/soap/php_soap.h | |
parent | 49b9c595188771940fefa4bcaf87ce8815ece359 (diff) | |
download | php-git-9d2f84e41135f66214c8f786d16a298909eb8f63.tar.gz |
- Add our standard header
Diffstat (limited to 'ext/soap/php_soap.h')
-rw-r--r-- | ext/soap/php_soap.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ext/soap/php_soap.h b/ext/soap/php_soap.h index 2d79745e15..c2be4e4362 100644 --- a/ext/soap/php_soap.h +++ b/ext/soap/php_soap.h @@ -1,3 +1,22 @@ +/* + +----------------------------------------------------------------------+ + | PHP Version 5 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2004 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: Dmitry Stogov <dmitry@php.net> | + +----------------------------------------------------------------------+ +*/ +/* $Id$ */ + #ifndef PHP_SOAP_H #define PHP_SOAP_H |