summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-05-28 02:21:31 +0200
committerNikita Popov <nikita.ppv@gmail.com>2018-05-28 22:14:52 +0200
commit8cc8b48a636ca475d25e70c872f099cf687d278f (patch)
treea664f55996630a8c8b9f4a163c06d37553f396ac
parentaf01ef874170900019b5173d443d5ccb9d589f0a (diff)
downloadphp-git-8cc8b48a636ca475d25e70c872f099cf687d278f.tar.gz
Update year range in hrtime c and h files
-rw-r--r--ext/standard/hrtime.c2
-rw-r--r--ext/standard/hrtime.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/hrtime.c b/ext/standard/hrtime.c
index 3da1c41ba5..c2ade05479 100644
--- a/ext/standard/hrtime.c
+++ b/ext/standard/hrtime.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2017 The PHP Group |
+ | Copyright (c) 1997-2018 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 |
diff --git a/ext/standard/hrtime.h b/ext/standard/hrtime.h
index f0681247d4..17a1576add 100644
--- a/ext/standard/hrtime.h
+++ b/ext/standard/hrtime.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2017 The PHP Group |
+ | Copyright (c) 1997-2018 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 |