welcome 2020
authorgggeek <giunta.gaetano@gmail.com>
Mon, 1 Jun 2020 10:03:58 +0000 (10:03 +0000)
committergggeek <giunta.gaetano@gmail.com>
Mon, 1 Jun 2020 10:03:58 +0000 (10:03 +0000)
debugger/action.php
debugger/common.php
debugger/controller.php
demo/server/proxy.php
pakefile.php
src/Wrapper.php
tests/benchmark.php
tests/parse_args.php
tests/phpunit_coverage.php
tests/verify_compat.php

index 2748b69..216c2c3 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @author Gaetano Giunta
- * @copyright (C) 2005-2019 G. Giunta
+ * @copyright (C) 2005-2020 G. Giunta
  * @license code licensed under the BSD License: see file license.txt
  *
  * @todo switch params for http compression from 0,1,2 to values to be used directly
index d1bb28c..649de51 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @author Gaetano Giunta
- * @copyright (C) 2005-2019 G. Giunta
+ * @copyright (C) 2005-2020 G. Giunta
  * @license code licensed under the BSD License: see file license.txt
  *
  * Parses GET/POST variables
index e0540d3..94c7410 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @author Gaetano Giunta
- * @copyright (C) 2005-2019 G. Giunta
+ * @copyright (C) 2005-2020 G. Giunta
  * @license code licensed under the BSD License: see file license.txt
  *
  * @todo add links to documentation from every option caption
index 453c9a4..a1b702e 100644 (file)
@@ -5,7 +5,7 @@
  * the originating server).
  *
  * @author Gaetano Giunta
- * @copyright (C) 2006-2019 G. Giunta
+ * @copyright (C) 2006-2020 G. Giunta
  * @license code licensed under the BSD License: see file license.txt
  */
 
index d153a98..ef2f31a 100644 (file)
@@ -3,7 +3,7 @@
  * Makefile for phpxmlrpc library.
  * To be used with the Pake tool: https://github.com/indeyets/pake/wiki
  *
- * @copyright (c) 2015 - 2019 G. Giunta
+ * @copyright (c) 2015-2020 G. Giunta
  *
  * @todo !important allow user to specify location of docbook xslt instead of the one installed via composer
  */
index 68dd559..cdfb41f 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * @author Gaetano Giunta
- * @copyright (C) 2006-2019 G. Giunta
+ * @copyright (C) 2006-2020 G. Giunta
  * @license code licensed under the BSD License: see file license.txt
  */
 
index 7150d90..3f0a470 100644 (file)
@@ -3,7 +3,7 @@
  * Benchmarking suite for the PHP-XMLRPC lib.
  *
  * @author Gaetano Giunta
- * @copyright (c) 2005-2019 G. Giunta
+ * @copyright (c) 2005-2020 G. Giunta
  * @license code licensed under the BSD License: see file license.txt
  *
  * @todo add a test for response ok in call testing
index 79c95d4..6dc9b82 100644 (file)
@@ -14,7 +14,7 @@
  * @param int     HTTPSVERIFYHOST
  * @param int     SSLVERSION
  *
- * @copyright (C) 2007-2019 G. Giunta
+ * @copyright (C) 2007-2020 G. Giunta
  * @license code licensed under the BSD License: see file license.txt
  **/
 class argParser
index 35ae916..69d1258 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Used to serve back the server-side code coverage results to phpunit-selenium
  *
- * @copyright (C) 2007-2019 G. Giunta
+ * @copyright (C) 2007-2020 G. Giunta
  * @license code licensed under the BSD License: see file license.txt
  **/
 
@@ -13,4 +13,4 @@ $GLOBALS['PHPUNIT_COVERAGE_DATA_DIRECTORY'] = '/tmp/phpxmlrpc_coverage';
 
 chdir($GLOBALS['PHPUNIT_COVERAGE_DATA_DIRECTORY']);
 
-include_once $coverageFile;
\ No newline at end of file
+include_once $coverageFile;
index 67d26ce..06cf234 100644 (file)
@@ -3,7 +3,7 @@
  * Verify compatibility level of current php install with php-xmlrpc lib.
  *
  * @author Gaetano Giunta
- * @copyright (C) 2006-2019 G. Giunta
+ * @copyright (C) 2006-2020 G. Giunta
  * @license code licensed under the BSD License: see file license.txt
  *
  * @todo add a test for php output buffering?