dsp             Sun, 19 Jul 2009 15:57:06 +0000

URL: http://svn.php.net/viewvc?view=revision&revision=284367

Changed paths:
        U   php/php-src/trunk/Zend/zend_dtrace.d
        U   php/php-src/trunk/Zend/zend_dtrace.h

Log:
- Add license headers

Modified: php/php-src/trunk/Zend/zend_dtrace.d
===================================================================
--- php/php-src/trunk/Zend/zend_dtrace.d        2009-07-19 15:34:27 UTC (rev 
284366)
+++ php/php-src/trunk/Zend/zend_dtrace.d        2009-07-19 15:57:06 UTC (rev 
284367)
@@ -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          |
+   | lice...@zend.com so we can mail you a copy immediately.              |
+   +----------------------------------------------------------------------+
+   | Authors: David Soria Parra <david.soriapa...@sun.com>                |
+   +----------------------------------------------------------------------+
+*/
 provider php {
        probe exception__caught(char *classname);
        probe exception__thrown(char* classname);

Modified: php/php-src/trunk/Zend/zend_dtrace.h
===================================================================
--- php/php-src/trunk/Zend/zend_dtrace.h        2009-07-19 15:34:27 UTC (rev 
284366)
+++ php/php-src/trunk/Zend/zend_dtrace.h        2009-07-19 15:57:06 UTC (rev 
284367)
@@ -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          |
+   | lice...@zend.com so we can mail you a copy immediately.              |
+   +----------------------------------------------------------------------+
+   | Authors: David Soria Parra <david.soriapa...@sun.com>                |
+   +----------------------------------------------------------------------+
+*/
 #ifndef        _ZEND_DTRACE_H
 #define        _ZEND_DTRACE_H


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to