diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2018-01-04 00:58:17 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2018-01-04 00:58:17 +0200 |
commit | 4959ceb537308dfd222c31292a6861bc0952fd7a (patch) | |
tree | ef410d08601cc0a94db8ac178a0378b8c9aaf740 | |
parent | f9072ac62a288eebf7556f10d9a7d1fc22740602 (diff) | |
parent | fc528afd2bfb342de9809dad16d8494154c7c1ae (diff) | |
download | php-git-4959ceb537308dfd222c31292a6861bc0952fd7a.tar.gz |
Merge branch 'PHP-7.2'
* PHP-7.2:
Happy new year (Update copyright to 2018)
-rw-r--r-- | ext/dba/dba_lmdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dba/dba_lmdb.c b/ext/dba/dba_lmdb.c index c57e2fc0c3..1820314aa8 100644 --- a/ext/dba/dba_lmdb.c +++ b/ext/dba/dba_lmdb.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 2017 The PHP Group | + | Copyright (c) 2017-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 | |