- fix year in copyrights notices
authorggiunta <ggiunta@013ecfd8-0664-425d-a759-9c98391dc3f9>
Tue, 17 Mar 2009 09:17:49 +0000 (09:17 +0000)
committerggiunta <ggiunta@013ecfd8-0664-425d-a759-9c98391dc3f9>
Tue, 17 Mar 2009 09:17:49 +0000 (09:17 +0000)
git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@11 013ecfd8-0664-425d-a759-9c98391dc3f9

14 files changed:
NEWS
debugger/action.php
debugger/common.php
debugger/controller.php
demo/client/simple_call.php
demo/server/proxy.php
doc/convert.php
doc/custom.fo.xsl
doc/custom.xsl
doc/highlight.php
lib/xmlrpc_wrappers.inc
test/benchmark.php
test/parse_args.php
test/verify_compat.php

diff --git a/NEWS b/NEWS
index 709b1fd..0f1673c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-XML-RPC for PHP version 2.2.2 - 2008/03/16\r
+XML-RPC for PHP version 2.2.2 - 2009/03/16\r
 \r
 This release corrects all bugs that have been reported and sucesfully reproduced since\r
 version 2.2.1.\r
 \r
 This release corrects all bugs that have been reported and sucesfully reproduced since\r
 version 2.2.1.\r
index 7d4b668..f1df960 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @version $Id$
  * @author Gaetano Giunta
 /**
  * @version $Id$
  * @author Gaetano Giunta
- * @copyright (C) 2005-2008 G. Giunta
+ * @copyright (C) 2005-2009 G. Giunta
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  *
  * @todo switch params for http compression from 0,1,2 to values to be used directly
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  *
  * @todo switch params for http compression from 0,1,2 to values to be used directly
index 4cc87ae..8a8bc72 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @version $Id$
  * @author Gaetano Giunta
 /**
  * @version $Id$
  * @author Gaetano Giunta
- * @copyright (C) 2005-2008 G. Giunta
+ * @copyright (C) 2005-2009 G. Giunta
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  *
  * @todo switch params for http compression from 0,1,2 to values to be used directly
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  *
  * @todo switch params for http compression from 0,1,2 to values to be used directly
index 0b0f925..70252a7 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @version $Id$
  * @author Gaetano Giunta
 /**
  * @version $Id$
  * @author Gaetano Giunta
- * @copyright (C) 2005-2008 G. Giunta
+ * @copyright (C) 2005-2009 G. Giunta
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  *
  * @todo add links to documentation from every option caption
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  *
  * @todo add links to documentation from every option caption
index a9329c7..0dee1c1 100644 (file)
@@ -3,7 +3,7 @@
  * Helper function for the terminally lazy
  *
  * @version $Id$
  * Helper function for the terminally lazy
  *
  * @version $Id$
- * @copyright (c) 2006-2008 G. Giunta
+ * @copyright (c) 2006-2009 G. Giunta
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  */
 
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  */
 
index adcabd0..bc9fabb 100644 (file)
@@ -6,7 +6,7 @@
  *
  * @version $Id$
  * @author Gaetano Giunta
  *
  * @version $Id$
  * @author Gaetano Giunta
- * @copyright (C) 2006-2008 G. Giunta
+ * @copyright (C) 2006-2009 G. Giunta
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  */
 
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  */
 
index a2c28c0..a0d5ac8 100644 (file)
@@ -3,7 +3,7 @@
  * Script used to convert docbook source to human readable docs
  *
  * @version $Id$
  * Script used to convert docbook source to human readable docs
  *
  * @version $Id$
- * @copyright (c) 2007-2008 G. Giunta
+ * @copyright (c) 2007-2009 G. Giunta
  */
 
 if ($_SERVER['argc'] < 4)
  */
 
 if ($_SERVER['argc'] < 4)
index dc08bfa..0122e0c 100644 (file)
@@ -6,13 +6,13 @@
  Customization xsl stylesheet for docbook to pdf transform\r
  @version $Id: custom.fo.xsl,v 1.4 2008/03/06 18:58:44 ggiunta Exp $\r
  @author Gaetano Giunta\r
  Customization xsl stylesheet for docbook to pdf transform\r
  @version $Id: custom.fo.xsl,v 1.4 2008/03/06 18:58:44 ggiunta Exp $\r
  @author Gaetano Giunta\r
