diff options
| author | jvoisin | 2024-09-06 15:12:51 +0200 |
|---|---|---|
| committer | jvoisin | 2024-09-06 15:12:51 +0200 |
| commit | 1f32e01716dc73c9ad7235f04d191bf8c32d5813 (patch) | |
| tree | 0a86a036072f3b05dadd37eb2ef24cf35db2f051 /src/php_snuffleupagus.h | |
| parent | 0ba0c07bc7c9cba401e061ae86ee4adcf9655be9 (diff) | |
Fix a licensing typo
Spotted by @kpcyrd
Diffstat (limited to 'src/php_snuffleupagus.h')
| -rw-r--r-- | src/php_snuffleupagus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 72334e3..1f122e3 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | #define PHP_SNUFFLEUPAGUS_EXTNAME "snuffleupagus" | 5 | #define PHP_SNUFFLEUPAGUS_EXTNAME "snuffleupagus" |
| 6 | #define PHP_SNUFFLEUPAGUS_AUTHOR "NBS System & Julien (jvoisin) Voisin & SektionEins GmbH" | 6 | #define PHP_SNUFFLEUPAGUS_AUTHOR "NBS System & Julien (jvoisin) Voisin & SektionEins GmbH" |
| 7 | #define PHP_SNUFFLEUPAGUS_URL "https://github.com/jvoisin/snuffleupagus" | 7 | #define PHP_SNUFFLEUPAGUS_URL "https://github.com/jvoisin/snuffleupagus" |
| 8 | #define PHP_SNUFFLEUPAGUS_COPYRIGHT "LGPLv2" | 8 | #define PHP_SNUFFLEUPAGUS_COPYRIGHT "LGPLv3" |
| 9 | 9 | ||
| 10 | #ifdef HAVE_CONFIG_H | 10 | #ifdef HAVE_CONFIG_H |
| 11 | #include "config.h" | 11 | #include "config.h" |
