diff options
| author | Sebastian Bergmann <sebastian@php.net> | 2002-12-31 16:37:36 +0000 |
|---|---|---|
| committer | Sebastian Bergmann <sebastian@php.net> | 2002-12-31 16:37:36 +0000 |
| commit | ec46829b3827de6f5a245873228f6f697ea394bb (patch) | |
| tree | 5afed5d755b5d4bc504d15aaeaac0b1919d19fe5 /ext/ncurses | |
| parent | 03d440e1c0821e32c0fff4402c882a12e2d1e35f (diff) | |
| download | php-git-ec46829b3827de6f5a245873228f6f697ea394bb.tar.gz | |
MFH: Bump year.
Diffstat (limited to 'ext/ncurses')
| -rw-r--r-- | ext/ncurses/ncurses.c | 2 | ||||
| -rw-r--r-- | ext/ncurses/ncurses_fe.c | 2 | ||||
| -rw-r--r-- | ext/ncurses/ncurses_functions.c | 2 | ||||
| -rw-r--r-- | ext/ncurses/php_ncurses.h | 2 | ||||
| -rw-r--r-- | ext/ncurses/php_ncurses_fe.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/ext/ncurses/ncurses.c b/ext/ncurses/ncurses.c index 914114f3f2..916cbc96b0 100644 --- a/ext/ncurses/ncurses.c +++ b/ext/ncurses/ncurses.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2002 The PHP Group | + | Copyright (c) 1997-2003 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | diff --git a/ext/ncurses/ncurses_fe.c b/ext/ncurses/ncurses_fe.c index 00e1402e54..8bb6bc0f61 100644 --- a/ext/ncurses/ncurses_fe.c +++ b/ext/ncurses/ncurses_fe.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2002 The PHP Group | + | Copyright (c) 1997-2003 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | diff --git a/ext/ncurses/ncurses_functions.c b/ext/ncurses/ncurses_functions.c index 8031c0a7d8..3c85134560 100644 --- a/ext/ncurses/ncurses_functions.c +++ b/ext/ncurses/ncurses_functions.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2002 The PHP Group | + | Copyright (c) 1997-2003 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | diff --git a/ext/ncurses/php_ncurses.h b/ext/ncurses/php_ncurses.h index 3cf60cf72e..00592bd602 100644 --- a/ext/ncurses/php_ncurses.h +++ b/ext/ncurses/php_ncurses.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2002 The PHP Group | + | Copyright (c) 1997-2003 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | diff --git a/ext/ncurses/php_ncurses_fe.h b/ext/ncurses/php_ncurses_fe.h index 55526f9fa1..f5866370f8 100644 --- a/ext/ncurses/php_ncurses_fe.h +++ b/ext/ncurses/php_ncurses_fe.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2002 The PHP Group | + | Copyright (c) 1997-2003 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | |
