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/09 20:02:51 UTC

[22/34] httpcomponents-core git commit: HTTPCORE-385: project license link to refer to http://www.apache.org/licenses/LICENSE-2.0.txt

HTTPCORE-385: project license link to refer to http://www.apache.org/licenses/LICENSE-2.0.txt

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.3.x@1603764 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/99653c7e
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/99653c7e
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/99653c7e

Branch: refs/heads/4.3.x
Commit: 99653c7e9b9564b4a73802fb16986323de879351
Parents: fc73d8d
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Thu Jun 19 08:52:27 2014 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Thu Jun 19 08:52:27 2014 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/99653c7e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1b7a686..91d220c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
   <licenses>
     <license>
       <name>Apache License, Version 2.0</name>
-      <url>LICENSE.txt</url>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
       <distribution>repo</distribution>
     </license>
   </licenses>