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-props.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f8db09  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 d09d23b  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/ant-antlibs-props
7f8db09 is described below

commit 7f8db09607342abd4697cb186d584917d2c58c12
Author: jkf <j...@famkruithof.net>
AuthorDate: Sun May 26 22:47:19 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/
 {} \;
---
 build.xml                                                              | 2 +-
 changes.xml                                                            | 2 +-
 contributors.xml                                                       | 2 +-
 docs/index.html                                                        | 2 +-
 docs/stringops.html                                                    | 2 +-
 docs/style.css                                                         | 2 +-
 prepare.xml                                                            | 2 +-
 src/main/org/apache/ant/props/ComponentTypeEvaluator.java              | 2 +-
 src/main/org/apache/ant/props/ConditionTypeEvaluator.java              | 2 +-
 src/main/org/apache/ant/props/ConditionsEvaluator.java                 | 2 +-
 src/main/org/apache/ant/props/DelegatingPropertyEvaluator.java         | 2 +-
 src/main/org/apache/ant/props/EncodeURLEvaluator.java                  | 2 +-
 src/main/org/apache/ant/props/LogicalOperationEvaluator.java           | 2 +-
 src/main/org/apache/ant/props/NestedPropertyExpander.java              | 2 +-
 src/main/org/apache/ant/props/PrefixedEvaluator.java                   | 2 +-
 src/main/org/apache/ant/props/RegexBasedEvaluator.java                 | 2 +-
 src/main/org/apache/ant/props/StaticPrefixedEvaluator.java             | 2 +-
 src/main/org/apache/ant/props/antlib.xml                               | 2 +-
 src/main/org/apache/ant/props/stringops/DefaultValue.java              | 2 +-
 src/main/org/apache/ant/props/stringops/DeleteFromEndGreedy.java       | 2 +-
 src/main/org/apache/ant/props/stringops/DeleteFromEndReluctant.java    | 2 +-
 src/main/org/apache/ant/props/stringops/DeleteFromStartGreedy.java     | 2 +-
 src/main/org/apache/ant/props/stringops/DeleteFromStartReluctant.java  | 2 +-
 src/main/org/apache/ant/props/stringops/DeletePartOperation.java       | 2 +-
 src/main/org/apache/ant/props/stringops/PatternOperation.java          | 2 +-
 src/main/org/apache/ant/props/stringops/ReplaceOperation.java          | 2 +-
 src/main/org/apache/ant/props/stringops/RequireProperty.java           | 2 +-
 src/main/org/apache/ant/props/stringops/SetDefaultValue.java           | 2 +-
 src/main/org/apache/ant/props/stringops/StringOperationsEvaluator.java | 2 +-
 src/main/org/apache/ant/props/stringops/Substring.java                 | 2 +-
 src/main/org/apache/ant/props/stringops/Translate.java                 | 2 +-
 src/tests/antunit/condition-type-test.xml                              | 2 +-
 src/tests/antunit/conditions-test.xml                                  | 2 +-
 src/tests/antunit/encodeURL-test.xml                                   | 2 +-
 src/tests/antunit/logical-ops-test.xml                                 | 2 +-
 src/tests/antunit/nested-test.xml                                      | 2 +-
 src/tests/antunit/stringops-test.xml                                   | 2 +-
 src/tests/antunit/types-test.xml                                       | 2 +-
 version.properties                                                     | 2 +-
 39 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/build.xml b/build.xml
