diff options
Diffstat (limited to 'pear/Console/Getopt.php')
-rw-r--r-- | pear/Console/Getopt.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pear/Console/Getopt.php b/pear/Console/Getopt.php index 5b96cdcfdf..b4aa005bfb 100644 --- a/pear/Console/Getopt.php +++ b/pear/Console/Getopt.php @@ -1,12 +1,11 @@ <?php - /* vim: set expandtab tabstop=4 shiftwidth=4: */ // +----------------------------------------------------------------------+ // | PHP Version 4 | // +----------------------------------------------------------------------+ -// | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group | +// | Copyright (c) 1997-2002 The PHP Group | // +----------------------------------------------------------------------+ -// | This source file is subject to version 2.0 of the PHP license, | +// | 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 | // | available at through the world-wide-web at | // | http://www.php.net/license/2_02.txt. | @@ -14,7 +13,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: Andrei Zmievski <andrei@ispi.net> | +// | Author: Andrei Zmievski <andrei@ispi.net> | // +----------------------------------------------------------------------+ // // $Id$ |