diff --git a/sandbox/Program.cs b/sandbox/Program.cs index 4e670d1..c458719 100644 --- a/sandbox/Program.cs +++ b/sandbox/Program.cs @@ -1,6 +1,4 @@ //// -/// Program.cs -/// /// Copyright (c) 2016 Saúl Piña . /// /// This file is part of xmlrpcwsc. diff --git a/sandbox/Properties/AssemblyInfo.cs b/sandbox/Properties/AssemblyInfo.cs index 428139d..ce33de1 100644 --- a/sandbox/Properties/AssemblyInfo.cs +++ b/sandbox/Properties/AssemblyInfo.cs @@ -1,6 +1,4 @@ //// -/// AssemblyInfo.cs -/// /// Copyright (c) 2016 Saúl Piña . /// /// This file is part of xmlrpcwsc. diff --git a/xmlrpcwsc/ComponentInfo.cs b/xmlrpcwsc/ComponentInfo.cs index c1b9d74..1d46bac 100644 --- a/xmlrpcwsc/ComponentInfo.cs +++ b/xmlrpcwsc/ComponentInfo.cs @@ -1,6 +1,4 @@ //// -/// ComponentInfo.cs -/// /// Copyright (c) 2016 Saúl Piña . /// /// This file is part of xmlrpcwsc. diff --git a/xmlrpcwsc/FactoryException.cs b/xmlrpcwsc/FactoryException.cs index 0bc6b55..c26d631 100644 --- a/xmlrpcwsc/FactoryException.cs +++ b/xmlrpcwsc/FactoryException.cs @@ -1,6 +1,4 @@ //// -/// FactoryException.cs -/// /// Copyright (c) 2016 Saúl Piña . /// /// This file is part of xmlrpcwsc. diff --git a/xmlrpcwsc/Properties/AssemblyInfo.cs b/xmlrpcwsc/Properties/AssemblyInfo.cs index 54ddbd7..61fa4b7 100644 --- a/xmlrpcwsc/Properties/AssemblyInfo.cs +++ b/xmlrpcwsc/Properties/AssemblyInfo.cs @@ -1,6 +1,4 @@ //// -/// AssemblyInfo.cs -/// /// Copyright (c) 2016 Saúl Piña . /// /// This file is part of xmlrpcwsc. diff --git a/xmlrpcwsc/RequestFactory.cs b/xmlrpcwsc/RequestFactory.cs index 9d85ed2..9147a83 100644 --- a/xmlrpcwsc/RequestFactory.cs +++ b/xmlrpcwsc/RequestFactory.cs @@ -1,6 +1,4 @@ //// -/// RequestFactory.cs -/// /// Copyright (c) 2016 Saúl Piña . /// /// This file is part of xmlrpcwsc. diff --git a/xmlrpcwsc/ResponseFactory.cs b/xmlrpcwsc/ResponseFactory.cs index 158c290..b67d0b9 100644 --- a/xmlrpcwsc/ResponseFactory.cs +++ b/xmlrpcwsc/ResponseFactory.cs @@ -1,6 +1,4 @@ //// -/// ResponseFactory.cs -/// /// Copyright (c) 2016 Saúl Piña . /// /// This file is part of xmlrpcwsc. diff --git a/xmlrpcwsc/WebServiceConnection.cs b/xmlrpcwsc/WebServiceConnection.cs index bf52ec4..519274c 100644 --- a/xmlrpcwsc/WebServiceConnection.cs +++ b/xmlrpcwsc/WebServiceConnection.cs @@ -1,6 +1,4 @@ //// -/// WebServiceConnection.cs -/// /// Copyright (c) 2016 Saúl Piña . /// /// This file is part of xmlrpcwsc. diff --git a/xmlrpcwsc/WebServiceException.cs b/xmlrpcwsc/WebServiceException.cs index 4cf9c97..99a3a65 100644 --- a/xmlrpcwsc/WebServiceException.cs +++ b/xmlrpcwsc/WebServiceException.cs @@ -1,6 +1,4 @@ //// -/// WebServiceException.cs -/// /// Copyright (c) 2016 Saúl Piña . /// /// This file is part of xmlrpcwsc. diff --git a/xmlrpcwsc/WebServiceTimeoutException.cs b/xmlrpcwsc/WebServiceTimeoutException.cs index 01b45e0..f002fe4 100644 --- a/xmlrpcwsc/WebServiceTimeoutException.cs +++ b/xmlrpcwsc/WebServiceTimeoutException.cs @@ -1,6 +1,4 @@ //// -/// WebServiceTimeoutException.cs -/// /// Copyright (c) 2016 Saúl Piña . /// /// This file is part of xmlrpcwsc. diff --git a/xmlrpcwsc/XmlRpcClient.cs b/xmlrpcwsc/XmlRpcClient.cs index 7e509b2..5e62333 100644 --- a/xmlrpcwsc/XmlRpcClient.cs +++ b/xmlrpcwsc/XmlRpcClient.cs @@ -1,6 +1,4 @@ //// -/// XmlRpcClient.cs -/// /// Copyright (c) 2016 Saúl Piña . /// /// This file is part of xmlrpcwsc. diff --git a/xmlrpcwsc/XmlRpcParameter.cs b/xmlrpcwsc/XmlRpcParameter.cs index 198e803..6fb49d5 100644 --- a/xmlrpcwsc/XmlRpcParameter.cs +++ b/xmlrpcwsc/XmlRpcParameter.cs @@ -1,6 +1,4 @@ //// -/// XmlRpcParameter.cs -/// /// Copyright (c) 2016 Saúl Piña . /// /// This file is part of xmlrpcwsc. diff --git a/xmlrpcwsc/XmlRpcRequest.cs b/xmlrpcwsc/XmlRpcRequest.cs index 0f25628..7d6c84d 100644 --- a/xmlrpcwsc/XmlRpcRequest.cs +++ b/xmlrpcwsc/XmlRpcRequest.cs @@ -1,6 +1,4 @@ //// -/// XmlRpcRequest.cs -/// /// Copyright (c) 2016 Saúl Piña . /// /// This file is part of xmlrpcwsc. diff --git a/xmlrpcwsc/XmlRpcResponse.cs b/xmlrpcwsc/XmlRpcResponse.cs index 37b5ab5..c8e2fce 100644 --- a/xmlrpcwsc/XmlRpcResponse.cs +++ b/xmlrpcwsc/XmlRpcResponse.cs @@ -1,6 +1,4 @@ //// -/// XmlRpcResponse.cs -/// /// Copyright (c) 2016 Saúl Piña . /// /// This file is part of xmlrpcwsc.