index 5d7a02f..a4c5842 100644
--- a/build.xml
+++ b/build.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/changes.xml b/changes.xml
index 2c5164b..3abb701 100644
--- a/changes.xml
+++ b/changes.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/contributors.xml b/contributors.xml
index b3ce75e..dcf1410 100644
--- a/contributors.xml
+++ b/contributors.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/docs/index.html b/docs/index.html
index c025b72..fc24814 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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/docs/stringops.html b/docs/stringops.html
index b9bc476..1a3fd22 100644
--- a/docs/stringops.html
+++ b/docs/stringops.html
@@ -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/docs/style.css b/docs/style.css
index 8b66a62..df4d8ca 100644
--- a/docs/style.css
+++ b/docs/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/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/src/main/org/apache/ant/props/ComponentTypeEvaluator.java 
b/src/main/org/apache/ant/props/ComponentTypeEvaluator.java
index c3133ed..e2f8c4e 100644
--- a/src/main/org/apache/ant/props/ComponentTypeEvaluator.java
+++ b/src/main/org/apache/ant/props/ComponentTypeEvaluator.java
@@ -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/src/main/org/apache/ant/props/ConditionTypeEvaluator.java 
b/src/main/org/apache/ant/props/ConditionTypeEvaluator.java
index 48a3f4c..b527326 100644
--- a/src/main/org/apache/ant/props/ConditionTypeEvaluator.java
+++ b/src/main/org/apache/ant/props/ConditionTypeEvaluator.java
@@ -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/src/main/org/apache/ant/props/ConditionsEvaluator.java 
b/src/main/org/apache/ant/props/ConditionsEvaluator.java
index 44ebe3c..9684945 100644
--- a/src/main/org/apache/ant/props/ConditionsEvaluator.java
+++ b/src/main/org/apache/ant/props/ConditionsEvaluator.java
@@ -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/src/main/org/apache/ant/props/DelegatingPropertyEvaluator.java 
b/src/main/org/apache/ant/props/DelegatingPropertyEvaluator.java
index 10ad45f..d90dd57 100644
--- a/src/main/org/apache/ant/props/DelegatingPropertyEvaluator.java
+++ b/src/main/org/apache/ant/props/DelegatingPropertyEvaluator.java
@@ -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/src/main/org/apache/ant/props/EncodeURLEvaluator.java 
b/src/main/org/apache/ant/props/EncodeURLEvaluator.java
index 14a2539..f00d1ca 100644
--- a/src/main/org/apache/ant/props/EncodeURLEvaluator.java
+++ b/src/main/org/apache/ant/props/EncodeURLEvaluator.java
@@ -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/src/main/org/apache/ant/props/LogicalOperationEvaluator.java 
b/src/main/org/apache/ant/props/LogicalOperationEvaluator.java
index fa414af..0666666 100644
--- a/src/main/org/apache/ant/props/LogicalOperationEvaluator.java
+++ b/src/main/org/apache/ant/props/LogicalOperationEvaluator.java
@@ -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/src/main/org/apache/ant/props/NestedPropertyExpander.java 
b/src/main/org/apache/ant/props/NestedPropertyExpander.java
index dc1a8f9..e05a07b 100644
--- a/src/main/org/apache/ant/props/NestedPropertyExpander.java
+++ b/src/main/org/apache/ant/props/NestedPropertyExpander.java
@@ -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/src/main/org/apache/ant/props/PrefixedEvaluator.java 
b/src/main/org/apache/ant/props/PrefixedEvaluator.java
index 8ba3ff2..b56986f 100644
--- a/src/main/org/apache/ant/props/PrefixedEvaluator.java
+++ b/src/main/org/apache/ant/props/PrefixedEvaluator.java
@@ -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/src/main/org/apache/ant/props/RegexBasedEvaluator.java 
b/src/main/org/apache/ant/props/RegexBasedEvaluator.java
index f415d62..895e3f8 100644
--- a/src/main/org/apache/ant/props/RegexBasedEvaluator.java
+++ b/src/main/org/apache/ant/props/RegexBasedEvaluator.java
@@ -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/src/main/org/apache/ant/props/StaticPrefixedEvaluator.java 
b/src/main/org/apache/ant/props/StaticPrefixedEvaluator.java
index a3232d7..2fbbb62 100644
--- a/src/main/org/apache/ant/props/StaticPrefixedEvaluator.java
+++ b/src/main/org/apache/ant/props/StaticPrefixedEvaluator.java
@@ -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/src/main/org/apache/ant/props/antlib.xml 
b/src/main/org/apache/ant/props/antlib.xml
index 93ab748..aaa2e6f 100644
--- a/src/main/org/apache/ant/props/antlib.xml
+++ b/src/main/org/apache/ant/props/antlib.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/src/main/org/apache/ant/props/stringops/DefaultValue.java 
b/src/main/org/apache/ant/props/stringops/DefaultValue.java
index 8a17e86..c17a73c 100644
--- a/src/main/org/apache/ant/props/stringops/DefaultValue.java
+++ b/src/main/org/apache/ant/props/stringops/DefaultValue.java
@@ -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/src/main/org/apache/ant/props/stringops/DeleteFromEndGreedy.java 
b/src/main/org/apache/ant/props/stringops/DeleteFromEndGreedy.java
index aea604f..29a441e 100644
--- a/src/main/org/apache/ant/props/stringops/DeleteFromEndGreedy.java
+++ b/src/main/org/apache/ant/props/stringops/DeleteFromEndGreedy.java
@@ -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/src/main/org/apache/ant/props/stringops/DeleteFromEndReluctant.java 
b/src/main/org/apache/ant/props/stringops/DeleteFromEndReluctant.java
index 2cd7f94..3b633f3 100644
--- a/src/main/org/apache/ant/props/stringops/DeleteFromEndReluctant.java
+++ b/src/main/org/apache/ant/props/stringops/DeleteFromEndReluctant.java
@@ -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/src/main/org/apache/ant/props/stringops/DeleteFromStartGreedy.java 
b/src/main/org/apache/ant/props/stringops/DeleteFromStartGreedy.java
index cddcba1..3e829ef 100644
--- a/src/main/org/apache/ant/props/stringops/DeleteFromStartGreedy.java
+++ b/src/main/org/apache/ant/props/stringops/DeleteFromStartGreedy.java
@@ -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/src/main/org/apache/ant/props/stringops/DeleteFromStartReluctant.java 
b/src/main/org/apache/ant/props/stringops/DeleteFromStartReluctant.java
index b441948..d3d205f 100644
--- a/src/main/org/apache/ant/props/stringops/DeleteFromStartReluctant.java
+++ b/src/main/org/apache/ant/props/stringops/DeleteFromStartReluctant.java
@@ -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/src/main/org/apache/ant/props/stringops/DeletePartOperation.java 
b/src/main/org/apache/ant/props/stringops/DeletePartOperation.java
index c2a641b..e699c6b 100644
--- a/src/main/org/apache/ant/props/stringops/DeletePartOperation.java
+++ b/src/main/org/apache/ant/props/stringops/DeletePartOperation.java
@@ -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/src/main/org/apache/ant/props/stringops/PatternOperation.java 
b/src/main/org/apache/ant/props/stringops/PatternOperation.java
index 2d00c13..94ef1d4 100644
--- a/src/main/org/apache/ant/props/stringops/PatternOperation.java
+++ b/src/main/org/apache/ant/props/stringops/PatternOperation.java
@@ -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/src/main/org/apache/ant/props/stringops/ReplaceOperation.java 
b/src/main/org/apache/ant/props/stringops/ReplaceOperation.java
index f6da983..c0db88d 100644
--- a/src/main/org/apache/ant/props/stringops/ReplaceOperation.java
+++ b/src/main/org/apache/ant/props/stringops/ReplaceOperation.java
@@ -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/src/main/org/apache/ant/props/stringops/RequireProperty.java 
b/src/main/org/apache/ant/props/stringops/RequireProperty.java
index e8d5584..796a534 100644
--- a/src/main/org/apache/ant/props/stringops/RequireProperty.java
+++ b/src/main/org/apache/ant/props/stringops/RequireProperty.java
@@ -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/src/main/org/apache/ant/props/stringops/SetDefaultValue.java 
b/src/main/org/apache/ant/props/stringops/SetDefaultValue.java
index 858f58d..0cd5afc 100644
--- a/src/main/org/apache/ant/props/stringops/SetDefaultValue.java
+++ b/src/main/org/apache/ant/props/stringops/SetDefaultValue.java
@@ -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/src/main/org/apache/ant/props/stringops/StringOperationsEvaluator.java 
b/src/main/org/apache/ant/props/stringops/StringOperationsEvaluator.java
index 5afd675..030ad4d 100644
--- a/src/main/org/apache/ant/props/stringops/StringOperationsEvaluator.java
+++ b/src/main/org/apache/ant/props/stringops/StringOperationsEvaluator.java
@@ -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/src/main/org/apache/ant/props/stringops/Substring.java 
b/src/main/org/apache/ant/props/stringops/Substring.java
index e9bd40f..c6b5fe7 100644
--- a/src/main/org/apache/ant/props/stringops/Substring.java
+++ b/src/main/org/apache/ant/props/stringops/Substring.java
@@ -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/src/main/org/apache/ant/props/stringops/Translate.java 
b/src/main/org/apache/ant/props/stringops/Translate.java
index 1a7da26..389f2e0 100644
--- a/src/main/org/apache/ant/props/stringops/Translate.java
+++ b/src/main/org/apache/ant/props/stringops/Translate.java
@@ -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/src/tests/antunit/condition-type-test.xml 
b/src/tests/antunit/condition-type-test.xml
index 3d4a081..36e8e0a 100644
--- a/src/tests/antunit/condition-type-test.xml
+++ b/src/tests/antunit/condition-type-test.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/src/tests/antunit/conditions-test.xml 
b/src/tests/antunit/conditions-test.xml
index 216614e..9d0cc6b 100644
--- a/src/tests/antunit/conditions-test.xml
+++ b/src/tests/antunit/conditions-test.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/src/tests/antunit/encodeURL-test.xml 
b/src/tests/antunit/encodeURL-test.xml
index d671a73..e312937 100644
--- a/src/tests/antunit/encodeURL-test.xml
+++ b/src/tests/antunit/encodeURL-test.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/src/tests/antunit/logical-ops-test.xml 
b/src/tests/antunit/logical-ops-test.xml
index f2a2ae0..b4c9452 100644
--- a/src/tests/antunit/logical-ops-test.xml
+++ b/src/tests/antunit/logical-ops-test.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/src/tests/antunit/nested-test.xml 
b/src/tests/antunit/nested-test.xml
index f2b2791..2a63708 100644
--- a/src/tests/antunit/nested-test.xml
+++ b/src/tests/antunit/nested-test.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/src/tests/antunit/stringops-test.xml 
b/src/tests/antunit/stringops-test.xml
index 8b94f68..d82050c 100644
--- a/src/tests/antunit/stringops-test.xml
+++ b/src/tests/antunit/stringops-test.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/src/tests/antunit/types-test.xml b/src/tests/antunit/types-test.xml
index 7dac18d..476bdeb 100644
--- a/src/tests/antunit/types-test.xml
+++ b/src/tests/antunit/types-test.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/version.properties b/version.properties
index e96f4fe..e7fa985 100644
--- a/version.properties
+++ b/version.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,

Reply via email to