diff options
author | Sascha Schumann <sas@php.net> | 2000-01-01 01:32:05 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-01-01 01:32:05 +0000 |
commit | 43ae2bffbb876b0ad686e1fbe51712dacc76ac2f (patch) | |
tree | 3e7b37771d76449a0e764e4b695de78151908f64 /ext/readline | |
parent | 3762f2d25caf4d87c7abd30a0a6679aea1cd33f4 (diff) | |
download | php-git-43ae2bffbb876b0ad686e1fbe51712dacc76ac2f.tar.gz |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).
Diffstat (limited to 'ext/readline')
-rw-r--r-- | ext/readline/php_readline.h | 2 | ||||
-rw-r--r-- | ext/readline/readline.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/readline/php_readline.h b/ext/readline/php_readline.h index 548de29a7a..98d365884b 100644 --- a/ext/readline/php_readline.h +++ b/ext/readline/php_readline.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP version 4.0 | +----------------------------------------------------------------------+ - | Copyright (c) 1997, 1998, 1999 The PHP Group | + | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 2.0 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | diff --git a/ext/readline/readline.c b/ext/readline/readline.c index 980d8011df..0f966e6184 100644 --- a/ext/readline/readline.c +++ b/ext/readline/readline.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP version 4.0 | +----------------------------------------------------------------------+ - | Copyright (c) 1997, 1998, 1999 The PHP Group | + | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 2.0 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | |