[xdebug-dev] xdebug xdebug/php_xdebug.h xdebug/template.rc xdebug/usefulstuff.c xdebug/usefulstuff.h xdebug/xdebug.c xdebug/xdebug_code_coverage.c xdebug/xdebug_code_coverage.h xdebug/xdebug_com.c xdebug/xdebug_com.h xdebug/xdebug_compat.c xdebug/xdebug_compat.h xdebug/xdebug_handler_dbgp.c xdebug/xdebug_handler_dbgp.h xdebug/xdebug_handler_gdb.c xdebug/xdebug_handler_gdb.h xdebug/xdebug_handler_php3.c xdebug/xdebug_handler_php3.h xdebug/xdebug_handlers.c xdebug/xdebug_handlers.h xdebug/xdebug_mm.h xdebug/xdebug_private.c xdebug/xdebug_private.h xdebug/xdebug_profiler.c xdebug/xdebug_profiler.h xdebug/xdebug_set.c xdebug/xdebug_set.h xdebug/xdebug_str.c xdebug/xdebug_str.h xdebug/xdebug_superglobals.c xdebug/xdebug_superglobals.h xdebug/xdebug_var.c xdebug/xdebug_var.h xdebug/xdebug_xml.c xdebug/xdebug_xml.h xdebug/debugclient/main.c xdebug/debugclient/usefulstuff.c xdebug/debugclient/usefulstuff.h - Fixing the copyright statements.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Thu, 7 May 2009 22:39:15 +0200

Date: Thu May 7 22:39:14 CEST 2009
User: Derick Rethans
Directory: xdebug

Log Message:
[0.25]
- Fixing the copyright statements.

Modified files:
           xdebug/php_xdebug.h (version: 1.149)
           xdebug/template.rc (version: 1.2)
           xdebug/usefulstuff.c (version: 1.47)
           xdebug/usefulstuff.h (version: 1.22)
           xdebug/xdebug.c (version: 1.447)
           xdebug/xdebug_code_coverage.c (version: 1.51)
           xdebug/xdebug_code_coverage.h (version: 1.13)
           xdebug/xdebug_com.c (version: 1.15)
           xdebug/xdebug_com.h (version: 1.13)
           xdebug/xdebug_compat.c (version: 1.13)
           xdebug/xdebug_compat.h (version: 1.11)
           xdebug/xdebug_handler_dbgp.c (version: 1.137)
           xdebug/xdebug_handler_dbgp.h (version: 1.22)
           xdebug/xdebug_handler_gdb.c (version: 1.91)
           xdebug/xdebug_handler_gdb.h (version: 1.32)
           xdebug/xdebug_handler_php3.c (version: 1.23)
           xdebug/xdebug_handler_php3.h (version: 1.17)
           xdebug/xdebug_handlers.c (version: 1.19)
           xdebug/xdebug_handlers.h (version: 1.37)
           xdebug/xdebug_mm.h (version: 1.8)
           xdebug/xdebug_private.c (version: 1.7)
           xdebug/xdebug_private.h (version: 1.28)
           xdebug/xdebug_profiler.c (version: 1.53)
           xdebug/xdebug_profiler.h (version: 1.14)
           xdebug/xdebug_set.c (version: 1.5)
           xdebug/xdebug_set.h (version: 1.4)
           xdebug/xdebug_str.c (version: 1.10)
           xdebug/xdebug_str.h (version: 1.8)
           xdebug/xdebug_superglobals.c (version: 1.29)
           xdebug/xdebug_superglobals.h (version: 1.9)
           xdebug/xdebug_var.c (version: 1.97)
           xdebug/xdebug_var.h (version: 1.28)
           xdebug/xdebug_xml.c (version: 1.14)
           xdebug/xdebug_xml.h (version: 1.7)
           xdebug/debugclient/main.c (version: 1.38)
           xdebug/debugclient/usefulstuff.c (version: 1.12)
           xdebug/debugclient/usefulstuff.h (version: 1.10)

