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. --- ext/ext_skel.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/ext_skel.php') diff --git a/ext/ext_skel.php b/ext/ext_skel.php index a03f40a5d8..ff41ee8ccf 100755 --- a/ext/ext_skel.php +++ b/ext/ext_skel.php @@ -183,7 +183,6 @@ function process_source_tags($file, $short_name) { if (!$header) { if ($options['std']) { - $year = date('Y'); $author_len = strlen($options['author']); $credits = $options['author'] . ($author_len && $author_len <= 60 ? str_repeat(' ', 60 - $author_len) : ''); @@ -192,7 +191,7 @@ function process_source_tags($file, $short_name) { +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-$year The PHP Group | + | Copyright (c) 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 | -- cgit v1.2.1