diff options
author | Sebastian Bergmann <sebastian@php.net> | 2007-01-01 09:36:18 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2007-01-01 09:36:18 +0000 |
commit | 4223aa4d5e0f643c2f78f509a32a0ada4eddce91 (patch) | |
tree | cf245620797ceabc4459944a9eab874ebb44fbbe /ext/tokenizer | |
parent | 6e0af2f4d5e50c08aea349c8bc544314ebfb8421 (diff) | |
download | php-git-4223aa4d5e0f643c2f78f509a32a0ada4eddce91.tar.gz |
MFH: Bump year.
Diffstat (limited to 'ext/tokenizer')
-rw-r--r-- | ext/tokenizer/php_tokenizer.h | 2 | ||||
-rw-r--r-- | ext/tokenizer/tokenizer.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/tokenizer/php_tokenizer.h b/ext/tokenizer/php_tokenizer.h index c9f2979e11..36469993b8 100644 --- a/ext/tokenizer/php_tokenizer.h +++ b/ext/tokenizer/php_tokenizer.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2006 The PHP Group | + | Copyright (c) 1997-2007 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | diff --git a/ext/tokenizer/tokenizer.c b/ext/tokenizer/tokenizer.c index 9c0475f2ab..a6e9fee08c 100644 --- a/ext/tokenizer/tokenizer.c +++ b/ext/tokenizer/tokenizer.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2006 The PHP Group | + | Copyright (c) 1997-2007 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | |