From: ggiunta Date: Tue, 17 Mar 2009 09:17:49 +0000 (+0000) Subject: - fix year in copyrights notices X-Git-Tag: 3.0.0-beta~28 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=b9d3e26af8fa9e6b6bca20a5769fe0abbecce3c1 - fix year in copyrights notices git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@11 013ecfd8-0664-425d-a759-9c98391dc3f9 --- diff --git a/NEWS b/NEWS index 709b1fd..0f1673c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -XML-RPC for PHP version 2.2.2 - 2008/03/16 +XML-RPC for PHP version 2.2.2 - 2009/03/16 This release corrects all bugs that have been reported and sucesfully reproduced since version 2.2.1. diff --git a/debugger/action.php b/debugger/action.php index 7d4b668..f1df960 100644 --- a/debugger/action.php +++ b/debugger/action.php @@ -2,7 +2,7 @@ /** * @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 diff --git a/debugger/common.php b/debugger/common.php index 4cc87ae..8a8bc72 100644 --- a/debugger/common.php +++ b/debugger/common.php @@ -2,7 +2,7 @@ /** * @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 diff --git a/debugger/controller.php b/debugger/controller.php index 0b0f925..70252a7 100644 --- a/debugger/controller.php +++ b/debugger/controller.php @@ -2,7 +2,7 @@ /** * @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 diff --git a/demo/client/simple_call.php b/demo/client/simple_call.php index a9329c7..0dee1c1 100644 --- a/demo/client/simple_call.php +++ b/demo/client/simple_call.php @@ -3,7 +3,7 @@ * 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 */ diff --git a/demo/server/proxy.php b/demo/server/proxy.php index adcabd0..bc9fabb 100644 --- a/demo/server/proxy.php +++ b/demo/server/proxy.php @@ -6,7 +6,7 @@ * * @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 */ diff --git a/doc/convert.php b/doc/convert.php index a2c28c0..a0d5ac8 100644 --- a/doc/convert.php +++ b/doc/convert.php @@ -3,7 +3,7 @@ * 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) diff --git a/doc/custom.fo.xsl b/doc/custom.fo.xsl index dc08bfa..0122e0c 100644 --- a/doc/custom.fo.xsl +++ b/doc/custom.fo.xsl @@ -6,13 +6,13 @@ Customization xsl stylesheet for docbook to pdf transform @version $Id: custom.fo.xsl,v 1.4 2008/03/06 18:58:44 ggiunta Exp $ @author Gaetano Giunta - @copyright (c) 2007-2008 G. Giunta + @copyright (c) 2007-2009 G. Giunta @license --> - + diff --git a/doc/custom.xsl b/doc/custom.xsl index f9c0287..a3e26f8 100644 --- a/doc/custom.xsl +++ b/doc/custom.xsl @@ -5,13 +5,13 @@ Customization xsl stylesheet for docbook to chunked html transform @version $Id: custom.xsl,v 1.3 2008/03/06 18:58:44 ggiunta Exp $ @author Gaetano Giunta - @copyright (c) 2007-2008 G. Giunta + @copyright (c) 2007-2009 G. Giunta @license --> - + diff --git a/doc/highlight.php b/doc/highlight.php index 5ea977d..31752cb 100644 --- a/doc/highlight.php +++ b/doc/highlight.php @@ -4,7 +4,7 @@ * * @version $Id$ * @author Gaetano Giunta - * @copyright (c) 2007-2008 G. Giunta + * @copyright (c) 2007-2009 G. Giunta */ function highlight($file) diff --git a/lib/xmlrpc_wrappers.inc b/lib/xmlrpc_wrappers.inc index 0f3338a..8b5bac9 100644 --- a/lib/xmlrpc_wrappers.inc +++ b/lib/xmlrpc_wrappers.inc @@ -5,7 +5,7 @@ * * @version $Id: xmlrpc_wrappers.inc,v 1.13 2008/09/20 01:23:47 ggiunta Exp $ * @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 * * @todo separate introspection from code generation for func-2-method wrapping diff --git a/test/benchmark.php b/test/benchmark.php index 308c01b..0450b6c 100644 --- a/test/benchmark.php +++ b/test/benchmark.php @@ -3,7 +3,7 @@ * 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 **/ diff --git a/test/parse_args.php b/test/parse_args.php index 25f0bf9..5b5c8fb 100644 --- a/test/parse_args.php +++ b/test/parse_args.php @@ -10,7 +10,7 @@ * @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 **/ diff --git a/test/verify_compat.php b/test/verify_compat.php index 47c320e..2b37c34 100644 --- a/test/verify_compat.php +++ b/test/verify_compat.php @@ -4,7 +4,7 @@ * * @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 */