From 9287786f319b8e86306ae617b92c00e4aaf6cae8 Mon Sep 17 00:00:00 2001
From: Ben Fuhrmannek
Date: Fri, 13 Feb 2015 12:39:02 +0100
Subject: (c) 2015
---
log.c | 2 +-
suhosin.c | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/log.c b/log.c
index b819eca..eae3841 100644
--- a/log.c
+++ b/log.c
@@ -3,7 +3,7 @@
| Suhosin Version 1 |
+----------------------------------------------------------------------+
| Copyright (c) 2006-2007 The Hardened-PHP Project |
- | Copyright (c) 2007-2014 SektionEins GmbH |
+ | Copyright (c) 2007-2015 SektionEins GmbH |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/suhosin.c b/suhosin.c
index 1dedbd2..f91bb30 100644
--- a/suhosin.c
+++ b/suhosin.c
@@ -3,7 +3,7 @@
| Suhosin Version 1 |
+----------------------------------------------------------------------+
| Copyright (c) 2006-2007 The Hardened-PHP Project |
- | Copyright (c) 2007-2014 SektionEins GmbH |
+ | Copyright (c) 2007-2015 SektionEins GmbH |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -65,7 +65,7 @@ STATIC zend_extension suhosin_zend_extension_entry = {
SUHOSIN_EXT_VERSION,
"SektionEins GmbH",
"http://www.suhosin.org",
- "Copyright (c) 2007-2014",
+ "Copyright (c) 2007-2015",
suhosin_module_startup,
suhosin_shutdown,
NULL,
@@ -1170,10 +1170,10 @@ PHP_MINFO_FUNCTION(suhosin)
PUTS(!sapi_module.phpinfo_as_text?"
":"\n\n");
if (sapi_module.phpinfo_as_text) {
PUTS("Copyright (c) 2006-2007 Hardened-PHP Project\n");
- PUTS("Copyright (c) 2007-2014 SektionEins GmbH\n");
+ PUTS("Copyright (c) 2007-2015 SektionEins GmbH\n");
} else {
PUTS("Copyright (c) 2006-2007 Hardened-PHP Project
\n");
- PUTS("Copyright (c) 2007-2014 SektionEins GmbH\n");
+ PUTS("Copyright (c) 2007-2015 SektionEins GmbH\n");
}
php_info_print_box_end();
--
cgit v1.3