diff options
| author | Stefan Esser | 2012-01-11 23:00:44 +0100 |
|---|---|---|
| committer | Stefan Esser | 2012-01-11 23:00:44 +0100 |
| commit | 2ccb0fdeaeef9b6e7701e4a68d1dbb7f999da040 (patch) | |
| tree | 58d2ae9ad3b9ea7c798ea60cf95805ec89b38f11 /suhosin.c | |
| parent | 31c5db0ca4d1690bc161b01243a0a2ae193f6246 (diff) | |
Long overdue update of copyright year
Diffstat (limited to 'suhosin.c')
| -rw-r--r-- | suhosin.c | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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 | ||
