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 2017/05/28 11:16:39 UTC

[41/50] httpcomponents-parent git commit: Add license header.

Add license header.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/project/trunk@1771548 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/commit/4e4db4d2
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/tree/4e4db4d2
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/diff/4e4db4d2

Branch: refs/heads/master
Commit: 4e4db4d23c55b77c6f466641c0d00d70e16c49d9
Parents: 9d0ac9e
Author: Gary D. Gregory <gg...@apache.org>
Authored: Sun Nov 27 09:05:38 2016 +0000
Committer: Gary D. Gregory <gg...@apache.org>
Committed: Sun Nov 27 09:05:38 2016 +0000

----------------------------------------------------------------------
 jakarta-httpcomponents-charter.txt | 26 ++++++++++++++++++++++++++
 pom.xml                            |  1 -
 2 files changed, 26 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/blob/4e4db4d2/jakarta-httpcomponents-charter.txt
----------------------------------------------------------------------
diff --git a/jakarta-httpcomponents-charter.txt b/jakarta-httpcomponents-charter.txt
index 614fa62..4af4195 100644
--- a/jakarta-httpcomponents-charter.txt
+++ b/jakarta-httpcomponents-charter.txt
@@ -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
 ===============
 

http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/blob/4e4db4d2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 523b714..414d2ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,7 +427,6 @@ Fixed JIRA link
            -->
           <excludes combine.children="append">
             <exclude>.pmd</exclude>
-            <exclude>jakarta-httpcomponents-charter.txt</exclude>
           </excludes>
         </configuration>
       </plugin>