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-weaver.git
The following commit(s) were added to refs/heads/master by this push: new 568c0de Update Apache License URL to HTTPS 568c0de is described below commit 568c0de403e3a66b456a3c522bdc99be0f79864a Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed May 21 07:23:35 2025 -0400 Update Apache License URL to HTTPS See https://www.apache.org/legal/src-headers.html --- .asf.yaml | 2 +- .gitattributes | 2 +- .github/GH-ROBOTS.txt | 2 +- .github/dependabot.yml | 2 +- .github/pull_request_template.md | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/maven.yml | 2 +- .github/workflows/scorecards-analysis.yml | 2 +- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- LICENSE.txt | 2 +- README.md | 2 +- SECURITY.md | 2 +- ant/pom.xml | 2 +- ant/src/main/java/org/apache/commons/weaver/ant/AbstractWeaverTask.java | 2 +- ant/src/main/java/org/apache/commons/weaver/ant/CleanTask.java | 2 +- ant/src/main/java/org/apache/commons/weaver/ant/InlineProperties.java | 2 +- ant/src/main/java/org/apache/commons/weaver/ant/WeaveTask.java | 2 +- ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java | 2 +- ant/src/main/java/org/apache/commons/weaver/ant/package-info.java | 2 +- ant/src/main/resources/org/apache/commons/weaver/ant/antlib.xml | 2 +- ant/src/site/markdown/index.md | 2 +- build-tools/pom.xml | 2 +- build-tools/src/main/resources/org/apache/commons/weaver/checkstyle.xml | 2 +- .../resources/org/apache/commons/weaver/findbugs-exclude-filter.xml | 2 +- build-tools/src/main/resources/org/apache/commons/weaver/pmd.xml | 2 +- dist/pom.xml | 2 +- dist/src/assembly/bin.xml | 2 +- dist/src/assembly/src.xml | 2 +- maven-plugin/pom.xml | 2 +- .../src/main/java/org/apache/commons/weaver/maven/AbstractCWMojo.java | 2 +- .../main/java/org/apache/commons/weaver/maven/AbstractPrepareMojo.java | 2 +- .../main/java/org/apache/commons/weaver/maven/AbstractWeaveMojo.java | 2 +- .../apache/commons/weaver/maven/JavaLoggingToMojoLoggingRedirector.java | 2 +- .../src/main/java/org/apache/commons/weaver/maven/PrepareMojo.java | 2 +- .../src/main/java/org/apache/commons/weaver/maven/TestPrepareMojo.java | 2 +- .../src/main/java/org/apache/commons/weaver/maven/TestWeaveMojo.java | 2 +- .../src/main/java/org/apache/commons/weaver/maven/WeaveMojo.java | 2 +- .../src/main/java/org/apache/commons/weaver/maven/package-info.java | 2 +- .../src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml | 2 +- maven-plugin/src/site/resources/japicmp-post-analysis.groovy | 2 +- modules/normalizer/pom.xml | 2 +- modules/normalizer/src/it/sample/build.xml | 2 +- .../java/org/apache/commons/weaver/normalizer/example/Assertions.java | 2 +- .../org/apache/commons/weaver/normalizer/example/ContrivedWrapper.java | 2 +- .../org/apache/commons/weaver/normalizer/example/InstanceMembers.java | 2 +- .../org/apache/commons/weaver/normalizer/example/StaticMembers.java | 2 +- .../src/main/java/org/apache/commons/weaver/normalizer/Normalizer.java | 2 +- .../java/org/apache/commons/weaver/normalizer/NormalizerWeaver.java | 2 +- .../src/main/java/org/apache/commons/weaver/normalizer/Utils.java | 2 +- .../main/java/org/apache/commons/weaver/normalizer/package-info.java | 2 +- .../resources/META-INF/services/org.apache.commons.weaver.spi.Weaver | 2 +- modules/normalizer/src/site/markdown/index.md | 2 +- .../src/test/java/org/apache/commons/weaver/normalizer/UtilsTest.java | 2 +- modules/pom.xml | 2 +- modules/privilizer/api/pom.xml | 2 +- .../src/main/java/org/apache/commons/weaver/privilizer/Privileged.java | 2 +- .../src/main/java/org/apache/commons/weaver/privilizer/Privilizing.java | 2 +- .../main/java/org/apache/commons/weaver/privilizer/package-info.java | 2 +- modules/privilizer/pom.xml | 2 +- modules/privilizer/src/site/markdown/index.md | 2 +- modules/privilizer/weaver/pom.xml | 2 +- modules/privilizer/weaver/src/it/sample/invoker.properties | 2 +- modules/privilizer/weaver/src/it/sample/pom.xml | 2 +- .../weaver/privilizer/example/MethodReferencesUsingBlueprints.java | 2 +- .../main/java/org/apache/commons/weaver/privilizer/example/NoArgs.java | 2 +- .../java/org/apache/commons/weaver/privilizer/example/Overloading.java | 2 +- .../org/apache/commons/weaver/privilizer/example/PrivateMethods.java | 2 +- .../main/java/org/apache/commons/weaver/privilizer/example/Setup.java | 2 +- .../java/org/apache/commons/weaver/privilizer/example/StaticNoArgs.java | 2 +- .../org/apache/commons/weaver/privilizer/example/StaticOverloading.java | 2 +- .../apache/commons/weaver/privilizer/example/StaticPrivateMethods.java | 2 +- .../org/apache/commons/weaver/privilizer/example/StaticUsingArgs.java | 2 +- .../java/org/apache/commons/weaver/privilizer/example/UsingArgs.java | 2 +- .../org/apache/commons/weaver/privilizer/example/UsingBlueprints.java | 2 +- .../main/java/org/apache/commons/weaver/privilizer/example/Utils.java | 2 +- .../weaver/privilizer/example/MethodReferencesUsingBlueprintsTest.java | 2 +- .../java/org/apache/commons/weaver/privilizer/example/NoArgsTest.java | 2 +- .../org/apache/commons/weaver/privilizer/example/OverloadingTest.java | 2 +- .../apache/commons/weaver/privilizer/example/PrivateMethodsTest.java | 2 +- .../org/apache/commons/weaver/privilizer/example/StaticNoArgsTest.java | 2 +- .../apache/commons/weaver/privilizer/example/StaticOverloadingTest.java | 2 +- .../commons/weaver/privilizer/example/StaticPrivateMethodsTest.java | 2 +- .../apache/commons/weaver/privilizer/example/StaticUsingArgsTest.java | 2 +- .../org/apache/commons/weaver/privilizer/example/UsingArgsTest.java | 2 +- .../apache/commons/weaver/privilizer/example/UsingBlueprintsTest.java | 2 +- modules/privilizer/weaver/src/it/sample/src/test/resources/java.policy | 2 +- modules/privilizer/weaver/src/it/settings.xml | 2 +- .../src/main/java/org/apache/commons/weaver/privilizer/AccessLevel.java | 2 +- .../main/java/org/apache/commons/weaver/privilizer/ActionGenerator.java | 2 +- .../java/org/apache/commons/weaver/privilizer/BlueprintingVisitor.java | 2 +- .../src/main/java/org/apache/commons/weaver/privilizer/Field.java | 2 +- .../src/main/java/org/apache/commons/weaver/privilizer/FieldAccess.java | 2 +- .../apache/commons/weaver/privilizer/InlineNestedPrivilegedCalls.java | 2 +- .../src/main/java/org/apache/commons/weaver/privilizer/Policy.java | 2 +- .../src/main/java/org/apache/commons/weaver/privilizer/Privilized.java | 2 +- .../src/main/java/org/apache/commons/weaver/privilizer/Privilizer.java | 2 +- .../java/org/apache/commons/weaver/privilizer/PrivilizerCleaner.java | 2 +- .../java/org/apache/commons/weaver/privilizer/PrivilizerWeaver.java | 2 +- .../java/org/apache/commons/weaver/privilizer/PrivilizingVisitor.java | 2 +- .../main/java/org/apache/commons/weaver/privilizer/package-info.java | 2 +- .../resources/META-INF/services/org.apache.commons.weaver.spi.Cleaner | 2 +- .../resources/META-INF/services/org.apache.commons.weaver.spi.Weaver | 2 +- modules/src/site/markdown/index.md | 2 +- parent/pom.xml | 2 +- pom.xml | 2 +- processor/pom.xml | 2 +- processor/src/main/java/org/apache/commons/weaver/CleanProcessor.java | 2 +- processor/src/main/java/org/apache/commons/weaver/Consumes.java | 2 +- processor/src/main/java/org/apache/commons/weaver/Finder.java | 2 +- processor/src/main/java/org/apache/commons/weaver/Inflater.java | 2 +- .../src/main/java/org/apache/commons/weaver/LocalWeaveEnvironment.java | 2 +- processor/src/main/java/org/apache/commons/weaver/ProcessorBase.java | 2 +- processor/src/main/java/org/apache/commons/weaver/Produces.java | 2 +- processor/src/main/java/org/apache/commons/weaver/WeaveProcessor.java | 2 +- .../main/java/org/apache/commons/weaver/lifecycle/WeaveLifecycle.java | 2 +- .../java/org/apache/commons/weaver/lifecycle/WeaveLifecycleToken.java | 2 +- .../src/main/java/org/apache/commons/weaver/lifecycle/package-info.java | 2 +- .../main/java/org/apache/commons/weaver/model/AnnotatedElements.java | 2 +- .../src/main/java/org/apache/commons/weaver/model/NestedWeavable.java | 2 +- .../src/main/java/org/apache/commons/weaver/model/ScanRequest.java | 2 +- processor/src/main/java/org/apache/commons/weaver/model/ScanResult.java | 2 +- processor/src/main/java/org/apache/commons/weaver/model/Scanner.java | 2 +- processor/src/main/java/org/apache/commons/weaver/model/Weavable.java | 2 +- .../src/main/java/org/apache/commons/weaver/model/WeavableClass.java | 2 +- .../main/java/org/apache/commons/weaver/model/WeavableConstructor.java | 2 +- .../org/apache/commons/weaver/model/WeavableConstructorParameter.java | 2 +- .../main/java/org/apache/commons/weaver/model/WeavableExecutable.java | 2 +- .../src/main/java/org/apache/commons/weaver/model/WeavableField.java | 2 +- .../src/main/java/org/apache/commons/weaver/model/WeavableMethod.java | 2 +- .../java/org/apache/commons/weaver/model/WeavableMethodParameter.java | 2 +- .../src/main/java/org/apache/commons/weaver/model/WeavablePackage.java | 2 +- .../main/java/org/apache/commons/weaver/model/WeavableParameter.java | 2 +- .../src/main/java/org/apache/commons/weaver/model/WeaveEnvironment.java | 2 +- .../src/main/java/org/apache/commons/weaver/model/WeaveInterest.java | 2 +- .../src/main/java/org/apache/commons/weaver/model/package-info.java | 2 +- processor/src/main/java/org/apache/commons/weaver/package-info.java | 2 +- processor/src/main/java/org/apache/commons/weaver/spi/Cleaner.java | 2 +- .../main/java/org/apache/commons/weaver/spi/WeaveLifecycleProvider.java | 2 +- processor/src/main/java/org/apache/commons/weaver/spi/Weaver.java | 2 +- processor/src/main/java/org/apache/commons/weaver/spi/package-info.java | 2 +- .../src/main/java/org/apache/commons/weaver/utils/Annotations.java | 2 +- processor/src/main/java/org/apache/commons/weaver/utils/Args.java | 2 +- processor/src/main/java/org/apache/commons/weaver/utils/Providers.java | 2 +- processor/src/main/java/org/apache/commons/weaver/utils/URLArray.java | 2 +- .../src/main/java/org/apache/commons/weaver/utils/package-info.java | 2 +- processor/src/site/markdown/index.md | 2 +- processor/src/test/java/org/apache/commons/weaver/FinderTest.java | 2 +- .../test/java/org/apache/commons/weaver/test/CleanProcessorTest.java | 2 +- .../test/java/org/apache/commons/weaver/test/WeaveProcessorTest.java | 2 +- .../src/test/java/org/apache/commons/weaver/test/WeaverTestBase.java | 2 +- .../java/org/apache/commons/weaver/test/beans/AbstractTestBean.java | 2 +- .../java/org/apache/commons/weaver/test/beans/ComplexAnnotations.java | 2 +- .../test/java/org/apache/commons/weaver/test/beans/TestAnnotation.java | 2 +- .../java/org/apache/commons/weaver/test/beans/TestBeanInterface.java | 2 +- .../apache/commons/weaver/test/beans/TestBeanWithClassAnnotation.java | 2 +- .../apache/commons/weaver/test/beans/TestBeanWithMethodAnnotation.java | 2 +- .../test/java/org/apache/commons/weaver/test/weaver/TestCleaner.java | 2 +- .../src/test/java/org/apache/commons/weaver/test/weaver/TestWeaver.java | 2 +- processor/src/test/java/org/apache/commons/weaver/utils/ArgsTest.java | 2 +- .../src/test/java/org/apache/commons/weaver/utils/ProvidersTest.java | 2 +- .../resources/META-INF/services/org.apache.commons.weaver.spi.Cleaner | 2 +- .../resources/META-INF/services/org.apache.commons.weaver.spi.Weaver | 2 +- src/changes/changes.xml | 2 +- src/changes/release-notes.vm | 2 +- src/site/markdown/building.md | 2 +- src/site/markdown/index.md | 2 +- src/site/site.xml | 2 +- src/site/xdoc/download_weaver.xml | 2 +- src/site/xdoc/issue-tracking.xml | 2 +- src/site/xdoc/mail-lists.xml | 2 +- 172 files changed, 172 insertions(+), 172 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 477f9f4..b848cf8 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -5,7 +5,7 @@ # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/.gitattributes b/.gitattributes index 9e33a01..4f9cffc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,7 +5,7 @@ # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/.github/GH-ROBOTS.txt b/.github/GH-ROBOTS.txt index 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 f6d3081..0b4c842 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 1e8af41..08f417d 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 bf47e17..52752cb 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 e071827..0485d44 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 28da457..c6c9ebd 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/README.md b/README.md index 328da50..8e2c6cd 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/ant/pom.xml b/ant/pom.xml index 50185a3..9bec4a9 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -8,7 +8,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/ant/src/main/java/org/apache/commons/weaver/ant/AbstractWeaverTask.java b/ant/src/main/java/org/apache/commons/weaver/ant/AbstractWeaverTask.java index cf63d89..868edd3 100644 --- a/ant/src/main/java/org/apache/commons/weaver/ant/AbstractWeaverTask.java +++ b/ant/src/main/java/org/apache/commons/weaver/ant/AbstractWeaverTask.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/ant/src/main/java/org/apache/commons/weaver/ant/CleanTask.java b/ant/src/main/java/org/apache/commons/weaver/ant/CleanTask.java index 1756958..97e2b5c 100644 --- a/ant/src/main/java/org/apache/commons/weaver/ant/CleanTask.java +++ b/ant/src/main/java/org/apache/commons/weaver/ant/CleanTask.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/ant/src/main/java/org/apache/commons/weaver/ant/InlineProperties.java b/ant/src/main/java/org/apache/commons/weaver/ant/InlineProperties.java index 8f4ac1e..9e24877 100644 --- a/ant/src/main/java/org/apache/commons/weaver/ant/InlineProperties.java +++ b/ant/src/main/java/org/apache/commons/weaver/ant/InlineProperties.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/ant/src/main/java/org/apache/commons/weaver/ant/WeaveTask.java b/ant/src/main/java/org/apache/commons/weaver/ant/WeaveTask.java index 31ab7f4..14326f1 100644 --- a/ant/src/main/java/org/apache/commons/weaver/ant/WeaveTask.java +++ b/ant/src/main/java/org/apache/commons/weaver/ant/WeaveTask.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/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java b/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java index ab6017d..42cbc1d 100644 --- a/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.java +++ b/ant/src/main/java/org/apache/commons/weaver/ant/WeaverSettings.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/ant/src/main/java/org/apache/commons/weaver/ant/package-info.java b/ant/src/main/java/org/apache/commons/weaver/ant/package-info.java index b935f05..80e7c9a 100644 --- a/ant/src/main/java/org/apache/commons/weaver/ant/package-info.java +++ b/ant/src/main/java/org/apache/commons/weaver/ant/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/ant/src/main/resources/org/apache/commons/weaver/ant/antlib.xml b/ant/src/main/resources/org/apache/commons/weaver/ant/antlib.xml index aa3e353..f72b8c4 100644 --- a/ant/src/main/resources/org/apache/commons/weaver/ant/antlib.xml +++ b/ant/src/main/resources/org/apache/commons/weaver/ant/antlib.xml @@ -8,7 +8,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/ant/src/site/markdown/index.md b/ant/src/site/markdown/index.md index 94dfd53..c0f7611 100644 --- a/ant/src/site/markdown/index.md +++ b/ant/src/site/markdown/index.md @@ -7,7 +7,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 5ada413..23b8d1c 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -8,7 +8,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/build-tools/src/main/resources/org/apache/commons/weaver/checkstyle.xml b/build-tools/src/main/resources/org/apache/commons/weaver/checkstyle.xml index 9e63863..83152b7 100644 --- a/build-tools/src/main/resources/org/apache/commons/weaver/checkstyle.xml +++ b/build-tools/src/main/resources/org/apache/commons/weaver/checkstyle.xml @@ -7,7 +7,7 @@ (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/build-tools/src/main/resources/org/apache/commons/weaver/findbugs-exclude-filter.xml b/build-tools/src/main/resources/org/apache/commons/weaver/findbugs-exclude-filter.xml index 26126d8..f70559f 100644 --- a/build-tools/src/main/resources/org/apache/commons/weaver/findbugs-exclude-filter.xml +++ b/build-tools/src/main/resources/org/apache/commons/weaver/findbugs-exclude-filter.xml @@ -7,7 +7,7 @@ (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/build-tools/src/main/resources/org/apache/commons/weaver/pmd.xml b/build-tools/src/main/resources/org/apache/commons/weaver/pmd.xml index d8e335c..2bc9729 100644 --- a/build-tools/src/main/resources/org/apache/commons/weaver/pmd.xml +++ b/build-tools/src/main/resources/org/apache/commons/weaver/pmd.xml @@ -7,7 +7,7 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/dist/pom.xml b/dist/pom.xml index 7fc1dc6..f883f72 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -8,7 +8,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/dist/src/assembly/bin.xml b/dist/src/assembly/bin.xml index b702f95..d46ca32 100644 --- a/dist/src/assembly/bin.xml +++ b/dist/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/dist/src/assembly/src.xml b/dist/src/assembly/src.xml index 27282e4..abd3f05 100644 --- a/dist/src/assembly/src.xml +++ b/dist/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/maven-plugin/pom.xml b/maven-plugin/pom.xml index b42135d..176f706 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -8,7 +8,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/maven-plugin/src/main/java/org/apache/commons/weaver/maven/AbstractCWMojo.java b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/AbstractCWMojo.java index a349a57..07f3b8f 100644 --- a/maven-plugin/src/main/java/org/apache/commons/weaver/maven/AbstractCWMojo.java +++ b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/AbstractCWMojo.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/maven-plugin/src/main/java/org/apache/commons/weaver/maven/AbstractPrepareMojo.java b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/AbstractPrepareMojo.java index 6fbf6c2..16d1b16 100644 --- a/maven-plugin/src/main/java/org/apache/commons/weaver/maven/AbstractPrepareMojo.java +++ b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/AbstractPrepareMojo.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/maven-plugin/src/main/java/org/apache/commons/weaver/maven/AbstractWeaveMojo.java b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/AbstractWeaveMojo.java index 3048d61..3676c95 100644 --- a/maven-plugin/src/main/java/org/apache/commons/weaver/maven/AbstractWeaveMojo.java +++ b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/AbstractWeaveMojo.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/maven-plugin/src/main/java/org/apache/commons/weaver/maven/JavaLoggingToMojoLoggingRedirector.java b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/JavaLoggingToMojoLoggingRedirector.java index a0b5809..dc2bd80 100644 --- a/maven-plugin/src/main/java/org/apache/commons/weaver/maven/JavaLoggingToMojoLoggingRedirector.java +++ b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/JavaLoggingToMojoLoggingRedirector.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/maven-plugin/src/main/java/org/apache/commons/weaver/maven/PrepareMojo.java b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/PrepareMojo.java index 810c9f8..880e748 100644 --- a/maven-plugin/src/main/java/org/apache/commons/weaver/maven/PrepareMojo.java +++ b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/PrepareMojo.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/maven-plugin/src/main/java/org/apache/commons/weaver/maven/TestPrepareMojo.java b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/TestPrepareMojo.java index 79ce5eb..1873d59 100644 --- a/maven-plugin/src/main/java/org/apache/commons/weaver/maven/TestPrepareMojo.java +++ b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/TestPrepareMojo.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/maven-plugin/src/main/java/org/apache/commons/weaver/maven/TestWeaveMojo.java b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/TestWeaveMojo.java index af5c77d..e8c4b87 100644 --- a/maven-plugin/src/main/java/org/apache/commons/weaver/maven/TestWeaveMojo.java +++ b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/TestWeaveMojo.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/maven-plugin/src/main/java/org/apache/commons/weaver/maven/WeaveMojo.java b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/WeaveMojo.java index ecdc025..ae56c0c 100644 --- a/maven-plugin/src/main/java/org/apache/commons/weaver/maven/WeaveMojo.java +++ b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/WeaveMojo.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/maven-plugin/src/main/java/org/apache/commons/weaver/maven/package-info.java b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/package-info.java index e6f93d3..6182560 100644 --- a/maven-plugin/src/main/java/org/apache/commons/weaver/maven/package-info.java +++ b/maven-plugin/src/main/java/org/apache/commons/weaver/maven/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/maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml index 730992d..0199049 100644 --- a/maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml +++ b/maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml @@ -8,7 +8,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/maven-plugin/src/site/resources/japicmp-post-analysis.groovy b/maven-plugin/src/site/resources/japicmp-post-analysis.groovy index b2ce594..b65a800 100755 --- a/maven-plugin/src/site/resources/japicmp-post-analysis.groovy +++ b/maven-plugin/src/site/resources/japicmp-post-analysis.groovy @@ -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/modules/normalizer/pom.xml b/modules/normalizer/pom.xml index 5e3ece2..1a17ebf 100644 --- a/modules/normalizer/pom.xml +++ b/modules/normalizer/pom.xml @@ -8,7 +8,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/modules/normalizer/src/it/sample/build.xml b/modules/normalizer/src/it/sample/build.xml index 3c31ac6..cd54524 100755 --- a/modules/normalizer/src/it/sample/build.xml +++ b/modules/normalizer/src/it/sample/build.xml @@ -8,7 +8,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/modules/normalizer/src/it/sample/src/main/java/org/apache/commons/weaver/normalizer/example/Assertions.java b/modules/normalizer/src/it/sample/src/main/java/org/apache/commons/weaver/normalizer/example/Assertions.java index 100cb6b..4ad9979 100644 --- a/modules/normalizer/src/it/sample/src/main/java/org/apache/commons/weaver/normalizer/example/Assertions.java +++ b/modules/normalizer/src/it/sample/src/main/java/org/apache/commons/weaver/normalizer/example/Assertions.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/modules/normalizer/src/it/sample/src/main/java/org/apache/commons/weaver/normalizer/example/ContrivedWrapper.java b/modules/normalizer/src/it/sample/src/main/java/org/apache/commons/weaver/normalizer/example/ContrivedWrapper.java index 42e9b28..01e9b02 100644 --- a/modules/normalizer/src/it/sample/src/main/java/org/apache/commons/weaver/normalizer/example/ContrivedWrapper.java +++ b/modules/normalizer/src/it/sample/src/main/java/org/apache/commons/weaver/normalizer/example/ContrivedWrapper.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/modules/normalizer/src/it/sample/src/main/java/org/apache/commons/weaver/normalizer/example/InstanceMembers.java b/modules/normalizer/src/it/sample/src/main/java/org/apache/commons/weaver/normalizer/example/InstanceMembers.java index 0a58b4f..1193f51 100644 --- a/modules/normalizer/src/it/sample/src/main/java/org/apache/commons/weaver/normalizer/example/InstanceMembers.java +++ b/modules/normalizer/src/it/sample/src/main/java/org/apache/commons/weaver/normalizer/example/InstanceMembers.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/modules/normalizer/src/it/sample/src/main/java/org/apache/commons/weaver/normalizer/example/StaticMembers.java b/modules/normalizer/src/it/sample/src/main/java/org/apache/commons/weaver/normalizer/example/StaticMembers.java index 78e3bc9..5e05051 100644 --- a/modules/normalizer/src/it/sample/src/main/java/org/apache/commons/weaver/normalizer/example/StaticMembers.java +++ b/modules/normalizer/src/it/sample/src/main/java/org/apache/commons/weaver/normalizer/example/StaticMembers.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/modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/Normalizer.java b/modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/Normalizer.java index 508e232..dd8f99d 100644 --- a/modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/Normalizer.java +++ b/modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/Normalizer.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/modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/NormalizerWeaver.java b/modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/NormalizerWeaver.java index aa769ac..c658842 100644 --- a/modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/NormalizerWeaver.java +++ b/modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/NormalizerWeaver.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/modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/Utils.java b/modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/Utils.java index 1192694..d8190b5 100644 --- a/modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/Utils.java +++ b/modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/Utils.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/modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/package-info.java b/modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/package-info.java index f16d2b8..422af6b 100644 --- a/modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/package-info.java +++ b/modules/normalizer/src/main/java/org/apache/commons/weaver/normalizer/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/modules/normalizer/src/main/resources/META-INF/services/org.apache.commons.weaver.spi.Weaver b/modules/normalizer/src/main/resources/META-INF/services/org.apache.commons.weaver.spi.Weaver index e81993b..b5f1667 100644 --- a/modules/normalizer/src/main/resources/META-INF/services/org.apache.commons.weaver.spi.Weaver +++ b/modules/normalizer/src/main/resources/META-INF/services/org.apache.commons.weaver.spi.Weaver @@ -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/modules/normalizer/src/site/markdown/index.md b/modules/normalizer/src/site/markdown/index.md index d4a8428..8f78973 100644 --- a/modules/normalizer/src/site/markdown/index.md +++ b/modules/normalizer/src/site/markdown/index.md @@ -7,7 +7,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/modules/normalizer/src/test/java/org/apache/commons/weaver/normalizer/UtilsTest.java b/modules/normalizer/src/test/java/org/apache/commons/weaver/normalizer/UtilsTest.java index 3737793..701386b 100644 --- a/modules/normalizer/src/test/java/org/apache/commons/weaver/normalizer/UtilsTest.java +++ b/modules/normalizer/src/test/java/org/apache/commons/weaver/normalizer/UtilsTest.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/modules/pom.xml b/modules/pom.xml index 5fc9e17..12ead70 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -8,7 +8,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/modules/privilizer/api/pom.xml b/modules/privilizer/api/pom.xml index 5407334..1041ba4 100644 --- a/modules/privilizer/api/pom.xml +++ b/modules/privilizer/api/pom.xml @@ -8,7 +8,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/Privileged.java b/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/Privileged.java index 08f0564..99a9f30 100644 --- a/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/Privileged.java +++ b/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/Privileged.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/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/Privilizing.java b/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/Privilizing.java index 8a76502..f3de7c6 100644 --- a/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/Privilizing.java +++ b/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/Privilizing.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/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/package-info.java b/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/package-info.java index 98cef6e..43c1685 100644 --- a/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/package-info.java +++ b/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/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/modules/privilizer/pom.xml b/modules/privilizer/pom.xml index 6b5bf3c..13f942a 100644 --- a/modules/privilizer/pom.xml +++ b/modules/privilizer/pom.xml @@ -8,7 +8,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/modules/privilizer/src/site/markdown/index.md b/modules/privilizer/src/site/markdown/index.md index 54ff2c3..f7f359c 100644 --- a/modules/privilizer/src/site/markdown/index.md +++ b/modules/privilizer/src/site/markdown/index.md @@ -7,7 +7,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/modules/privilizer/weaver/pom.xml b/modules/privilizer/weaver/pom.xml index 1e136d4..7b04a37 100644 --- a/modules/privilizer/weaver/pom.xml +++ b/modules/privilizer/weaver/pom.xml @@ -8,7 +8,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/modules/privilizer/weaver/src/it/sample/invoker.properties b/modules/privilizer/weaver/src/it/sample/invoker.properties index e42c072..a6954a9 100755 --- a/modules/privilizer/weaver/src/it/sample/invoker.properties +++ b/modules/privilizer/weaver/src/it/sample/invoker.properties @@ -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/modules/privilizer/weaver/src/it/sample/pom.xml b/modules/privilizer/weaver/src/it/sample/pom.xml index 8b05049..cce30d3 100755 --- a/modules/privilizer/weaver/src/it/sample/pom.xml +++ b/modules/privilizer/weaver/src/it/sample/pom.xml @@ -8,7 +8,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/MethodReferencesUsingBlueprints.java b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/MethodReferencesUsingBlueprints.java index 3e696be..5b242a3 100644 --- a/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/MethodReferencesUsingBlueprints.java +++ b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/MethodReferencesUsingBlueprints.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/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/NoArgs.java b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/NoArgs.java index ff3072a..7d9247f 100644 --- a/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/NoArgs.java +++ b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/NoArgs.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/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/Overloading.java b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/Overloading.java index 264b65e..d7ed15a 100644 --- a/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/Overloading.java +++ b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/Overloading.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/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/PrivateMethods.java b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/PrivateMethods.java index 771efc7..3fad152 100644 --- a/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/PrivateMethods.java +++ b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/PrivateMethods.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/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/Setup.java b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/Setup.java index 17afa7e..801603e 100644 --- a/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/Setup.java +++ b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/Setup.java @@ -5,7 +5,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/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticNoArgs.java b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticNoArgs.java index afd5931..577c97f 100644 --- a/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticNoArgs.java +++ b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticNoArgs.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/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticOverloading.java b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticOverloading.java index 481317e..11a7ada 100644 --- a/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticOverloading.java +++ b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticOverloading.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/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticPrivateMethods.java b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticPrivateMethods.java index 05c6dcc..672d951 100644 --- a/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticPrivateMethods.java +++ b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticPrivateMethods.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/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticUsingArgs.java b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticUsingArgs.java index b90e74d..ab3ddd5 100644 --- a/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticUsingArgs.java +++ b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/StaticUsingArgs.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/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/UsingArgs.java b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/UsingArgs.java index 8e79a1a..033f026 100644 --- a/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/UsingArgs.java +++ b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/UsingArgs.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/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/UsingBlueprints.java b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/UsingBlueprints.java index f9bec65..b474f0b 100644 --- a/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/UsingBlueprints.java +++ b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/UsingBlueprints.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/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/Utils.java b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/Utils.java index 67ceff2..d58f46d 100644 --- a/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/Utils.java +++ b/modules/privilizer/weaver/src/it/sample/src/main/java/org/apache/commons/weaver/privilizer/example/Utils.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/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/MethodReferencesUsingBlueprintsTest.java b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/MethodReferencesUsingBlueprintsTest.java index 1fb59d6..ea10c9c 100644 --- a/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/MethodReferencesUsingBlueprintsTest.java +++ b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/MethodReferencesUsingBlueprintsTest.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/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/NoArgsTest.java b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/NoArgsTest.java index c117999..e67b315 100644 --- a/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/NoArgsTest.java +++ b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/NoArgsTest.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/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/OverloadingTest.java b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/OverloadingTest.java index 4df3e06..5147100 100644 --- a/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/OverloadingTest.java +++ b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/OverloadingTest.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/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/PrivateMethodsTest.java b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/PrivateMethodsTest.java index 205da5c..0c3221e 100644 --- a/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/PrivateMethodsTest.java +++ b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/PrivateMethodsTest.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/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/StaticNoArgsTest.java b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/StaticNoArgsTest.java index f3f99d2..fc6c798 100644 --- a/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/StaticNoArgsTest.java +++ b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/StaticNoArgsTest.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/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/StaticOverloadingTest.java b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/StaticOverloadingTest.java index 8ee591d..ecad6ca 100644 --- a/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/StaticOverloadingTest.java +++ b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/StaticOverloadingTest.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/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/StaticPrivateMethodsTest.java b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/StaticPrivateMethodsTest.java index 56f3e5e..796152f 100644 --- a/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/StaticPrivateMethodsTest.java +++ b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/StaticPrivateMethodsTest.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/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/StaticUsingArgsTest.java b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/StaticUsingArgsTest.java index 6818409..2c2212b 100644 --- a/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/StaticUsingArgsTest.java +++ b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/StaticUsingArgsTest.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/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/UsingArgsTest.java b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/UsingArgsTest.java index d38cce1..69a4089 100644 --- a/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/UsingArgsTest.java +++ b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/UsingArgsTest.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/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/UsingBlueprintsTest.java b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/UsingBlueprintsTest.java index 030659a..2970cf9 100644 --- a/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/UsingBlueprintsTest.java +++ b/modules/privilizer/weaver/src/it/sample/src/test/java/org/apache/commons/weaver/privilizer/example/UsingBlueprintsTest.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/modules/privilizer/weaver/src/it/sample/src/test/resources/java.policy b/modules/privilizer/weaver/src/it/sample/src/test/resources/java.policy index f18eaa1..42a4b43 100644 --- a/modules/privilizer/weaver/src/it/sample/src/test/resources/java.policy +++ b/modules/privilizer/weaver/src/it/sample/src/test/resources/java.policy @@ -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/modules/privilizer/weaver/src/it/settings.xml b/modules/privilizer/weaver/src/it/settings.xml index c8f77f0..dc7f07c 100755 --- a/modules/privilizer/weaver/src/it/settings.xml +++ b/modules/privilizer/weaver/src/it/settings.xml @@ -9,7 +9,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/AccessLevel.java b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/AccessLevel.java index 0de3b9f..114a9f4 100644 --- a/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/AccessLevel.java +++ b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/AccessLevel.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/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/ActionGenerator.java b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/ActionGenerator.java index 34eb130..abb5f40 100644 --- a/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/ActionGenerator.java +++ b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/ActionGenerator.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/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/BlueprintingVisitor.java b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/BlueprintingVisitor.java index af505ef..f9f65df 100644 --- a/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/BlueprintingVisitor.java +++ b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/BlueprintingVisitor.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/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Field.java b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Field.java index c16d0a3..775d9a5 100644 --- a/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Field.java +++ b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Field.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/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/FieldAccess.java b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/FieldAccess.java index cc1542e..d924b1e 100644 --- a/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/FieldAccess.java +++ b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/FieldAccess.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/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/InlineNestedPrivilegedCalls.java b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/InlineNestedPrivilegedCalls.java index 85146d0..4ff2659 100644 --- a/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/InlineNestedPrivilegedCalls.java +++ b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/InlineNestedPrivilegedCalls.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/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Policy.java b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Policy.java index 1d733fa..84b5646 100644 --- a/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Policy.java +++ b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Policy.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/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Privilized.java b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Privilized.java index adb56fa..8ad226d 100644 --- a/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Privilized.java +++ b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Privilized.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/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Privilizer.java b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Privilizer.java index 864ce33..712633f 100644 --- a/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Privilizer.java +++ b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Privilizer.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/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/PrivilizerCleaner.java b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/PrivilizerCleaner.java index 27939ec..59d3bbd 100644 --- a/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/PrivilizerCleaner.java +++ b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/PrivilizerCleaner.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/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/PrivilizerWeaver.java b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/PrivilizerWeaver.java index 44e53bb..8927d96 100644 --- a/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/PrivilizerWeaver.java +++ b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/PrivilizerWeaver.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/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/PrivilizingVisitor.java b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/PrivilizingVisitor.java index 7521e0c..4374db3 100644 --- a/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/PrivilizingVisitor.java +++ b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/PrivilizingVisitor.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/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/package-info.java b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/package-info.java index e04202e..eb0b593 100644 --- a/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/package-info.java +++ b/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/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/modules/privilizer/weaver/src/main/resources/META-INF/services/org.apache.commons.weaver.spi.Cleaner b/modules/privilizer/weaver/src/main/resources/META-INF/services/org.apache.commons.weaver.spi.Cleaner index 0d22498..1251751 100644 --- a/modules/privilizer/weaver/src/main/resources/META-INF/services/org.apache.commons.weaver.spi.Cleaner +++ b/modules/privilizer/weaver/src/main/resources/META-INF/services/org.apache.commons.weaver.spi.Cleaner @@ -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/modules/privilizer/weaver/src/main/resources/META-INF/services/org.apache.commons.weaver.spi.Weaver b/modules/privilizer/weaver/src/main/resources/META-INF/services/org.apache.commons.weaver.spi.Weaver index 1324768..25074a7 100644 --- a/modules/privilizer/weaver/src/main/resources/META-INF/services/org.apache.commons.weaver.spi.Weaver +++ b/modules/privilizer/weaver/src/main/resources/META-INF/services/org.apache.commons.weaver.spi.Weaver @@ -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/modules/src/site/markdown/index.md b/modules/src/site/markdown/index.md index ee51390..a5c49df 100644 --- a/modules/src/site/markdown/index.md +++ b/modules/src/site/markdown/index.md @@ -7,7 +7,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/parent/pom.xml b/parent/pom.xml index cdeb892..5f09403 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -8,7 +8,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/pom.xml b/pom.xml index aa7d762..83ad601 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/processor/pom.xml b/processor/pom.xml index ccd491d..80fe11e 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -8,7 +8,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/processor/src/main/java/org/apache/commons/weaver/CleanProcessor.java b/processor/src/main/java/org/apache/commons/weaver/CleanProcessor.java index 60d201f..aa4d890 100644 --- a/processor/src/main/java/org/apache/commons/weaver/CleanProcessor.java +++ b/processor/src/main/java/org/apache/commons/weaver/CleanProcessor.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/processor/src/main/java/org/apache/commons/weaver/Consumes.java b/processor/src/main/java/org/apache/commons/weaver/Consumes.java index 02948ee..e267436 100644 --- a/processor/src/main/java/org/apache/commons/weaver/Consumes.java +++ b/processor/src/main/java/org/apache/commons/weaver/Consumes.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/processor/src/main/java/org/apache/commons/weaver/Finder.java b/processor/src/main/java/org/apache/commons/weaver/Finder.java index 8e40522..540d48b 100644 --- a/processor/src/main/java/org/apache/commons/weaver/Finder.java +++ b/processor/src/main/java/org/apache/commons/weaver/Finder.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/processor/src/main/java/org/apache/commons/weaver/Inflater.java b/processor/src/main/java/org/apache/commons/weaver/Inflater.java index 05b75c5..ecbc70a 100644 --- a/processor/src/main/java/org/apache/commons/weaver/Inflater.java +++ b/processor/src/main/java/org/apache/commons/weaver/Inflater.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/processor/src/main/java/org/apache/commons/weaver/LocalWeaveEnvironment.java b/processor/src/main/java/org/apache/commons/weaver/LocalWeaveEnvironment.java index fe00404..03f2a97 100644 --- a/processor/src/main/java/org/apache/commons/weaver/LocalWeaveEnvironment.java +++ b/processor/src/main/java/org/apache/commons/weaver/LocalWeaveEnvironment.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/processor/src/main/java/org/apache/commons/weaver/ProcessorBase.java b/processor/src/main/java/org/apache/commons/weaver/ProcessorBase.java index ee449ac..71d301b 100644 --- a/processor/src/main/java/org/apache/commons/weaver/ProcessorBase.java +++ b/processor/src/main/java/org/apache/commons/weaver/ProcessorBase.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/processor/src/main/java/org/apache/commons/weaver/Produces.java b/processor/src/main/java/org/apache/commons/weaver/Produces.java index e945a32..33f956c 100644 --- a/processor/src/main/java/org/apache/commons/weaver/Produces.java +++ b/processor/src/main/java/org/apache/commons/weaver/Produces.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/processor/src/main/java/org/apache/commons/weaver/WeaveProcessor.java b/processor/src/main/java/org/apache/commons/weaver/WeaveProcessor.java index 97dd59a..30d423a 100644 --- a/processor/src/main/java/org/apache/commons/weaver/WeaveProcessor.java +++ b/processor/src/main/java/org/apache/commons/weaver/WeaveProcessor.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/processor/src/main/java/org/apache/commons/weaver/lifecycle/WeaveLifecycle.java b/processor/src/main/java/org/apache/commons/weaver/lifecycle/WeaveLifecycle.java index ce6eab6..d846de0 100644 --- a/processor/src/main/java/org/apache/commons/weaver/lifecycle/WeaveLifecycle.java +++ b/processor/src/main/java/org/apache/commons/weaver/lifecycle/WeaveLifecycle.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/processor/src/main/java/org/apache/commons/weaver/lifecycle/WeaveLifecycleToken.java b/processor/src/main/java/org/apache/commons/weaver/lifecycle/WeaveLifecycleToken.java index f81a350..130b6a9 100644 --- a/processor/src/main/java/org/apache/commons/weaver/lifecycle/WeaveLifecycleToken.java +++ b/processor/src/main/java/org/apache/commons/weaver/lifecycle/WeaveLifecycleToken.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/processor/src/main/java/org/apache/commons/weaver/lifecycle/package-info.java b/processor/src/main/java/org/apache/commons/weaver/lifecycle/package-info.java index 3157ddb..d0dc58e 100644 --- a/processor/src/main/java/org/apache/commons/weaver/lifecycle/package-info.java +++ b/processor/src/main/java/org/apache/commons/weaver/lifecycle/package-info.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/processor/src/main/java/org/apache/commons/weaver/model/AnnotatedElements.java b/processor/src/main/java/org/apache/commons/weaver/model/AnnotatedElements.java index 62d7469..6ae0a79 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/AnnotatedElements.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/AnnotatedElements.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/processor/src/main/java/org/apache/commons/weaver/model/NestedWeavable.java b/processor/src/main/java/org/apache/commons/weaver/model/NestedWeavable.java index f67e754..eb143c6 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/NestedWeavable.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/NestedWeavable.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/processor/src/main/java/org/apache/commons/weaver/model/ScanRequest.java b/processor/src/main/java/org/apache/commons/weaver/model/ScanRequest.java index a655ff6..890138f 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/ScanRequest.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/ScanRequest.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/processor/src/main/java/org/apache/commons/weaver/model/ScanResult.java b/processor/src/main/java/org/apache/commons/weaver/model/ScanResult.java index 3d31a2e..2515b48 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/ScanResult.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/ScanResult.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/processor/src/main/java/org/apache/commons/weaver/model/Scanner.java b/processor/src/main/java/org/apache/commons/weaver/model/Scanner.java index 23069b6..3e235ec 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/Scanner.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/Scanner.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/processor/src/main/java/org/apache/commons/weaver/model/Weavable.java b/processor/src/main/java/org/apache/commons/weaver/model/Weavable.java index 159a847..a44dc54 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/Weavable.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/Weavable.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/processor/src/main/java/org/apache/commons/weaver/model/WeavableClass.java b/processor/src/main/java/org/apache/commons/weaver/model/WeavableClass.java index 79ab288..6c223b1 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/WeavableClass.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/WeavableClass.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/processor/src/main/java/org/apache/commons/weaver/model/WeavableConstructor.java b/processor/src/main/java/org/apache/commons/weaver/model/WeavableConstructor.java index 2f78da2..5738228 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/WeavableConstructor.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/WeavableConstructor.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/processor/src/main/java/org/apache/commons/weaver/model/WeavableConstructorParameter.java b/processor/src/main/java/org/apache/commons/weaver/model/WeavableConstructorParameter.java index 0b5c3d8..ac8ef48 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/WeavableConstructorParameter.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/WeavableConstructorParameter.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/processor/src/main/java/org/apache/commons/weaver/model/WeavableExecutable.java b/processor/src/main/java/org/apache/commons/weaver/model/WeavableExecutable.java index 30127e9..e0fe9ba 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/WeavableExecutable.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/WeavableExecutable.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/processor/src/main/java/org/apache/commons/weaver/model/WeavableField.java b/processor/src/main/java/org/apache/commons/weaver/model/WeavableField.java index 034ed81..9397a20 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/WeavableField.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/WeavableField.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/processor/src/main/java/org/apache/commons/weaver/model/WeavableMethod.java b/processor/src/main/java/org/apache/commons/weaver/model/WeavableMethod.java index 1c80853..c8657f7 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/WeavableMethod.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/WeavableMethod.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/processor/src/main/java/org/apache/commons/weaver/model/WeavableMethodParameter.java b/processor/src/main/java/org/apache/commons/weaver/model/WeavableMethodParameter.java index 19bf38e..969f083 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/WeavableMethodParameter.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/WeavableMethodParameter.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/processor/src/main/java/org/apache/commons/weaver/model/WeavablePackage.java b/processor/src/main/java/org/apache/commons/weaver/model/WeavablePackage.java index 916c4d7..da6c41e 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/WeavablePackage.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/WeavablePackage.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/processor/src/main/java/org/apache/commons/weaver/model/WeavableParameter.java b/processor/src/main/java/org/apache/commons/weaver/model/WeavableParameter.java index 09d2d42..21db398 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/WeavableParameter.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/WeavableParameter.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/processor/src/main/java/org/apache/commons/weaver/model/WeaveEnvironment.java b/processor/src/main/java/org/apache/commons/weaver/model/WeaveEnvironment.java index fa8f566..c50d322 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/WeaveEnvironment.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/WeaveEnvironment.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/processor/src/main/java/org/apache/commons/weaver/model/WeaveInterest.java b/processor/src/main/java/org/apache/commons/weaver/model/WeaveInterest.java index 412d603..efdb58c 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/WeaveInterest.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/WeaveInterest.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/processor/src/main/java/org/apache/commons/weaver/model/package-info.java b/processor/src/main/java/org/apache/commons/weaver/model/package-info.java index 3f132c9..0634cbb 100644 --- a/processor/src/main/java/org/apache/commons/weaver/model/package-info.java +++ b/processor/src/main/java/org/apache/commons/weaver/model/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/processor/src/main/java/org/apache/commons/weaver/package-info.java b/processor/src/main/java/org/apache/commons/weaver/package-info.java index aae2953..6441d61 100644 --- a/processor/src/main/java/org/apache/commons/weaver/package-info.java +++ b/processor/src/main/java/org/apache/commons/weaver/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/processor/src/main/java/org/apache/commons/weaver/spi/Cleaner.java b/processor/src/main/java/org/apache/commons/weaver/spi/Cleaner.java index e09a10d..e73c49c 100644 --- a/processor/src/main/java/org/apache/commons/weaver/spi/Cleaner.java +++ b/processor/src/main/java/org/apache/commons/weaver/spi/Cleaner.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/processor/src/main/java/org/apache/commons/weaver/spi/WeaveLifecycleProvider.java b/processor/src/main/java/org/apache/commons/weaver/spi/WeaveLifecycleProvider.java index 338fdd6..80ead02 100644 --- a/processor/src/main/java/org/apache/commons/weaver/spi/WeaveLifecycleProvider.java +++ b/processor/src/main/java/org/apache/commons/weaver/spi/WeaveLifecycleProvider.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/processor/src/main/java/org/apache/commons/weaver/spi/Weaver.java b/processor/src/main/java/org/apache/commons/weaver/spi/Weaver.java index b65f53f..7db620e 100644 --- a/processor/src/main/java/org/apache/commons/weaver/spi/Weaver.java +++ b/processor/src/main/java/org/apache/commons/weaver/spi/Weaver.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/processor/src/main/java/org/apache/commons/weaver/spi/package-info.java b/processor/src/main/java/org/apache/commons/weaver/spi/package-info.java index 7d0d4d8..d947170 100644 --- a/processor/src/main/java/org/apache/commons/weaver/spi/package-info.java +++ b/processor/src/main/java/org/apache/commons/weaver/spi/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/processor/src/main/java/org/apache/commons/weaver/utils/Annotations.java b/processor/src/main/java/org/apache/commons/weaver/utils/Annotations.java index 031dbc3..f5bb816 100644 --- a/processor/src/main/java/org/apache/commons/weaver/utils/Annotations.java +++ b/processor/src/main/java/org/apache/commons/weaver/utils/Annotations.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/processor/src/main/java/org/apache/commons/weaver/utils/Args.java b/processor/src/main/java/org/apache/commons/weaver/utils/Args.java index 8d31a1e..05439e8 100644 --- a/processor/src/main/java/org/apache/commons/weaver/utils/Args.java +++ b/processor/src/main/java/org/apache/commons/weaver/utils/Args.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/processor/src/main/java/org/apache/commons/weaver/utils/Providers.java b/processor/src/main/java/org/apache/commons/weaver/utils/Providers.java index a9fa52e..a3a572c 100644 --- a/processor/src/main/java/org/apache/commons/weaver/utils/Providers.java +++ b/processor/src/main/java/org/apache/commons/weaver/utils/Providers.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/processor/src/main/java/org/apache/commons/weaver/utils/URLArray.java b/processor/src/main/java/org/apache/commons/weaver/utils/URLArray.java index e3c40df..842ee04 100644 --- a/processor/src/main/java/org/apache/commons/weaver/utils/URLArray.java +++ b/processor/src/main/java/org/apache/commons/weaver/utils/URLArray.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/processor/src/main/java/org/apache/commons/weaver/utils/package-info.java b/processor/src/main/java/org/apache/commons/weaver/utils/package-info.java index db46147..85e2f72 100644 --- a/processor/src/main/java/org/apache/commons/weaver/utils/package-info.java +++ b/processor/src/main/java/org/apache/commons/weaver/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/processor/src/site/markdown/index.md b/processor/src/site/markdown/index.md index 84efa25..944ab87 100644 --- a/processor/src/site/markdown/index.md +++ b/processor/src/site/markdown/index.md @@ -7,7 +7,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/processor/src/test/java/org/apache/commons/weaver/FinderTest.java b/processor/src/test/java/org/apache/commons/weaver/FinderTest.java index e914170..6b82985 100644 --- a/processor/src/test/java/org/apache/commons/weaver/FinderTest.java +++ b/processor/src/test/java/org/apache/commons/weaver/FinderTest.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/processor/src/test/java/org/apache/commons/weaver/test/CleanProcessorTest.java b/processor/src/test/java/org/apache/commons/weaver/test/CleanProcessorTest.java index 6db0889..13d4058 100644 --- a/processor/src/test/java/org/apache/commons/weaver/test/CleanProcessorTest.java +++ b/processor/src/test/java/org/apache/commons/weaver/test/CleanProcessorTest.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/processor/src/test/java/org/apache/commons/weaver/test/WeaveProcessorTest.java b/processor/src/test/java/org/apache/commons/weaver/test/WeaveProcessorTest.java index 78371c1..a3343e6 100644 --- a/processor/src/test/java/org/apache/commons/weaver/test/WeaveProcessorTest.java +++ b/processor/src/test/java/org/apache/commons/weaver/test/WeaveProcessorTest.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/processor/src/test/java/org/apache/commons/weaver/test/WeaverTestBase.java b/processor/src/test/java/org/apache/commons/weaver/test/WeaverTestBase.java index 3edaa95..552d883 100644 --- a/processor/src/test/java/org/apache/commons/weaver/test/WeaverTestBase.java +++ b/processor/src/test/java/org/apache/commons/weaver/test/WeaverTestBase.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/processor/src/test/java/org/apache/commons/weaver/test/beans/AbstractTestBean.java b/processor/src/test/java/org/apache/commons/weaver/test/beans/AbstractTestBean.java index 4159ddf..49a24f3 100644 --- a/processor/src/test/java/org/apache/commons/weaver/test/beans/AbstractTestBean.java +++ b/processor/src/test/java/org/apache/commons/weaver/test/beans/AbstractTestBean.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/processor/src/test/java/org/apache/commons/weaver/test/beans/ComplexAnnotations.java b/processor/src/test/java/org/apache/commons/weaver/test/beans/ComplexAnnotations.java index 8e4f193..9ea5754 100644 --- a/processor/src/test/java/org/apache/commons/weaver/test/beans/ComplexAnnotations.java +++ b/processor/src/test/java/org/apache/commons/weaver/test/beans/ComplexAnnotations.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/processor/src/test/java/org/apache/commons/weaver/test/beans/TestAnnotation.java b/processor/src/test/java/org/apache/commons/weaver/test/beans/TestAnnotation.java index 7a959a0..db37b21 100644 --- a/processor/src/test/java/org/apache/commons/weaver/test/beans/TestAnnotation.java +++ b/processor/src/test/java/org/apache/commons/weaver/test/beans/TestAnnotation.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/processor/src/test/java/org/apache/commons/weaver/test/beans/TestBeanInterface.java b/processor/src/test/java/org/apache/commons/weaver/test/beans/TestBeanInterface.java index 0f8e475..ba40a19 100644 --- a/processor/src/test/java/org/apache/commons/weaver/test/beans/TestBeanInterface.java +++ b/processor/src/test/java/org/apache/commons/weaver/test/beans/TestBeanInterface.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/processor/src/test/java/org/apache/commons/weaver/test/beans/TestBeanWithClassAnnotation.java b/processor/src/test/java/org/apache/commons/weaver/test/beans/TestBeanWithClassAnnotation.java index d7808a5..d87c4e4 100644 --- a/processor/src/test/java/org/apache/commons/weaver/test/beans/TestBeanWithClassAnnotation.java +++ b/processor/src/test/java/org/apache/commons/weaver/test/beans/TestBeanWithClassAnnotation.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/processor/src/test/java/org/apache/commons/weaver/test/beans/TestBeanWithMethodAnnotation.java b/processor/src/test/java/org/apache/commons/weaver/test/beans/TestBeanWithMethodAnnotation.java index 4b70c9e..acd447b 100644 --- a/processor/src/test/java/org/apache/commons/weaver/test/beans/TestBeanWithMethodAnnotation.java +++ b/processor/src/test/java/org/apache/commons/weaver/test/beans/TestBeanWithMethodAnnotation.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/processor/src/test/java/org/apache/commons/weaver/test/weaver/TestCleaner.java b/processor/src/test/java/org/apache/commons/weaver/test/weaver/TestCleaner.java index eac0a9e..78900d5 100644 --- a/processor/src/test/java/org/apache/commons/weaver/test/weaver/TestCleaner.java +++ b/processor/src/test/java/org/apache/commons/weaver/test/weaver/TestCleaner.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/processor/src/test/java/org/apache/commons/weaver/test/weaver/TestWeaver.java b/processor/src/test/java/org/apache/commons/weaver/test/weaver/TestWeaver.java index 1bd7871..1eff794 100644 --- a/processor/src/test/java/org/apache/commons/weaver/test/weaver/TestWeaver.java +++ b/processor/src/test/java/org/apache/commons/weaver/test/weaver/TestWeaver.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/processor/src/test/java/org/apache/commons/weaver/utils/ArgsTest.java b/processor/src/test/java/org/apache/commons/weaver/utils/ArgsTest.java index 114be66..88dd797 100644 --- a/processor/src/test/java/org/apache/commons/weaver/utils/ArgsTest.java +++ b/processor/src/test/java/org/apache/commons/weaver/utils/ArgsTest.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/processor/src/test/java/org/apache/commons/weaver/utils/ProvidersTest.java b/processor/src/test/java/org/apache/commons/weaver/utils/ProvidersTest.java index 73ebd42..6057868 100644 --- a/processor/src/test/java/org/apache/commons/weaver/utils/ProvidersTest.java +++ b/processor/src/test/java/org/apache/commons/weaver/utils/ProvidersTest.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/processor/src/test/resources/META-INF/services/org.apache.commons.weaver.spi.Cleaner b/processor/src/test/resources/META-INF/services/org.apache.commons.weaver.spi.Cleaner index 5fafbc4..1f23e03 100644 --- a/processor/src/test/resources/META-INF/services/org.apache.commons.weaver.spi.Cleaner +++ b/processor/src/test/resources/META-INF/services/org.apache.commons.weaver.spi.Cleaner @@ -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/processor/src/test/resources/META-INF/services/org.apache.commons.weaver.spi.Weaver b/processor/src/test/resources/META-INF/services/org.apache.commons.weaver.spi.Weaver index c9e19ef..0e0057d 100644 --- a/processor/src/test/resources/META-INF/services/org.apache.commons.weaver.spi.Weaver +++ b/processor/src/test/resources/META-INF/services/org.apache.commons.weaver.spi.Weaver @@ -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/changes/changes.xml b/src/changes/changes.xml index 8936db2..eeb6da1 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 22a8eb1..daa016b 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/markdown/building.md b/src/site/markdown/building.md index 78126b8..5444084 100644 --- a/src/site/markdown/building.md +++ b/src/site/markdown/building.md @@ -7,7 +7,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index f2c4798..ddce515 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -7,7 +7,7 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/src/site/site.xml b/src/site/site.xml index 60c0638..97d2168 100644 --- a/src/site/site.xml +++ b/src/site/site.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/site/xdoc/download_weaver.xml b/src/site/xdoc/download_weaver.xml index 1a41488..0f6c9c5 100644 --- a/src/site/xdoc/download_weaver.xml +++ b/src/site/xdoc/download_weaver.xml @@ -7,7 +7,7 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml index bcc5031..986d195 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 2e63707..4307e9d 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,