diff --git a/src/Client.php b/src/Client.php index 03ab5d6..36ea6fd 100644 --- a/src/Client.php +++ b/src/Client.php @@ -17,7 +17,6 @@ * @subpackage Client * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Client/Exception.php b/src/Client/Exception.php index 1896869..a856c18 100644 --- a/src/Client/Exception.php +++ b/src/Client/Exception.php @@ -17,7 +17,6 @@ * @subpackage Client * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Client/FaultException.php b/src/Client/FaultException.php index d461dfa..ba12246 100644 --- a/src/Client/FaultException.php +++ b/src/Client/FaultException.php @@ -17,7 +17,6 @@ * @subpackage Client * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Client/HttpException.php b/src/Client/HttpException.php index 17419db..fd94b7e 100644 --- a/src/Client/HttpException.php +++ b/src/Client/HttpException.php @@ -17,7 +17,6 @@ * @subpackage Client * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Client/IntrospectException.php b/src/Client/IntrospectException.php index 59cc185..3f8d82d 100644 --- a/src/Client/IntrospectException.php +++ b/src/Client/IntrospectException.php @@ -17,7 +17,6 @@ * @subpackage Client * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Client/ServerIntrospection.php b/src/Client/ServerIntrospection.php index 5e1ff41..9d5f042 100644 --- a/src/Client/ServerIntrospection.php +++ b/src/Client/ServerIntrospection.php @@ -17,7 +17,6 @@ * @subpackage Client * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Client/ServerProxy.php b/src/Client/ServerProxy.php index 838b71f..c4c89f6 100644 --- a/src/Client/ServerProxy.php +++ b/src/Client/ServerProxy.php @@ -17,7 +17,6 @@ * @subpackage Client * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Exception.php b/src/Exception.php index dcb3e40..38e6113 100644 --- a/src/Exception.php +++ b/src/Exception.php @@ -16,7 +16,6 @@ * @package Zend_XmlRpc * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Fault.php b/src/Fault.php index b5eda35..bb17a5a 100644 --- a/src/Fault.php +++ b/src/Fault.php @@ -16,7 +16,6 @@ * @subpackage Server * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Generator.php b/src/Generator.php index 44205df..b08a587 100644 --- a/src/Generator.php +++ b/src/Generator.php @@ -16,7 +16,6 @@ * @package Zend_XmlRpc * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Generator/AbstractGenerator.php b/src/Generator/AbstractGenerator.php index 14797fa..481f595 100644 --- a/src/Generator/AbstractGenerator.php +++ b/src/Generator/AbstractGenerator.php @@ -17,7 +17,6 @@ * @subpackage Generator * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Generator/DomDocument.php b/src/Generator/DomDocument.php index b0ae66f..613ecca 100644 --- a/src/Generator/DomDocument.php +++ b/src/Generator/DomDocument.php @@ -17,7 +17,6 @@ * @subpackage Generator * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Generator/XmlWriter.php b/src/Generator/XmlWriter.php index b76326d..818a0a0 100644 --- a/src/Generator/XmlWriter.php +++ b/src/Generator/XmlWriter.php @@ -17,7 +17,6 @@ * @subpackage Generator * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Request.php b/src/Request.php index 6eaaaa8..d1aedfd 100644 --- a/src/Request.php +++ b/src/Request.php @@ -41,7 +41,6 @@ * @package Zend_XmlRpc * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ class Request { diff --git a/src/Request/Http.php b/src/Request/Http.php index f9060a3..636d5db 100644 --- a/src/Request/Http.php +++ b/src/Request/Http.php @@ -39,7 +39,6 @@ * @package Zend_XmlRpc * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ class Http extends XmlRpcRequest { diff --git a/src/Request/Stdin.php b/src/Request/Stdin.php index 9620c40..a85bc8f 100644 --- a/src/Request/Stdin.php +++ b/src/Request/Stdin.php @@ -39,7 +39,6 @@ * @package Zend_XmlRpc * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ class Stdin extends XmlRpcRequest { diff --git a/src/Response.php b/src/Response.php index 9f73c55..667db76 100644 --- a/src/Response.php +++ b/src/Response.php @@ -36,7 +36,6 @@ * @package Zend_XmlRpc * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ class Response { diff --git a/src/Response/Http.php b/src/Response/Http.php index 5651372..2178fd7 100644 --- a/src/Response/Http.php +++ b/src/Response/Http.php @@ -33,7 +33,6 @@ * @package Zend_XmlRpc * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ class Http extends XmlRpcResponse { diff --git a/src/Server.php b/src/Server.php index aa6c229..9d6767d 100644 --- a/src/Server.php +++ b/src/Server.php @@ -17,7 +17,6 @@ * @subpackage Server * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Server/Cache.php b/src/Server/Cache.php index 3217801..a54dd7c 100644 --- a/src/Server/Cache.php +++ b/src/Server/Cache.php @@ -17,7 +17,6 @@ * @subpackage Server * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Server/Exception.php b/src/Server/Exception.php index a2befa4..42c4e15 100644 --- a/src/Server/Exception.php +++ b/src/Server/Exception.php @@ -17,7 +17,6 @@ * @subpackage Server * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Server/Fault.php b/src/Server/Fault.php index 26b59c8..d02b9ef 100644 --- a/src/Server/Fault.php +++ b/src/Server/Fault.php @@ -17,7 +17,6 @@ * @subpackage Server * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Server/System.php b/src/Server/System.php index ee8fbb6..5086d33 100644 --- a/src/Server/System.php +++ b/src/Server/System.php @@ -17,7 +17,6 @@ * @subpackage Server * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Value.php b/src/Value.php index de08a58..c812fae 100644 --- a/src/Value.php +++ b/src/Value.php @@ -17,7 +17,6 @@ * @subpackage Value * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Value/ArrayValue.php b/src/Value/ArrayValue.php index f9b725b..3c724cd 100644 --- a/src/Value/ArrayValue.php +++ b/src/Value/ArrayValue.php @@ -17,7 +17,6 @@ * @subpackage Value * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Value/Base64.php b/src/Value/Base64.php index bd9ca2b..a69567e 100644 --- a/src/Value/Base64.php +++ b/src/Value/Base64.php @@ -17,7 +17,6 @@ * @subpackage Value * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Value/BigInteger.php b/src/Value/BigInteger.php index 0fab793..4f39a0c 100644 --- a/src/Value/BigInteger.php +++ b/src/Value/BigInteger.php @@ -17,7 +17,6 @@ * @subpackage Value * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Value/Boolean.php b/src/Value/Boolean.php index 54dd5b8..863af0d 100644 --- a/src/Value/Boolean.php +++ b/src/Value/Boolean.php @@ -17,7 +17,6 @@ * @subpackage Value * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Value/Collection.php b/src/Value/Collection.php index 249f3d6..2df2a1a 100644 --- a/src/Value/Collection.php +++ b/src/Value/Collection.php @@ -17,7 +17,6 @@ * @subpackage Value * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Value/DateTime.php b/src/Value/DateTime.php index 5846f46..e332d8f 100644 --- a/src/Value/DateTime.php +++ b/src/Value/DateTime.php @@ -17,7 +17,6 @@ * @subpackage Value * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Value/Double.php b/src/Value/Double.php index bccac8c..329f924 100644 --- a/src/Value/Double.php +++ b/src/Value/Double.php @@ -17,7 +17,6 @@ * @subpackage Value * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Value/Exception.php b/src/Value/Exception.php index c393d21..cdd0576 100644 --- a/src/Value/Exception.php +++ b/src/Value/Exception.php @@ -17,7 +17,6 @@ * @subpackage Value * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Value/Integer.php b/src/Value/Integer.php index 4429436..8328985 100644 --- a/src/Value/Integer.php +++ b/src/Value/Integer.php @@ -17,7 +17,6 @@ * @subpackage Value * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Value/Nil.php b/src/Value/Nil.php index 012dfb9..f2ae031 100644 --- a/src/Value/Nil.php +++ b/src/Value/Nil.php @@ -17,7 +17,6 @@ * @subpackage Value * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Value/Scalar.php b/src/Value/Scalar.php index 34387f6..27ac676 100644 --- a/src/Value/Scalar.php +++ b/src/Value/Scalar.php @@ -17,7 +17,6 @@ * @subpackage Value * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Value/String.php b/src/Value/String.php index e5cc532..1d635d2 100644 --- a/src/Value/String.php +++ b/src/Value/String.php @@ -17,7 +17,6 @@ * @subpackage Value * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/src/Value/Struct.php b/src/Value/Struct.php index 017b882..bcdcfac 100644 --- a/src/Value/Struct.php +++ b/src/Value/Struct.php @@ -17,7 +17,6 @@ * @subpackage Value * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/test/ClientTest.php b/test/ClientTest.php index ee04f19..2792e28 100644 --- a/test/ClientTest.php +++ b/test/ClientTest.php @@ -17,7 +17,6 @@ * @subpackage UnitTests * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/test/FaultTest.php b/test/FaultTest.php index 076d8a6..e28d02f 100644 --- a/test/FaultTest.php +++ b/test/FaultTest.php @@ -17,7 +17,6 @@ * @subpackage UnitTests * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/test/GeneratorTest.php b/test/GeneratorTest.php index 5bc5310..1bc99aa 100644 --- a/test/GeneratorTest.php +++ b/test/GeneratorTest.php @@ -17,7 +17,6 @@ * @subpackage UnitTests * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id: ValueTest.php 18442 2009-09-30 13:17:48Z lars $ */ /** diff --git a/test/Request/HttpTest.php b/test/Request/HttpTest.php index 187761d..5970f70 100644 --- a/test/Request/HttpTest.php +++ b/test/Request/HttpTest.php @@ -17,7 +17,6 @@ * @subpackage UnitTests * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/test/RequestTest.php b/test/RequestTest.php index bac122a..9f8296f 100644 --- a/test/RequestTest.php +++ b/test/RequestTest.php @@ -17,7 +17,6 @@ * @subpackage UnitTests * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/test/ResponseTest.php b/test/ResponseTest.php index 375e09d..4aa7372 100644 --- a/test/ResponseTest.php +++ b/test/ResponseTest.php @@ -17,7 +17,6 @@ * @subpackage UnitTests * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/test/Server/CacheTest.php b/test/Server/CacheTest.php index eadf174..82d6167 100644 --- a/test/Server/CacheTest.php +++ b/test/Server/CacheTest.php @@ -17,7 +17,6 @@ * @subpackage UnitTests * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/test/Server/FaultTest.php b/test/Server/FaultTest.php index 16d0eda..f3278ad 100644 --- a/test/Server/FaultTest.php +++ b/test/Server/FaultTest.php @@ -17,7 +17,6 @@ * @subpackage UnitTests * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/test/ServerTest.php b/test/ServerTest.php index a3fb577..b3f97c7 100644 --- a/test/ServerTest.php +++ b/test/ServerTest.php @@ -17,7 +17,6 @@ * @subpackage UnitTests * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /** diff --git a/test/TestProvider.php b/test/TestProvider.php index f03eb78..d176a1a 100644 --- a/test/TestProvider.php +++ b/test/TestProvider.php @@ -17,7 +17,6 @@ * @subpackage UnitTests * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id: ValueTest.php 18442 2009-09-30 13:17:48Z lars $ */ /** diff --git a/test/ValueTest.php b/test/ValueTest.php index 67df34e..a2314fb 100644 --- a/test/ValueTest.php +++ b/test/ValueTest.php @@ -17,7 +17,6 @@ * @subpackage UnitTests * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ */ /**