diff options
author | Xinchen Hui <laruence@php.net> | 2015-01-15 23:27:30 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-01-15 23:27:30 +0800 |
commit | fc33f52d8c25997dd0711de3e07d0dc260a18c11 (patch) | |
tree | f911722203919bedb6ebba2b4464373396a7e1f2 /sapi/continuity/capi.c | |
parent | 0eb46e77832bbed319d180b3b29eb67a84e4ae54 (diff) | |
download | php-git-fc33f52d8c25997dd0711de3e07d0dc260a18c11.tar.gz |
bump year
Diffstat (limited to 'sapi/continuity/capi.c')
-rw-r--r-- | sapi/continuity/capi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/continuity/capi.c b/sapi/continuity/capi.c index fde487558d..2f943e3be0 100644 --- a/sapi/continuity/capi.c +++ b/sapi/continuity/capi.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2014 The PHP Group | + | Copyright (c) 1997-2015 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -462,7 +462,7 @@ int phpFinit(lstTset * opt) core_globals = ts_resource(core_globals_id); logFmsg(0, "mod/php: PHP Interface v3 (module)"); - logFmsg(0, "mod/php: Copyright (c) 1999-2014 The PHP Group. All rights reserved."); + logFmsg(0, "mod/php: Copyright (c) 1999-2015 The PHP Group. All rights reserved."); sapi_startup(&capi_sapi_module); capi_sapi_module.startup(&capi_sapi_module); |