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 2014/03/15 17:12:26 UTC

svn commit: r1577890 - /httpcomponents/httpclient-android/branches/4.3.3-android/src/main/AndroidManifest.xml

Author: olegk
Date: Sat Mar 15 16:12:25 2014
New Revision: 1577890

URL: http://svn.apache.org/r1577890
Log:
Added ASLv2 header

Modified:
    httpcomponents/httpclient-android/branches/4.3.3-android/src/main/AndroidManifest.xml

Modified: httpcomponents/httpclient-android/branches/4.3.3-android/src/main/AndroidManifest.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient-android/branches/4.3.3-android/src/main/AndroidManifest.xml?rev=1577890&r1=1577889&r2=1577890&view=diff
==============================================================================
--- httpcomponents/httpclient-android/branches/4.3.3-android/src/main/AndroidManifest.xml (original)
+++ httpcomponents/httpclient-android/branches/4.3.3-android/src/main/AndroidManifest.xml Sat Mar 15 16:12:25 2014
@@ -1,3 +1,28 @@
+<!--
+   ====================================================================
+   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 />.
+ -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="org.apache.http"
     android:versionCode="1"