summaryrefslogtreecommitdiff
path: root/ext/tokenizer
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2002-02-09 22:54:08 +0000
committerAndrei Zmievski <andrei@php.net>2002-02-09 22:54:08 +0000
commit66c94331bc8ee0ccd244079e46cb27ac352d4ae4 (patch)
tree7a4dd57075881bcc292a6bba8c89718a69c9c3db /ext/tokenizer
parent5970cfb56ca4fd88320b6abea20bfc39ceaee17e (diff)
downloadphp-git-66c94331bc8ee0ccd244079e46cb27ac352d4ae4.tar.gz
*** empty log message ***
Diffstat (limited to 'ext/tokenizer')
-rw-r--r--ext/tokenizer/php_tokenizer.h2
-rw-r--r--ext/tokenizer/tokenizer.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/tokenizer/php_tokenizer.h b/ext/tokenizer/php_tokenizer.h
index 589b8c4179..bd0017a7ae 100644
--- a/ext/tokenizer/php_tokenizer.h
+++ b/ext/tokenizer/php_tokenizer.h
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: |
+ | Authors: Andrei Zmievski <andrei@php.net> |
| |
+----------------------------------------------------------------------+
*/
diff --git a/ext/tokenizer/tokenizer.c b/ext/tokenizer/tokenizer.c
index 9bfb80092f..3e159ab3ea 100644
--- a/ext/tokenizer/tokenizer.c
+++ b/ext/tokenizer/tokenizer.c
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: |
+ | Authors: Andrei Zmievski <andrei@php.net> |
| |
+----------------------------------------------------------------------+
*/