diff options
author | Rui Hirokawa <hirokawa@php.net> | 2001-03-23 13:40:12 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2001-03-23 13:40:12 +0000 |
commit | cd1debc81cd400059ce82c59efd91f3d0a7c6ec8 (patch) | |
tree | 754e86d2ae998143a55277bd027dc97586e5bfcd | |
parent | 6ee15704e8de6a0aad11cd8bd5b54c7ef844cd7a (diff) | |
download | php-git-cd1debc81cd400059ce82c59efd91f3d0a7c6ec8.tar.gz |
changed license of PostgreSQL module in ext/dbx.
-rw-r--r-- | ext/dbx/dbx_pgsql.c | 16 | ||||
-rw-r--r-- | ext/dbx/dbx_pgsql.h | 16 |
2 files changed, 16 insertions, 16 deletions
diff --git a/ext/dbx/dbx_pgsql.c b/ext/dbx/dbx_pgsql.c index 97be5ae78a..b94b176616 100644 --- a/ext/dbx/dbx_pgsql.c +++ b/ext/dbx/dbx_pgsql.c @@ -1,16 +1,16 @@ /* +----------------------------------------------------------------------+ - | stentor module version 1.0 | + | PHP version 4.0 | +----------------------------------------------------------------------+ - | Copyright (c) 2001 Guidance Rotterdam BV | + | Copyright (c) 1997-2001 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 1.0 of the STENTOR 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 through the world-wide-web at | - | http://www.guidance.nl/php/dbx/license/1_00.txt. | - | If you did not receive a copy of the STENTOR license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@guidance.nl so we can mail you a copy immediately. | + | available at through the world-wide-web at | + | http://www.php.net/license/2_02.txt. | + | If you did not receive a copy of the PHP license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author : Rui Hirokawa <hirokawa@php.net> | +----------------------------------------------------------------------+ diff --git a/ext/dbx/dbx_pgsql.h b/ext/dbx/dbx_pgsql.h index d09164c5cd..70c342fa15 100644 --- a/ext/dbx/dbx_pgsql.h +++ b/ext/dbx/dbx_pgsql.h @@ -1,16 +1,16 @@ /* +----------------------------------------------------------------------+ - | stentor module version 1.0 | + | PHP version 4.0 | +----------------------------------------------------------------------+ - | Copyright (c) 2001 Guidance Rotterdam BV | + | Copyright (c) 1997-2001 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 1.0 of the STENTOR 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 through the world-wide-web at | - | http://www.guidance.nl/php/dbx/license/1_00.txt. | - | If you did not receive a copy of the STENTOR license and are unable | - | to obtain it through the world-wide-web, please send a note to | - | license@guidance.nl so we can mail you a copy immediately. | + | available at through the world-wide-web at | + | http://www.php.net/license/2_02.txt. | + | If you did not receive a copy of the PHP license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author : Rui Hirokawa <hirokawa@php.net> | +----------------------------------------------------------------------+ |