summaryrefslogtreecommitdiff
path: root/suhosin.c
diff options
context:
space:
mode:
authorStefan Esser2012-01-11 23:00:44 +0100
committerStefan Esser2012-01-11 23:00:44 +0100
commit2ccb0fdeaeef9b6e7701e4a68d1dbb7f999da040 (patch)
tree58d2ae9ad3b9ea7c798ea60cf95805ec89b38f11 /suhosin.c
parent31c5db0ca4d1690bc161b01243a0a2ae193f6246 (diff)
Long overdue update of copyright year
Diffstat (limited to 'suhosin.c')
-rw-r--r--suhosin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/suhosin.c b/suhosin.c
index 39fa186..5e89c9c 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-2010 SektionEins GmbH | 6 | Copyright (c) 2007-2012 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 |
@@ -1202,10 +1202,10 @@ PHP_MINFO_FUNCTION(suhosin)
1202 PUTS(!sapi_module.phpinfo_as_text?"<br /><br />":"\n\n"); 1202 PUTS(!sapi_module.phpinfo_as_text?"<br /><br />":"\n\n");
1203 if (sapi_module.phpinfo_as_text) { 1203 if (sapi_module.phpinfo_as_text) {
1204 PUTS("Copyright (c) 2006-2007 Hardened-PHP Project\n"); 1204 PUTS("Copyright (c) 2006-2007 Hardened-PHP Project\n");
1205 PUTS("Copyright (c) 2007-2010 SektionEins GmbH\n"); 1205 PUTS("Copyright (c) 2007-2012 SektionEins GmbH\n");
1206 } else { 1206 } else {
1207 PUTS("Copyright (c) 2006-2007 <a href=\"http://www.hardened-php.net/\">Hardened-PHP Project</a><br />\n"); 1207 PUTS("Copyright (c) 2006-2007 <a href=\"http://www.hardened-php.net/\">Hardened-PHP Project</a><br />\n");
1208 PUTS("Copyright (c) 2007-2010 <a href=\"http://www.sektioneins.de/\">SektionEins GmbH</a>\n"); 1208 PUTS("Copyright (c) 2007-2012 <a href=\"http://www.sektioneins.de/\">SektionEins GmbH</a>\n");
1209 } 1209 }
1210 php_info_print_box_end(); 1210 php_info_print_box_end();
1211 1211