You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2009/03/18 18:07:55 UTC

svn commit: r755653 - in /httpcomponents/httpclient/branches/branch_4_1/httpclient/src: main/java/org/apache/http/impl/client/ test/java/org/apache/http/impl/client/

Author: olegk
Date: Wed Mar 18 17:07:54 2009
New Revision: 755653

URL: http://svn.apache.org/viewvc?rev=755653&view=rev
Log:
Added missing ASL header and svn properties

Modified:
    httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/ContentEncodingProcessor.java   (contents, props changed)
    httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/DeflateDecompressingEntity.java   (contents, props changed)
    httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/GzipDecompressingEntity.java   (contents, props changed)
    httpcomponents/httpclient/branches/branch_4_1/httpclient/src/test/java/org/apache/http/impl/client/TestContentCodings.java   (contents, props changed)

Modified: httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/ContentEncodingProcessor.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/ContentEncodingProcessor.java?rev=755653&r1=755652&r2=755653&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/ContentEncodingProcessor.java (original)
+++ httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/ContentEncodingProcessor.java Wed Mar 18 17:07:54 2009
@@ -1,3 +1,34 @@
+/*
+ * $HeadURL$
+ * $Revision$
+ * $Date$
+ *
+ * ====================================================================
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Software Foundation.  For more
+ * information on the Apache Software Foundation, please see
+ * <http://www.apache.org/>.
+ *
+ */
+
 package org.apache.http.impl.client;
 
 import java.io.IOException;

Propchange: httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/ContentEncodingProcessor.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/ContentEncodingProcessor.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/ContentEncodingProcessor.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/DeflateDecompressingEntity.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/DeflateDecompressingEntity.java?rev=755653&r1=755652&r2=755653&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/DeflateDecompressingEntity.java (original)
+++ httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/DeflateDecompressingEntity.java Wed Mar 18 17:07:54 2009
@@ -1,3 +1,34 @@
+/*
+ * $HeadURL$
+ * $Revision$
+ * $Date$
+ *
+ * ====================================================================
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Software Foundation.  For more
+ * information on the Apache Software Foundation, please see
+ * <http://www.apache.org/>.
+ *
+ */
+
 package org.apache.http.impl.client;
 
 import java.io.IOException;

Propchange: httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/DeflateDecompressingEntity.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/DeflateDecompressingEntity.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/DeflateDecompressingEntity.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/GzipDecompressingEntity.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/GzipDecompressingEntity.java?rev=755653&r1=755652&r2=755653&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/GzipDecompressingEntity.java (original)
+++ httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/GzipDecompressingEntity.java Wed Mar 18 17:07:54 2009
@@ -1,3 +1,34 @@
+/*
+ * $HeadURL$
+ * $Revision$
+ * $Date$
+ *
+ * ====================================================================
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Software Foundation.  For more
+ * information on the Apache Software Foundation, please see
+ * <http://www.apache.org/>.
+ *
+ */
+
 package org.apache.http.impl.client;
 
 import java.io.IOException;

Propchange: httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/GzipDecompressingEntity.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/GzipDecompressingEntity.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: httpcomponents/httpclient/branches/branch_4_1/httpclient/src/main/java/org/apache/http/impl/client/GzipDecompressingEntity.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: httpcomponents/httpclient/branches/branch_4_1/httpclient/src/test/java/org/apache/http/impl/client/TestContentCodings.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/branch_4_1/httpclient/src/test/java/org/apache/http/impl/client/TestContentCodings.java?rev=755653&r1=755652&r2=755653&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/branch_4_1/httpclient/src/test/java/org/apache/http/impl/client/TestContentCodings.java (original)
+++ httpcomponents/httpclient/branches/branch_4_1/httpclient/src/test/java/org/apache/http/impl/client/TestContentCodings.java Wed Mar 18 17:07:54 2009
@@ -1,3 +1,34 @@
+/*
+ * $HeadURL$
+ * $Revision$
+ * $Date$
+ *
+ * ====================================================================
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Software Foundation.  For more
+ * information on the Apache Software Foundation, please see
+ * <http://www.apache.org/>.
+ *
+ */
+
 package org.apache.http.impl.client;
 
 import java.io.ByteArrayInputStream;

Propchange: httpcomponents/httpclient/branches/branch_4_1/httpclient/src/test/java/org/apache/http/impl/client/TestContentCodings.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpcomponents/httpclient/branches/branch_4_1/httpclient/src/test/java/org/apache/http/impl/client/TestContentCodings.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: httpcomponents/httpclient/branches/branch_4_1/httpclient/src/test/java/org/apache/http/impl/client/TestContentCodings.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain