summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2002-05-11 14:26:30 +0000
committerEdin Kadribasic <edink@php.net>2002-05-11 14:26:30 +0000
commit8e15de012af2adc52eafa5e11e7da9850575f1eb (patch)
tree0bfe69c99ccaee716ed283918b80afaf17503150 /sapi/cgi/cgi_main.c
parentb9fd10786b462102b29b9d60acb59fd5388f94f1 (diff)
downloadphp-git-8e15de012af2adc52eafa5e11e7da9850575f1eb.tar.gz
Added copyright notice to php -v output.
Diffstat (limited to 'sapi/cgi/cgi_main.c')
-rw-r--r--sapi/cgi/cgi_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 3c31a42922..7bb0b7dbba 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -876,7 +876,7 @@ consult the installation file that came with this distribution, or visit \n\
SG(headers_sent) = 1;
SG(request_info).no_headers = 1;
}
- php_printf("PHP %s (%s)\n%s", PHP_VERSION, sapi_module.name, get_zend_version());
+ php_printf("PHP %s (%s), Copyright (c) 1997-2002 The PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version());
php_end_ob_buffers(1 TSRMLS_CC);
exit(1);
break;