From c245898bfaf47353a748ca6f2d37cd669e697ae4 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 3 Feb 2019 22:47:49 +0100 Subject: Update and fix remaining year ranges (2019) This patch follows previous license year ranges updates. With new approach source code files now have simplified headers with license information without year ranges. --- sapi/cli/php_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/cli/php_cli.c') diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 608f1b0e25..51e0a03fe8 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -678,7 +678,7 @@ static int do_cli(int argc, char **argv) /* {{{ */ goto out; case 'v': /* show php version & quit */ - php_printf("PHP %s (%s) (built: %s %s) ( %s)\nCopyright (c) 1997-2018 The PHP Group\n%s", + php_printf("PHP %s (%s) (built: %s %s) ( %s)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, cli_sapi_module.name, __DATE__, __TIME__, #if ZTS "ZTS " -- cgit v1.2.1