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/12/02 16:20:49 UTC

svn commit: r1772370 - in /httpcomponents/httpcore/trunk: README.md pom.xml

Author: ggregory
Date: Fri Dec  2 16:20:48 2016
New Revision: 1772370

URL: http://svn.apache.org/viewvc?rev=1772370&view=rev
Log:
Add license header to README.md and pom.xml format tweak.

Modified:
    httpcomponents/httpcore/trunk/README.md
    httpcomponents/httpcore/trunk/pom.xml

Modified: httpcomponents/httpcore/trunk/README.md
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/README.md?rev=1772370&r1=1772369&r2=1772370&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/README.md (original)
+++ httpcomponents/httpcore/trunk/README.md Fri Dec  2 16:20:48 2016
@@ -1,3 +1,21 @@
+<!--
+    Copyright (C) 2016 Gary Gregory. All rights reserved.
+
+    See the NOTICE.txt file distributed with this work for additional
+    information regarding copyright ownership.
+
+    Licensed 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.
+-->
 Apache HttpComponents Core
 ==========================
 

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=1772370&r1=1772369&r2=1772370&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Fri Dec  2 16:20:48 2016
@@ -23,7 +23,8 @@
    individuals on behalf of the Apache Software Foundation.  For more
    information on the Apache Software Foundation, please see
    <http://www.apache.org />.
- --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ -->
+ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>project</artifactId>