cvs: ZendEngine2(PHP_5_3) / zend_build.h

[email protected] ("Felipe Pena") Sat, 17 Jan 2009 17:18:00 -0000
Newsgroups php.zend-engine.cvs
Message-ID <cvsfelipe1232212680@cvsserver>
felipe		Sat Jan 17 17:18:00 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /ZendEngine2	zend_build.h 
  Log:
  MFH:
  - Added header
  - Fixed compiler warning ("no newline at end of file")
  
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_build.h?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: ZendEngine2/zend_build.h
diff -u ZendEngine2/zend_build.h:1.1.2.1 ZendEngine2/zend_build.h:1.1.2.2
--- ZendEngine2/zend_build.h:1.1.2.1	Sat Jan 17 02:05:13 2009
+++ ZendEngine2/zend_build.h	Sat Jan 17 17:18:00 2009
@@ -1,3 +1,21 @@
+/*
+   +----------------------------------------------------------------------+
+   | 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          |
+   | [email protected] so we can mail you a copy immediately.              |
+   +----------------------------------------------------------------------+
+   | Authors: Stanislav Malyshev <[email protected]>                          |
+   +----------------------------------------------------------------------+
+*/
+
 #ifndef ZEND_BUILD_H
 #define ZEND_BUILD_H
 
@@ -25,4 +43,4 @@
 /* for private applications */
 #define ZEND_BUILD_EXTRA 
 
-#endif
\ No newline at end of file
+#endif