diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-16 09:37:49 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-16 09:37:49 +0200 |
| commit | 1306c94583a9f042ed9e8166e9a551feba3e416a (patch) | |
| tree | c38d296a6879c3543998cfaeec9b4a8b3bef3377 | |
| parent | d464e5221935c8b7b2da3f74db9b8a4e31542ea8 (diff) | |
missing BSD-3-Clause
| -rw-r--r-- | php_xpass.h | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
