From 1306c94583a9f042ed9e8166e9a551feba3e416a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Apr 2026 09:37:49 +0200 Subject: missing BSD-3-Clause --- php_xpass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_xpass.h b/php_xpass.h index 21005e2..fbdc5d8 100644 --- a/php_xpass.h +++ b/php_xpass.h @@ -20,7 +20,7 @@ extern zend_module_entry xpass_module_entry; #define PHP_XPASS_VERSION "1.2.1-dev" #define PHP_XPASS_AUTHOR "Remi Collet" -#define PHP_XPASS_LICENSE "PHP-3.01" +#define PHP_XPASS_LICENSE "BSD-3-Clause" # if defined(ZTS) && defined(COMPILE_DL_XPASS) ZEND_TSRMLS_CACHE_EXTERN() -- cgit