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-jci.git
The following commit(s) were added to refs/heads/master by this push: new f52a60b Bump org.apache.commons:commons-parent from 83 to 84 f52a60b is described below commit f52a60b8cfd2c04f037d1bd4bc6440b8eec29536 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 20 17:22:02 2025 -0400 Bump org.apache.commons:commons-parent from 83 to 84 --- .asf.yaml | 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 +- SECURITY.md | 2 +- TODO.txt | 2 +- compilers/eclipse/pom.xml | 2 +- .../apache/commons/jci2/compiler/eclipse/EclipseCompilationProblem.java | 2 +- .../org/apache/commons/jci2/compiler/eclipse/EclipseJavaCompiler.java | 2 +- .../commons/jci2/compiler/eclipse/EclipseJavaCompilerSettings.java | 2 +- compilers/eclipse/src/main/resources/LICENSE.txt | 2 +- .../jci2/compiler/eclipse/EclipseJavaCompilerSettingsTestCase.java | 2 +- .../commons/jci2/compiler/eclipse/EclipseJavaCompilerTestCase.java | 2 +- compilers/eclipse/src/test/resources/simplelog.properties | 2 +- compilers/groovy/pom.xml | 2 +- .../apache/commons/jci2/compiler/groovy/GroovyCompilationProblem.java | 2 +- .../org/apache/commons/jci2/compiler/groovy/GroovyJavaCompiler.java | 2 +- .../apache/commons/jci2/compiler/groovy/GroovyJavaCompilerSettings.java | 2 +- compilers/groovy/src/main/resources/LICENSE.txt | 2 +- .../apache/commons/jci2/compiler/groovy/GroovyJavaCompilerTestCase.java | 2 +- compilers/groovy/src/test/resources/simplelog.properties | 2 +- compilers/janino/pom.xml | 2 +- .../apache/commons/jci2/compiler/janino/JaninoCompilationProblem.java | 2 +- .../org/apache/commons/jci2/compiler/janino/JaninoJavaCompiler.java | 2 +- .../apache/commons/jci2/compiler/janino/JaninoJavaCompilerSettings.java | 2 +- compilers/janino/src/main/resources/LICENSE.txt | 2 +- .../apache/commons/jci2/compiler/janino/JaninoJavaCompilerTestCase.java | 2 +- compilers/janino/src/test/resources/simplelog.properties | 2 +- compilers/jsr199/pom.xml | 2 +- .../apache/commons/jci2/compiler/jsr199/Jsr199CompilationProblem.java | 2 +- .../org/apache/commons/jci2/compiler/jsr199/Jsr199JavaCompiler.java | 2 +- .../apache/commons/jci2/compiler/jsr199/Jsr199JavaCompilerSettings.java | 2 +- compilers/jsr199/src/main/resources/LICENSE.txt | 2 +- .../apache/commons/jci2/compiler/jsr199/Jsr199JavaCompilerTestCase.java | 2 +- compilers/rhino/pom.xml | 2 +- .../org/apache/commons/jci2/compiler/rhino/RhinoCompilationProblem.java | 2 +- .../java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompiler.java | 2 +- .../apache/commons/jci2/compiler/rhino/RhinoJavaCompilerSettings.java | 2 +- compilers/rhino/src/main/resources/LICENSE.txt | 2 +- .../apache/commons/jci2/compiler/rhino/RhinoJavaCompilerTestCase.java | 2 +- core/pom.xml | 2 +- .../main/java/org/apache/commons/jci2/core/ReloadingClassLoader.java | 2 +- .../org/apache/commons/jci2/core/compiler/AbstractJavaCompiler.java | 2 +- .../java/org/apache/commons/jci2/core/compiler/CompilationResult.java | 2 +- .../main/java/org/apache/commons/jci2/core/compiler/JavaCompiler.java | 2 +- .../java/org/apache/commons/jci2/core/compiler/JavaCompilerFactory.java | 2 +- .../org/apache/commons/jci2/core/compiler/JavaCompilerSettings.java | 2 +- .../main/java/org/apache/commons/jci2/core/compiler/package-info.java | 2 +- .../java/org/apache/commons/jci2/core/listeners/CompilingListener.java | 2 +- .../java/org/apache/commons/jci2/core/listeners/FileChangeListener.java | 2 +- .../apache/commons/jci2/core/listeners/ReloadNotificationListener.java | 2 +- .../java/org/apache/commons/jci2/core/listeners/ReloadingListener.java | 2 +- .../main/java/org/apache/commons/jci2/core/listeners/package-info.java | 2 +- core/src/main/java/org/apache/commons/jci2/core/package-info.java | 2 +- .../java/org/apache/commons/jci2/core/problems/CompilationProblem.java | 2 +- .../apache/commons/jci2/core/problems/CompilationProblemHandler.java | 2 +- .../main/java/org/apache/commons/jci2/core/problems/package-info.java | 2 +- .../java/org/apache/commons/jci2/core/readers/FileResourceReader.java | 2 +- .../java/org/apache/commons/jci2/core/readers/MemoryResourceReader.java | 2 +- .../main/java/org/apache/commons/jci2/core/readers/ResourceReader.java | 2 +- .../main/java/org/apache/commons/jci2/core/readers/package-info.java | 2 +- .../java/org/apache/commons/jci2/core/stores/FileResourceStore.java | 2 +- .../java/org/apache/commons/jci2/core/stores/MemoryResourceStore.java | 2 +- .../main/java/org/apache/commons/jci2/core/stores/ResourceStore.java | 2 +- .../org/apache/commons/jci2/core/stores/ResourceStoreClassLoader.java | 2 +- .../main/java/org/apache/commons/jci2/core/stores/Transactional.java | 2 +- .../org/apache/commons/jci2/core/stores/TransactionalResourceStore.java | 2 +- .../src/main/java/org/apache/commons/jci2/core/stores/package-info.java | 2 +- .../main/java/org/apache/commons/jci2/core/utils/ConversionUtils.java | 2 +- core/src/main/java/org/apache/commons/jci2/core/utils/package-info.java | 2 +- core/src/main/resources/LICENSE.txt | 2 +- core/src/site/site.xml | 2 +- core/src/test/java/org/apache/commons/jci2/core/AbstractTestCase.java | 2 +- .../java/org/apache/commons/jci2/core/CompilingClassLoaderTestCase.java | 2 +- .../apache/commons/jci2/core/ReloadingClassLoaderRemoveTestCase.java | 2 +- .../java/org/apache/commons/jci2/core/ReloadingClassLoaderTestCase.java | 2 +- .../test/java/org/apache/commons/jci2/core/classes/ExtendedDump.java | 2 +- core/src/test/java/org/apache/commons/jci2/core/classes/SimpleDump.java | 2 +- .../apache/commons/jci2/core/compilers/AbstractCompilerTestCase.java | 2 +- .../org/apache/commons/jci2/core/readers/ResourceReaderTestCase.java | 2 +- .../java/org/apache/commons/jci2/core/stores/ResourceStoreTestCase.java | 2 +- core/src/test/resources/simplelog.properties | 2 +- examples/pom.xml | 2 +- .../apache/commons/jci2/examples/commandline/CommandlineCompiler.java | 2 +- .../java/org/apache/commons/jci2/examples/commandline/package-info.java | 2 +- .../org/apache/commons/jci2/examples/configuration/Configurable.java | 2 +- .../commons/jci2/examples/configuration/ConfigurationException.java | 2 +- .../commons/jci2/examples/configuration/ConfigurationReloading.java | 2 +- .../java/org/apache/commons/jci2/examples/configuration/Something.java | 2 +- .../org/apache/commons/jci2/examples/configuration/package-info.java | 2 +- .../src/main/java/org/apache/commons/jci2/examples/package-info.java | 2 +- .../java/org/apache/commons/jci2/examples/serverpages/JspGenerator.java | 2 +- .../java/org/apache/commons/jci2/examples/serverpages/JspReader.java | 2 +- .../org/apache/commons/jci2/examples/serverpages/ServerPageServlet.java | 2 +- .../java/org/apache/commons/jci2/examples/serverpages/package-info.java | 2 +- examples/src/main/resources/LICENSE.txt | 2 +- examples/src/main/webapp/WEB-INF/jsp/Test.jsp | 2 +- examples/src/main/webapp/WEB-INF/jsp/org/vafer/Test.jsp | 2 +- examples/src/main/webapp/WEB-INF/web.xml | 2 +- fam/pom.xml | 2 +- .../jci2/fam/listeners/AbstractFilesystemAlterationListener.java | 2 +- .../apache/commons/jci2/fam/monitor/FilesystemAlterationListener.java | 2 +- .../apache/commons/jci2/fam/monitor/FilesystemAlterationMonitor.java | 2 +- .../apache/commons/jci2/fam/monitor/FilesystemAlterationObserver.java | 2 +- .../commons/jci2/fam/monitor/FilesystemAlterationObserverImpl.java | 2 +- fam/src/main/java/org/apache/commons/jci2/fam/monitor/package-info.java | 2 +- fam/src/main/resources/LICENSE.txt | 2 +- .../commons/jci2/fam/monitor/FilesystemAlterationMonitorTestCase.java | 2 +- fam/src/test/resources/simplelog.properties | 2 +- pom.xml | 2 +- src/assembly/bin.xml | 2 +- src/assembly/src.xml | 2 +- src/changes/changes.xml | 2 +- src/changes/release-notes.vm | 2 +- src/site/site.xml | 2 +- src/site/xdoc/download_jci.xml | 2 +- src/site/xdoc/faq.xml | 2 +- src/site/xdoc/index.xml | 2 +- src/site/xdoc/issue-tracking.xml | 2 +- src/site/xdoc/mail-lists.xml | 2 +- src/site/xdoc/usage.xml | 2 +- 129 files changed, 129 insertions(+), 129 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 19bef72..e9113b7 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/.github/GH-ROBOTS.txt b/.github/GH-ROBOTS.txt index e3329e5..64a8867 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 9ebcd0e..00079ca 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 d126a97..e17973c 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 f12f58e..b9d715b 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 9d226a4..33573cf 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 2be9053..3f4c457 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 92893db..8de65d4 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 3ed5015..b4342f3 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 a8857ed..5fff49d 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 261eeb9..b447376 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -192,7 +192,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 9bd01b4..fb5adbf 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/SECURITY.md b/SECURITY.md index 51943ba..744d4cd 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/TODO.txt b/TODO.txt index 4501281..db5e203 100644 --- a/TODO.txt +++ b/TODO.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/compilers/eclipse/pom.xml b/compilers/eclipse/pom.xml index 5457bbf..7edd15a 100644 --- a/compilers/eclipse/pom.xml +++ b/compilers/eclipse/pom.xml @@ -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/compilers/eclipse/src/main/java/org/apache/commons/jci2/compiler/eclipse/EclipseCompilationProblem.java b/compilers/eclipse/src/main/java/org/apache/commons/jci2/compiler/eclipse/EclipseCompilationProblem.java index ef3cd57..b80ec59 100644 --- a/compilers/eclipse/src/main/java/org/apache/commons/jci2/compiler/eclipse/EclipseCompilationProblem.java +++ b/compilers/eclipse/src/main/java/org/apache/commons/jci2/compiler/eclipse/EclipseCompilationProblem.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/compilers/eclipse/src/main/java/org/apache/commons/jci2/compiler/eclipse/EclipseJavaCompiler.java b/compilers/eclipse/src/main/java/org/apache/commons/jci2/compiler/eclipse/EclipseJavaCompiler.java index 5bc54cd..25b65b7 100644 --- a/compilers/eclipse/src/main/java/org/apache/commons/jci2/compiler/eclipse/EclipseJavaCompiler.java +++ b/compilers/eclipse/src/main/java/org/apache/commons/jci2/compiler/eclipse/EclipseJavaCompiler.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/compilers/eclipse/src/main/java/org/apache/commons/jci2/compiler/eclipse/EclipseJavaCompilerSettings.java b/compilers/eclipse/src/main/java/org/apache/commons/jci2/compiler/eclipse/EclipseJavaCompilerSettings.java index acddd43..9d1c16c 100644 --- a/compilers/eclipse/src/main/java/org/apache/commons/jci2/compiler/eclipse/EclipseJavaCompilerSettings.java +++ b/compilers/eclipse/src/main/java/org/apache/commons/jci2/compiler/eclipse/EclipseJavaCompilerSettings.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/compilers/eclipse/src/main/resources/LICENSE.txt b/compilers/eclipse/src/main/resources/LICENSE.txt index 261eeb9..b447376 100644 --- a/compilers/eclipse/src/main/resources/LICENSE.txt +++ b/compilers/eclipse/src/main/resources/LICENSE.txt @@ -192,7 +192,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/compilers/eclipse/src/test/java/org/apache/commons/jci2/compiler/eclipse/EclipseJavaCompilerSettingsTestCase.java b/compilers/eclipse/src/test/java/org/apache/commons/jci2/compiler/eclipse/EclipseJavaCompilerSettingsTestCase.java index ef62d3a..c4ec0db 100644 --- a/compilers/eclipse/src/test/java/org/apache/commons/jci2/compiler/eclipse/EclipseJavaCompilerSettingsTestCase.java +++ b/compilers/eclipse/src/test/java/org/apache/commons/jci2/compiler/eclipse/EclipseJavaCompilerSettingsTestCase.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/compilers/eclipse/src/test/java/org/apache/commons/jci2/compiler/eclipse/EclipseJavaCompilerTestCase.java b/compilers/eclipse/src/test/java/org/apache/commons/jci2/compiler/eclipse/EclipseJavaCompilerTestCase.java index 0eafcf4..b58706f 100644 --- a/compilers/eclipse/src/test/java/org/apache/commons/jci2/compiler/eclipse/EclipseJavaCompilerTestCase.java +++ b/compilers/eclipse/src/test/java/org/apache/commons/jci2/compiler/eclipse/EclipseJavaCompilerTestCase.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/compilers/eclipse/src/test/resources/simplelog.properties b/compilers/eclipse/src/test/resources/simplelog.properties index 0950ad9..9bfd4fb 100644 --- a/compilers/eclipse/src/test/resources/simplelog.properties +++ b/compilers/eclipse/src/test/resources/simplelog.properties @@ -5,7 +5,7 @@ # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/compilers/groovy/pom.xml b/compilers/groovy/pom.xml index edb56d4..57f8f57 100644 --- a/compilers/groovy/pom.xml +++ b/compilers/groovy/pom.xml @@ -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/compilers/groovy/src/main/java/org/apache/commons/jci2/compiler/groovy/GroovyCompilationProblem.java b/compilers/groovy/src/main/java/org/apache/commons/jci2/compiler/groovy/GroovyCompilationProblem.java index bf0b065..68ffe26 100644 --- a/compilers/groovy/src/main/java/org/apache/commons/jci2/compiler/groovy/GroovyCompilationProblem.java +++ b/compilers/groovy/src/main/java/org/apache/commons/jci2/compiler/groovy/GroovyCompilationProblem.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/compilers/groovy/src/main/java/org/apache/commons/jci2/compiler/groovy/GroovyJavaCompiler.java b/compilers/groovy/src/main/java/org/apache/commons/jci2/compiler/groovy/GroovyJavaCompiler.java index 75ac025..e73b19e 100644 --- a/compilers/groovy/src/main/java/org/apache/commons/jci2/compiler/groovy/GroovyJavaCompiler.java +++ b/compilers/groovy/src/main/java/org/apache/commons/jci2/compiler/groovy/GroovyJavaCompiler.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/compilers/groovy/src/main/java/org/apache/commons/jci2/compiler/groovy/GroovyJavaCompilerSettings.java b/compilers/groovy/src/main/java/org/apache/commons/jci2/compiler/groovy/GroovyJavaCompilerSettings.java index d5ad4c0..3c3a6ca 100644 --- a/compilers/groovy/src/main/java/org/apache/commons/jci2/compiler/groovy/GroovyJavaCompilerSettings.java +++ b/compilers/groovy/src/main/java/org/apache/commons/jci2/compiler/groovy/GroovyJavaCompilerSettings.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/compilers/groovy/src/main/resources/LICENSE.txt b/compilers/groovy/src/main/resources/LICENSE.txt index 261eeb9..b447376 100644 --- a/compilers/groovy/src/main/resources/LICENSE.txt +++ b/compilers/groovy/src/main/resources/LICENSE.txt @@ -192,7 +192,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/compilers/groovy/src/test/java/org/apache/commons/jci2/compiler/groovy/GroovyJavaCompilerTestCase.java b/compilers/groovy/src/test/java/org/apache/commons/jci2/compiler/groovy/GroovyJavaCompilerTestCase.java index 6fec79a..76207de 100644 --- a/compilers/groovy/src/test/java/org/apache/commons/jci2/compiler/groovy/GroovyJavaCompilerTestCase.java +++ b/compilers/groovy/src/test/java/org/apache/commons/jci2/compiler/groovy/GroovyJavaCompilerTestCase.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/compilers/groovy/src/test/resources/simplelog.properties b/compilers/groovy/src/test/resources/simplelog.properties index 0950ad9..9bfd4fb 100644 --- a/compilers/groovy/src/test/resources/simplelog.properties +++ b/compilers/groovy/src/test/resources/simplelog.properties @@ -5,7 +5,7 @@ # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/compilers/janino/pom.xml b/compilers/janino/pom.xml index 2c176b5..d834045 100644 --- a/compilers/janino/pom.xml +++ b/compilers/janino/pom.xml @@ -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/compilers/janino/src/main/java/org/apache/commons/jci2/compiler/janino/JaninoCompilationProblem.java b/compilers/janino/src/main/java/org/apache/commons/jci2/compiler/janino/JaninoCompilationProblem.java index 9241ff6..208c4ca 100644 --- a/compilers/janino/src/main/java/org/apache/commons/jci2/compiler/janino/JaninoCompilationProblem.java +++ b/compilers/janino/src/main/java/org/apache/commons/jci2/compiler/janino/JaninoCompilationProblem.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/compilers/janino/src/main/java/org/apache/commons/jci2/compiler/janino/JaninoJavaCompiler.java b/compilers/janino/src/main/java/org/apache/commons/jci2/compiler/janino/JaninoJavaCompiler.java index 3d78b6e..aee973d 100644 --- a/compilers/janino/src/main/java/org/apache/commons/jci2/compiler/janino/JaninoJavaCompiler.java +++ b/compilers/janino/src/main/java/org/apache/commons/jci2/compiler/janino/JaninoJavaCompiler.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/compilers/janino/src/main/java/org/apache/commons/jci2/compiler/janino/JaninoJavaCompilerSettings.java b/compilers/janino/src/main/java/org/apache/commons/jci2/compiler/janino/JaninoJavaCompilerSettings.java index a73949a..ed68272 100644 --- a/compilers/janino/src/main/java/org/apache/commons/jci2/compiler/janino/JaninoJavaCompilerSettings.java +++ b/compilers/janino/src/main/java/org/apache/commons/jci2/compiler/janino/JaninoJavaCompilerSettings.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/compilers/janino/src/main/resources/LICENSE.txt b/compilers/janino/src/main/resources/LICENSE.txt index 261eeb9..b447376 100644 --- a/compilers/janino/src/main/resources/LICENSE.txt +++ b/compilers/janino/src/main/resources/LICENSE.txt @@ -192,7 +192,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/compilers/janino/src/test/java/org/apache/commons/jci2/compiler/janino/JaninoJavaCompilerTestCase.java b/compilers/janino/src/test/java/org/apache/commons/jci2/compiler/janino/JaninoJavaCompilerTestCase.java index 7b530bf..0215887 100644 --- a/compilers/janino/src/test/java/org/apache/commons/jci2/compiler/janino/JaninoJavaCompilerTestCase.java +++ b/compilers/janino/src/test/java/org/apache/commons/jci2/compiler/janino/JaninoJavaCompilerTestCase.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/compilers/janino/src/test/resources/simplelog.properties b/compilers/janino/src/test/resources/simplelog.properties index 0950ad9..9bfd4fb 100644 --- a/compilers/janino/src/test/resources/simplelog.properties +++ b/compilers/janino/src/test/resources/simplelog.properties @@ -5,7 +5,7 @@ # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/compilers/jsr199/pom.xml b/compilers/jsr199/pom.xml index af81063..c1bb583 100644 --- a/compilers/jsr199/pom.xml +++ b/compilers/jsr199/pom.xml @@ -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/compilers/jsr199/src/main/java/org/apache/commons/jci2/compiler/jsr199/Jsr199CompilationProblem.java b/compilers/jsr199/src/main/java/org/apache/commons/jci2/compiler/jsr199/Jsr199CompilationProblem.java index 15b998b..93d63a3 100644 --- a/compilers/jsr199/src/main/java/org/apache/commons/jci2/compiler/jsr199/Jsr199CompilationProblem.java +++ b/compilers/jsr199/src/main/java/org/apache/commons/jci2/compiler/jsr199/Jsr199CompilationProblem.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/compilers/jsr199/src/main/java/org/apache/commons/jci2/compiler/jsr199/Jsr199JavaCompiler.java b/compilers/jsr199/src/main/java/org/apache/commons/jci2/compiler/jsr199/Jsr199JavaCompiler.java index c563900..29185d7 100644 --- a/compilers/jsr199/src/main/java/org/apache/commons/jci2/compiler/jsr199/Jsr199JavaCompiler.java +++ b/compilers/jsr199/src/main/java/org/apache/commons/jci2/compiler/jsr199/Jsr199JavaCompiler.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/compilers/jsr199/src/main/java/org/apache/commons/jci2/compiler/jsr199/Jsr199JavaCompilerSettings.java b/compilers/jsr199/src/main/java/org/apache/commons/jci2/compiler/jsr199/Jsr199JavaCompilerSettings.java index 3ee6043..e057d28 100644 --- a/compilers/jsr199/src/main/java/org/apache/commons/jci2/compiler/jsr199/Jsr199JavaCompilerSettings.java +++ b/compilers/jsr199/src/main/java/org/apache/commons/jci2/compiler/jsr199/Jsr199JavaCompilerSettings.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/compilers/jsr199/src/main/resources/LICENSE.txt b/compilers/jsr199/src/main/resources/LICENSE.txt index 261eeb9..b447376 100644 --- a/compilers/jsr199/src/main/resources/LICENSE.txt +++ b/compilers/jsr199/src/main/resources/LICENSE.txt @@ -192,7 +192,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/compilers/jsr199/src/test/java/org/apache/commons/jci2/compiler/jsr199/Jsr199JavaCompilerTestCase.java b/compilers/jsr199/src/test/java/org/apache/commons/jci2/compiler/jsr199/Jsr199JavaCompilerTestCase.java index f1b54ed..9296a57 100644 --- a/compilers/jsr199/src/test/java/org/apache/commons/jci2/compiler/jsr199/Jsr199JavaCompilerTestCase.java +++ b/compilers/jsr199/src/test/java/org/apache/commons/jci2/compiler/jsr199/Jsr199JavaCompilerTestCase.java @@ -7,7 +7,7 @@ * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an diff --git a/compilers/rhino/pom.xml b/compilers/rhino/pom.xml index bea97d1..42831c0 100644 --- a/compilers/rhino/pom.xml +++ b/compilers/rhino/pom.xml @@ -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/compilers/rhino/src/main/java/org/apache/commons/jci2/compiler/rhino/RhinoCompilationProblem.java b/compilers/rhino/src/main/java/org/apache/commons/jci2/compiler/rhino/RhinoCompilationProblem.java index d7d33df..ee2e28e 100644 --- a/compilers/rhino/src/main/java/org/apache/commons/jci2/compiler/rhino/RhinoCompilationProblem.java +++ b/compilers/rhino/src/main/java/org/apache/commons/jci2/compiler/rhino/RhinoCompilationProblem.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/compilers/rhino/src/main/java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompiler.java b/compilers/rhino/src/main/java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompiler.java index 3092361..52f063e 100644 --- a/compilers/rhino/src/main/java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompiler.java +++ b/compilers/rhino/src/main/java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompiler.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/compilers/rhino/src/main/java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompilerSettings.java b/compilers/rhino/src/main/java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompilerSettings.java index feff7f2..59b32b2 100644 --- a/compilers/rhino/src/main/java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompilerSettings.java +++ b/compilers/rhino/src/main/java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompilerSettings.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/compilers/rhino/src/main/resources/LICENSE.txt b/compilers/rhino/src/main/resources/LICENSE.txt index 261eeb9..b447376 100644 --- a/compilers/rhino/src/main/resources/LICENSE.txt +++ b/compilers/rhino/src/main/resources/LICENSE.txt @@ -192,7 +192,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/compilers/rhino/src/test/java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompilerTestCase.java b/compilers/rhino/src/test/java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompilerTestCase.java index 365888e..354044d 100644 --- a/compilers/rhino/src/test/java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompilerTestCase.java +++ b/compilers/rhino/src/test/java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompilerTestCase.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/core/pom.xml b/core/pom.xml index ee9c8c7..9cb5735 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -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/core/src/main/java/org/apache/commons/jci2/core/ReloadingClassLoader.java b/core/src/main/java/org/apache/commons/jci2/core/ReloadingClassLoader.java index 75b580f..dba995a 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/ReloadingClassLoader.java +++ b/core/src/main/java/org/apache/commons/jci2/core/ReloadingClassLoader.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/core/src/main/java/org/apache/commons/jci2/core/compiler/AbstractJavaCompiler.java b/core/src/main/java/org/apache/commons/jci2/core/compiler/AbstractJavaCompiler.java index f33e52d..9613c6b 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/compiler/AbstractJavaCompiler.java +++ b/core/src/main/java/org/apache/commons/jci2/core/compiler/AbstractJavaCompiler.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/core/src/main/java/org/apache/commons/jci2/core/compiler/CompilationResult.java b/core/src/main/java/org/apache/commons/jci2/core/compiler/CompilationResult.java index 49d972c..84158c2 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/compiler/CompilationResult.java +++ b/core/src/main/java/org/apache/commons/jci2/core/compiler/CompilationResult.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/core/src/main/java/org/apache/commons/jci2/core/compiler/JavaCompiler.java b/core/src/main/java/org/apache/commons/jci2/core/compiler/JavaCompiler.java index 98a9515..09eff93 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/compiler/JavaCompiler.java +++ b/core/src/main/java/org/apache/commons/jci2/core/compiler/JavaCompiler.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/core/src/main/java/org/apache/commons/jci2/core/compiler/JavaCompilerFactory.java b/core/src/main/java/org/apache/commons/jci2/core/compiler/JavaCompilerFactory.java index f57b401..f81a7f3 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/compiler/JavaCompilerFactory.java +++ b/core/src/main/java/org/apache/commons/jci2/core/compiler/JavaCompilerFactory.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/core/src/main/java/org/apache/commons/jci2/core/compiler/JavaCompilerSettings.java b/core/src/main/java/org/apache/commons/jci2/core/compiler/JavaCompilerSettings.java index e3b647d..f2758b4 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/compiler/JavaCompilerSettings.java +++ b/core/src/main/java/org/apache/commons/jci2/core/compiler/JavaCompilerSettings.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/core/src/main/java/org/apache/commons/jci2/core/compiler/package-info.java b/core/src/main/java/org/apache/commons/jci2/core/compiler/package-info.java index b052ea6..eb44e21 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/compiler/package-info.java +++ b/core/src/main/java/org/apache/commons/jci2/core/compiler/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/core/src/main/java/org/apache/commons/jci2/core/listeners/CompilingListener.java b/core/src/main/java/org/apache/commons/jci2/core/listeners/CompilingListener.java index 4e94199..d6bab6e 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/listeners/CompilingListener.java +++ b/core/src/main/java/org/apache/commons/jci2/core/listeners/CompilingListener.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/core/src/main/java/org/apache/commons/jci2/core/listeners/FileChangeListener.java b/core/src/main/java/org/apache/commons/jci2/core/listeners/FileChangeListener.java index cbe1941..f262e3c 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/listeners/FileChangeListener.java +++ b/core/src/main/java/org/apache/commons/jci2/core/listeners/FileChangeListener.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/core/src/main/java/org/apache/commons/jci2/core/listeners/ReloadNotificationListener.java b/core/src/main/java/org/apache/commons/jci2/core/listeners/ReloadNotificationListener.java index d95fb74..a992006 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/listeners/ReloadNotificationListener.java +++ b/core/src/main/java/org/apache/commons/jci2/core/listeners/ReloadNotificationListener.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/core/src/main/java/org/apache/commons/jci2/core/listeners/ReloadingListener.java b/core/src/main/java/org/apache/commons/jci2/core/listeners/ReloadingListener.java index fac73e5..b82ee36 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/listeners/ReloadingListener.java +++ b/core/src/main/java/org/apache/commons/jci2/core/listeners/ReloadingListener.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/core/src/main/java/org/apache/commons/jci2/core/listeners/package-info.java b/core/src/main/java/org/apache/commons/jci2/core/listeners/package-info.java index 195e50d..888756b 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/listeners/package-info.java +++ b/core/src/main/java/org/apache/commons/jci2/core/listeners/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/core/src/main/java/org/apache/commons/jci2/core/package-info.java b/core/src/main/java/org/apache/commons/jci2/core/package-info.java index 3aa964e..563b665 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/package-info.java +++ b/core/src/main/java/org/apache/commons/jci2/core/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/core/src/main/java/org/apache/commons/jci2/core/problems/CompilationProblem.java b/core/src/main/java/org/apache/commons/jci2/core/problems/CompilationProblem.java index c94c7bd..6a9250a 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/problems/CompilationProblem.java +++ b/core/src/main/java/org/apache/commons/jci2/core/problems/CompilationProblem.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/core/src/main/java/org/apache/commons/jci2/core/problems/CompilationProblemHandler.java b/core/src/main/java/org/apache/commons/jci2/core/problems/CompilationProblemHandler.java index ebdf610..e1886da 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/problems/CompilationProblemHandler.java +++ b/core/src/main/java/org/apache/commons/jci2/core/problems/CompilationProblemHandler.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/core/src/main/java/org/apache/commons/jci2/core/problems/package-info.java b/core/src/main/java/org/apache/commons/jci2/core/problems/package-info.java index 0b87917..0bcb14e 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/problems/package-info.java +++ b/core/src/main/java/org/apache/commons/jci2/core/problems/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/core/src/main/java/org/apache/commons/jci2/core/readers/FileResourceReader.java b/core/src/main/java/org/apache/commons/jci2/core/readers/FileResourceReader.java index f8e4f3e..8ef6b4e 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/readers/FileResourceReader.java +++ b/core/src/main/java/org/apache/commons/jci2/core/readers/FileResourceReader.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/core/src/main/java/org/apache/commons/jci2/core/readers/MemoryResourceReader.java b/core/src/main/java/org/apache/commons/jci2/core/readers/MemoryResourceReader.java index 28aecc6..4af9501 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/readers/MemoryResourceReader.java +++ b/core/src/main/java/org/apache/commons/jci2/core/readers/MemoryResourceReader.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/core/src/main/java/org/apache/commons/jci2/core/readers/ResourceReader.java b/core/src/main/java/org/apache/commons/jci2/core/readers/ResourceReader.java index f780de5..bfcd301 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/readers/ResourceReader.java +++ b/core/src/main/java/org/apache/commons/jci2/core/readers/ResourceReader.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/core/src/main/java/org/apache/commons/jci2/core/readers/package-info.java b/core/src/main/java/org/apache/commons/jci2/core/readers/package-info.java index 093ff13..c13a6e6 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/readers/package-info.java +++ b/core/src/main/java/org/apache/commons/jci2/core/readers/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/core/src/main/java/org/apache/commons/jci2/core/stores/FileResourceStore.java b/core/src/main/java/org/apache/commons/jci2/core/stores/FileResourceStore.java index 02fc75f..c7e3e8c 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/stores/FileResourceStore.java +++ b/core/src/main/java/org/apache/commons/jci2/core/stores/FileResourceStore.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/core/src/main/java/org/apache/commons/jci2/core/stores/MemoryResourceStore.java b/core/src/main/java/org/apache/commons/jci2/core/stores/MemoryResourceStore.java index 50ffd72..24dc578 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/stores/MemoryResourceStore.java +++ b/core/src/main/java/org/apache/commons/jci2/core/stores/MemoryResourceStore.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/core/src/main/java/org/apache/commons/jci2/core/stores/ResourceStore.java b/core/src/main/java/org/apache/commons/jci2/core/stores/ResourceStore.java index c79bfbd..f900c01 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/stores/ResourceStore.java +++ b/core/src/main/java/org/apache/commons/jci2/core/stores/ResourceStore.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/core/src/main/java/org/apache/commons/jci2/core/stores/ResourceStoreClassLoader.java b/core/src/main/java/org/apache/commons/jci2/core/stores/ResourceStoreClassLoader.java index e500e33..f8bae0b 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/stores/ResourceStoreClassLoader.java +++ b/core/src/main/java/org/apache/commons/jci2/core/stores/ResourceStoreClassLoader.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/core/src/main/java/org/apache/commons/jci2/core/stores/Transactional.java b/core/src/main/java/org/apache/commons/jci2/core/stores/Transactional.java index 5d2403b..60731b9 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/stores/Transactional.java +++ b/core/src/main/java/org/apache/commons/jci2/core/stores/Transactional.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/core/src/main/java/org/apache/commons/jci2/core/stores/TransactionalResourceStore.java b/core/src/main/java/org/apache/commons/jci2/core/stores/TransactionalResourceStore.java index 6898841..cd87ea1 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/stores/TransactionalResourceStore.java +++ b/core/src/main/java/org/apache/commons/jci2/core/stores/TransactionalResourceStore.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/core/src/main/java/org/apache/commons/jci2/core/stores/package-info.java b/core/src/main/java/org/apache/commons/jci2/core/stores/package-info.java index 11312b7..7144205 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/stores/package-info.java +++ b/core/src/main/java/org/apache/commons/jci2/core/stores/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/core/src/main/java/org/apache/commons/jci2/core/utils/ConversionUtils.java b/core/src/main/java/org/apache/commons/jci2/core/utils/ConversionUtils.java index 18d7843..35e0cdd 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/utils/ConversionUtils.java +++ b/core/src/main/java/org/apache/commons/jci2/core/utils/ConversionUtils.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/core/src/main/java/org/apache/commons/jci2/core/utils/package-info.java b/core/src/main/java/org/apache/commons/jci2/core/utils/package-info.java index 7a0a6cd..14a7594 100644 --- a/core/src/main/java/org/apache/commons/jci2/core/utils/package-info.java +++ b/core/src/main/java/org/apache/commons/jci2/core/utils/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/core/src/main/resources/LICENSE.txt b/core/src/main/resources/LICENSE.txt index 261eeb9..b447376 100644 --- a/core/src/main/resources/LICENSE.txt +++ b/core/src/main/resources/LICENSE.txt @@ -192,7 +192,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/core/src/site/site.xml b/core/src/site/site.xml index c915f96..48f4392 100644 --- a/core/src/site/site.xml +++ b/core/src/site/site.xml @@ -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/core/src/test/java/org/apache/commons/jci2/core/AbstractTestCase.java b/core/src/test/java/org/apache/commons/jci2/core/AbstractTestCase.java index b2db42c..23d977c 100644 --- a/core/src/test/java/org/apache/commons/jci2/core/AbstractTestCase.java +++ b/core/src/test/java/org/apache/commons/jci2/core/AbstractTestCase.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/core/src/test/java/org/apache/commons/jci2/core/CompilingClassLoaderTestCase.java b/core/src/test/java/org/apache/commons/jci2/core/CompilingClassLoaderTestCase.java index 0b85827..21b01ba 100644 --- a/core/src/test/java/org/apache/commons/jci2/core/CompilingClassLoaderTestCase.java +++ b/core/src/test/java/org/apache/commons/jci2/core/CompilingClassLoaderTestCase.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/core/src/test/java/org/apache/commons/jci2/core/ReloadingClassLoaderRemoveTestCase.java b/core/src/test/java/org/apache/commons/jci2/core/ReloadingClassLoaderRemoveTestCase.java index bd31b9a..a7f9dbc 100644 --- a/core/src/test/java/org/apache/commons/jci2/core/ReloadingClassLoaderRemoveTestCase.java +++ b/core/src/test/java/org/apache/commons/jci2/core/ReloadingClassLoaderRemoveTestCase.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/core/src/test/java/org/apache/commons/jci2/core/ReloadingClassLoaderTestCase.java b/core/src/test/java/org/apache/commons/jci2/core/ReloadingClassLoaderTestCase.java index 426cc24..fff1fa7 100644 --- a/core/src/test/java/org/apache/commons/jci2/core/ReloadingClassLoaderTestCase.java +++ b/core/src/test/java/org/apache/commons/jci2/core/ReloadingClassLoaderTestCase.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/core/src/test/java/org/apache/commons/jci2/core/classes/ExtendedDump.java b/core/src/test/java/org/apache/commons/jci2/core/classes/ExtendedDump.java index db99b61..c1faec8 100644 --- a/core/src/test/java/org/apache/commons/jci2/core/classes/ExtendedDump.java +++ b/core/src/test/java/org/apache/commons/jci2/core/classes/ExtendedDump.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/core/src/test/java/org/apache/commons/jci2/core/classes/SimpleDump.java b/core/src/test/java/org/apache/commons/jci2/core/classes/SimpleDump.java index befc669..625348d 100644 --- a/core/src/test/java/org/apache/commons/jci2/core/classes/SimpleDump.java +++ b/core/src/test/java/org/apache/commons/jci2/core/classes/SimpleDump.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/core/src/test/java/org/apache/commons/jci2/core/compilers/AbstractCompilerTestCase.java b/core/src/test/java/org/apache/commons/jci2/core/compilers/AbstractCompilerTestCase.java index e485ab4..191ae2e 100644 --- a/core/src/test/java/org/apache/commons/jci2/core/compilers/AbstractCompilerTestCase.java +++ b/core/src/test/java/org/apache/commons/jci2/core/compilers/AbstractCompilerTestCase.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/core/src/test/java/org/apache/commons/jci2/core/readers/ResourceReaderTestCase.java b/core/src/test/java/org/apache/commons/jci2/core/readers/ResourceReaderTestCase.java index fa9a77b..bd9c0e4 100644 --- a/core/src/test/java/org/apache/commons/jci2/core/readers/ResourceReaderTestCase.java +++ b/core/src/test/java/org/apache/commons/jci2/core/readers/ResourceReaderTestCase.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/core/src/test/java/org/apache/commons/jci2/core/stores/ResourceStoreTestCase.java b/core/src/test/java/org/apache/commons/jci2/core/stores/ResourceStoreTestCase.java index 582f9fc..e698673 100644 --- a/core/src/test/java/org/apache/commons/jci2/core/stores/ResourceStoreTestCase.java +++ b/core/src/test/java/org/apache/commons/jci2/core/stores/ResourceStoreTestCase.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/core/src/test/resources/simplelog.properties b/core/src/test/resources/simplelog.properties index 0950ad9..9bfd4fb 100644 --- a/core/src/test/resources/simplelog.properties +++ b/core/src/test/resources/simplelog.properties @@ -5,7 +5,7 @@ # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/examples/pom.xml b/examples/pom.xml index b386a43..0084035 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -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/examples/src/main/java/org/apache/commons/jci2/examples/commandline/CommandlineCompiler.java b/examples/src/main/java/org/apache/commons/jci2/examples/commandline/CommandlineCompiler.java index 62da632..13eb13f 100644 --- a/examples/src/main/java/org/apache/commons/jci2/examples/commandline/CommandlineCompiler.java +++ b/examples/src/main/java/org/apache/commons/jci2/examples/commandline/CommandlineCompiler.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/examples/src/main/java/org/apache/commons/jci2/examples/commandline/package-info.java b/examples/src/main/java/org/apache/commons/jci2/examples/commandline/package-info.java index 5146a61..618337d 100644 --- a/examples/src/main/java/org/apache/commons/jci2/examples/commandline/package-info.java +++ b/examples/src/main/java/org/apache/commons/jci2/examples/commandline/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/examples/src/main/java/org/apache/commons/jci2/examples/configuration/Configurable.java b/examples/src/main/java/org/apache/commons/jci2/examples/configuration/Configurable.java index 42d6fcd..1d7a25a 100644 --- a/examples/src/main/java/org/apache/commons/jci2/examples/configuration/Configurable.java +++ b/examples/src/main/java/org/apache/commons/jci2/examples/configuration/Configurable.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/examples/src/main/java/org/apache/commons/jci2/examples/configuration/ConfigurationException.java b/examples/src/main/java/org/apache/commons/jci2/examples/configuration/ConfigurationException.java index 08506ca..e3a6f51 100644 --- a/examples/src/main/java/org/apache/commons/jci2/examples/configuration/ConfigurationException.java +++ b/examples/src/main/java/org/apache/commons/jci2/examples/configuration/ConfigurationException.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/examples/src/main/java/org/apache/commons/jci2/examples/configuration/ConfigurationReloading.java b/examples/src/main/java/org/apache/commons/jci2/examples/configuration/ConfigurationReloading.java index 5c23375..2d64b6b 100644 --- a/examples/src/main/java/org/apache/commons/jci2/examples/configuration/ConfigurationReloading.java +++ b/examples/src/main/java/org/apache/commons/jci2/examples/configuration/ConfigurationReloading.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/examples/src/main/java/org/apache/commons/jci2/examples/configuration/Something.java b/examples/src/main/java/org/apache/commons/jci2/examples/configuration/Something.java index 4572eeb..7f557ef 100644 --- a/examples/src/main/java/org/apache/commons/jci2/examples/configuration/Something.java +++ b/examples/src/main/java/org/apache/commons/jci2/examples/configuration/Something.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/examples/src/main/java/org/apache/commons/jci2/examples/configuration/package-info.java b/examples/src/main/java/org/apache/commons/jci2/examples/configuration/package-info.java index 049cc95..b6db49c 100644 --- a/examples/src/main/java/org/apache/commons/jci2/examples/configuration/package-info.java +++ b/examples/src/main/java/org/apache/commons/jci2/examples/configuration/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/examples/src/main/java/org/apache/commons/jci2/examples/package-info.java b/examples/src/main/java/org/apache/commons/jci2/examples/package-info.java index 8241004..374d825 100644 --- a/examples/src/main/java/org/apache/commons/jci2/examples/package-info.java +++ b/examples/src/main/java/org/apache/commons/jci2/examples/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/examples/src/main/java/org/apache/commons/jci2/examples/serverpages/JspGenerator.java b/examples/src/main/java/org/apache/commons/jci2/examples/serverpages/JspGenerator.java index 37881a8..c8d78db 100644 --- a/examples/src/main/java/org/apache/commons/jci2/examples/serverpages/JspGenerator.java +++ b/examples/src/main/java/org/apache/commons/jci2/examples/serverpages/JspGenerator.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/examples/src/main/java/org/apache/commons/jci2/examples/serverpages/JspReader.java b/examples/src/main/java/org/apache/commons/jci2/examples/serverpages/JspReader.java index 55f4a41..4532dec 100644 --- a/examples/src/main/java/org/apache/commons/jci2/examples/serverpages/JspReader.java +++ b/examples/src/main/java/org/apache/commons/jci2/examples/serverpages/JspReader.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/examples/src/main/java/org/apache/commons/jci2/examples/serverpages/ServerPageServlet.java b/examples/src/main/java/org/apache/commons/jci2/examples/serverpages/ServerPageServlet.java index 4f76552..c4cb345 100644 --- a/examples/src/main/java/org/apache/commons/jci2/examples/serverpages/ServerPageServlet.java +++ b/examples/src/main/java/org/apache/commons/jci2/examples/serverpages/ServerPageServlet.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/examples/src/main/java/org/apache/commons/jci2/examples/serverpages/package-info.java b/examples/src/main/java/org/apache/commons/jci2/examples/serverpages/package-info.java index 9cb74bf..b73bfbd 100644 --- a/examples/src/main/java/org/apache/commons/jci2/examples/serverpages/package-info.java +++ b/examples/src/main/java/org/apache/commons/jci2/examples/serverpages/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/examples/src/main/resources/LICENSE.txt b/examples/src/main/resources/LICENSE.txt index 261eeb9..b447376 100644 --- a/examples/src/main/resources/LICENSE.txt +++ b/examples/src/main/resources/LICENSE.txt @@ -192,7 +192,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/examples/src/main/webapp/WEB-INF/jsp/Test.jsp b/examples/src/main/webapp/WEB-INF/jsp/Test.jsp index e7b5b8c..7498c8d 100644 --- a/examples/src/main/webapp/WEB-INF/jsp/Test.jsp +++ b/examples/src/main/webapp/WEB-INF/jsp/Test.jsp @@ -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/examples/src/main/webapp/WEB-INF/jsp/org/vafer/Test.jsp b/examples/src/main/webapp/WEB-INF/jsp/org/vafer/Test.jsp index 37340df..48a560e 100644 --- a/examples/src/main/webapp/WEB-INF/jsp/org/vafer/Test.jsp +++ b/examples/src/main/webapp/WEB-INF/jsp/org/vafer/Test.jsp @@ -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/examples/src/main/webapp/WEB-INF/web.xml b/examples/src/main/webapp/WEB-INF/web.xml index 13f2777..4e22e08 100644 --- a/examples/src/main/webapp/WEB-INF/web.xml +++ b/examples/src/main/webapp/WEB-INF/web.xml @@ -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/fam/pom.xml b/fam/pom.xml index 48cbc84..94ad1ab 100644 --- a/fam/pom.xml +++ b/fam/pom.xml @@ -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/fam/src/main/java/org/apache/commons/jci2/fam/listeners/AbstractFilesystemAlterationListener.java b/fam/src/main/java/org/apache/commons/jci2/fam/listeners/AbstractFilesystemAlterationListener.java index 5bbfeef..c7897e7 100644 --- a/fam/src/main/java/org/apache/commons/jci2/fam/listeners/AbstractFilesystemAlterationListener.java +++ b/fam/src/main/java/org/apache/commons/jci2/fam/listeners/AbstractFilesystemAlterationListener.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/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationListener.java b/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationListener.java index 807e3da..4786021 100644 --- a/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationListener.java +++ b/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationListener.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/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationMonitor.java b/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationMonitor.java index 1d49b16..c96ff09 100644 --- a/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationMonitor.java +++ b/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationMonitor.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/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationObserver.java b/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationObserver.java index 97e0b30..229bd0b 100644 --- a/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationObserver.java +++ b/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationObserver.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/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationObserverImpl.java b/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationObserverImpl.java index 9487777..be50361 100644 --- a/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationObserverImpl.java +++ b/fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationObserverImpl.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/fam/src/main/java/org/apache/commons/jci2/fam/monitor/package-info.java b/fam/src/main/java/org/apache/commons/jci2/fam/monitor/package-info.java index 2e24357..c660c9a 100644 --- a/fam/src/main/java/org/apache/commons/jci2/fam/monitor/package-info.java +++ b/fam/src/main/java/org/apache/commons/jci2/fam/monitor/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/fam/src/main/resources/LICENSE.txt b/fam/src/main/resources/LICENSE.txt index 261eeb9..b447376 100644 --- a/fam/src/main/resources/LICENSE.txt +++ b/fam/src/main/resources/LICENSE.txt @@ -192,7 +192,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/fam/src/test/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationMonitorTestCase.java b/fam/src/test/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationMonitorTestCase.java index 7e422aa..6857818 100644 --- a/fam/src/test/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationMonitorTestCase.java +++ b/fam/src/test/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationMonitorTestCase.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/fam/src/test/resources/simplelog.properties b/fam/src/test/resources/simplelog.properties index 0950ad9..9bfd4fb 100644 --- a/fam/src/test/resources/simplelog.properties +++ b/fam/src/test/resources/simplelog.properties @@ -5,7 +5,7 @@ # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pom.xml b/pom.xml index de62ad1..07001f6 100644 --- a/pom.xml +++ b/pom.xml @@ -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/assembly/bin.xml b/src/assembly/bin.xml index bb8b586..d0e7e3f 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 e97f452..288f592 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 eb643b4..d946538 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -7,7 +7,7 @@ (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm index 6e5ac36..1224ecf 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 diff --git a/src/site/site.xml b/src/site/site.xml index e34c226..edd2547 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -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/site/xdoc/download_jci.xml b/src/site/xdoc/download_jci.xml index daf4929..dbad72d 100644 --- a/src/site/xdoc/download_jci.xml +++ b/src/site/xdoc/download_jci.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/faq.xml b/src/site/xdoc/faq.xml index 50b2218..256f490 100644 --- a/src/site/xdoc/faq.xml +++ b/src/site/xdoc/faq.xml @@ -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/site/xdoc/index.xml b/src/site/xdoc/index.xml index 0a0214c..f36c596 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -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/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml index d2a84c5..b95bd73 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 6315fe2..a89a18c 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/usage.xml b/src/site/xdoc/usage.xml index 29f2bae..3d2486f 100644 --- a/src/site/xdoc/usage.xml +++ b/src/site/xdoc/usage.xml @@ -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,