You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2016/11/27 09:05:38 UTC

svn commit: r1771548 - in /httpcomponents/project/trunk: jakarta-httpcomponents-charter.txt pom.xml

Author: ggregory
Date: Sun Nov 27 09:05:38 2016
New Revision: 1771548

URL: http://svn.apache.org/viewvc?rev=1771548&view=rev
Log:
Add license header.

Modified:
    httpcomponents/project/trunk/jakarta-httpcomponents-charter.txt
    httpcomponents/project/trunk/pom.xml

Modified: httpcomponents/project/trunk/jakarta-httpcomponents-charter.txt
URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/jakarta-httpcomponents-charter.txt?rev=1771548&r1=1771547&r2=1771548&view=diff
==============================================================================
--- httpcomponents/project/trunk/jakarta-httpcomponents-charter.txt (original)
+++ httpcomponents/project/trunk/jakarta-httpcomponents-charter.txt Sun Nov 27 09:05:38 2016
@@ -1,3 +1,29 @@
+<!--
+   ====================================================================
+   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/>.
+ -->
+
 Project Charter
 ===============
 

Modified: httpcomponents/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/pom.xml?rev=1771548&r1=1771547&r2=1771548&view=diff
==============================================================================
--- httpcomponents/project/trunk/pom.xml (original)
+++ httpcomponents/project/trunk/pom.xml Sun Nov 27 09:05:38 2016
@@ -427,7 +427,6 @@ Fixed JIRA link
            -->
           <excludes combine.children="append">
             <exclude>.pmd</exclude>
-            <exclude>jakarta-httpcomponents-charter.txt</exclude>
           </excludes>
         </configuration>
       </plugin>