- @copyright (c) 2007-2008 G. Giunta\r
+ @copyright (c) 2007-2009 G. Giunta\r
  @license\r
 -->\r
 \r
 \r
 <!-- import base stylesheet -->\r
  @license\r
 -->\r
 \r
 \r
 <!-- import base stylesheet -->\r
-<xsl:import href="../../docbook-xsl/fo/docbook.xsl"/>\r
+<xsl:import href="../../../docbook-xsl/fo/docbook.xsl"/>\r
 \r
 \r
 <!-- customization vars -->\r
 \r
 \r
 <!-- customization vars -->\r
index f9c0287..a3e26f8 100644 (file)
@@ -5,13 +5,13 @@
  Customization xsl stylesheet for docbook to chunked html transform\r
  @version $Id: custom.xsl,v 1.3 2008/03/06 18:58:44 ggiunta Exp $\r
  @author Gaetano Giunta\r
  Customization xsl stylesheet for docbook to chunked html transform\r
  @version $Id: custom.xsl,v 1.3 2008/03/06 18:58:44 ggiunta Exp $\r
  @author Gaetano Giunta\r
- @copyright (c) 2007-2008 G. Giunta\r
+ @copyright (c) 2007-2009 G. Giunta\r
  @license\r
 -->\r
 \r
 \r
 <!-- import base stylesheet -->\r
  @license\r
 -->\r
 \r
 \r
 <!-- import base stylesheet -->\r
-<xsl:import href="../../docbook-xsl/xhtml/chunk.xsl"/>\r
+<xsl:import href="../../../docbook-xsl/xhtml/chunk.xsl"/>\r
 \r
 \r
 <!-- customization vars -->\r
 \r
 \r
 <!-- customization vars -->\r
index 5ea977d..31752cb 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @version $Id$
  * @author Gaetano Giunta
  *
  * @version $Id$
  * @author Gaetano Giunta
- * @copyright (c) 2007-2008 G. Giunta
+ * @copyright (c) 2007-2009 G. Giunta
  */
 
 function highlight($file)
  */
 
 function highlight($file)
index 0f3338a..8b5bac9 100644 (file)
@@ -5,7 +5,7 @@
  *\r
  * @version $Id: xmlrpc_wrappers.inc,v 1.13 2008/09/20 01:23:47 ggiunta Exp $\r
  * @author Gaetano Giunta\r
  *\r
  * @version $Id: xmlrpc_wrappers.inc,v 1.13 2008/09/20 01:23:47 ggiunta Exp $\r
  * @author Gaetano Giunta\r
- * @copyright (C) 2006-2008 G. Giunta\r
+ * @copyright (C) 2006-2009 G. Giunta\r
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt\r
  *\r
  * @todo separate introspection from code generation for func-2-method wrapping\r
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt\r
  *\r
  * @todo separate introspection from code generation for func-2-method wrapping\r
index 308c01b..0450b6c 100644 (file)
@@ -3,7 +3,7 @@
  * Benchamrking suite for the PHP-XMLRPC lib
  * @author Gaetano Giunta
  * @version $Id$
  * Benchamrking suite for the PHP-XMLRPC lib
  * @author Gaetano Giunta
  * @version $Id$
- * @copyright (c) 2005-2008 G. Giunta
+ * @copyright (c) 2005-2009 G. Giunta
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  **/
 
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  **/
 
index 25f0bf9..5b5c8fb 100644 (file)
@@ -10,7 +10,7 @@
  * @param string  PROXY
  *
  * @version $Id$
  * @param string  PROXY
  *
  * @version $Id$
- * @copyright (C) 2007-2008 G. Giunta
+ * @copyright (C) 2007-2009 G. Giunta
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  **/
 
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  **/
 
index 47c320e..2b37c34 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @version $Id$
  * @author Gaetano Giunta
  *
  * @version $Id$
  * @author Gaetano Giunta
- * @copyright (C) 2006-2008 G. Giunta
+ * @copyright (C) 2006-2009 G. Giunta
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  */
 
  * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt
  */