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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-exec.git

commit 70459e5a2170c514a9c95f62fe9789462aa39b21
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 10 09:30:40 2025 -0400

    Use HTTPS URLs
---
 .asf.yaml                                          |  2 +-
 .gitattributes                                     |  2 +-
 .github/GH-ROBOTS.txt                              |  2 +-
 .github/dependabot.yml                             |  2 +-
 .github/pull_request_template.md                   |  2 +-
 .github/workflows/codeql-analysis.yml              |  2 +-
 .github/workflows/dependency-review.yml            |  2 +-
 .github/workflows/maven.yml                        |  2 +-
 .github/workflows/scorecards-analysis.yml          |  2 +-
 CODE_OF_CONDUCT.md                                 |  2 +-
 CONTRIBUTING.md                                    |  2 +-
 LICENSE.txt                                        |  2 +-
 README.md                                          |  2 +-
 RELEASE-NOTES.txt                                  |  2 +-
 SECURITY.md                                        |  2 +-
 pmd.xml                                            |  2 +-
 pom.xml                                            |  2 +-
 src/assembly/bin.xml                               |  2 +-
 src/assembly/src.xml                               |  2 +-
 src/changes/changes.xml                            |  2 +-
 src/changes/release-notes.vm                       |  6 ++---
 src/conf/HEADER.txt                                |  2 +-
 src/conf/checkstyle.xml                            | 30 +++++++++++-----------
 src/conf/findbugs-exclude-filter.xml               |  2 +-
 src/conf/pmd-ruleset.xml                           |  2 +-
 .../java/org/apache/commons/exec/CommandLine.java  |  2 +-
 .../org/apache/commons/exec/DaemonExecutor.java    |  2 +-
 .../commons/exec/DefaultExecuteResultHandler.java  |  2 +-
 .../org/apache/commons/exec/DefaultExecutor.java   |  2 +-
 .../org/apache/commons/exec/ExecuteException.java  |  2 +-
 .../apache/commons/exec/ExecuteResultHandler.java  |  2 +-
 .../apache/commons/exec/ExecuteStreamHandler.java  |  2 +-
 .../org/apache/commons/exec/ExecuteWatchdog.java   |  2 +-
 .../java/org/apache/commons/exec/Executor.java     |  2 +-
 .../org/apache/commons/exec/InputStreamPumper.java |  2 +-
 .../org/apache/commons/exec/LogOutputStream.java   |  2 +-
 src/main/java/org/apache/commons/exec/OS.java      |  2 +-
 .../org/apache/commons/exec/ProcessDestroyer.java  |  2 +-
 .../org/apache/commons/exec/PumpStreamHandler.java |  2 +-
 .../commons/exec/ShutdownHookProcessDestroyer.java |  2 +-
 .../java/org/apache/commons/exec/StreamPumper.java |  2 +-
 .../java/org/apache/commons/exec/ThreadUtil.java   |  2 +-
 .../org/apache/commons/exec/TimeoutObserver.java   |  2 +-
 .../java/org/apache/commons/exec/Watchdog.java     |  2 +-
 .../environment/DefaultProcessingEnvironment.java  |  2 +-
 .../commons/exec/environment/EnvironmentUtils.java |  2 +-
 .../environment/OpenVmsProcessingEnvironment.java  |  2 +-
 .../commons/exec/environment/package-info.java     |  2 +-
 .../commons/exec/launcher/CommandLauncher.java     |  2 +-
 .../exec/launcher/CommandLauncherFactory.java      |  2 +-
 .../commons/exec/launcher/CommandLauncherImpl.java |  2 +-
 .../exec/launcher/CommandLauncherProxy.java        |  2 +-
 .../exec/launcher/Java13CommandLauncher.java       |  2 +-
 .../commons/exec/launcher/OS2CommandLauncher.java  |  2 +-
 .../commons/exec/launcher/VmsCommandLauncher.java  |  2 +-
 .../exec/launcher/WinNTCommandLauncher.java        |  2 +-
 .../apache/commons/exec/launcher/package-info.java |  2 +-
 .../java/org/apache/commons/exec/package-info.java |  2 +-
 .../org/apache/commons/exec/util/DebugUtils.java   |  2 +-
 .../org/apache/commons/exec/util/MapUtils.java     |  2 +-
 .../org/apache/commons/exec/util/StringUtils.java  |  2 +-
 .../org/apache/commons/exec/util/package-info.java |  2 +-
 src/main/javadoc/overview.html                     |  2 +-
 src/media/apache-commons-exec.svg                  |  2 +-
 src/media/apache-commons.svg                       |  2 +-
 src/media/readme.txt                               |  2 +-
 src/site/apt/commandline.apt                       |  4 +--
 src/site/apt/index.apt                             |  2 +-
 src/site/apt/technical.apt                         |  2 +-
 src/site/apt/tutorial.apt                          |  4 +--
 src/site/fml/faq.fml                               | 10 ++++----
 src/site/resources/profile.jacoco                  |  2 +-
 src/site/site.xml                                  |  2 +-
 src/site/xdoc/download_exec.xml                    |  2 +-
 src/site/xdoc/issue-tracking.xml                   |  2 +-
 src/site/xdoc/mail-lists.xml                       |  2 +-
 src/site/xdoc/testmatrix.xml                       |  2 +-
 src/test/bin/testme.bat                            |  2 +-
 src/test/bin/testme.dcl                            |  2 +-
 src/test/bin/testme.sh                             |  2 +-
 .../org/apache/commons/exec/AbstractExecTest.java  |  2 +-
 .../org/apache/commons/exec/CommandLineTest.java   |  2 +-
 .../apache/commons/exec/DefaultExecutorTest.java   |  2 +-
 .../apache/commons/exec/LogOutputStreamTest.java   |  2 +-
 .../apache/commons/exec/PumpStreamHandlerTest.java |  2 +-
 .../org/apache/commons/exec/StandAloneTest.java    |  2 +-
 .../java/org/apache/commons/exec/TestUtil.java     |  2 +-
 .../java/org/apache/commons/exec/TutorialTest.java |  2 +-
 .../exec/environment/EnvironmentUtilsTest.java     |  2 +-
 .../org/apache/commons/exec/issues/Exec33Test.java |  2 +-
 .../org/apache/commons/exec/issues/Exec34Test.java |  2 +-
 .../org/apache/commons/exec/issues/Exec36Test.java |  2 +-
 .../org/apache/commons/exec/issues/Exec41Test.java |  2 +-
 .../org/apache/commons/exec/issues/Exec44Test.java |  2 +-
 .../org/apache/commons/exec/issues/Exec49Test.java |  2 +-
 .../org/apache/commons/exec/issues/Exec57Test.java |  2 +-
 .../org/apache/commons/exec/issues/Exec60Test.java |  2 +-
 .../org/apache/commons/exec/issues/Exec62Test.java |  2 +-
 .../org/apache/commons/exec/issues/Exec65Test.java |  2 +-
 .../exec/launcher/AbstractCommandLauncherTest.java |  2 +-
 .../exec/launcher/CommandLauncherFactoryTest.java  |  2 +-
 .../exec/launcher/CommandLauncherImplTest.java     |  2 +-
 .../exec/launcher/Java13CommandLauncherTest.java   |  2 +-
 .../exec/launcher/OS2CommandLauncherTest.java      |  2 +-
 .../exec/launcher/VmsCommandLauncherTest.java      |  2 +-
 .../exec/launcher/WinNTCommandLauncherTest.java    |  2 +-
 .../org/apache/commons/exec/util/MapUtilTest.java  |  2 +-
 .../apache/commons/exec/util/StringUtilTest.java   |  2 +-
 src/test/scripts/acrord32.bat                      |  2 +-
 src/test/scripts/acrord32.sh                       |  2 +-
 src/test/scripts/environment.bat                   |  4 +--
 src/test/scripts/environment.dcl                   |  2 +-
 src/test/scripts/environment.sh                    |  2 +-
 src/test/scripts/error.bat                         |  2 +-
 src/test/scripts/error.dcl                         |  2 +-
 src/test/scripts/error.sh                          |  2 +-
 src/test/scripts/forever.bat                       |  4 +--
 src/test/scripts/forever.dcl                       |  2 +-
 src/test/scripts/forever.sh                        |  2 +-
 src/test/scripts/issues/exec-57-detached.sh        |  2 +-
 src/test/scripts/issues/exec-57-nohup.sh           |  2 +-
 src/test/scripts/issues/exec-62.sh                 |  2 +-
 src/test/scripts/issues/exec-65.sh                 |  2 +-
 src/test/scripts/ping.bat                          |  4 +--
 src/test/scripts/ping.dcl                          |  2 +-
 src/test/scripts/ping.sh                           |  2 +-
 src/test/scripts/printargs.bat                     |  4 +--
 src/test/scripts/printargs.dcl                     |  2 +-
 src/test/scripts/printargs.sh                      |  2 +-
 src/test/scripts/redirect.sh                       |  2 +-
 src/test/scripts/sleep.bat                         |  2 +-
 src/test/scripts/sleep.sh                          |  2 +-
 src/test/scripts/standalone.sh                     |  2 +-
 src/test/scripts/stdin.bat                         |  2 +-
 src/test/scripts/stdin.dcl                         |  2 +-
 src/test/scripts/stdin.sh                          |  2 +-
 src/test/scripts/test.bat                          |  2 +-
 src/test/scripts/test.dcl                          |  2 +-
 src/test/scripts/test.sh                           |  2 +-
 139 files changed, 165 insertions(+), 165 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 39ee4354..a440cd3c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -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/.gitattributes b/.gitattributes
