From 1543bfd6f29a92ee6d2166f4b19c79b66fffb8e1 Mon Sep 17 00:00:00 2001 From: haseok Date: Tue, 12 Jul 2022 17:14:31 +0900 Subject: [PATCH] change php version and copyright year --- mcrypt.c | 4 ++-- mcrypt_filter.c | 4 ++-- php_mcrypt.h | 2 +- php_mcrypt_filter.h | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mcrypt.c b/mcrypt.c index b834ffe..c903c6d 100644 --- a/mcrypt.c +++ b/mcrypt.c @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP Version 7 | + | PHP Version 8 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2016 The PHP Group | + | Copyright (c) 1997-2022 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/mcrypt_filter.c b/mcrypt_filter.c index 2bdb716..27b4d04 100644 --- a/mcrypt_filter.c +++ b/mcrypt_filter.c @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP Version 7 | + | PHP Version 8 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2016 The PHP Group | + | Copyright (c) 1997-2022 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/php_mcrypt.h b/php_mcrypt.h index 7cd1c22..279f315 100644 --- a/php_mcrypt.h +++ b/php_mcrypt.h @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | PHP Version 7 | + | PHP Version 8 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2019 The PHP Group | +----------------------------------------------------------------------+ diff --git a/php_mcrypt_filter.h b/php_mcrypt_filter.h index 29337f0..66ab67f 100644 --- a/php_mcrypt_filter.h +++ b/php_mcrypt_filter.h @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP Version 7 | + | PHP Version 8 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2016 The PHP Group | + | Copyright (c) 1997-2022 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 |