diff options
author | Zeev Suraski <zeev@php.net> | 1999-05-06 22:31:46 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-05-06 22:31:46 +0000 |
commit | ae6f852cb67f2cab0787035811efc0426f8e2d86 (patch) | |
tree | 911e6fcac175abc6ed77a040aa3f4196f17cdff5 /main | |
parent | ade1117ebd6a7a64faccf48a3811ee92e2ac9d9d (diff) | |
download | php-git-ae6f852cb67f2cab0787035811efc0426f8e2d86.tar.gz |
Oh yeah, wrong license
Diffstat (limited to 'main')
-rw-r--r-- | main/SAPI.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/main/SAPI.c b/main/SAPI.c index 55c5c966da..1df5fe4fea 100644 --- a/main/SAPI.c +++ b/main/SAPI.c @@ -2,12 +2,10 @@ +----------------------------------------------------------------------+ | Server API Abstraction Layer | +----------------------------------------------------------------------+ - | Copyright (c) 1998, 1999 SAPI Development Team | + | Copyright (c) 1999 SAPI Development Team | +----------------------------------------------------------------------+ - | This source file is subject to the Zend license, that is bundled | - | with this package in the file LICENSE. If you did not receive a | - | copy of the Zend license, please mail us at zend@zend.com so we can | - | send you a copy immediately. | + | This source file is subject to the GNU public license, that is | + | bundled with this package in the file LICENSE. | +----------------------------------------------------------------------+ | Design: Shane Caraveo <shane@caraveo.com> | | Authors: Andi Gutmans <andi@zend.com> | |