[xdebug-dev] xdebug xdebug/php_xdebug.h xdebug/xdebug.c - Fixed copyright year.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Mon, 6 Jul 2009 11:05:59 +0200

Date: Mon Jul 6 11:05:59 CEST 2009
User: Derick Rethans
Directory: xdebug

Log Message:
[0.05]
- Fixed copyright year.

Modified files:
           xdebug/php_xdebug.h (version: 1.152)
           xdebug/xdebug.c (version: 1.452)

[FILE: /xdebug/php_xdebug.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- xdebug/php_xdebug.h:1.151 Sat Jul 04 12:31:44 2009 GMT
+++ xdebug/php_xdebug.h Mon Jul 06 07:05:59 2009 GMT
@@ -23,6 +23,7 @@
 #define XDEBUG_VERSION "2.1.0-dev"
 #define XDEBUG_AUTHOR "Derick Rethans"
 #define XDEBUG_COPYRIGHT "Copyright (c) 2002-2009 by Derick Rethans"
+#define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2009"
 #define XDEBUG_URL "http://xdebug.org"
 
 #include "php.h"

[FILE: /xdebug/xdebug.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.451
retrieving revision 1.452
diff -u -r1.451 -r1.452
--- xdebug/xdebug.c:1.451 Sun Jul 05 19:20:12 2009 GMT
+++ xdebug/xdebug.c Mon Jul 06 07:05:59 2009 GMT
@@ -3420,7 +3420,7 @@
         XDEBUG_VERSION,
         XDEBUG_AUTHOR,
         XDEBUG_URL,
- "Copyright (c) 2002-2008",
+ XDEBUG_COPYRIGHT_SHORT
         xdebug_zend_startup,
         xdebug_zend_shutdown,
         NULL, /* activate_func_t */
Received on Mon Jul 06 2009 - 11:06:04 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST