From 052bf925ff7360cbaebacef55664c777c4cbf516 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 6 Jan 2015 19:54:31 +0000 Subject: [PATCH] Changed headers to use 2015. --- debugclient/main.c | 2 +- debugclient/usefulstuff.c | 2 +- debugclient/usefulstuff.h | 2 +- php_xdebug.h | 6 +++--- template.rc | 2 +- usefulstuff.c | 2 +- usefulstuff.h | 2 +- xdebug.c | 2 +- xdebug_branch_info.c | 2 +- xdebug_branch_info.h | 2 +- xdebug_code_coverage.c | 2 +- xdebug_code_coverage.h | 2 +- xdebug_com.c | 2 +- xdebug_com.h | 2 +- xdebug_compat.c | 2 +- xdebug_compat.h | 2 +- xdebug_handler_dbgp.c | 2 +- xdebug_handler_dbgp.h | 2 +- xdebug_handlers.c | 2 +- xdebug_handlers.h | 2 +- xdebug_mm.h | 2 +- xdebug_private.c | 2 +- xdebug_private.h | 2 +- xdebug_profiler.c | 2 +- xdebug_profiler.h | 2 +- xdebug_set.c | 2 +- xdebug_set.h | 2 +- xdebug_stack.c | 2 +- xdebug_stack.h | 2 +- xdebug_str.c | 2 +- xdebug_str.h | 2 +- xdebug_superglobals.c | 2 +- xdebug_superglobals.h | 2 +- xdebug_trace_computerized.c | 2 +- xdebug_trace_computerized.h | 2 +- xdebug_trace_html.c | 2 +- xdebug_trace_html.h | 2 +- xdebug_trace_textual.c | 2 +- xdebug_trace_textual.h | 2 +- xdebug_tracing.c | 2 +- xdebug_tracing.h | 2 +- xdebug_var.c | 2 +- xdebug_var.h | 2 +- xdebug_xml.c | 2 +- xdebug_xml.h | 2 +- 45 files changed, 47 insertions(+), 47 deletions(-) diff --git a/debugclient/main.c b/debugclient/main.c index 7c7f82009..02818b01a 100644 --- a/debugclient/main.c +++ b/debugclient/main.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/debugclient/usefulstuff.c b/debugclient/usefulstuff.c index 3a74b885a..e7cc51a1b 100644 --- a/debugclient/usefulstuff.c +++ b/debugclient/usefulstuff.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/debugclient/usefulstuff.h b/debugclient/usefulstuff.h index 47c6132da..2899c9fa2 100644 --- a/debugclient/usefulstuff.h +++ b/debugclient/usefulstuff.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/php_xdebug.h b/php_xdebug.h index be635d0ad..bb0408017 100644 --- a/php_xdebug.h +++ b/php_xdebug.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2014 Derick Rethans | + | Copyright (c) 2002-2015 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,8 +22,8 @@ #define XDEBUG_NAME "Xdebug" #define XDEBUG_VERSION "2.3.0dev" #define XDEBUG_AUTHOR "Derick Rethans" -#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2014 by Derick Rethans" -#define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2014" +#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2015 by Derick Rethans" +#define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2015" #define XDEBUG_URL "http://xdebug.org" #define XDEBUG_URL_FAQ "http://xdebug.org/docs/faq#api" diff --git a/template.rc b/template.rc index 55a7cecc5..9ef5c4ebd 100644 --- a/template.rc +++ b/template.rc @@ -41,7 +41,7 @@ BEGIN VALUE "FileDescription", FILE_DESCRIPTION "\0" VALUE "FileVersion", VERSIONSTR VALUE "InternalName", FILE_NAME "\0" - VALUE "LegalCopyright", "Copyright © 2002-2014 Derick Rethans\0" + VALUE "LegalCopyright", "Copyright © 2002-2015 Derick Rethans\0" VALUE "OriginalFilename", FILE_NAME "\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "Xdebug\0" diff --git a/usefulstuff.c b/usefulstuff.c index a8f5898a9..4bee132f6 100644 --- a/usefulstuff.c +++ b/usefulstuff.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/usefulstuff.h b/usefulstuff.h index 203a90e14..942758049 100644 --- a/usefulstuff.h +++ b/usefulstuff.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug.c b/xdebug.c index 8e543bd2d..edb3feaaa 100644 --- a/xdebug.c +++ b/xdebug.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_branch_info.c b/xdebug_branch_info.c index 8ce120900..45bb77c26 100644 --- a/xdebug_branch_info.c +++ b/xdebug_branch_info.c @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | Copyright (c) 1997-2014 Derick Rethans | + | Copyright (c) 1997-2015 Derick Rethans | +----------------------------------------------------------------------+ | This source file is subject to the 2-Clause BSD license which is | | available through the LICENSE file, or online at | diff --git a/xdebug_branch_info.h b/xdebug_branch_info.h index 26f5846d0..83a50fa50 100644 --- a/xdebug_branch_info.h +++ b/xdebug_branch_info.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2014 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_code_coverage.c b/xdebug_code_coverage.c index 2bc4562b8..b274a38c3 100644 --- a/xdebug_code_coverage.c +++ b/xdebug_code_coverage.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2014 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_code_coverage.h b/xdebug_code_coverage.h index d8aaf5cbd..c96e9a6da 100644 --- a/xdebug_code_coverage.h +++ b/xdebug_code_coverage.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_com.c b/xdebug_com.c index 695668495..3ae9f988b 100644 --- a/xdebug_com.c +++ b/xdebug_com.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_com.h b/xdebug_com.h index 1a257f9dc..be5532c22 100644 --- a/xdebug_com.h +++ b/xdebug_com.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_compat.c b/xdebug_compat.c index 51f42ee69..927a10250 100644 --- a/xdebug_compat.c +++ b/xdebug_compat.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 Derick Rethans | | (c) 1997-2004 Jim Winstead | | (c) 1998-2004 Andi Gutmans and | | Zeev Suraski | diff --git a/xdebug_compat.h b/xdebug_compat.h index 3c4124004..a8a22e506 100644 --- a/xdebug_compat.h +++ b/xdebug_compat.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_handler_dbgp.c b/xdebug_handler_dbgp.c index 6fa960b9c..558093b7a 100644 --- a/xdebug_handler_dbgp.c +++ b/xdebug_handler_dbgp.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_handler_dbgp.h b/xdebug_handler_dbgp.h index d85285655..f875cde64 100644 --- a/xdebug_handler_dbgp.h +++ b/xdebug_handler_dbgp.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_handlers.c b/xdebug_handlers.c index bb802e2f3..78d3a2fd9 100644 --- a/xdebug_handlers.c +++ b/xdebug_handlers.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_handlers.h b/xdebug_handlers.h index c8650493c..73b0d7723 100644 --- a/xdebug_handlers.h +++ b/xdebug_handlers.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_mm.h b/xdebug_mm.h index 217aa09a8..8bdd47e3e 100644 --- a/xdebug_mm.h +++ b/xdebug_mm.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_private.c b/xdebug_private.c index 390f07301..70cdd6c7f 100644 --- a/xdebug_private.c +++ b/xdebug_private.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_private.h b/xdebug_private.h index 88500dda4..d8e568a4f 100644 --- a/xdebug_private.h +++ b/xdebug_private.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_profiler.c b/xdebug_profiler.c index aab43b387..f893acfdd 100644 --- a/xdebug_profiler.c +++ b/xdebug_profiler.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_profiler.h b/xdebug_profiler.h index b01741a56..d7cdc8b98 100644 --- a/xdebug_profiler.h +++ b/xdebug_profiler.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_set.c b/xdebug_set.c index b670d23a5..9677b9f12 100644 --- a/xdebug_set.c +++ b/xdebug_set.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_set.h b/xdebug_set.h index f3825636e..77648d252 100644 --- a/xdebug_set.h +++ b/xdebug_set.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_stack.c b/xdebug_stack.c index fd7ac4ad5..bb19c977d 100644 --- a/xdebug_stack.c +++ b/xdebug_stack.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_stack.h b/xdebug_stack.h index ef0515a01..fee31f138 100644 --- a/xdebug_stack.h +++ b/xdebug_stack.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_str.c b/xdebug_str.c index 5383a2a15..08e643f5d 100644 --- a/xdebug_str.c +++ b/xdebug_str.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_str.h b/xdebug_str.h index 88052f597..fefdfac33 100644 --- a/xdebug_str.h +++ b/xdebug_str.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_superglobals.c b/xdebug_superglobals.c index 1922e9873..e06731793 100644 --- a/xdebug_superglobals.c +++ b/xdebug_superglobals.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_superglobals.h b/xdebug_superglobals.h index ee4ecdd19..64b76c444 100644 --- a/xdebug_superglobals.h +++ b/xdebug_superglobals.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_trace_computerized.c b/xdebug_trace_computerized.c index 4dc98417b..48112eecc 100644 --- a/xdebug_trace_computerized.c +++ b/xdebug_trace_computerized.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2014 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_trace_computerized.h b/xdebug_trace_computerized.h index b5ef2d534..2d1afa503 100644 --- a/xdebug_trace_computerized.h +++ b/xdebug_trace_computerized.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2014 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_trace_html.c b/xdebug_trace_html.c index c3465c54c..6e139ab0c 100644 --- a/xdebug_trace_html.c +++ b/xdebug_trace_html.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2014 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_trace_html.h b/xdebug_trace_html.h index 52d506bcd..ed62491e3 100644 --- a/xdebug_trace_html.h +++ b/xdebug_trace_html.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2014 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_trace_textual.c b/xdebug_trace_textual.c index b46ef81bb..15fb54498 100644 --- a/xdebug_trace_textual.c +++ b/xdebug_trace_textual.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2014 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_trace_textual.h b/xdebug_trace_textual.h index a59234b75..c649e6577 100644 --- a/xdebug_trace_textual.h +++ b/xdebug_trace_textual.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2014 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_tracing.c b/xdebug_tracing.c index 0ab4efe15..a371e961a 100644 --- a/xdebug_tracing.c +++ b/xdebug_tracing.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2014 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_tracing.h b/xdebug_tracing.h index 6078a12a3..437d63705 100644 --- a/xdebug_tracing.h +++ b/xdebug_tracing.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2014 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_var.c b/xdebug_var.c index 05b5aa189..ee00a292f 100644 --- a/xdebug_var.c +++ b/xdebug_var.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_var.h b/xdebug_var.h index c4cb00be8..5c7df4390 100644 --- a/xdebug_var.h +++ b/xdebug_var.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_xml.c b/xdebug_xml.c index d9cfcfd39..c50026d8b 100644 --- a/xdebug_xml.c +++ b/xdebug_xml.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 | diff --git a/xdebug_xml.h b/xdebug_xml.h index 84654dcd0..04b5d08cb 100644 --- a/xdebug_xml.h +++ b/xdebug_xml.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Xdebug | +----------------------------------------------------------------------+ - | Copyright (c) 2002-2013 Derick Rethans | + | Copyright (c) 2002-2015 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 |