From 9d2f84e41135f66214c8f786d16a298909eb8f63 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 29 Jan 2004 09:27:06 +0000 Subject: - Add our standard header --- ext/soap/php_xml.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ext/soap/php_xml.h') diff --git a/ext/soap/php_xml.h b/ext/soap/php_xml.h index c518983f16..94f0148b1d 100644 --- a/ext/soap/php_xml.h +++ b/ext/soap/php_xml.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 | + +----------------------------------------------------------------------+ +*/ +/* $Id$ */ + #ifndef PHP_SOAP_XML_H #define PHP_SOAP_XML_H -- cgit v1.2.1