Return-Path: Delivered-To: apmail-jakarta-httpclient-commits-archive@www.apache.org Received: (qmail 22636 invoked from network); 9 Feb 2006 22:29:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Feb 2006 22:29:52 -0000 Received: (qmail 92016 invoked by uid 500); 9 Feb 2006 22:29:41 -0000 Mailing-List: contact httpclient-commits-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: httpclient-dev@jakarta.apache.org Delivered-To: mailing list httpclient-commits@jakarta.apache.org Received: (qmail 91874 invoked by uid 99); 9 Feb 2006 22:29:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2006 14:29:40 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 09 Feb 2006 14:29:36 -0800 Received: (qmail 22228 invoked by uid 65534); 9 Feb 2006 22:29:15 -0000 Message-ID: <20060209222915.22222.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r376458 [1/2] - in /jakarta/httpcomponents/trunk: coyote-httpconnector/src/java/org/apache/http/coyote/ coyote-httpconnector/src/java/org/apache/http/coyote/impl/ coyote-httpconnector/src/java/org/apache/http/coyote/params/ http-client/src/... Date: Thu, 09 Feb 2006 22:23:15 -0000 To: httpclient-commits@jakarta.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: olegk Date: Thu Feb 9 14:22:06 2006 New Revision: 376458 URL: http://svn.apache.org/viewcvs?rev=376458&view=rev Log: ASF copyright note fix Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/CommitTrigger.java jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/CoyoteHttpConnection.java jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/HttpConnectionFactory.java jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/HttpConnectionManager.java jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/HttpProtocolHandler.java jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/IOProcessingListener.java jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/IOProcessor.java jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/MalformedURIException.java jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/NotImplementedException.java jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/UnsupportedHttpVersionException.java jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/CoyoteHttpConnectionImpl.java jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultConnectionListener.java jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultHttpConnectionFactory.java jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultHttpConnectionManager.java jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultThreadFactory.java jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/HttpConnectionProcessor.java jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/params/CoyoteParams.java jakarta/httpcomponents/trunk/http-client/src/java/org/apache/httpclient/impl/DefaultResponseConsumedWatcher.java jakarta/httpcomponents/trunk/http-client/src/java/org/apache/httpclient/impl/ResponseConsumedWatcher.java jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/benchmark/BenchmarkWorker.java jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/benchmark/HttpBenchmark.java jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/benchmark/Stats.java jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/GzipCompressingEntity.java jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/GzipDecompressingEntity.java jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/RequestAcceptEncoding.java jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/ResponseGzipCompress.java jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/ResponseGzipUncompress.java jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/spring/SpringHttpDemo.java jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpGet.java jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpPost.java jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpServer.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ConnectTimeoutException.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ConnectionClosedException.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ConnectionReuseStrategy.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/Header.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HeaderElement.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpClientConnection.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpConnection.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpEntity.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpEntityEnclosingRequest.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpException.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMessage.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableEntityEnclosingRequest.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableMessage.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableRequest.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableResponse.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpProxyConnection.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpRequest.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpRequestFactory.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpRequestInterceptor.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpResponse.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpResponseFactory.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpResponseInterceptor.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpServerConnection.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpStatus.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpVersion.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/MethodNotSupportedException.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/NameValuePair.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/NoHttpResponseException.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ProtocolException.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/RequestLine.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/StatusLine.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/BasicHttpEntity.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/BufferedHttpEntity.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/ByteArrayEntity.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/EntityGenerator.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/EntityWriter.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/FileEntity.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/InputStreamEntity.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/StringEntity.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/AbstractHttpConnection.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultConnectionReuseStrategy.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpClientConnection.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpParams.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpProxyConnection.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpRequestFactory.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpRequestRetryHandler.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpResponseFactory.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpServerConnection.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/entity/DefaultClientEntityWriter.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/entity/DefaultEntityGenerator.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/entity/DefaultServerEntityWriter.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/io/SocketHttpDataReceiver.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/io/SocketHttpDataTransmitter.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/io/ByteArrayBuffer.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/io/CharArrayBuffer.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/io/ContentLengthInputStream.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/io/ContentLengthOutputStream.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/io/HttpDataInputStream.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/io/HttpDataOutputStream.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/io/HttpDataReceiver.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/io/HttpDataReceiverFactory.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/io/HttpDataTransmitter.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/io/HttpDataTransmitterFactory.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/io/IdentityOutputStream.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/io/MalformedChunkCodingException.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/message/BasicHttpEntityEnclosingRequest.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/message/BasicHttpMessage.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/message/BasicHttpRequest.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/message/BasicHttpResponse.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/message/HttpGet.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/message/HttpHead.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/message/HttpPost.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/params/HttpConnectionParams.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/params/HttpParams.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/params/HttpProtocolParams.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/protocol/AbstractHttpProcessor.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/protocol/HTTP.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/protocol/HttpContext.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/protocol/HttpDateGenerator.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/protocol/HttpExecutionContext.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/protocol/HttpRequestExecutor.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/protocol/HttpRequestRetryHandler.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/protocol/HttpService.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/protocol/RequestConnControl.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/protocol/RequestContent.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/protocol/RequestExpectContinue.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/protocol/RequestTargetHost.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/protocol/RequestUserAgent.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/protocol/ResponseConnControl.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/protocol/ResponseContent.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/protocol/ResponseDate.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/protocol/ResponseServer.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/util/DateParseException.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/util/DateUtils.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/util/EncodingUtils.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/util/EntityUtils.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/util/ExceptionUtils.java jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/util/LangUtils.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/TestAll.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/TestHeader.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/TestHeaderElement.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/TestHttpExceptions.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/TestHttpHost.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/TestHttpStatus.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/TestHttpVersion.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/TestNameValuePair.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/TestRequestLine.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/TestScheme.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/TestStatusLine.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/entity/TestAllEntity.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/entity/TestHttpEntities.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/impl/TestAllImpl.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/impl/TestHeaderGroup.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/io/TestAllIO.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/io/TestByteArrayBuffer.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/io/TestCharArrayBuffer.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/io/TestHttpDataInputStream.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/io/TestHttpDataOutputStream.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/mockup/HttpMessageMockup.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/util/TestAllUtil.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/util/TestDateUtils.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/util/TestEncodingUtils.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/util/TestEntityUtils.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/util/TestExceptionUtils.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/util/TestLangUtils.java jakarta/httpcomponents/trunk/http-core/src/test/org/apache/http/util/TestNumUtils.java jakarta/httpcomponents/trunk/http-nio/src/java/org/apache/http/nio/NIOHttpDataReceiver.java jakarta/httpcomponents/trunk/http-nio/src/java/org/apache/http/nio/NIOHttpDataTransmitter.java jakarta/httpcomponents/trunk/http-nio/src/java/org/apache/http/nio/NIOSocketHttpDataReceiver.java jakarta/httpcomponents/trunk/http-nio/src/java/org/apache/http/nio/NIOSocketHttpDataTransmitter.java jakarta/httpcomponents/trunk/http-nio/src/test/org/apache/http/nio/TestNIOHttpTransmitterAndReceiver.java jakarta/httpcomponents/trunk/http-nio/src/test/tests/performance/ChunkedIOvsContentLengthDelimIOTest.java jakarta/httpcomponents/trunk/http-nio/src/test/tests/performance/DefaultHttpDataReceiverFactory.java jakarta/httpcomponents/trunk/http-nio/src/test/tests/performance/DefaultHttpDataTransmitterFactory.java jakarta/httpcomponents/trunk/http-nio/src/test/tests/performance/HttpNIOvsHttpOIOTest.java jakarta/httpcomponents/trunk/http-nio/src/test/tests/performance/NIOListenerThread.java jakarta/httpcomponents/trunk/http-nio/src/test/tests/performance/OldIOListenerThread.java jakarta/httpcomponents/trunk/http-nio/src/test/tests/performance/RawNIOvsRawOIOTest.java jakarta/httpcomponents/trunk/http-nio/src/test/tests/performance/TestDataProcessor.java Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/CommitTrigger.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/CommitTrigger.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/CommitTrigger.java (original) +++ jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/CommitTrigger.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/CoyoteHttpConnection.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/CoyoteHttpConnection.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/CoyoteHttpConnection.java (original) +++ jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/CoyoteHttpConnection.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/HttpConnectionFactory.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/HttpConnectionFactory.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/HttpConnectionFactory.java (original) +++ jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/HttpConnectionFactory.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/HttpConnectionManager.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/HttpConnectionManager.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/HttpConnectionManager.java (original) +++ jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/HttpConnectionManager.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/HttpProtocolHandler.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/HttpProtocolHandler.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/HttpProtocolHandler.java (original) +++ jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/HttpProtocolHandler.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/IOProcessingListener.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/IOProcessingListener.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/IOProcessingListener.java (original) +++ jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/IOProcessingListener.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/IOProcessor.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/IOProcessor.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/IOProcessor.java (original) +++ jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/IOProcessor.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/MalformedURIException.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/MalformedURIException.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/MalformedURIException.java (original) +++ jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/MalformedURIException.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/NotImplementedException.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/NotImplementedException.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/NotImplementedException.java (original) +++ jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/NotImplementedException.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/UnsupportedHttpVersionException.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/UnsupportedHttpVersionException.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/UnsupportedHttpVersionException.java (original) +++ jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/UnsupportedHttpVersionException.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/CoyoteHttpConnectionImpl.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/CoyoteHttpConnectionImpl.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/CoyoteHttpConnectionImpl.java (original) +++ jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/CoyoteHttpConnectionImpl.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultConnectionListener.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultConnectionListener.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultConnectionListener.java (original) +++ jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultConnectionListener.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultHttpConnectionFactory.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultHttpConnectionFactory.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultHttpConnectionFactory.java (original) +++ jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultHttpConnectionFactory.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultHttpConnectionManager.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultHttpConnectionManager.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultHttpConnectionManager.java (original) +++ jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultHttpConnectionManager.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultThreadFactory.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultThreadFactory.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultThreadFactory.java (original) +++ jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/DefaultThreadFactory.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/HttpConnectionProcessor.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/HttpConnectionProcessor.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/HttpConnectionProcessor.java (original) +++ jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/impl/HttpConnectionProcessor.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/params/CoyoteParams.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/params/CoyoteParams.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/params/CoyoteParams.java (original) +++ jakarta/httpcomponents/trunk/coyote-httpconnector/src/java/org/apache/http/coyote/params/CoyoteParams.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-client/src/java/org/apache/httpclient/impl/DefaultResponseConsumedWatcher.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-client/src/java/org/apache/httpclient/impl/DefaultResponseConsumedWatcher.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-client/src/java/org/apache/httpclient/impl/DefaultResponseConsumedWatcher.java (original) +++ jakarta/httpcomponents/trunk/http-client/src/java/org/apache/httpclient/impl/DefaultResponseConsumedWatcher.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-client/src/java/org/apache/httpclient/impl/ResponseConsumedWatcher.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-client/src/java/org/apache/httpclient/impl/ResponseConsumedWatcher.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-client/src/java/org/apache/httpclient/impl/ResponseConsumedWatcher.java (original) +++ jakarta/httpcomponents/trunk/http-client/src/java/org/apache/httpclient/impl/ResponseConsumedWatcher.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/benchmark/BenchmarkWorker.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/benchmark/BenchmarkWorker.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/benchmark/BenchmarkWorker.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/benchmark/BenchmarkWorker.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/benchmark/HttpBenchmark.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/benchmark/HttpBenchmark.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/benchmark/HttpBenchmark.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/benchmark/HttpBenchmark.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/benchmark/Stats.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/benchmark/Stats.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/benchmark/Stats.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/benchmark/Stats.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/GzipCompressingEntity.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/GzipCompressingEntity.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/GzipCompressingEntity.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/GzipCompressingEntity.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/GzipDecompressingEntity.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/GzipDecompressingEntity.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/GzipDecompressingEntity.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/GzipDecompressingEntity.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/RequestAcceptEncoding.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/RequestAcceptEncoding.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/RequestAcceptEncoding.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/RequestAcceptEncoding.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/ResponseGzipCompress.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/ResponseGzipCompress.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/ResponseGzipCompress.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/ResponseGzipCompress.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/ResponseGzipUncompress.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/ResponseGzipUncompress.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/ResponseGzipUncompress.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/ResponseGzipUncompress.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/spring/SpringHttpDemo.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/spring/SpringHttpDemo.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/spring/SpringHttpDemo.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/spring/SpringHttpDemo.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpGet.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpGet.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpGet.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpGet.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpPost.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpPost.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpPost.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpPost.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpServer.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpServer.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpServer.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpServer.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ConnectTimeoutException.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ConnectTimeoutException.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ConnectTimeoutException.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ConnectTimeoutException.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ConnectionClosedException.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ConnectionClosedException.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ConnectionClosedException.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ConnectionClosedException.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ConnectionReuseStrategy.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ConnectionReuseStrategy.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ConnectionReuseStrategy.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ConnectionReuseStrategy.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/Header.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/Header.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/Header.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/Header.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HeaderElement.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HeaderElement.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HeaderElement.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HeaderElement.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpClientConnection.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpClientConnection.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpClientConnection.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpClientConnection.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpConnection.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpConnection.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpConnection.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpConnection.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpEntity.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpEntity.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpEntity.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpEntity.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpEntityEnclosingRequest.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpEntityEnclosingRequest.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpEntityEnclosingRequest.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpEntityEnclosingRequest.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpException.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpException.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpException.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpException.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMessage.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMessage.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMessage.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMessage.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableEntityEnclosingRequest.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableEntityEnclosingRequest.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableEntityEnclosingRequest.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableEntityEnclosingRequest.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableMessage.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableMessage.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableMessage.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableMessage.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableRequest.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableRequest.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableRequest.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableRequest.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableResponse.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableResponse.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableResponse.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpMutableResponse.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpProxyConnection.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpProxyConnection.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpProxyConnection.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpProxyConnection.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpRequest.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpRequest.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpRequest.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpRequest.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpRequestFactory.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpRequestFactory.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpRequestFactory.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpRequestFactory.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpRequestInterceptor.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpRequestInterceptor.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpRequestInterceptor.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpRequestInterceptor.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpResponse.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpResponse.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpResponse.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpResponse.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpResponseFactory.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpResponseFactory.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpResponseFactory.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpResponseFactory.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpResponseInterceptor.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpResponseInterceptor.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpResponseInterceptor.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpResponseInterceptor.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpServerConnection.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpServerConnection.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpServerConnection.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpServerConnection.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpStatus.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpStatus.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpStatus.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpStatus.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpVersion.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpVersion.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpVersion.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/HttpVersion.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/MethodNotSupportedException.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/MethodNotSupportedException.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/MethodNotSupportedException.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/MethodNotSupportedException.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/NameValuePair.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/NameValuePair.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/NameValuePair.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/NameValuePair.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/NoHttpResponseException.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/NoHttpResponseException.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/NoHttpResponseException.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/NoHttpResponseException.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ProtocolException.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ProtocolException.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ProtocolException.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/ProtocolException.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/RequestLine.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/RequestLine.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/RequestLine.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/RequestLine.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/StatusLine.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/StatusLine.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/StatusLine.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/StatusLine.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/BasicHttpEntity.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/BasicHttpEntity.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/BasicHttpEntity.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/BasicHttpEntity.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/BufferedHttpEntity.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/BufferedHttpEntity.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/BufferedHttpEntity.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/BufferedHttpEntity.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/ByteArrayEntity.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/ByteArrayEntity.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/ByteArrayEntity.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/ByteArrayEntity.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/EntityGenerator.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/EntityGenerator.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/EntityGenerator.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/EntityGenerator.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/EntityWriter.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/EntityWriter.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/EntityWriter.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/EntityWriter.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/FileEntity.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/FileEntity.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/FileEntity.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/FileEntity.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/InputStreamEntity.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/InputStreamEntity.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/InputStreamEntity.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/InputStreamEntity.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/StringEntity.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/StringEntity.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/StringEntity.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/entity/StringEntity.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/AbstractHttpConnection.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/AbstractHttpConnection.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/AbstractHttpConnection.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/AbstractHttpConnection.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultConnectionReuseStrategy.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultConnectionReuseStrategy.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultConnectionReuseStrategy.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultConnectionReuseStrategy.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpClientConnection.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpClientConnection.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpClientConnection.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpClientConnection.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpParams.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpParams.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpParams.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpParams.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpProxyConnection.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpProxyConnection.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpProxyConnection.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpProxyConnection.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. Modified: jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpRequestFactory.java URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpRequestFactory.java?rev=376458&r1=376457&r2=376458&view=diff ============================================================================== --- jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpRequestFactory.java (original) +++ jakarta/httpcomponents/trunk/http-core/src/java/org/apache/http/impl/DefaultHttpRequestFactory.java Thu Feb 9 14:22:06 2006 @@ -5,7 +5,7 @@ * * ==================================================================== * - * Copyright 1999-2004 The Apache Software Foundation + * Copyright 1999-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.