summaryrefslogtreecommitdiff
path: root/ext/soap/interop/server_round2_groupC.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/interop/server_round2_groupC.php')
-rw-r--r--ext/soap/interop/server_round2_groupC.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/soap/interop/server_round2_groupC.php b/ext/soap/interop/server_round2_groupC.php
index 1ca042e22d..1794b76025 100644
--- a/ext/soap/interop/server_round2_groupC.php
+++ b/ext/soap/interop/server_round2_groupC.php
@@ -3,7 +3,7 @@
// +----------------------------------------------------------------------+
// | PHP Version 4 |
// +----------------------------------------------------------------------+
-// | Copyright (c) 1997-2003 The PHP Group |
+// | Copyright (c) 1997-2018 The PHP Group |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.02 of the PHP license, |
// | that is bundled with this package in the file LICENSE, and is |
@@ -40,4 +40,4 @@ class SOAP_Interop_GroupC {
$server = new SoapServer((isset($_SERVER['HTTPS'])?"https://":"http://").$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF'])."/echoheadersvc.wsdl.php");
$server->setClass("SOAP_Interop_GroupC");
$server->handle();
-?> \ No newline at end of file
+?>