]> granicus.if.org Git - php/commitdiff
- Add license headers
authorDavid Soria Parra <dsp@php.net>
Sun, 19 Jul 2009 15:57:06 +0000 (15:57 +0000)
committerDavid Soria Parra <dsp@php.net>
Sun, 19 Jul 2009 15:57:06 +0000 (15:57 +0000)
Zend/zend_dtrace.d
Zend/zend_dtrace.h

index 73ee562e1c02a0c6ad11472556b8ac50c886eb5c..f58a9087bbbd3d0885bd48b65ad313db46e4268f 100644 (file)
@@ -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 <david.soriaparra@sun.com>                |
+   +----------------------------------------------------------------------+
+*/
 provider php {
        probe exception__caught(char *classname);
        probe exception__thrown(char* classname);
index 9268894ebea2ba6f0c679fdb9cafd9e9110c787c..6e101279be3cc7537c4160bd9d0552b991307f49 100644 (file)
@@ -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 <david.soriaparra@sun.com>                |
+   +----------------------------------------------------------------------+
+*/
 #ifndef        _ZEND_DTRACE_H
 #define        _ZEND_DTRACE_H