summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2013-12-23 23:55:07 +0100
committerBob Weinand <bobwei9@hotmail.com>2013-12-23 23:55:07 +0100
commit6f63609251a9fef9cb64d8c0007166d0b737e78c (patch)
tree2c347960602b6e2e749bae3c82cb96a21c1d10aa
parent7b215b36bc9c478955242c5252af5412b6f1bedf (diff)
downloadphp-git-6f63609251a9fef9cb64d8c0007166d0b737e78c.tar.gz
Fixed credits in phpdbg.* files
-rw-r--r--phpdbg.c1
-rw-r--r--phpdbg.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/phpdbg.c b/phpdbg.c
index 4b75ce26ca..a0665a7ee5 100644
--- a/phpdbg.c
+++ b/phpdbg.c
@@ -14,6 +14,7 @@
+----------------------------------------------------------------------+
| Authors: Felipe Pena <felipe@php.net> |
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
+ | Authors: Bob Weinand <bwoebi@php.net> |
+----------------------------------------------------------------------+
*/
diff --git a/phpdbg.h b/phpdbg.h
index f0a59ce473..3a3da7636a 100644
--- a/phpdbg.h
+++ b/phpdbg.h
@@ -14,6 +14,7 @@
+----------------------------------------------------------------------+
| Authors: Felipe Pena <felipe@php.net> |
| Authors: Joe Watkins <joe.watkins@live.co.uk> |
+ | Authors: Bob Weinand <bwoebi@php.net> |
+----------------------------------------------------------------------+
*/