[FILE: /xdebug/php_xdebug.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- xdebug/php_xdebug.h:1.148 Thu May 07 17:11:45 2009 GMT
+++ xdebug/php_xdebug.h Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -22,7 +22,7 @@
 #define XDEBUG_NAME "Xdebug"
 #define XDEBUG_VERSION "2.1.0-dev"
 #define XDEBUG_AUTHOR "Derick Rethans"
-#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2007 by Derick Rethans"
+#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2009 by Derick Rethans"
 #define XDEBUG_URL "http://xdebug.org"
 
 #include "php.h"

[FILE: /xdebug/template.rc]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdebug/template.rc:1.1 Sat Jul 21 09:31:06 2007 GMT
+++ xdebug/template.rc Thu May 07 18:39:13 2009 GMT
@@ -1,5 +1,5 @@
 /* This is a template RC file.
- * $Id: cvstemp,v 1.1 2007/07/21 11:31:06 derick Exp $
+ * $Id: cvstemp,v 1.2 2009/05/07 20:39:13 derick Exp $
  * Do not edit with MSVC */
 #ifdef APSTUDIO_INVOKED
 # error dont edit with MSVC
@@ -41,7 +41,7 @@
             VALUE "FileDescription", FILE_DESCRIPTION "\0"
             VALUE "FileVersion", VERSIONSTR
             VALUE "InternalName", FILE_NAME "\0"
- VALUE "LegalCopyright", "Copyright © 2002-2007 Derick Rethans\0"
+ VALUE "LegalCopyright", "Copyright © 2002-2009 Derick Rethans\0"
             VALUE "OriginalFilename", FILE_NAME "\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "Xdebug\0"

[FILE: /xdebug/usefulstuff.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- xdebug/usefulstuff.c:1.46 Thu Nov 27 17:59:40 2008 GMT
+++ xdebug/usefulstuff.c Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/usefulstuff.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- xdebug/usefulstuff.h:1.21 Mon May 14 12:20:40 2007 GMT
+++ xdebug/usefulstuff.h Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.446
retrieving revision 1.447
diff -u -r1.446 -r1.447
--- xdebug/xdebug.c:1.446 Thu May 07 17:11:45 2009 GMT
+++ xdebug/xdebug.c Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002-2008 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_code_coverage.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- xdebug/xdebug_code_coverage.c:1.50 Thu May 07 17:11:45 2009 GMT
+++ xdebug/xdebug_code_coverage.c Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_code_coverage.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xdebug/xdebug_code_coverage.h:1.12 Wed Oct 10 22:54:09 2007 GMT
+++ xdebug/xdebug_code_coverage.h Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_com.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xdebug/xdebug_com.c:1.14 Thu Dec 28 21:58:37 2006 GMT
+++ xdebug/xdebug_com.c Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_com.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xdebug/xdebug_com.h:1.12 Thu Dec 28 21:58:37 2006 GMT
+++ xdebug/xdebug_com.h Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_compat.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xdebug/xdebug_compat.c:1.12 Mon Jan 05 16:24:34 2009 GMT
+++ xdebug/xdebug_compat.c Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002-2008 Derick Rethans <derick[@]xdebug.org> |
+ | Copyright (c) 2002-2009 Derick Rethans <derick[@]xdebug.org> |
    | (c) 1997-2004 Jim Winstead <jimw[@]trainedmonkey.com> |
    | (c) 1998-2004 Andi Gutmans <andi[@]zend.com> and |
    | Zeev Suraski <zeev[@]zend.com> |
@@ -38,7 +38,7 @@
    | IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
    +----------------------------------------------------------------------+
  */
-/* $Id: cvstemp,v 1.12 2009/01/05 17:24:34 derick Exp $ */
+/* $Id: cvstemp,v 1.13 2009/05/07 20:39:13 derick Exp $ */
 
 #include "php.h"
 #include "main/php_version.h"

[FILE: /xdebug/xdebug_compat.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xdebug/xdebug_compat.h:1.10 Sat Mar 28 14:58:12 2009 GMT
+++ xdebug/xdebug_compat.h Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_handler_dbgp.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- xdebug/xdebug_handler_dbgp.c:1.136 Thu May 07 17:11:45 2009 GMT
+++ xdebug/xdebug_handler_dbgp.c Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -2269,7 +2269,7 @@
 
 char *xdebug_dbgp_get_revision(void)
 {
- return "$Revision: 1.136 $";
+ return "$Revision: 1.137 $";
 }
 
 static int xdebug_dbgp_cmdloop(xdebug_con *context, int bail TSRMLS_DC)

[FILE: /xdebug/xdebug_handler_dbgp.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- xdebug/xdebug_handler_dbgp.h:1.21 Thu Aug 23 23:37:54 2007 GMT
+++ xdebug/xdebug_handler_dbgp.h Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_handler_gdb.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- xdebug/xdebug_handler_gdb.c:1.90 Thu May 07 17:11:45 2009 GMT
+++ xdebug/xdebug_handler_gdb.c Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -1351,7 +1351,7 @@
 
 char *xdebug_gdb_get_revision(void)
 {
- return "$Revision: 1.90 $";
+ return "$Revision: 1.91 $";
 }
 
 int xdebug_gdb_init(xdebug_con *context, int mode)
@@ -1363,7 +1363,7 @@
         TSRMLS_FETCH();
 
         SENDMSG(context->socket, xdebug_sprintf("This is Xdebug version %s.\n", XDEBUG_VERSION));
- SSEND(context->socket, "Copyright 2002, 2003, 2004, 2005, 2006, 2007 by Derick Rethans,\n");
+ SSEND(context->socket, "Copyright 2002-2009 by Derick Rethans,\n");
         context->buffer = xdmalloc(sizeof(fd_buf));
         context->buffer->buffer = NULL;
         context->buffer->buffer_size = 0;

[FILE: /xdebug/xdebug_handler_gdb.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- xdebug/xdebug_handler_gdb.h:1.31 Mon Feb 26 13:43:30 2007 GMT
+++ xdebug/xdebug_handler_gdb.h Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_handler_php3.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- xdebug/xdebug_handler_php3.c:1.22 Tue Jan 02 15:02:37 2007 GMT
+++ xdebug/xdebug_handler_php3.c Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -74,7 +74,7 @@
 
 char *xdebug_php3_get_revision(void)
 {
- return "$Revision: 1.22 $";
+ return "$Revision: 1.23 $";
 }
 
 int xdebug_php3_init(xdebug_con *context, int mode)

[FILE: /xdebug/xdebug_handler_php3.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xdebug/xdebug_handler_php3.h:1.16 Thu Dec 28 21:58:37 2006 GMT
+++ xdebug/xdebug_handler_php3.h Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_handlers.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xdebug/xdebug_handlers.c:1.18 Thu Jul 19 20:19:15 2007 GMT
+++ xdebug/xdebug_handlers.c Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_handlers.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- xdebug/xdebug_handlers.h:1.36 Mon Feb 26 13:43:30 2007 GMT
+++ xdebug/xdebug_handlers.h Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_mm.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xdebug/xdebug_mm.h:1.7 Thu Jun 05 14:34:38 2008 GMT
+++ xdebug/xdebug_mm.h Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_private.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdebug/xdebug_private.c:1.6 Sun Jan 14 16:00:59 2007 GMT
+++ xdebug/xdebug_private.c Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_private.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- xdebug/xdebug_private.h:1.27 Wed Oct 10 22:54:09 2007 GMT
+++ xdebug/xdebug_private.h Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_profiler.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- xdebug/xdebug_profiler.c:1.52 Sun Jul 08 16:35:00 2007 GMT
+++ xdebug/xdebug_profiler.c Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_profiler.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xdebug/xdebug_profiler.h:1.13 Tue Jan 02 15:02:37 2007 GMT
+++ xdebug/xdebug_profiler.h Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_set.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xdebug/xdebug_set.c:1.4 Thu Dec 28 21:58:37 2006 GMT
+++ xdebug/xdebug_set.c Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -15,7 +15,7 @@
    | Authors: Derick Rethans <derick[@]xdebug.org> |
    +----------------------------------------------------------------------+
  */
-/* $Id: cvstemp,v 1.4 2006/12/28 22:58:37 derick Exp $ */
+/* $Id: cvstemp,v 1.5 2009/05/07 20:39:13 derick Exp $ */
 
 #include <stdlib.h>
 #include <math.h>

[FILE: /xdebug/xdebug_set.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdebug/xdebug_set.h:1.3 Thu Dec 28 21:58:37 2006 GMT
+++ xdebug/xdebug_set.h Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |
@@ -15,7 +15,7 @@
    | Authors: Derick Rethans <derick[@]xdebug.org> |
    +----------------------------------------------------------------------+
  */
-/* $Id: cvstemp,v 1.3 2006/12/28 22:58:37 derick Exp $ */
+/* $Id: cvstemp,v 1.4 2009/05/07 20:39:13 derick Exp $ */
 
 #ifndef __XDEBUG_SET_H__
 #define __XDEBUG_SET_H__

[FILE: /xdebug/xdebug_str.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xdebug/xdebug_str.c:1.9 Thu Jun 05 14:34:38 2008 GMT
+++ xdebug/xdebug_str.c Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_str.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xdebug/xdebug_str.h:1.7 Thu Jun 05 14:34:38 2008 GMT
+++ xdebug/xdebug_str.h Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_superglobals.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- xdebug/xdebug_superglobals.c:1.28 Sat Mar 28 14:58:12 2009 GMT
+++ xdebug/xdebug_superglobals.c Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_superglobals.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xdebug/xdebug_superglobals.h:1.8 Thu Dec 28 21:58:38 2006 GMT
+++ xdebug/xdebug_superglobals.h Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_var.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- xdebug/xdebug_var.c:1.96 Thu May 07 17:11:45 2009 GMT
+++ xdebug/xdebug_var.c Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_var.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- xdebug/xdebug_var.h:1.27 Tue Jan 02 15:02:37 2007 GMT
+++ xdebug/xdebug_var.h Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_xml.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xdebug/xdebug_xml.c:1.13 Tue Jan 02 15:02:37 2007 GMT
+++ xdebug/xdebug_xml.c Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/xdebug_xml.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdebug/xdebug_xml.h:1.6 Thu Dec 28 21:58:38 2006 GMT
+++ xdebug/xdebug_xml.h Thu May 07 18:39:13 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/debugclient/main.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- xdebug/debugclient/main.c:1.37 Sun Apr 08 13:40:49 2007 GMT
+++ xdebug/debugclient/main.c Thu May 07 18:39:14 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/debugclient/usefulstuff.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xdebug/debugclient/usefulstuff.c:1.11 Thu Dec 28 21:58:39 2006 GMT
+++ xdebug/debugclient/usefulstuff.c Thu May 07 18:39:14 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |

[FILE: /xdebug/debugclient/usefulstuff.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xdebug/debugclient/usefulstuff.h:1.9 Thu Dec 28 21:58:39 2006 GMT
+++ xdebug/debugclient/usefulstuff.h Thu May 07 18:39:14 2009 GMT
@@ -2,7 +2,7 @@
    +----------------------------------------------------------------------+
    | Xdebug |
    +----------------------------------------------------------------------+
- | Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Derick Rethans |
+ | Copyright (c) 2002-2009 Derick Rethans |
    +----------------------------------------------------------------------+
    | This source file is subject to version 1.0 of the Xdebug license, |
    | that is bundled with this package in the file LICENSE, and is |
Received on Thu May 07 2009 - 22:39:37 BST

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