diff options
Diffstat (limited to 'ext/sodium')
-rw-r--r-- | ext/sodium/libsodium.c | 2 | ||||
-rw-r--r-- | ext/sodium/php_libsodium.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/sodium/libsodium.c b/ext/sodium/libsodium.c index 125c8b74b2..104840b7d6 100644 --- a/ext/sodium/libsodium.c +++ b/ext/sodium/libsodium.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2018 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 | diff --git a/ext/sodium/php_libsodium.h b/ext/sodium/php_libsodium.h index 3fd2684a48..d3dcf591eb 100644 --- a/ext/sodium/php_libsodium.h +++ b/ext/sodium/php_libsodium.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2018 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 | |