From: David Soria Parra Date: Sun, 19 Jul 2009 15:57:06 +0000 (+0000) Subject: - Add license headers X-Git-Tag: php-5.4.0alpha1~191^2~3055 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f06f5f45832755d4c4057a62a9bbe797d729d9a;p=php - Add license headers --- diff --git a/Zend/zend_dtrace.d b/Zend/zend_dtrace.d index 73ee562e1c..f58a9087bb 100644 --- a/Zend/zend_dtrace.d +++ b/Zend/zend_dtrace.d @@ -1,3 +1,20 @@ +/* + +----------------------------------------------------------------------+ + | Zend Engine | + +----------------------------------------------------------------------+ + | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) | + +----------------------------------------------------------------------+ + | This source file is subject to version 2.00 of the Zend 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.zend.com/license/2_00.txt. | + | If you did not receive a copy of the Zend license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@zend.com so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: David Soria Parra | + +----------------------------------------------------------------------+ +*/ provider php { probe exception__caught(char *classname); probe exception__thrown(char* classname); diff --git a/Zend/zend_dtrace.h b/Zend/zend_dtrace.h index 9268894ebe..6e101279be 100644 --- a/Zend/zend_dtrace.h +++ b/Zend/zend_dtrace.h @@ -1,7 +1,20 @@ /* - * Generated by dtrace(1M). - */ - + +----------------------------------------------------------------------+ + | Zend Engine | + +----------------------------------------------------------------------+ + | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) | + +----------------------------------------------------------------------+ + | This source file is subject to version 2.00 of the Zend 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.zend.com/license/2_00.txt. | + | If you did not receive a copy of the Zend license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@zend.com so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: David Soria Parra | + +----------------------------------------------------------------------+ +*/ #ifndef _ZEND_DTRACE_H #define _ZEND_DTRACE_H