summaryrefslogtreecommitdiff
path: root/suhosin.c
diff options
context:
space:
mode:
Diffstat (limited to 'suhosin.c')
-rw-r--r--suhosin.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/suhosin.c b/suhosin.c
index 1dedbd2..f91bb30 100644
--- a/suhosin.c
+++ b/suhosin.c
@@ -3,7 +3,7 @@
3 | Suhosin Version 1 | 3 | Suhosin Version 1 |
4 +----------------------------------------------------------------------+ 4 +----------------------------------------------------------------------+
5 | Copyright (c) 2006-2007 The Hardened-PHP Project | 5 | Copyright (c) 2006-2007 The Hardened-PHP Project |
6 | Copyright (c) 2007-2014 SektionEins GmbH | 6 | Copyright (c) 2007-2015 SektionEins GmbH |
7 +----------------------------------------------------------------------+ 7 +----------------------------------------------------------------------+
8 | This source file is subject to version 3.01 of the PHP license, | 8 | This source file is subject to version 3.01 of the PHP license, |
9 | that is bundled with this package in the file LICENSE, and is | 9 | that is bundled with this package in the file LICENSE, and is |
@@ -65,7 +65,7 @@ STATIC zend_extension suhosin_zend_extension_entry = {
65 SUHOSIN_EXT_VERSION, 65 SUHOSIN_EXT_VERSION,
66 "SektionEins GmbH", 66 "SektionEins GmbH",
67 "http://www.suhosin.org", 67 "http://www.suhosin.org",
68 "Copyright (c) 2007-2014", 68 "Copyright (c) 2007-2015",
69 suhosin_module_startup, 69 suhosin_module_startup,
70 suhosin_shutdown, 70 suhosin_shutdown,
71 NULL, 71 NULL,
@@ -1170,10 +1170,10 @@ PHP_MINFO_FUNCTION(suhosin)
1170 PUTS(!sapi_module.phpinfo_as_text?"<br /><br />":"\n\n"); 1170 PUTS(!sapi_module.phpinfo_as_text?"<br /><br />":"\n\n");
1171 if (sapi_module.phpinfo_as_text) { 1171 if (sapi_module.phpinfo_as_text) {
1172 PUTS("Copyright (c) 2006-2007 Hardened-PHP Project\n"); 1172 PUTS("Copyright (c) 2006-2007 Hardened-PHP Project\n");
1173 PUTS("Copyright (c) 2007-2014 SektionEins GmbH\n"); 1173 PUTS("Copyright (c) 2007-2015 SektionEins GmbH\n");
1174 } else { 1174 } else {
1175 PUTS("Copyright (c) 2006-2007 <a href=\"http://www.hardened-php.net/\">Hardened-PHP Project</a><br />\n"); 1175 PUTS("Copyright (c) 2006-2007 <a href=\"http://www.hardened-php.net/\">Hardened-PHP Project</a><br />\n");
1176 PUTS("Copyright (c) 2007-2014 <a href=\"http://www.sektioneins.de/\">SektionEins GmbH</a>\n"); 1176 PUTS("Copyright (c) 2007-2015 <a href=\"http://www.sektioneins.de/\">SektionEins GmbH</a>\n");
1177 } 1177 }
1178 php_info_print_box_end(); 1178 php_info_print_box_end();
1179 1179