index 35a5c24e..b64bf083 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -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/.github/GH-ROBOTS.txt b/.github/GH-ROBOTS.txt
index e3329e55..64a88674 100644
--- a/.github/GH-ROBOTS.txt
+++ b/.github/GH-ROBOTS.txt
@@ -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/.github/dependabot.yml b/.github/dependabot.yml
index 9ebcd0eb..00079caf 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -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/.github/pull_request_template.md b/.github/pull_request_template.md
index d126a970..e17973cb 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -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/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 78d79cc9..50233829 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -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/.github/workflows/dependency-review.yml 
b/.github/workflows/dependency-review.yml
index 066d2c32..528a84d8 100644
--- a/.github/workflows/dependency-review.yml
+++ b/.github/workflows/dependency-review.yml
@@ -6,7 +6,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/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7044cfc5..5acce729 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -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/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 2f828cd5..6875f44e 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -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/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 3ed50150..b4342f33 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -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/CONTRIBUTING.md b/CONTRIBUTING.md
index d5804656..5636d4ac 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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/LICENSE.txt b/LICENSE.txt
index d6456956..ff9ad453 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -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/README.md b/README.md
index 961e2b8f..a90eb4a5 100644
--- a/README.md
+++ b/README.md
@@ -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/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index e67977d4..40aa1d7e 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -6,7 +6,7 @@ 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
+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/SECURITY.md b/SECURITY.md
index 51943ba7..744d4cdd 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -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/pmd.xml b/pmd.xml
index d3afa72f..486909db 100644
--- a/pmd.xml
+++ b/pmd.xml
@@ -7,7 +7,7 @@ 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
+     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/pom.xml b/pom.xml
index dd8e0117..05572bad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@ 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
+     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/assembly/bin.xml b/src/assembly/bin.xml
index 3fa92e93..dde322a0 100644
--- a/src/assembly/bin.xml
+++ b/src/assembly/bin.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/src/assembly/src.xml b/src/assembly/src.xml
index cbef5306..75cd68cb 100644
--- a/src/assembly/src.xml
+++ b/src/assembly/src.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/src/changes/changes.xml b/src/changes/changes.xml
index 3f81a2ca..93bbea30 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.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/src/changes/release-notes.vm b/src/changes/release-notes.vm
index b86e367e..cde9a022 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -6,7 +6,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
@@ -23,7 +23,7 @@ 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
+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,
@@ -40,7 +40,7 @@ $introduction.replaceAll("(?<!\015)\012", "
 ").replaceAll("(?m)^ +","")
 
 ## The available variables are described here:
-## 
http://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-template.html
+## 
https://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-template.html
 ##
 ## Hack to improve layout: replace all pairs of spaces with a single new-line
 $release.description.replaceAll("  ", "
diff --git a/src/conf/HEADER.txt b/src/conf/HEADER.txt
index 2944f981..e9c373dc 100644
--- a/src/conf/HEADER.txt
+++ b/src/conf/HEADER.txt
@@ -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/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 7b7f3fa6..2aaae9ac 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.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,
@@ -26,21 +26,21 @@
   <property name="severity" value="warning" />
 
   <!-- Checks that a package.html file exists for each package. -->
-  <!-- See http://checkstyle.sf.net/config_javadoc.html#JavadocPackage -->
+  <!-- See https://checkstyle.sf.net/config_javadoc.html#JavadocPackage -->
   <module name="JavadocPackage">
     <property name="allowLegacy" value="true" />
   </module>
 
   <!-- Checks whether files end with a new line. -->
-  <!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->
+  <!-- See https://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->
   <module name="NewlineAtEndOfFile" />
 
   <!-- Checks that property files contain the same keys. -->
-  <!-- See http://checkstyle.sf.net/config_misc.html#Translation -->
+  <!-- See https://checkstyle.sf.net/config_misc.html#Translation -->
   <module name="Translation" />
 
   <!-- Checks for Headers -->
-  <!-- See http://checkstyle.sf.net/config_header.html -->
+  <!-- See https://checkstyle.sf.net/config_header.html -->
   <module name="Header">
     <property name="headerFile" value="${checkstyle.header.file}" />
     <property name="fileExtensions" value="java" />
@@ -61,13 +61,13 @@
     <module name="ExplicitInitializationCheck" />
 
     <!-- Checks for Javadoc comments. -->
-    <!-- See http://checkstyle.sf.net/config_javadoc.html -->
+    <!-- See https://checkstyle.sf.net/config_javadoc.html -->
     <module name="JavadocType">
     </module>
     <module name="JavadocVariable" />
 
     <!-- Checks for Naming Conventions. -->
-    <!-- See http://checkstyle.sf.net/config_naming.html -->
+    <!-- See https://checkstyle.sf.net/config_naming.html -->
     <module name="ConstantName" />
     <module name="LocalFinalVariableName" />
     <module name="LocalVariableName" />
@@ -82,19 +82,19 @@
     <!-- <module name="RegexpHeader"/> -->
 
     <!-- Checks for imports -->
-    <!-- See http://checkstyle.sf.net/config_import.html -->
+    <!-- See https://checkstyle.sf.net/config_import.html -->
     <module name="AvoidStarImport" />
     <module name="IllegalImport" /> <!-- defaults to sun.* packages -->
     <module name="RedundantImport" />
     <module name="UnusedImports" />
 
     <!-- Checks for Size Violations. -->
-    <!-- See http://checkstyle.sf.net/config_sizes.html -->
+    <!-- See https://checkstyle.sf.net/config_sizes.html -->
     <module name="MethodLength" />
     <module name="ParameterNumber" />
 
     <!-- Checks for whitespace -->
-    <!-- See http://checkstyle.sf.net/config_whitespace.html -->
+    <!-- See https://checkstyle.sf.net/config_whitespace.html -->
     <module name="EmptyForIteratorPad" />
     <module name="NoWhitespaceAfter" />
     <module name="NoWhitespaceBefore" />
@@ -104,12 +104,12 @@
     <module name="WhitespaceAround" />
 
     <!-- Modifier Checks -->
-    <!-- See http://checkstyle.sf.net/config_modifiers.html -->
+    <!-- See https://checkstyle.sf.net/config_modifiers.html -->
     <module name="ModifierOrder" />
     <module name="RedundantModifier" />
 
     <!-- Checks for blocks. You know, those {}'s -->
-    <!-- See http://checkstyle.sf.net/config_blocks.html -->
+    <!-- See https://checkstyle.sf.net/config_blocks.html -->
     <module name="AvoidNestedBlocks" />
     <module name="EmptyBlock">
       <property name="option" value="text" />
@@ -124,7 +124,7 @@
     </module>
 
     <!-- Checks for common coding problems -->
-    <!-- See http://checkstyle.sf.net/config_coding.html -->
+    <!-- See https://checkstyle.sf.net/config_coding.html -->
     <module name="CovariantEquals" />
     <module name="EmptyStatement" />
     <module name="EqualsHashCode" />
@@ -146,7 +146,7 @@
     <module name="UnnecessaryParentheses" />
 
     <!-- Checks for class design -->
-    <!-- See http://checkstyle.sf.net/config_design.html -->
+    <!-- See https://checkstyle.sf.net/config_design.html -->
     <module name="FinalClass" />
     <module name="HideUtilityClassConstructor" />
     <module name="InterfaceIsType" />
@@ -154,7 +154,7 @@
       <property name="protectedAllowed" value="true" />
     </module>
     <!-- Miscellaneous other checks. -->
-    <!-- See http://checkstyle.sf.net/config_misc.html -->
+    <!-- See https://checkstyle.sf.net/config_misc.html -->
     <module name="ArrayTypeStyle" />
     <module name="TodoComment" />
     <module name="UpperEll" />
diff --git a/src/conf/findbugs-exclude-filter.xml 
b/src/conf/findbugs-exclude-filter.xml
index 8b2d2cac..9b074088 100644
--- a/src/conf/findbugs-exclude-filter.xml
+++ b/src/conf/findbugs-exclude-filter.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/conf/pmd-ruleset.xml b/src/conf/pmd-ruleset.xml
index 5e524849..e4b1a9e1 100644
--- a/src/conf/pmd-ruleset.xml
+++ b/src/conf/pmd-ruleset.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/main/java/org/apache/commons/exec/CommandLine.java 
b/src/main/java/org/apache/commons/exec/CommandLine.java
index a6a23912..3ef05cdf 100644
--- a/src/main/java/org/apache/commons/exec/CommandLine.java
+++ b/src/main/java/org/apache/commons/exec/CommandLine.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/java/org/apache/commons/exec/DaemonExecutor.java 
b/src/main/java/org/apache/commons/exec/DaemonExecutor.java
index 47de5c3b..5ffad1e1 100644
--- a/src/main/java/org/apache/commons/exec/DaemonExecutor.java
+++ b/src/main/java/org/apache/commons/exec/DaemonExecutor.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/java/org/apache/commons/exec/DefaultExecuteResultHandler.java 
b/src/main/java/org/apache/commons/exec/DefaultExecuteResultHandler.java
index 34273b14..faebbefc 100644
--- a/src/main/java/org/apache/commons/exec/DefaultExecuteResultHandler.java
+++ b/src/main/java/org/apache/commons/exec/DefaultExecuteResultHandler.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/java/org/apache/commons/exec/DefaultExecutor.java 
b/src/main/java/org/apache/commons/exec/DefaultExecutor.java
index 38c2dbd2..f5c4a552 100644
--- a/src/main/java/org/apache/commons/exec/DefaultExecutor.java
+++ b/src/main/java/org/apache/commons/exec/DefaultExecutor.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/java/org/apache/commons/exec/ExecuteException.java 
b/src/main/java/org/apache/commons/exec/ExecuteException.java
index a0350175..8329f643 100644
--- a/src/main/java/org/apache/commons/exec/ExecuteException.java
+++ b/src/main/java/org/apache/commons/exec/ExecuteException.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/java/org/apache/commons/exec/ExecuteResultHandler.java 
b/src/main/java/org/apache/commons/exec/ExecuteResultHandler.java
index 7f790322..2e256821 100644
--- a/src/main/java/org/apache/commons/exec/ExecuteResultHandler.java
+++ b/src/main/java/org/apache/commons/exec/ExecuteResultHandler.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/java/org/apache/commons/exec/ExecuteStreamHandler.java 
b/src/main/java/org/apache/commons/exec/ExecuteStreamHandler.java
index 8302b0b0..a9b67bfb 100644
--- a/src/main/java/org/apache/commons/exec/ExecuteStreamHandler.java
+++ b/src/main/java/org/apache/commons/exec/ExecuteStreamHandler.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/java/org/apache/commons/exec/ExecuteWatchdog.java 
b/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java
index e8b8244d..5b175818 100644
--- a/src/main/java/org/apache/commons/exec/ExecuteWatchdog.java
+++ b/src/main/java/org/apache/commons/exec/ExecuteWatchdog.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/java/org/apache/commons/exec/Executor.java 
b/src/main/java/org/apache/commons/exec/Executor.java
index 9cce5fe0..a3beeb2a 100644
--- a/src/main/java/org/apache/commons/exec/Executor.java
+++ b/src/main/java/org/apache/commons/exec/Executor.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/java/org/apache/commons/exec/InputStreamPumper.java 
b/src/main/java/org/apache/commons/exec/InputStreamPumper.java
index 94c94753..7b2c724e 100644
--- a/src/main/java/org/apache/commons/exec/InputStreamPumper.java
+++ b/src/main/java/org/apache/commons/exec/InputStreamPumper.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/java/org/apache/commons/exec/LogOutputStream.java 
b/src/main/java/org/apache/commons/exec/LogOutputStream.java
index 1484d078..d3e7b823 100644
--- a/src/main/java/org/apache/commons/exec/LogOutputStream.java
+++ b/src/main/java/org/apache/commons/exec/LogOutputStream.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/java/org/apache/commons/exec/OS.java 
b/src/main/java/org/apache/commons/exec/OS.java
index 75db69f9..ef7c88d3 100644
--- a/src/main/java/org/apache/commons/exec/OS.java
+++ b/src/main/java/org/apache/commons/exec/OS.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/java/org/apache/commons/exec/ProcessDestroyer.java 
b/src/main/java/org/apache/commons/exec/ProcessDestroyer.java
index 0ad10add..580fb760 100644
--- a/src/main/java/org/apache/commons/exec/ProcessDestroyer.java
+++ b/src/main/java/org/apache/commons/exec/ProcessDestroyer.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/java/org/apache/commons/exec/PumpStreamHandler.java 
b/src/main/java/org/apache/commons/exec/PumpStreamHandler.java
index f9e4b078..8d7f4baf 100644
--- a/src/main/java/org/apache/commons/exec/PumpStreamHandler.java
+++ b/src/main/java/org/apache/commons/exec/PumpStreamHandler.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/java/org/apache/commons/exec/ShutdownHookProcessDestroyer.java 
b/src/main/java/org/apache/commons/exec/ShutdownHookProcessDestroyer.java
index b8879389..2d968089 100644
--- a/src/main/java/org/apache/commons/exec/ShutdownHookProcessDestroyer.java
+++ b/src/main/java/org/apache/commons/exec/ShutdownHookProcessDestroyer.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/java/org/apache/commons/exec/StreamPumper.java 
b/src/main/java/org/apache/commons/exec/StreamPumper.java
index ef553721..7970a92c 100644
--- a/src/main/java/org/apache/commons/exec/StreamPumper.java
+++ b/src/main/java/org/apache/commons/exec/StreamPumper.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/java/org/apache/commons/exec/ThreadUtil.java 
b/src/main/java/org/apache/commons/exec/ThreadUtil.java
index 324d282b..11c44a0b 100644
--- a/src/main/java/org/apache/commons/exec/ThreadUtil.java
+++ b/src/main/java/org/apache/commons/exec/ThreadUtil.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/java/org/apache/commons/exec/TimeoutObserver.java 
b/src/main/java/org/apache/commons/exec/TimeoutObserver.java
index 670be8be..624c4058 100644
--- a/src/main/java/org/apache/commons/exec/TimeoutObserver.java
+++ b/src/main/java/org/apache/commons/exec/TimeoutObserver.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/java/org/apache/commons/exec/Watchdog.java 
b/src/main/java/org/apache/commons/exec/Watchdog.java
index e2cbca1e..71e06617 100644
--- a/src/main/java/org/apache/commons/exec/Watchdog.java
+++ b/src/main/java/org/apache/commons/exec/Watchdog.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/java/org/apache/commons/exec/environment/DefaultProcessingEnvironment.java
 
b/src/main/java/org/apache/commons/exec/environment/DefaultProcessingEnvironment.java
index e20a5330..6fd3b0aa 100644
--- 
a/src/main/java/org/apache/commons/exec/environment/DefaultProcessingEnvironment.java
+++ 
b/src/main/java/org/apache/commons/exec/environment/DefaultProcessingEnvironment.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/java/org/apache/commons/exec/environment/EnvironmentUtils.java 
b/src/main/java/org/apache/commons/exec/environment/EnvironmentUtils.java
index 68973868..54a6e7e2 100644
--- a/src/main/java/org/apache/commons/exec/environment/EnvironmentUtils.java
+++ b/src/main/java/org/apache/commons/exec/environment/EnvironmentUtils.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/java/org/apache/commons/exec/environment/OpenVmsProcessingEnvironment.java
 
b/src/main/java/org/apache/commons/exec/environment/OpenVmsProcessingEnvironment.java
index fad84377..2a67e884 100644
--- 
a/src/main/java/org/apache/commons/exec/environment/OpenVmsProcessingEnvironment.java
+++ 
b/src/main/java/org/apache/commons/exec/environment/OpenVmsProcessingEnvironment.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/java/org/apache/commons/exec/environment/package-info.java 
b/src/main/java/org/apache/commons/exec/environment/package-info.java
index eedea3b3..6bdef854 100644
--- a/src/main/java/org/apache/commons/exec/environment/package-info.java
+++ b/src/main/java/org/apache/commons/exec/environment/package-info.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/java/org/apache/commons/exec/launcher/CommandLauncher.java 
b/src/main/java/org/apache/commons/exec/launcher/CommandLauncher.java
index 660c39da..603f82d4 100644
--- a/src/main/java/org/apache/commons/exec/launcher/CommandLauncher.java
+++ b/src/main/java/org/apache/commons/exec/launcher/CommandLauncher.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/java/org/apache/commons/exec/launcher/CommandLauncherFactory.java 
b/src/main/java/org/apache/commons/exec/launcher/CommandLauncherFactory.java
index 1e0e6110..65a6419d 100644
--- a/src/main/java/org/apache/commons/exec/launcher/CommandLauncherFactory.java
+++ b/src/main/java/org/apache/commons/exec/launcher/CommandLauncherFactory.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/java/org/apache/commons/exec/launcher/CommandLauncherImpl.java 
b/src/main/java/org/apache/commons/exec/launcher/CommandLauncherImpl.java
index a2ca1b3e..d9c1147e 100644
--- a/src/main/java/org/apache/commons/exec/launcher/CommandLauncherImpl.java
+++ b/src/main/java/org/apache/commons/exec/launcher/CommandLauncherImpl.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/java/org/apache/commons/exec/launcher/CommandLauncherProxy.java 
b/src/main/java/org/apache/commons/exec/launcher/CommandLauncherProxy.java
index 64bf0f07..1d7be209 100644
--- a/src/main/java/org/apache/commons/exec/launcher/CommandLauncherProxy.java
+++ b/src/main/java/org/apache/commons/exec/launcher/CommandLauncherProxy.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/java/org/apache/commons/exec/launcher/Java13CommandLauncher.java 
b/src/main/java/org/apache/commons/exec/launcher/Java13CommandLauncher.java
index b52d32ed..a81c5568 100644
--- a/src/main/java/org/apache/commons/exec/launcher/Java13CommandLauncher.java
+++ b/src/main/java/org/apache/commons/exec/launcher/Java13CommandLauncher.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/java/org/apache/commons/exec/launcher/OS2CommandLauncher.java 
b/src/main/java/org/apache/commons/exec/launcher/OS2CommandLauncher.java
index 168195b2..02d1ebd7 100644
--- a/src/main/java/org/apache/commons/exec/launcher/OS2CommandLauncher.java
+++ b/src/main/java/org/apache/commons/exec/launcher/OS2CommandLauncher.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/java/org/apache/commons/exec/launcher/VmsCommandLauncher.java 
b/src/main/java/org/apache/commons/exec/launcher/VmsCommandLauncher.java
index 1eb86862..9e546574 100644
--- a/src/main/java/org/apache/commons/exec/launcher/VmsCommandLauncher.java
+++ b/src/main/java/org/apache/commons/exec/launcher/VmsCommandLauncher.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/java/org/apache/commons/exec/launcher/WinNTCommandLauncher.java 
b/src/main/java/org/apache/commons/exec/launcher/WinNTCommandLauncher.java
index 8e24b68a..06091dfa 100644
--- a/src/main/java/org/apache/commons/exec/launcher/WinNTCommandLauncher.java
+++ b/src/main/java/org/apache/commons/exec/launcher/WinNTCommandLauncher.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/java/org/apache/commons/exec/launcher/package-info.java 
b/src/main/java/org/apache/commons/exec/launcher/package-info.java
index 9df106e9..4db8bda8 100644
--- a/src/main/java/org/apache/commons/exec/launcher/package-info.java
+++ b/src/main/java/org/apache/commons/exec/launcher/package-info.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/java/org/apache/commons/exec/package-info.java 
b/src/main/java/org/apache/commons/exec/package-info.java
index 74a954fd..5bf547a4 100644
--- a/src/main/java/org/apache/commons/exec/package-info.java
+++ b/src/main/java/org/apache/commons/exec/package-info.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/java/org/apache/commons/exec/util/DebugUtils.java 
b/src/main/java/org/apache/commons/exec/util/DebugUtils.java
index 8872b20f..90351a9e 100644
--- a/src/main/java/org/apache/commons/exec/util/DebugUtils.java
+++ b/src/main/java/org/apache/commons/exec/util/DebugUtils.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/java/org/apache/commons/exec/util/MapUtils.java 
b/src/main/java/org/apache/commons/exec/util/MapUtils.java
index e4b22633..d981ca3a 100644
--- a/src/main/java/org/apache/commons/exec/util/MapUtils.java
+++ b/src/main/java/org/apache/commons/exec/util/MapUtils.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/java/org/apache/commons/exec/util/StringUtils.java 
b/src/main/java/org/apache/commons/exec/util/StringUtils.java
index 8cffa24c..6686acad 100644
--- a/src/main/java/org/apache/commons/exec/util/StringUtils.java
+++ b/src/main/java/org/apache/commons/exec/util/StringUtils.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/java/org/apache/commons/exec/util/package-info.java 
b/src/main/java/org/apache/commons/exec/util/package-info.java
index 95192801..c0c1e7f0 100644
--- a/src/main/java/org/apache/commons/exec/util/package-info.java
+++ b/src/main/java/org/apache/commons/exec/util/package-info.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/javadoc/overview.html b/src/main/javadoc/overview.html
index bc2742cb..93546649 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -6,7 +6,7 @@ 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
+     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/media/apache-commons-exec.svg 
b/src/media/apache-commons-exec.svg
index a6d65dfe..5e2e760c 100644
--- a/src/media/apache-commons-exec.svg
+++ b/src/media/apache-commons-exec.svg
@@ -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/src/media/apache-commons.svg b/src/media/apache-commons.svg
index 98311a27..7cf0b178 100644
--- a/src/media/apache-commons.svg
+++ b/src/media/apache-commons.svg
@@ -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/src/media/readme.txt b/src/media/readme.txt
index b3b89e15..45bb3983 100644
--- a/src/media/readme.txt
+++ b/src/media/readme.txt
@@ -6,7 +6,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/site/apt/commandline.apt b/src/site/apt/commandline.apt
index 58aca065..26ec72bf 100644
--- a/src/site/apt/commandline.apt
+++ b/src/site/apt/commandline.apt
@@ -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,
@@ -53,7 +53,7 @@ You have two ways to create the command line to be executed
 
   Parsing the command line string is easy to use but you might run into
   problems when tackling complex scenarios. Therefore this functionality
-  was deprecated in the {{{http://ant.apache.org/manual/Tasks/exec.html}Ant 
Exec task}}.
+  was deprecated in the {{{https://ant.apache.org/manual/Tasks/exec.html}Ant 
Exec task}}.
 
   Let's have a look at few examples you would like to stick to parsing entire 
command
   line strings
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index c33edafc..399011b6 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -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/site/apt/technical.apt b/src/site/apt/technical.apt
index 8b23019e..70d985e9 100644
--- a/src/site/apt/technical.apt
+++ b/src/site/apt/technical.apt
@@ -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/site/apt/tutorial.apt b/src/site/apt/tutorial.apt
index 98e2881a..3db87a81 100644
--- a/src/site/apt/tutorial.apt
+++ b/src/site/apt/tutorial.apt
@@ -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,
@@ -114,7 +114,7 @@ int exitValue = executor.execute(cmdLine);
   building the command line incrementally - according to the same reasoning
   the Ant documentation does not recommend passing a single command line to
   the <exec> target (see deprecated command attribute for 
-  {{{http://ant.apache.org/manual/CoreTasks/exec.html}exec}} task)
+  {{{https://ant.apache.org/manual/CoreTasks/exec.html}exec}} task)
   
 +----------------------------------------------------------------------------
 Map map = new HashMap();
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index 10d15604..a7b74782 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -9,7 +9,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
@@ -25,7 +25,7 @@ under the License.
     <faq id="maturity">
       <question>How mature is it?</question>
       <answer>
-        <p>The code was ported from <a href="http://ant.apache.org/";>Apache 
Ant</a> and extensively
+        <p>The code was ported from <a href="https://ant.apache.org/";>Apache 
Ant</a> and extensively
            tested on various platforms. So there is no reason not to use it 
and it is very likely
            better than any home-grown library.</p>
       </answer>
@@ -44,7 +44,7 @@ under the License.
       <question>Are child processes automatically killed?</question>
       <answer>
         <p> This functionality is largely depend on the operating system - on 
Unix it works
-        mostly and under Windows not at all (see <a 
href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4770092";>
+        mostly and under Windows not at all (see <a 
href="https://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4770092";>
         Bug 4770092</a>). In terms of stability and cross-platform support try 
to start your applications directly and
         avoid various wrapper scripts.</p>
       </answer>
@@ -67,8 +67,8 @@ under the License.
           matrix</a> and want to make sure that everything works fine you can 
run easily run the
           regression tests. Make a SVN checkout and run 'ant 
test-distribution' to create the test
           distribution in './target'. On a production box downloading the 
ready-to-run test 
-          distribution might be even more handy (<a 
href="http://people.apache.org/~sgoeschl/download/commons-exec/";>
-          http://people.apache.org/~sgoeschl/download/commons-exec/</a>). 
Unpack the 'zip' or 
+          distribution might be even more handy (<a 
href="https://people.apache.org/~sgoeschl/download/commons-exec/";>
+          https://people.apache.org/~sgoeschl/download/commons-exec/</a>). 
Unpack the 'zip' or 
           'tar.gz' file and start the tests. Independent from the result we 
very much appreciate 
           your feedback ... :-)</p>
       </answer>
diff --git a/src/site/resources/profile.jacoco 
b/src/site/resources/profile.jacoco
index a12755f3..4d3c8a27 100644
--- a/src/site/resources/profile.jacoco
+++ b/src/site/resources/profile.jacoco
@@ -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/src/site/site.xml b/src/site/site.xml
index 0abd9887..a415f2c0 100644
--- a/src/site/site.xml
+++ b/src/site/site.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/src/site/xdoc/download_exec.xml b/src/site/xdoc/download_exec.xml
index c8b1c8fa..e4830cda 100644
--- a/src/site/xdoc/download_exec.xml
+++ b/src/site/xdoc/download_exec.xml
@@ -7,7 +7,7 @@ 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
+     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/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml
index a963807c..fa319034 100644
--- a/src/site/xdoc/issue-tracking.xml
+++ b/src/site/xdoc/issue-tracking.xml
@@ -7,7 +7,7 @@ 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
+     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/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index e0a946aa..a56afe12 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -7,7 +7,7 @@ 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
+     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/site/xdoc/testmatrix.xml b/src/site/xdoc/testmatrix.xml
index 5f74616c..30905489 100644
--- a/src/site/xdoc/testmatrix.xml
+++ b/src/site/xdoc/testmatrix.xml
@@ -7,7 +7,7 @@ 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
+     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/test/bin/testme.bat b/src/test/bin/testme.bat
index 65bdf583..35004abf 100644
--- a/src/test/bin/testme.bat
+++ b/src/test/bin/testme.bat
@@ -7,7 +7,7 @@ REM The ASF licenses this file to You under the Apache License, 
Version 2.0
 REM (the "License"); you may not use this file except in compliance with
 REM the License.  You may obtain a copy of the License at
 REM
-REM      http://www.apache.org/licenses/LICENSE-2.0
+REM      https://www.apache.org/licenses/LICENSE-2.0
 REM
 REM Unless required by applicable law or agreed to in writing, software
 REM distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/test/bin/testme.dcl b/src/test/bin/testme.dcl
index 8974f044..b71a10fe 100644
--- a/src/test/bin/testme.dcl
+++ b/src/test/bin/testme.dcl
@@ -7,7 +7,7 @@ $! 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
+$!      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/test/bin/testme.sh b/src/test/bin/testme.sh
index d3e8d246..c0818a85 100755
--- a/src/test/bin/testme.sh
+++ b/src/test/bin/testme.sh
@@ -8,7 +8,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/test/java/org/apache/commons/exec/AbstractExecTest.java 
b/src/test/java/org/apache/commons/exec/AbstractExecTest.java
index d503abbc..0b12ed95 100644
--- a/src/test/java/org/apache/commons/exec/AbstractExecTest.java
+++ b/src/test/java/org/apache/commons/exec/AbstractExecTest.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/test/java/org/apache/commons/exec/CommandLineTest.java 
b/src/test/java/org/apache/commons/exec/CommandLineTest.java
index 7939ce60..a7286712 100644
--- a/src/test/java/org/apache/commons/exec/CommandLineTest.java
+++ b/src/test/java/org/apache/commons/exec/CommandLineTest.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/test/java/org/apache/commons/exec/DefaultExecutorTest.java 
b/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java
index 9988a946..6a4eb22f 100644
--- a/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java
+++ b/src/test/java/org/apache/commons/exec/DefaultExecutorTest.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/test/java/org/apache/commons/exec/LogOutputStreamTest.java 
b/src/test/java/org/apache/commons/exec/LogOutputStreamTest.java
index bcbea236..a4e80404 100644
--- a/src/test/java/org/apache/commons/exec/LogOutputStreamTest.java
+++ b/src/test/java/org/apache/commons/exec/LogOutputStreamTest.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/test/java/org/apache/commons/exec/PumpStreamHandlerTest.java 
b/src/test/java/org/apache/commons/exec/PumpStreamHandlerTest.java
index f30819b7..0fe0a24f 100644
--- a/src/test/java/org/apache/commons/exec/PumpStreamHandlerTest.java
+++ b/src/test/java/org/apache/commons/exec/PumpStreamHandlerTest.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/test/java/org/apache/commons/exec/StandAloneTest.java 
b/src/test/java/org/apache/commons/exec/StandAloneTest.java
index 2eb29aa0..77bd9566 100644
--- a/src/test/java/org/apache/commons/exec/StandAloneTest.java
+++ b/src/test/java/org/apache/commons/exec/StandAloneTest.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/test/java/org/apache/commons/exec/TestUtil.java 
b/src/test/java/org/apache/commons/exec/TestUtil.java
index a4835adb..9b6c6ac6 100644
--- a/src/test/java/org/apache/commons/exec/TestUtil.java
+++ b/src/test/java/org/apache/commons/exec/TestUtil.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/test/java/org/apache/commons/exec/TutorialTest.java 
b/src/test/java/org/apache/commons/exec/TutorialTest.java
index 2978d659..6eeb2eff 100644
--- a/src/test/java/org/apache/commons/exec/TutorialTest.java
+++ b/src/test/java/org/apache/commons/exec/TutorialTest.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/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java 
b/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java
index 7241f91b..14ee48b4 100644
--- 
a/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.java
+++ 
b/src/test/java/org/apache/commons/exec/environment/EnvironmentUtilsTest.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/test/java/org/apache/commons/exec/issues/Exec33Test.java 
b/src/test/java/org/apache/commons/exec/issues/Exec33Test.java
index cc46541c..58e1343e 100644
--- a/src/test/java/org/apache/commons/exec/issues/Exec33Test.java
+++ b/src/test/java/org/apache/commons/exec/issues/Exec33Test.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/test/java/org/apache/commons/exec/issues/Exec34Test.java 
b/src/test/java/org/apache/commons/exec/issues/Exec34Test.java
index 11ddb4bb..93131bda 100644
--- a/src/test/java/org/apache/commons/exec/issues/Exec34Test.java
+++ b/src/test/java/org/apache/commons/exec/issues/Exec34Test.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/test/java/org/apache/commons/exec/issues/Exec36Test.java 
b/src/test/java/org/apache/commons/exec/issues/Exec36Test.java
index 6eb62845..9d5e5848 100644
--- a/src/test/java/org/apache/commons/exec/issues/Exec36Test.java
+++ b/src/test/java/org/apache/commons/exec/issues/Exec36Test.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/test/java/org/apache/commons/exec/issues/Exec41Test.java 
b/src/test/java/org/apache/commons/exec/issues/Exec41Test.java
index 477ea5aa..a2f8248c 100644
--- a/src/test/java/org/apache/commons/exec/issues/Exec41Test.java
+++ b/src/test/java/org/apache/commons/exec/issues/Exec41Test.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/test/java/org/apache/commons/exec/issues/Exec44Test.java 
b/src/test/java/org/apache/commons/exec/issues/Exec44Test.java
index c4d444ac..a9e3c183 100644
--- a/src/test/java/org/apache/commons/exec/issues/Exec44Test.java
+++ b/src/test/java/org/apache/commons/exec/issues/Exec44Test.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/test/java/org/apache/commons/exec/issues/Exec49Test.java 
b/src/test/java/org/apache/commons/exec/issues/Exec49Test.java
index a9fee91b..feba4da7 100644
--- a/src/test/java/org/apache/commons/exec/issues/Exec49Test.java
+++ b/src/test/java/org/apache/commons/exec/issues/Exec49Test.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/test/java/org/apache/commons/exec/issues/Exec57Test.java 
b/src/test/java/org/apache/commons/exec/issues/Exec57Test.java
index 427ae33f..bc54fa30 100644
--- a/src/test/java/org/apache/commons/exec/issues/Exec57Test.java
+++ b/src/test/java/org/apache/commons/exec/issues/Exec57Test.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/test/java/org/apache/commons/exec/issues/Exec60Test.java 
b/src/test/java/org/apache/commons/exec/issues/Exec60Test.java
index 5c4f2a47..7fa024e9 100644
--- a/src/test/java/org/apache/commons/exec/issues/Exec60Test.java
+++ b/src/test/java/org/apache/commons/exec/issues/Exec60Test.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/test/java/org/apache/commons/exec/issues/Exec62Test.java 
b/src/test/java/org/apache/commons/exec/issues/Exec62Test.java
index a9e75ff6..da2f5c42 100644
--- a/src/test/java/org/apache/commons/exec/issues/Exec62Test.java
+++ b/src/test/java/org/apache/commons/exec/issues/Exec62Test.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/test/java/org/apache/commons/exec/issues/Exec65Test.java 
b/src/test/java/org/apache/commons/exec/issues/Exec65Test.java
index a48ffaf3..21ca3131 100644
--- a/src/test/java/org/apache/commons/exec/issues/Exec65Test.java
+++ b/src/test/java/org/apache/commons/exec/issues/Exec65Test.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/test/java/org/apache/commons/exec/launcher/AbstractCommandLauncherTest.java
 
b/src/test/java/org/apache/commons/exec/launcher/AbstractCommandLauncherTest.java
index b5929a4e..5d7e8bf0 100644
--- 
a/src/test/java/org/apache/commons/exec/launcher/AbstractCommandLauncherTest.java
+++ 
b/src/test/java/org/apache/commons/exec/launcher/AbstractCommandLauncherTest.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/test/java/org/apache/commons/exec/launcher/CommandLauncherFactoryTest.java
 
b/src/test/java/org/apache/commons/exec/launcher/CommandLauncherFactoryTest.java
index 14dad58d..e766046d 100644
--- 
a/src/test/java/org/apache/commons/exec/launcher/CommandLauncherFactoryTest.java
+++ 
b/src/test/java/org/apache/commons/exec/launcher/CommandLauncherFactoryTest.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/test/java/org/apache/commons/exec/launcher/CommandLauncherImplTest.java 
b/src/test/java/org/apache/commons/exec/launcher/CommandLauncherImplTest.java
index eb013e0b..cc1e9528 100644
--- 
a/src/test/java/org/apache/commons/exec/launcher/CommandLauncherImplTest.java
+++ 
b/src/test/java/org/apache/commons/exec/launcher/CommandLauncherImplTest.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/test/java/org/apache/commons/exec/launcher/Java13CommandLauncherTest.java 
b/src/test/java/org/apache/commons/exec/launcher/Java13CommandLauncherTest.java
index 1e64aad5..ad0f0228 100644
--- 
a/src/test/java/org/apache/commons/exec/launcher/Java13CommandLauncherTest.java
+++ 
b/src/test/java/org/apache/commons/exec/launcher/Java13CommandLauncherTest.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/test/java/org/apache/commons/exec/launcher/OS2CommandLauncherTest.java 
b/src/test/java/org/apache/commons/exec/launcher/OS2CommandLauncherTest.java
index c9035648..25d5ec46 100644
--- a/src/test/java/org/apache/commons/exec/launcher/OS2CommandLauncherTest.java
+++ b/src/test/java/org/apache/commons/exec/launcher/OS2CommandLauncherTest.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/test/java/org/apache/commons/exec/launcher/VmsCommandLauncherTest.java 
b/src/test/java/org/apache/commons/exec/launcher/VmsCommandLauncherTest.java
index 8821be12..568d881e 100644
--- a/src/test/java/org/apache/commons/exec/launcher/VmsCommandLauncherTest.java
+++ b/src/test/java/org/apache/commons/exec/launcher/VmsCommandLauncherTest.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/test/java/org/apache/commons/exec/launcher/WinNTCommandLauncherTest.java 
b/src/test/java/org/apache/commons/exec/launcher/WinNTCommandLauncherTest.java
index 1ec9a2ab..57bf9a2b 100644
--- 
a/src/test/java/org/apache/commons/exec/launcher/WinNTCommandLauncherTest.java
+++ 
b/src/test/java/org/apache/commons/exec/launcher/WinNTCommandLauncherTest.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/test/java/org/apache/commons/exec/util/MapUtilTest.java 
b/src/test/java/org/apache/commons/exec/util/MapUtilTest.java
index 9bdc676a..8b6a2410 100644
--- a/src/test/java/org/apache/commons/exec/util/MapUtilTest.java
+++ b/src/test/java/org/apache/commons/exec/util/MapUtilTest.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/test/java/org/apache/commons/exec/util/StringUtilTest.java 
b/src/test/java/org/apache/commons/exec/util/StringUtilTest.java
index 17a6933a..7b9577c8 100644
--- a/src/test/java/org/apache/commons/exec/util/StringUtilTest.java
+++ b/src/test/java/org/apache/commons/exec/util/StringUtilTest.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/test/scripts/acrord32.bat b/src/test/scripts/acrord32.bat
index 7971e14b..4c6b483d 100644
--- a/src/test/scripts/acrord32.bat
+++ b/src/test/scripts/acrord32.bat
@@ -7,7 +7,7 @@ REM The ASF licenses this file to You under the Apache License, 
Version 2.0
 REM (the "License"); you may not use this file except in compliance with
 REM the License.  You may obtain a copy of the License at
 REM
-REM      http://www.apache.org/licenses/LICENSE-2.0
+REM      https://www.apache.org/licenses/LICENSE-2.0
 REM
 REM Unless required by applicable law or agreed to in writing, software
 REM distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/test/scripts/acrord32.sh b/src/test/scripts/acrord32.sh
index dbe185a6..6b50336a 100755
--- a/src/test/scripts/acrord32.sh
+++ b/src/test/scripts/acrord32.sh
@@ -8,7 +8,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/test/scripts/environment.bat b/src/test/scripts/environment.bat
index d462d42d..33c5c4cc 100644
--- a/src/test/scripts/environment.bat
+++ b/src/test/scripts/environment.bat
@@ -1,7 +1,7 @@
 @ECHO OFF
 
 REM Little batch file to run nearly foerver
-REM see http://malektips.com/dos0017.html
+REM see https://malektips.com/dos0017.html
 REM
 REM Licensed to the Apache Software Foundation (ASF) under one or more
 REM contributor license agreements.  See the NOTICE file distributed with
@@ -10,7 +10,7 @@ REM The ASF licenses this file to You under the Apache 
License, Version 2.0
 REM (the "License"); you may not use this file except in compliance with
 REM the License.  You may obtain a copy of the License at
 REM
-REM      http://www.apache.org/licenses/LICENSE-2.0
+REM      https://www.apache.org/licenses/LICENSE-2.0
 REM
 REM Unless required by applicable law or agreed to in writing, software
 REM distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/test/scripts/environment.dcl b/src/test/scripts/environment.dcl
index 8ee0a9f8..3b98d589 100644
--- a/src/test/scripts/environment.dcl
+++ b/src/test/scripts/environment.dcl
@@ -7,7 +7,7 @@ $! 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
+$!      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/test/scripts/environment.sh b/src/test/scripts/environment.sh
index a875b5c6..37f2e1cc 100755
--- a/src/test/scripts/environment.sh
+++ b/src/test/scripts/environment.sh
@@ -8,7 +8,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/test/scripts/error.bat b/src/test/scripts/error.bat
index 3902b208..36a362bd 100644
--- a/src/test/scripts/error.bat
+++ b/src/test/scripts/error.bat
@@ -7,7 +7,7 @@ REM  The ASF licenses this file to You under the Apache 
License, Version 2.0
 REM  (the "License"); you may not use this file except in compliance with
 REM  the License.  You may obtain a copy of the License at
 REM
-REM      http://www.apache.org/licenses/LICENSE-2.0
+REM      https://www.apache.org/licenses/LICENSE-2.0
 REM
 REM  Unless required by applicable law or agreed to in writing, software
 REM  distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/test/scripts/error.dcl b/src/test/scripts/error.dcl
index 061ad000..6f3a51de 100644
--- a/src/test/scripts/error.dcl
+++ b/src/test/scripts/error.dcl
@@ -7,7 +7,7 @@ $! 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
+$!      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/test/scripts/error.sh b/src/test/scripts/error.sh
index 8c498dd5..689f690d 100755
--- a/src/test/scripts/error.sh
+++ b/src/test/scripts/error.sh
@@ -8,7 +8,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/test/scripts/forever.bat b/src/test/scripts/forever.bat
index 7425f0b4..353da871 100644
--- a/src/test/scripts/forever.bat
+++ b/src/test/scripts/forever.bat
@@ -1,7 +1,7 @@
 @ECHO OFF
 
 REM Little batch file to run nearly foerver
-REM see http://malektips.com/dos0017.html
+REM see https://malektips.com/dos0017.html
 REM
 REM Licensed to the Apache Software Foundation (ASF) under one or more
 REM contributor license agreements.  See the NOTICE file distributed with
@@ -10,7 +10,7 @@ REM The ASF licenses this file to You under the Apache 
License, Version 2.0
 REM (the "License"); you may not use this file except in compliance with
 REM the License.  You may obtain a copy of the License at
 REM
-REM      http://www.apache.org/licenses/LICENSE-2.0
+REM      https://www.apache.org/licenses/LICENSE-2.0
 REM
 REM Unless required by applicable law or agreed to in writing, software
 REM distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/test/scripts/forever.dcl b/src/test/scripts/forever.dcl
index 452681f6..992b2a3a 100644
--- a/src/test/scripts/forever.dcl
+++ b/src/test/scripts/forever.dcl
@@ -7,7 +7,7 @@ $! 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
+$!      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/test/scripts/forever.sh b/src/test/scripts/forever.sh
index 696d5122..1dd08cf2 100755
--- a/src/test/scripts/forever.sh
+++ b/src/test/scripts/forever.sh
@@ -8,7 +8,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/test/scripts/issues/exec-57-detached.sh 
b/src/test/scripts/issues/exec-57-detached.sh
index 1cc6e6e5..a69bd47f 100755
--- a/src/test/scripts/issues/exec-57-detached.sh
+++ b/src/test/scripts/issues/exec-57-detached.sh
@@ -8,7 +8,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/test/scripts/issues/exec-57-nohup.sh 
b/src/test/scripts/issues/exec-57-nohup.sh
index 8731dbe0..c8900082 100755
--- a/src/test/scripts/issues/exec-57-nohup.sh
+++ b/src/test/scripts/issues/exec-57-nohup.sh
@@ -8,7 +8,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/test/scripts/issues/exec-62.sh 
b/src/test/scripts/issues/exec-62.sh
index 4cf504b0..649e76e2 100644
--- a/src/test/scripts/issues/exec-62.sh
+++ b/src/test/scripts/issues/exec-62.sh
@@ -8,7 +8,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/test/scripts/issues/exec-65.sh 
b/src/test/scripts/issues/exec-65.sh
index b8ff368f..5efa01b8 100755
--- a/src/test/scripts/issues/exec-65.sh
+++ b/src/test/scripts/issues/exec-65.sh
@@ -8,7 +8,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/test/scripts/ping.bat b/src/test/scripts/ping.bat
index 44b3ae7d..9e43ae54 100644
--- a/src/test/scripts/ping.bat
+++ b/src/test/scripts/ping.bat
@@ -1,7 +1,7 @@
 @ECHO OFF
 
 REM Little batch file to pause for a number of seconds
-REM see http://malektips.com/dos0017.html
+REM see https://malektips.com/dos0017.html
 REM
 REM Licensed to the Apache Software Foundation (ASF) under one or more
 REM contributor license agreements.  See the NOTICE file distributed with
@@ -10,7 +10,7 @@ REM The ASF licenses this file to You under the Apache 
License, Version 2.0
 REM (the "License"); you may not use this file except in compliance with
 REM the License.  You may obtain a copy of the License at
 REM
-REM      http://www.apache.org/licenses/LICENSE-2.0
+REM      https://www.apache.org/licenses/LICENSE-2.0
 REM
 REM Unless required by applicable law or agreed to in writing, software
 REM distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/test/scripts/ping.dcl b/src/test/scripts/ping.dcl
index 174024ce..79f0d7f5 100644
--- a/src/test/scripts/ping.dcl
+++ b/src/test/scripts/ping.dcl
@@ -7,7 +7,7 @@ $! 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
+$!      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/test/scripts/ping.sh b/src/test/scripts/ping.sh
index 84b5c618..89d9186d 100755
--- a/src/test/scripts/ping.sh
+++ b/src/test/scripts/ping.sh
@@ -8,7 +8,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/test/scripts/printargs.bat b/src/test/scripts/printargs.bat
index 721664de..2c977ce6 100644
--- a/src/test/scripts/printargs.bat
+++ b/src/test/scripts/printargs.bat
@@ -7,7 +7,7 @@ REM The ASF licenses this file to You under the Apache License, 
Version 2.0
 REM (the "License"); you may not use this file except in compliance with
 REM the License.  You may obtain a copy of the License at
 REM
-REM      http://www.apache.org/licenses/LICENSE-2.0
+REM      https://www.apache.org/licenses/LICENSE-2.0
 REM
 REM Unless required by applicable law or agreed to in writing, software
 REM distributed under the License is distributed on an "AS IS" BASIS,
@@ -15,7 +15,7 @@ REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
express or implied.
 REM See the License for the specific language governing permissions and
 REM limitations under the License.
 
-REM checking for emptiness was tricky - see 
http://www.robvanderwoude.com/parameters.php
+REM checking for emptiness was tricky - see 
https://www.robvanderwoude.com/parameters.php
 
 :Loop
 IF [%1]==[] GOTO Continue
diff --git a/src/test/scripts/printargs.dcl b/src/test/scripts/printargs.dcl
index 9c941790..249fc926 100644
--- a/src/test/scripts/printargs.dcl
+++ b/src/test/scripts/printargs.dcl
@@ -7,7 +7,7 @@ $! 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
+$!      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/test/scripts/printargs.sh b/src/test/scripts/printargs.sh
index 047e50ed..15798868 100755
--- a/src/test/scripts/printargs.sh
+++ b/src/test/scripts/printargs.sh
@@ -8,7 +8,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/test/scripts/redirect.sh b/src/test/scripts/redirect.sh
index dce5c993..765eedd0 100755
--- a/src/test/scripts/redirect.sh
+++ b/src/test/scripts/redirect.sh
@@ -8,7 +8,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/test/scripts/sleep.bat b/src/test/scripts/sleep.bat
index 4f3eef90..ef6b264e 100755
--- a/src/test/scripts/sleep.bat
+++ b/src/test/scripts/sleep.bat
@@ -8,7 +8,7 @@ REM The ASF licenses this file to You under the Apache License, 
Version 2.0
 REM (the "License"); you may not use this file except in compliance with
 REM the License.  You may obtain a copy of the License at
 REM
-REM      http://www.apache.org/licenses/LICENSE-2.0
+REM      https://www.apache.org/licenses/LICENSE-2.0
 REM
 REM Unless required by applicable law or agreed to in writing, software
 REM distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/test/scripts/sleep.sh b/src/test/scripts/sleep.sh
index 1058bef3..04b08b69 100755
--- a/src/test/scripts/sleep.sh
+++ b/src/test/scripts/sleep.sh
@@ -8,7 +8,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/test/scripts/standalone.sh b/src/test/scripts/standalone.sh
index eb688027..83194029 100755
--- a/src/test/scripts/standalone.sh
+++ b/src/test/scripts/standalone.sh
@@ -8,7 +8,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/test/scripts/stdin.bat b/src/test/scripts/stdin.bat
index 02518be0..00f22690 100644
--- a/src/test/scripts/stdin.bat
+++ b/src/test/scripts/stdin.bat
@@ -7,7 +7,7 @@ REM The ASF licenses this file to You under the Apache License, 
Version 2.0
 REM (the "License"); you may not use this file except in compliance with
 REM the License.  You may obtain a copy of the License at
 REM
-REM      http://www.apache.org/licenses/LICENSE-2.0
+REM      https://www.apache.org/licenses/LICENSE-2.0
 REM
 REM Unless required by applicable law or agreed to in writing, software
 REM distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/test/scripts/stdin.dcl b/src/test/scripts/stdin.dcl
index 14fb835d..57e3ccf9 100644
--- a/src/test/scripts/stdin.dcl
+++ b/src/test/scripts/stdin.dcl
@@ -7,7 +7,7 @@ $! 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
+$!      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/test/scripts/stdin.sh b/src/test/scripts/stdin.sh
index 5572c785..429627ea 100755
--- a/src/test/scripts/stdin.sh
+++ b/src/test/scripts/stdin.sh
@@ -8,7 +8,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/test/scripts/test.bat b/src/test/scripts/test.bat
index ab67bc0d..2f37877c 100644
--- a/src/test/scripts/test.bat
+++ b/src/test/scripts/test.bat
@@ -8,7 +8,7 @@ REM The ASF licenses this file to You under the Apache License, 
Version 2.0
 REM (the "License"); you may not use this file except in compliance with
 REM the License.  You may obtain a copy of the License at
 REM
-REM      http://www.apache.org/licenses/LICENSE-2.0
+REM      https://www.apache.org/licenses/LICENSE-2.0
 REM
 REM Unless required by applicable law or agreed to in writing, software
 REM distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/test/scripts/test.dcl b/src/test/scripts/test.dcl
index 2fe6d6a0..e99c37f2 100644
--- a/src/test/scripts/test.dcl
+++ b/src/test/scripts/test.dcl
@@ -7,7 +7,7 @@ $! 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
+$!      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/test/scripts/test.sh b/src/test/scripts/test.sh
index 83d96189..dc2e1f26 100755
--- a/src/test/scripts/test.sh
+++ b/src/test/scripts/test.sh
@@ -8,7 +8,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