This is an automated email from the ASF dual-hosted git repository.

jkf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-common.git


The following commit(s) were added to refs/heads/master by this push:
     new b4d1de5  updated reference to license from http to https using find . 
-type f -exec sed -i 
s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/licenses/LICENSE-2.0/
 {} \;
     new c8a2d4d  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/ant-antlibs-common
b4d1de5 is described below

commit b4d1de52b1061fcaf937b13ee92bfd96f02b6b1e
Author: jkf <j...@famkruithof.net>
AuthorDate: Sun May 26 22:46:22 2019 +0200

    updated reference to license from http to https using find . -type f -exec 
sed -i 
s/http://www.apache.org/licenses/LICENSE-2.0/https://www.apache.org/licenses/LICENSE-2.0/
 {} \;
---
 LICENSE                            | 2 +-
 build.properties                   | 2 +-
 build.xml                          | 2 +-
 common-tasks.xml                   | 2 +-
 fetch.xml                          | 2 +-
 ivy.xml                            | 4 ++--
 ivysettings-nexus.xml              | 2 +-
 m2.xml                             | 4 ++--
 prepare.xml                        | 2 +-
 style.css                          | 2 +-
 stylesheets/changes2readmehtml.xsl | 2 +-
 stylesheets/changes2whatsnew.xsl   | 2 +-
 stylesheets/contributors.xsl       | 2 +-
 upload.xml                         | 2 +-
 14 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/LICENSE b/LICENSE
index f820d4b..c7e6271 100644
--- a/LICENSE
+++ b/LICENSE
@@ -193,7 +193,7 @@
  *   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
+ *       https://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,
diff --git a/build.properties b/build.properties
index 20e9f47..be317e7 100644
--- a/build.properties
+++ b/build.properties
@@ -5,7 +5,7 @@
 #  (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
+#      https://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,
diff --git a/build.xml b/build.xml
index 71522b4..0e0ce60 100644
--- a/build.xml
+++ b/build.xml
@@ -7,7 +7,7 @@
    (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
+       https://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,
diff --git a/common-tasks.xml b/common-tasks.xml
index 1ac063d..9cc674c 100644
--- a/common-tasks.xml
+++ b/common-tasks.xml
@@ -8,7 +8,7 @@
   "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
+  https://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
diff --git a/fetch.xml b/fetch.xml
index 38662d1..8228226 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -7,7 +7,7 @@
    (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
+       https://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,
diff --git a/ivy.xml b/ivy.xml
index b93fa5c..59b1338 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -8,7 +8,7 @@
   "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
+  https://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
@@ -76,7 +76,7 @@
               revision="${artifact.version}"
               publication="${artifact.publication.datetime}">
           <license name="Apache Software License 2.0"
-                   url="http://www.apache.org/licenses/LICENSE-2.0"/>
+                   url="https://www.apache.org/licenses/LICENSE-2.0"/>
           <ivyauthor name="Apache Ant Development Team"
                      url="http://ant.apache.org/"/>
         </info>
diff --git a/ivysettings-nexus.xml b/ivysettings-nexus.xml
index b46cb27..0270791 100644
--- a/ivysettings-nexus.xml
+++ b/ivysettings-nexus.xml
@@ -6,7 +6,7 @@
    (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
+       https://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,
diff --git a/m2.xml b/m2.xml
index ec316be..7266584 100644
--- a/m2.xml
+++ b/m2.xml
@@ -8,7 +8,7 @@
   "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
+  https://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
@@ -80,7 +80,7 @@
         <licenses>
           <license>
             <name>The Apache Software License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
             <distribution>repo</distribution>
           </license>
         </licenses>
diff --git a/prepare.xml b/prepare.xml
index 8499ea6..0995174 100644
--- a/prepare.xml
+++ b/prepare.xml
@@ -8,7 +8,7 @@ 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
+https://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
diff --git a/style.css b/style.css
index fad28a3..a09991e 100644
--- a/style.css
+++ b/style.css
@@ -7,7 +7,7 @@
  * "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
+ * https://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
diff --git a/stylesheets/changes2readmehtml.xsl 
b/stylesheets/changes2readmehtml.xsl
index 9be54b8..b2f7052 100644
--- a/stylesheets/changes2readmehtml.xsl
+++ b/stylesheets/changes2readmehtml.xsl
@@ -7,7 +7,7 @@
    (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
+       https://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,
diff --git a/stylesheets/changes2whatsnew.xsl b/stylesheets/changes2whatsnew.xsl
index 76ed9b5..1c65c18 100644
--- a/stylesheets/changes2whatsnew.xsl
+++ b/stylesheets/changes2whatsnew.xsl
@@ -7,7 +7,7 @@
    (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
+       https://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,
diff --git a/stylesheets/contributors.xsl b/stylesheets/contributors.xsl
index ccb4233..4779309 100644
--- a/stylesheets/contributors.xsl
+++ b/stylesheets/contributors.xsl
@@ -7,7 +7,7 @@
    (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
+       https://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,
diff --git a/upload.xml b/upload.xml
index 76c905e..f24a4a8 100644
--- a/upload.xml
+++ b/upload.xml
@@ -7,7 +7,7 @@
    (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
+       https://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,

Reply via email to