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-email.git
The following commit(s) were added to refs/heads/master by this push: new 81d95d28 Update Apache License URL to HTTPS 81d95d28 is described below commit 81d95d28a91f5bc51633f432373d77469efa7b03 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 20 17:14:56 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 +- commons-email2-bom/pom.xml | 2 +- commons-email2-core/pom.xml | 2 +- commons-email2-core/src/conf/spotbugs-exclude-filter.xml | 2 +- .../src/main/java/org/apache/commons/mail2/core/EmailConstants.java | 2 +- .../src/main/java/org/apache/commons/mail2/core/EmailException.java | 2 +- .../src/main/java/org/apache/commons/mail2/core/EmailUtils.java | 2 +- .../src/main/java/org/apache/commons/mail2/core/package-info.java | 2 +- commons-email2-core/src/main/resources/META-INF/mime.types | 2 +- commons-email2-core/src/site/resources/profile.jacoco | 2 +- .../src/test/java/org/apache/commons/mail2/core/EmailConstantsTest.java | 2 +- .../src/test/java/org/apache/commons/mail2/core/EmailTestConstants.java | 2 +- .../src/test/java/org/apache/commons/mail2/core/EmailUtilsTest.java | 2 +- commons-email2-core/src/test/resources/attachments/autoloadertest.html | 2 +- commons-email2-core/src/test/resources/attachments/classpathtest.html | 2 +- .../src/test/resources/attachments/download_email.cgi.html | 2 +- commons-email2-core/src/test/resources/html/www.apache.org.html | 2 +- commons-email2-distribution/pom.xml | 2 +- commons-email2-distribution/src/assembly/bin.xml | 2 +- commons-email2-distribution/src/assembly/src.xml | 2 +- commons-email2-jakarta/pom.xml | 2 +- commons-email2-jakarta/src/conf/spotbugs-exclude-filter.xml | 2 +- .../main/java/org/apache/commons/mail2/jakarta/DataSourceResolver.java | 2 +- .../java/org/apache/commons/mail2/jakarta/DefaultAuthenticator.java | 2 +- .../src/main/java/org/apache/commons/mail2/jakarta/Email.java | 2 +- .../src/main/java/org/apache/commons/mail2/jakarta/EmailAttachment.java | 2 +- .../src/main/java/org/apache/commons/mail2/jakarta/HtmlEmail.java | 2 +- .../src/main/java/org/apache/commons/mail2/jakarta/ImageHtmlEmail.java | 2 +- .../src/main/java/org/apache/commons/mail2/jakarta/MultiPartEmail.java | 2 +- .../src/main/java/org/apache/commons/mail2/jakarta/SimpleEmail.java | 2 +- .../apache/commons/mail2/jakarta/activation/InputStreamDataSource.java | 2 +- .../org/apache/commons/mail2/jakarta/activation/PathDataSource.java | 2 +- .../java/org/apache/commons/mail2/jakarta/activation/package-info.java | 2 +- .../src/main/java/org/apache/commons/mail2/jakarta/package-info.java | 2 +- .../apache/commons/mail2/jakarta/resolver/DataSourceBaseResolver.java | 2 +- .../commons/mail2/jakarta/resolver/DataSourceClassPathResolver.java | 2 +- .../commons/mail2/jakarta/resolver/DataSourceCompositeResolver.java | 2 +- .../apache/commons/mail2/jakarta/resolver/DataSourceFileResolver.java | 2 +- .../apache/commons/mail2/jakarta/resolver/DataSourcePathResolver.java | 2 +- .../apache/commons/mail2/jakarta/resolver/DataSourceUrlResolver.java | 2 +- .../java/org/apache/commons/mail2/jakarta/resolver/package-info.java | 2 +- .../org/apache/commons/mail2/jakarta/util/IDNEmailAddressConverter.java | 2 +- .../java/org/apache/commons/mail2/jakarta/util/MimeMessageParser.java | 2 +- .../java/org/apache/commons/mail2/jakarta/util/MimeMessageUtils.java | 2 +- .../main/java/org/apache/commons/mail2/jakarta/util/package-info.java | 2 +- commons-email2-jakarta/src/main/resources/META-INF/mime.types | 2 +- commons-email2-jakarta/src/site/resources/profile.jacoco | 2 +- .../test/java/org/apache/commons/mail2/jakarta/AbstractEmailTest.java | 2 +- .../java/org/apache/commons/mail2/jakarta/DefaultAuthenticatorTest.java | 2 +- .../test/java/org/apache/commons/mail2/jakarta/EmailAttachmentTest.java | 2 +- .../test/java/org/apache/commons/mail2/jakarta/EmailConstantsTest.java | 2 +- .../src/test/java/org/apache/commons/mail2/jakarta/EmailLiveTest.java | 2 +- .../src/test/java/org/apache/commons/mail2/jakarta/EmailTest.java | 2 +- .../src/test/java/org/apache/commons/mail2/jakarta/HtmlEmailTest.java | 2 +- .../test/java/org/apache/commons/mail2/jakarta/ImageHtmlEmailTest.java | 2 +- .../org/apache/commons/mail2/jakarta/InputStreamDataSourceTest.java | 2 +- .../test/java/org/apache/commons/mail2/jakarta/InvalidAddressTest.java | 2 +- .../org/apache/commons/mail2/jakarta/InvalidInternetAddressTest.java | 2 +- .../test/java/org/apache/commons/mail2/jakarta/MultiPartEmailTest.java | 2 +- .../java/org/apache/commons/mail2/jakarta/SendWithAttachmentsTest.java | 2 +- .../src/test/java/org/apache/commons/mail2/jakarta/SimpleEmailTest.java | 2 +- .../java/org/apache/commons/mail2/jakarta/mocks/MockEmailConcrete.java | 2 +- .../org/apache/commons/mail2/jakarta/mocks/MockHtmlEmailConcrete.java | 2 +- .../apache/commons/mail2/jakarta/mocks/MockImageHtmlEmailConcrete.java | 2 +- .../apache/commons/mail2/jakarta/mocks/MockMultiPartEmailConcrete.java | 2 +- .../java/org/apache/commons/mail2/jakarta/mocks/MockSimpleEmail.java | 2 +- .../test/java/org/apache/commons/mail2/jakarta/mocks/package-info.java | 2 +- .../commons/mail2/jakarta/resolver/AbstractDataSourceResolverTest.java | 2 +- .../commons/mail2/jakarta/resolver/DataSourceClassPathResolverTest.java | 2 +- .../commons/mail2/jakarta/resolver/DataSourceCompositeResolverTest.java | 2 +- .../commons/mail2/jakarta/resolver/DataSourceFileResolverTest.java | 2 +- .../commons/mail2/jakarta/resolver/DataSourcePathResolverTest.java | 2 +- .../commons/mail2/jakarta/resolver/DataSourceUrlResolverTest.java | 2 +- .../org/apache/commons/mail2/jakarta/settings/EmailConfiguration.java | 2 +- .../java/org/apache/commons/mail2/jakarta/settings/package-info.java | 2 +- .../apache/commons/mail2/jakarta/util/IDNEmailAddressConverterTest.java | 2 +- .../org/apache/commons/mail2/jakarta/util/MimeMessageParserTest.java | 2 +- .../src/test/resources/attachments/autoloadertest.html | 2 +- .../src/test/resources/attachments/classpathtest.html | 2 +- .../src/test/resources/attachments/download_email.cgi.html | 2 +- commons-email2-jakarta/src/test/resources/html/www.apache.org.html | 2 +- commons-email2-javax/pom.xml | 2 +- commons-email2-javax/src/conf/spotbugs-exclude-filter.xml | 2 +- .../main/java/org/apache/commons/mail2/javax/DataSourceResolver.java | 2 +- .../main/java/org/apache/commons/mail2/javax/DefaultAuthenticator.java | 2 +- .../src/main/java/org/apache/commons/mail2/javax/Email.java | 2 +- .../src/main/java/org/apache/commons/mail2/javax/EmailAttachment.java | 2 +- .../src/main/java/org/apache/commons/mail2/javax/HtmlEmail.java | 2 +- .../src/main/java/org/apache/commons/mail2/javax/ImageHtmlEmail.java | 2 +- .../src/main/java/org/apache/commons/mail2/javax/MultiPartEmail.java | 2 +- .../src/main/java/org/apache/commons/mail2/javax/SimpleEmail.java | 2 +- .../apache/commons/mail2/javax/activation/InputStreamDataSource.java | 2 +- .../java/org/apache/commons/mail2/javax/activation/PathDataSource.java | 2 +- .../java/org/apache/commons/mail2/javax/activation/package-info.java | 2 +- .../src/main/java/org/apache/commons/mail2/javax/package-info.java | 2 +- .../org/apache/commons/mail2/javax/resolver/DataSourceBaseResolver.java | 2 +- .../commons/mail2/javax/resolver/DataSourceClassPathResolver.java | 2 +- .../commons/mail2/javax/resolver/DataSourceCompositeResolver.java | 2 +- .../org/apache/commons/mail2/javax/resolver/DataSourceFileResolver.java | 2 +- .../org/apache/commons/mail2/javax/resolver/DataSourcePathResolver.java | 2 +- .../org/apache/commons/mail2/javax/resolver/DataSourceUrlResolver.java | 2 +- .../main/java/org/apache/commons/mail2/javax/resolver/package-info.java | 2 +- .../org/apache/commons/mail2/javax/util/IDNEmailAddressConverter.java | 2 +- .../java/org/apache/commons/mail2/javax/util/MimeMessageParser.java | 2 +- .../main/java/org/apache/commons/mail2/javax/util/MimeMessageUtils.java | 2 +- .../src/main/java/org/apache/commons/mail2/javax/util/package-info.java | 2 +- commons-email2-javax/src/main/resources/META-INF/mime.types | 2 +- commons-email2-javax/src/site/resources/profile.jacoco | 2 +- .../src/test/java/org/apache/commons/mail2/javax/AbstractEmailTest.java | 2 +- .../java/org/apache/commons/mail2/javax/DefaultAuthenticatorTest.java | 2 +- .../test/java/org/apache/commons/mail2/javax/EmailAttachmentTest.java | 2 +- .../test/java/org/apache/commons/mail2/javax/EmailConstantsTest.java | 2 +- .../src/test/java/org/apache/commons/mail2/javax/EmailLiveTest.java | 2 +- .../src/test/java/org/apache/commons/mail2/javax/EmailTest.java | 2 +- .../src/test/java/org/apache/commons/mail2/javax/HtmlEmailTest.java | 2 +- .../test/java/org/apache/commons/mail2/javax/ImageHtmlEmailTest.java | 2 +- .../java/org/apache/commons/mail2/javax/InputStreamDataSourceTest.java | 2 +- .../test/java/org/apache/commons/mail2/javax/InvalidAddressTest.java | 2 +- .../java/org/apache/commons/mail2/javax/InvalidInternetAddressTest.java | 2 +- .../test/java/org/apache/commons/mail2/javax/MultiPartEmailTest.java | 2 +- .../java/org/apache/commons/mail2/javax/SendWithAttachmentsTest.java | 2 +- .../src/test/java/org/apache/commons/mail2/javax/SimpleEmailTest.java | 2 +- .../java/org/apache/commons/mail2/javax/mocks/MockEmailConcrete.java | 2 +- .../org/apache/commons/mail2/javax/mocks/MockHtmlEmailConcrete.java | 2 +- .../apache/commons/mail2/javax/mocks/MockImageHtmlEmailConcrete.java | 2 +- .../apache/commons/mail2/javax/mocks/MockMultiPartEmailConcrete.java | 2 +- .../test/java/org/apache/commons/mail2/javax/mocks/MockSimpleEmail.java | 2 +- .../test/java/org/apache/commons/mail2/javax/mocks/package-info.java | 2 +- .../commons/mail2/javax/resolver/AbstractDataSourceResolverTest.java | 2 +- .../commons/mail2/javax/resolver/DataSourceClassPathResolverTest.java | 2 +- .../commons/mail2/javax/resolver/DataSourceCompositeResolverTest.java | 2 +- .../apache/commons/mail2/javax/resolver/DataSourceFileResolverTest.java | 2 +- .../apache/commons/mail2/javax/resolver/DataSourcePathResolverTest.java | 2 +- .../apache/commons/mail2/javax/resolver/DataSourceUrlResolverTest.java | 2 +- .../org/apache/commons/mail2/javax/settings/EmailConfiguration.java | 2 +- .../test/java/org/apache/commons/mail2/javax/settings/package-info.java | 2 +- .../apache/commons/mail2/javax/util/IDNEmailAddressConverterTest.java | 2 +- .../java/org/apache/commons/mail2/javax/util/MimeMessageParserTest.java | 2 +- commons-email2-javax/src/test/resources/attachments/autoloadertest.html | 2 +- commons-email2-javax/src/test/resources/attachments/classpathtest.html | 2 +- .../src/test/resources/attachments/download_email.cgi.html | 2 +- commons-email2-javax/src/test/resources/html/www.apache.org.html | 2 +- pom.xml | 2 +- src/changes/changes.xml | 2 +- src/changes/release-notes.vm | 2 +- src/conf/checkstyle.xml | 2 +- src/site/resources/profile.jacoco | 2 +- src/site/site.xml | 2 +- src/site/xdoc/building.xml | 2 +- src/site/xdoc/download_email.xml | 2 +- src/site/xdoc/index.xml | 2 +- src/site/xdoc/issue-tracking.xml | 2 +- src/site/xdoc/mail-lists.xml | 2 +- src/site/xdoc/release_1_0.xml | 2 +- src/site/xdoc/release_1_1.xml | 2 +- src/site/xdoc/security-reports.xml | 2 +- src/site/xdoc/userguide.xml | 2 +- 170 files changed, 170 insertions(+), 170 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 8f863aee..d248ea95 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 9dd0cac3..7e29c4b0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,7 +5,7 @@ # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/.github/GH-ROBOTS.txt b/.github/GH-ROBOTS.txt index e3329e55..64a88674 100644 --- a/.github/GH-ROBOTS.txt +++ b/.github/GH-ROBOTS.txt @@ -5,7 +5,7 @@ # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9ebcd0eb..00079caf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d126a970..e17973cb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,7 +7,7 @@ "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d6dde2ba..771c8d0b 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 0c3de82a..4971b0e3 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 08aff92e..e0b2093d 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 bf47e173..52752cbe 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -5,7 +5,7 @@ # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 3ed50150..b4342f33 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -6,7 +6,7 @@ (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2bcb1326..2a163a93 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/LICENSE.txt b/LICENSE.txt index d6456956..ff9ad453 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/README.md b/README.md index 76ed17bc..48aa7ae8 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 51943ba7..744d4cdd 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/commons-email2-bom/pom.xml b/commons-email2-bom/pom.xml index 205caba6..fcc613b5 100644 --- a/commons-email2-bom/pom.xml +++ b/commons-email2-bom/pom.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/commons-email2-core/pom.xml b/commons-email2-core/pom.xml index 5e87a37f..44377ffd 100644 --- a/commons-email2-core/pom.xml +++ b/commons-email2-core/pom.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/commons-email2-core/src/conf/spotbugs-exclude-filter.xml b/commons-email2-core/src/conf/spotbugs-exclude-filter.xml index 48e37957..1324e6ca 100644 --- a/commons-email2-core/src/conf/spotbugs-exclude-filter.xml +++ b/commons-email2-core/src/conf/spotbugs-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/commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailConstants.java b/commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailConstants.java index 38e2e007..d2d81606 100644 --- a/commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailConstants.java +++ b/commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailConstants.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/commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailException.java b/commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailException.java index 0b8875c8..879d2cca 100644 --- a/commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailException.java +++ b/commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailException.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/commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailUtils.java b/commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailUtils.java index 15f09f52..4f070ae9 100644 --- a/commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailUtils.java +++ b/commons-email2-core/src/main/java/org/apache/commons/mail2/core/EmailUtils.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/commons-email2-core/src/main/java/org/apache/commons/mail2/core/package-info.java b/commons-email2-core/src/main/java/org/apache/commons/mail2/core/package-info.java index 3fd4f33c..0fc1d65f 100644 --- a/commons-email2-core/src/main/java/org/apache/commons/mail2/core/package-info.java +++ b/commons-email2-core/src/main/java/org/apache/commons/mail2/core/package-info.java @@ -6,7 +6,7 @@ * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/commons-email2-core/src/main/resources/META-INF/mime.types b/commons-email2-core/src/main/resources/META-INF/mime.types index 13f76f35..ae456f61 100644 --- a/commons-email2-core/src/main/resources/META-INF/mime.types +++ b/commons-email2-core/src/main/resources/META-INF/mime.types @@ -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/commons-email2-core/src/site/resources/profile.jacoco b/commons-email2-core/src/site/resources/profile.jacoco index a12755f3..4d3c8a27 100644 --- a/commons-email2-core/src/site/resources/profile.jacoco +++ b/commons-email2-core/src/site/resources/profile.jacoco @@ -5,7 +5,7 @@ # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/commons-email2-core/src/test/java/org/apache/commons/mail2/core/EmailConstantsTest.java b/commons-email2-core/src/test/java/org/apache/commons/mail2/core/EmailConstantsTest.java index 0755a4ed..bea15fde 100644 --- a/commons-email2-core/src/test/java/org/apache/commons/mail2/core/EmailConstantsTest.java +++ b/commons-email2-core/src/test/java/org/apache/commons/mail2/core/EmailConstantsTest.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/commons-email2-core/src/test/java/org/apache/commons/mail2/core/EmailTestConstants.java b/commons-email2-core/src/test/java/org/apache/commons/mail2/core/EmailTestConstants.java index a6c7676c..3b27c564 100644 --- a/commons-email2-core/src/test/java/org/apache/commons/mail2/core/EmailTestConstants.java +++ b/commons-email2-core/src/test/java/org/apache/commons/mail2/core/EmailTestConstants.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/commons-email2-core/src/test/java/org/apache/commons/mail2/core/EmailUtilsTest.java b/commons-email2-core/src/test/java/org/apache/commons/mail2/core/EmailUtilsTest.java index bbc56df5..59dd9acc 100644 --- a/commons-email2-core/src/test/java/org/apache/commons/mail2/core/EmailUtilsTest.java +++ b/commons-email2-core/src/test/java/org/apache/commons/mail2/core/EmailUtilsTest.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/commons-email2-core/src/test/resources/attachments/autoloadertest.html b/commons-email2-core/src/test/resources/attachments/autoloadertest.html index c6c4ccf0..67e6f70e 100644 --- a/commons-email2-core/src/test/resources/attachments/autoloadertest.html +++ b/commons-email2-core/src/test/resources/attachments/autoloadertest.html @@ -5,7 +5,7 @@ Licensed 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/commons-email2-core/src/test/resources/attachments/classpathtest.html b/commons-email2-core/src/test/resources/attachments/classpathtest.html index 355a863b..33fb4f6c 100644 --- a/commons-email2-core/src/test/resources/attachments/classpathtest.html +++ b/commons-email2-core/src/test/resources/attachments/classpathtest.html @@ -5,7 +5,7 @@ Licensed 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/commons-email2-core/src/test/resources/attachments/download_email.cgi.html b/commons-email2-core/src/test/resources/attachments/download_email.cgi.html index ebe1ca3d..aaa381ad 100644 --- a/commons-email2-core/src/test/resources/attachments/download_email.cgi.html +++ b/commons-email2-core/src/test/resources/attachments/download_email.cgi.html @@ -9,7 +9,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/commons-email2-core/src/test/resources/html/www.apache.org.html b/commons-email2-core/src/test/resources/html/www.apache.org.html index cc130158..c9985576 100644 --- a/commons-email2-core/src/test/resources/html/www.apache.org.html +++ b/commons-email2-core/src/test/resources/html/www.apache.org.html @@ -9,7 +9,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/commons-email2-distribution/pom.xml b/commons-email2-distribution/pom.xml index c42664f3..5e411ccb 100644 --- a/commons-email2-distribution/pom.xml +++ b/commons-email2-distribution/pom.xml @@ -7,7 +7,7 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/commons-email2-distribution/src/assembly/bin.xml b/commons-email2-distribution/src/assembly/bin.xml index 8bd84192..98e06149 100644 --- a/commons-email2-distribution/src/assembly/bin.xml +++ b/commons-email2-distribution/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/commons-email2-distribution/src/assembly/src.xml b/commons-email2-distribution/src/assembly/src.xml index 608130cb..d8628d69 100644 --- a/commons-email2-distribution/src/assembly/src.xml +++ b/commons-email2-distribution/src/assembly/src.xml @@ -8,7 +8,7 @@ "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/commons-email2-jakarta/pom.xml b/commons-email2-jakarta/pom.xml index 0f92621e..7358e941 100644 --- a/commons-email2-jakarta/pom.xml +++ b/commons-email2-jakarta/pom.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/commons-email2-jakarta/src/conf/spotbugs-exclude-filter.xml b/commons-email2-jakarta/src/conf/spotbugs-exclude-filter.xml index 48e37957..1324e6ca 100644 --- a/commons-email2-jakarta/src/conf/spotbugs-exclude-filter.xml +++ b/commons-email2-jakarta/src/conf/spotbugs-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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/DataSourceResolver.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/DataSourceResolver.java index b3f95cc4..41591f86 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/DataSourceResolver.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/DataSourceResolver.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/DefaultAuthenticator.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/DefaultAuthenticator.java index 7abdd5fc..19f006bc 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/DefaultAuthenticator.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/DefaultAuthenticator.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java index 608a1ed6..f4f67b57 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/Email.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/EmailAttachment.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/EmailAttachment.java index 556aa4d2..6db87391 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/EmailAttachment.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/EmailAttachment.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/HtmlEmail.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/HtmlEmail.java index cdbfc420..5737a2f5 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/HtmlEmail.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/HtmlEmail.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/ImageHtmlEmail.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/ImageHtmlEmail.java index 164c815f..615c0a47 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/ImageHtmlEmail.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/ImageHtmlEmail.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/MultiPartEmail.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/MultiPartEmail.java index 57df39b7..4f7cea31 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/MultiPartEmail.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/MultiPartEmail.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/SimpleEmail.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/SimpleEmail.java index 659f032f..60a3b74c 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/SimpleEmail.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/SimpleEmail.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/InputStreamDataSource.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/InputStreamDataSource.java index 9b4e4eaf..fe346c9d 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/InputStreamDataSource.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/InputStreamDataSource.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/PathDataSource.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/PathDataSource.java index 6a69ddce..2ae763ab 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/PathDataSource.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/PathDataSource.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/package-info.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/package-info.java index 55027cf2..d3e9b629 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/package-info.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/activation/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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/package-info.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/package-info.java index 2b668243..b2799c14 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/package-info.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceBaseResolver.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceBaseResolver.java index 438255ca..2cfacbb0 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceBaseResolver.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceBaseResolver.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceClassPathResolver.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceClassPathResolver.java index 8b1f1aad..51661899 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceClassPathResolver.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceClassPathResolver.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceCompositeResolver.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceCompositeResolver.java index 5ce961c2..13a3e382 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceCompositeResolver.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceCompositeResolver.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceFileResolver.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceFileResolver.java index 85e0943e..724e4c6f 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceFileResolver.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceFileResolver.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourcePathResolver.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourcePathResolver.java index 606f8b4d..add58545 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourcePathResolver.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourcePathResolver.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceUrlResolver.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceUrlResolver.java index 51e89783..7bceaab0 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceUrlResolver.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/DataSourceUrlResolver.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/package-info.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/package-info.java index f8ec2072..5922b29b 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/package-info.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/resolver/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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/IDNEmailAddressConverter.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/IDNEmailAddressConverter.java index 0ca4b5dd..eb17e8d3 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/IDNEmailAddressConverter.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/IDNEmailAddressConverter.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/MimeMessageParser.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/MimeMessageParser.java index 2a872305..4d7d691e 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/MimeMessageParser.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/MimeMessageParser.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/MimeMessageUtils.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/MimeMessageUtils.java index ab7b05e4..59a31047 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/MimeMessageUtils.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/MimeMessageUtils.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/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/package-info.java b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/package-info.java index ad6a6fe4..0772e53c 100644 --- a/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/package-info.java +++ b/commons-email2-jakarta/src/main/java/org/apache/commons/mail2/jakarta/util/package-info.java @@ -6,7 +6,7 @@ * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/commons-email2-jakarta/src/main/resources/META-INF/mime.types b/commons-email2-jakarta/src/main/resources/META-INF/mime.types index 13f76f35..ae456f61 100644 --- a/commons-email2-jakarta/src/main/resources/META-INF/mime.types +++ b/commons-email2-jakarta/src/main/resources/META-INF/mime.types @@ -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/commons-email2-jakarta/src/site/resources/profile.jacoco b/commons-email2-jakarta/src/site/resources/profile.jacoco index a12755f3..4d3c8a27 100644 --- a/commons-email2-jakarta/src/site/resources/profile.jacoco +++ b/commons-email2-jakarta/src/site/resources/profile.jacoco @@ -5,7 +5,7 @@ # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/AbstractEmailTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/AbstractEmailTest.java index 33526694..5eb72dc9 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/AbstractEmailTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/AbstractEmailTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/DefaultAuthenticatorTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/DefaultAuthenticatorTest.java index f340b905..a3b94dcb 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/DefaultAuthenticatorTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/DefaultAuthenticatorTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/EmailAttachmentTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/EmailAttachmentTest.java index d73b51dc..9dacb51c 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/EmailAttachmentTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/EmailAttachmentTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/EmailConstantsTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/EmailConstantsTest.java index 2eb1dd6a..816ab88e 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/EmailConstantsTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/EmailConstantsTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/EmailLiveTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/EmailLiveTest.java index 75ac32b1..c0391d4a 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/EmailLiveTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/EmailLiveTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/EmailTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/EmailTest.java index 7d72698c..0ce1bb62 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/EmailTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/EmailTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/HtmlEmailTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/HtmlEmailTest.java index 809b84ba..862ca56d 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/HtmlEmailTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/HtmlEmailTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/ImageHtmlEmailTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/ImageHtmlEmailTest.java index afe71b76..87ff68ea 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/ImageHtmlEmailTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/ImageHtmlEmailTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/InputStreamDataSourceTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/InputStreamDataSourceTest.java index 54113105..9f5e6202 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/InputStreamDataSourceTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/InputStreamDataSourceTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/InvalidAddressTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/InvalidAddressTest.java index c97e6b5d..5137095a 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/InvalidAddressTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/InvalidAddressTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/InvalidInternetAddressTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/InvalidInternetAddressTest.java index dc3270dd..48c6e624 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/InvalidInternetAddressTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/InvalidInternetAddressTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/MultiPartEmailTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/MultiPartEmailTest.java index 4adcbfdb..e70c52d2 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/MultiPartEmailTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/MultiPartEmailTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/SendWithAttachmentsTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/SendWithAttachmentsTest.java index 60244165..27fd2a29 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/SendWithAttachmentsTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/SendWithAttachmentsTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/SimpleEmailTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/SimpleEmailTest.java index 0e2392d4..c21bf5f6 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/SimpleEmailTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/SimpleEmailTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockEmailConcrete.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockEmailConcrete.java index 266b9f64..2b1b7c7f 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockEmailConcrete.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockEmailConcrete.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockHtmlEmailConcrete.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockHtmlEmailConcrete.java index 9f207bc3..74472d91 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockHtmlEmailConcrete.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockHtmlEmailConcrete.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockImageHtmlEmailConcrete.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockImageHtmlEmailConcrete.java index 244b3cd1..e41cb6de 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockImageHtmlEmailConcrete.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockImageHtmlEmailConcrete.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockMultiPartEmailConcrete.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockMultiPartEmailConcrete.java index e92d1c12..ca58f117 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockMultiPartEmailConcrete.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockMultiPartEmailConcrete.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockSimpleEmail.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockSimpleEmail.java index f8ad2ec0..0b5f9dd3 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockSimpleEmail.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/MockSimpleEmail.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/package-info.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/package-info.java index 0e3c7796..8c9fd24f 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/package-info.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/mocks/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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/AbstractDataSourceResolverTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/AbstractDataSourceResolverTest.java index ae3d0664..b951dbdf 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/AbstractDataSourceResolverTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/AbstractDataSourceResolverTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourceClassPathResolverTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourceClassPathResolverTest.java index 6a76e5b9..93289764 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourceClassPathResolverTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourceClassPathResolverTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourceCompositeResolverTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourceCompositeResolverTest.java index 206d4c0b..087037a9 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourceCompositeResolverTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourceCompositeResolverTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourceFileResolverTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourceFileResolverTest.java index 98266a61..3a7b0819 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourceFileResolverTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourceFileResolverTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourcePathResolverTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourcePathResolverTest.java index ee325d34..3eab7b9e 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourcePathResolverTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourcePathResolverTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourceUrlResolverTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourceUrlResolverTest.java index 7a8dede9..12f4cde0 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourceUrlResolverTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/resolver/DataSourceUrlResolverTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/settings/EmailConfiguration.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/settings/EmailConfiguration.java index d51c6c29..20edf673 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/settings/EmailConfiguration.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/settings/EmailConfiguration.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/settings/package-info.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/settings/package-info.java index 9b3e7958..731f5743 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/settings/package-info.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/settings/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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/util/IDNEmailAddressConverterTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/util/IDNEmailAddressConverterTest.java index fe6e14a6..19464f7f 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/util/IDNEmailAddressConverterTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/util/IDNEmailAddressConverterTest.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/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/util/MimeMessageParserTest.java b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/util/MimeMessageParserTest.java index d0c22f62..def7cf69 100644 --- a/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/util/MimeMessageParserTest.java +++ b/commons-email2-jakarta/src/test/java/org/apache/commons/mail2/jakarta/util/MimeMessageParserTest.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/commons-email2-jakarta/src/test/resources/attachments/autoloadertest.html b/commons-email2-jakarta/src/test/resources/attachments/autoloadertest.html index c6c4ccf0..67e6f70e 100644 --- a/commons-email2-jakarta/src/test/resources/attachments/autoloadertest.html +++ b/commons-email2-jakarta/src/test/resources/attachments/autoloadertest.html @@ -5,7 +5,7 @@ Licensed 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/commons-email2-jakarta/src/test/resources/attachments/classpathtest.html b/commons-email2-jakarta/src/test/resources/attachments/classpathtest.html index 355a863b..33fb4f6c 100644 --- a/commons-email2-jakarta/src/test/resources/attachments/classpathtest.html +++ b/commons-email2-jakarta/src/test/resources/attachments/classpathtest.html @@ -5,7 +5,7 @@ Licensed 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/commons-email2-jakarta/src/test/resources/attachments/download_email.cgi.html b/commons-email2-jakarta/src/test/resources/attachments/download_email.cgi.html index ebe1ca3d..aaa381ad 100644 --- a/commons-email2-jakarta/src/test/resources/attachments/download_email.cgi.html +++ b/commons-email2-jakarta/src/test/resources/attachments/download_email.cgi.html @@ -9,7 +9,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/commons-email2-jakarta/src/test/resources/html/www.apache.org.html b/commons-email2-jakarta/src/test/resources/html/www.apache.org.html index cc130158..c9985576 100644 --- a/commons-email2-jakarta/src/test/resources/html/www.apache.org.html +++ b/commons-email2-jakarta/src/test/resources/html/www.apache.org.html @@ -9,7 +9,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/commons-email2-javax/pom.xml b/commons-email2-javax/pom.xml index 3d14e2c9..18269bba 100644 --- a/commons-email2-javax/pom.xml +++ b/commons-email2-javax/pom.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/commons-email2-javax/src/conf/spotbugs-exclude-filter.xml b/commons-email2-javax/src/conf/spotbugs-exclude-filter.xml index 69c144e6..7f1cc55f 100644 --- a/commons-email2-javax/src/conf/spotbugs-exclude-filter.xml +++ b/commons-email2-javax/src/conf/spotbugs-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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/DataSourceResolver.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/DataSourceResolver.java index 16fd84f6..8e37d960 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/DataSourceResolver.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/DataSourceResolver.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/DefaultAuthenticator.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/DefaultAuthenticator.java index 5eacdd79..e8ef8f0a 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/DefaultAuthenticator.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/DefaultAuthenticator.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java index 02d95830..1bea918c 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/Email.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/EmailAttachment.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/EmailAttachment.java index 9df6b48b..6b716982 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/EmailAttachment.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/EmailAttachment.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/HtmlEmail.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/HtmlEmail.java index 8370e3e5..fd7ba2da 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/HtmlEmail.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/HtmlEmail.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/ImageHtmlEmail.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/ImageHtmlEmail.java index 144b48f9..c3ba6af5 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/ImageHtmlEmail.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/ImageHtmlEmail.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/MultiPartEmail.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/MultiPartEmail.java index 69451128..252b0e18 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/MultiPartEmail.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/MultiPartEmail.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/SimpleEmail.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/SimpleEmail.java index dd50988d..44dda001 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/SimpleEmail.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/SimpleEmail.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/InputStreamDataSource.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/InputStreamDataSource.java index 189ff383..ca1f0757 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/InputStreamDataSource.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/InputStreamDataSource.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/PathDataSource.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/PathDataSource.java index dcfc0f18..9944859c 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/PathDataSource.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/PathDataSource.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/package-info.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/package-info.java index 8da05a2b..02966958 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/package-info.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/activation/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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/package-info.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/package-info.java index cc016ec7..485e8bcd 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/package-info.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceBaseResolver.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceBaseResolver.java index bc782b28..5d5da8d3 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceBaseResolver.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceBaseResolver.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceClassPathResolver.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceClassPathResolver.java index ab0a46ac..2c4874bc 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceClassPathResolver.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceClassPathResolver.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceCompositeResolver.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceCompositeResolver.java index a08599c2..986810d7 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceCompositeResolver.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceCompositeResolver.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceFileResolver.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceFileResolver.java index 2f993d6a..7036c1e5 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceFileResolver.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceFileResolver.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourcePathResolver.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourcePathResolver.java index eac564e3..493b9f8f 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourcePathResolver.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourcePathResolver.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceUrlResolver.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceUrlResolver.java index 8027384a..0e4b0941 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceUrlResolver.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/DataSourceUrlResolver.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/package-info.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/package-info.java index e59853e5..4b18e84d 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/package-info.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/resolver/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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/IDNEmailAddressConverter.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/IDNEmailAddressConverter.java index 3d13d825..c3a2ce59 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/IDNEmailAddressConverter.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/IDNEmailAddressConverter.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/MimeMessageParser.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/MimeMessageParser.java index a946fb8b..8f997912 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/MimeMessageParser.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/MimeMessageParser.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/MimeMessageUtils.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/MimeMessageUtils.java index bed9c29c..06875c0a 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/MimeMessageUtils.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/MimeMessageUtils.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/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/package-info.java b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/package-info.java index edcda53f..33801d49 100644 --- a/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/package-info.java +++ b/commons-email2-javax/src/main/java/org/apache/commons/mail2/javax/util/package-info.java @@ -6,7 +6,7 @@ * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/commons-email2-javax/src/main/resources/META-INF/mime.types b/commons-email2-javax/src/main/resources/META-INF/mime.types index 13f76f35..ae456f61 100644 --- a/commons-email2-javax/src/main/resources/META-INF/mime.types +++ b/commons-email2-javax/src/main/resources/META-INF/mime.types @@ -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/commons-email2-javax/src/site/resources/profile.jacoco b/commons-email2-javax/src/site/resources/profile.jacoco index a12755f3..4d3c8a27 100644 --- a/commons-email2-javax/src/site/resources/profile.jacoco +++ b/commons-email2-javax/src/site/resources/profile.jacoco @@ -5,7 +5,7 @@ # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/AbstractEmailTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/AbstractEmailTest.java index b0ccee08..d3ba59f1 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/AbstractEmailTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/AbstractEmailTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/DefaultAuthenticatorTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/DefaultAuthenticatorTest.java index d1c58933..eec31d74 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/DefaultAuthenticatorTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/DefaultAuthenticatorTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/EmailAttachmentTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/EmailAttachmentTest.java index febc4d59..73c6f80e 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/EmailAttachmentTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/EmailAttachmentTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/EmailConstantsTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/EmailConstantsTest.java index 174791ed..7c79eda7 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/EmailConstantsTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/EmailConstantsTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/EmailLiveTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/EmailLiveTest.java index 260017ec..6e7140d2 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/EmailLiveTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/EmailLiveTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/EmailTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/EmailTest.java index 8adf2f00..0e7af00b 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/EmailTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/EmailTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/HtmlEmailTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/HtmlEmailTest.java index 724584ff..ee1a057f 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/HtmlEmailTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/HtmlEmailTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/ImageHtmlEmailTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/ImageHtmlEmailTest.java index c2de3310..908358f0 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/ImageHtmlEmailTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/ImageHtmlEmailTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/InputStreamDataSourceTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/InputStreamDataSourceTest.java index 7a4f230f..8f8eb1f9 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/InputStreamDataSourceTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/InputStreamDataSourceTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/InvalidAddressTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/InvalidAddressTest.java index 1d20ee9c..1c7ee646 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/InvalidAddressTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/InvalidAddressTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/InvalidInternetAddressTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/InvalidInternetAddressTest.java index 7c4aeb55..c07f82fb 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/InvalidInternetAddressTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/InvalidInternetAddressTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/MultiPartEmailTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/MultiPartEmailTest.java index 5c012bc2..4b90c3cc 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/MultiPartEmailTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/MultiPartEmailTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/SendWithAttachmentsTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/SendWithAttachmentsTest.java index 2129956f..c09de8bb 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/SendWithAttachmentsTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/SendWithAttachmentsTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/SimpleEmailTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/SimpleEmailTest.java index 9ddfb235..f36b4021 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/SimpleEmailTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/SimpleEmailTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockEmailConcrete.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockEmailConcrete.java index 39dd0635..773acf23 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockEmailConcrete.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockEmailConcrete.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockHtmlEmailConcrete.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockHtmlEmailConcrete.java index 27b81a99..bd2dbf87 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockHtmlEmailConcrete.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockHtmlEmailConcrete.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockImageHtmlEmailConcrete.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockImageHtmlEmailConcrete.java index ece2d61f..9c2fa9e7 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockImageHtmlEmailConcrete.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockImageHtmlEmailConcrete.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockMultiPartEmailConcrete.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockMultiPartEmailConcrete.java index 0bfe9719..5e3925cd 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockMultiPartEmailConcrete.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockMultiPartEmailConcrete.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockSimpleEmail.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockSimpleEmail.java index 2f740c3b..890fab2f 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockSimpleEmail.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/MockSimpleEmail.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/package-info.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/package-info.java index e9a71523..d688a3e2 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/package-info.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/mocks/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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/AbstractDataSourceResolverTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/AbstractDataSourceResolverTest.java index df460849..c1ca4ad2 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/AbstractDataSourceResolverTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/AbstractDataSourceResolverTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourceClassPathResolverTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourceClassPathResolverTest.java index 05eb8740..e6690a5d 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourceClassPathResolverTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourceClassPathResolverTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourceCompositeResolverTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourceCompositeResolverTest.java index 6dbc6df7..a527c2e3 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourceCompositeResolverTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourceCompositeResolverTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourceFileResolverTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourceFileResolverTest.java index 08f308b0..c775dbe9 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourceFileResolverTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourceFileResolverTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourcePathResolverTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourcePathResolverTest.java index 6447331f..7efbdc77 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourcePathResolverTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourcePathResolverTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourceUrlResolverTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourceUrlResolverTest.java index 57abe261..1ecd6e83 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourceUrlResolverTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/resolver/DataSourceUrlResolverTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/settings/EmailConfiguration.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/settings/EmailConfiguration.java index 4c66ec92..33525135 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/settings/EmailConfiguration.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/settings/EmailConfiguration.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/settings/package-info.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/settings/package-info.java index 2752a560..e014863e 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/settings/package-info.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/settings/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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/util/IDNEmailAddressConverterTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/util/IDNEmailAddressConverterTest.java index 6174bbc6..5ccaf27f 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/util/IDNEmailAddressConverterTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/util/IDNEmailAddressConverterTest.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/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/util/MimeMessageParserTest.java b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/util/MimeMessageParserTest.java index b7454c26..0cf57314 100644 --- a/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/util/MimeMessageParserTest.java +++ b/commons-email2-javax/src/test/java/org/apache/commons/mail2/javax/util/MimeMessageParserTest.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/commons-email2-javax/src/test/resources/attachments/autoloadertest.html b/commons-email2-javax/src/test/resources/attachments/autoloadertest.html index c6c4ccf0..67e6f70e 100644 --- a/commons-email2-javax/src/test/resources/attachments/autoloadertest.html +++ b/commons-email2-javax/src/test/resources/attachments/autoloadertest.html @@ -5,7 +5,7 @@ Licensed 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/commons-email2-javax/src/test/resources/attachments/classpathtest.html b/commons-email2-javax/src/test/resources/attachments/classpathtest.html index 355a863b..33fb4f6c 100644 --- a/commons-email2-javax/src/test/resources/attachments/classpathtest.html +++ b/commons-email2-javax/src/test/resources/attachments/classpathtest.html @@ -5,7 +5,7 @@ Licensed 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/commons-email2-javax/src/test/resources/attachments/download_email.cgi.html b/commons-email2-javax/src/test/resources/attachments/download_email.cgi.html index ebe1ca3d..aaa381ad 100644 --- a/commons-email2-javax/src/test/resources/attachments/download_email.cgi.html +++ b/commons-email2-javax/src/test/resources/attachments/download_email.cgi.html @@ -9,7 +9,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/commons-email2-javax/src/test/resources/html/www.apache.org.html b/commons-email2-javax/src/test/resources/html/www.apache.org.html index cc130158..c9985576 100644 --- a/commons-email2-javax/src/test/resources/html/www.apache.org.html +++ b/commons-email2-javax/src/test/resources/html/www.apache.org.html @@ -9,7 +9,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/pom.xml b/pom.xml index e499c142..951d59a9 100644 --- a/pom.xml +++ b/pom.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/changes.xml b/src/changes/changes.xml index 56aada7f..77cd9dd3 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 685d657c..5647eb4f 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/conf/checkstyle.xml b/src/conf/checkstyle.xml index ad20bf3d..b2c3cab1 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -7,7 +7,7 @@ (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/site/resources/profile.jacoco b/src/site/resources/profile.jacoco index a12755f3..4d3c8a27 100644 --- a/src/site/resources/profile.jacoco +++ b/src/site/resources/profile.jacoco @@ -5,7 +5,7 @@ # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/site/site.xml b/src/site/site.xml index 64b48cf8..a05666ce 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/building.xml b/src/site/xdoc/building.xml index 797918fd..147d6df0 100644 --- a/src/site/xdoc/building.xml +++ b/src/site/xdoc/building.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/download_email.xml b/src/site/xdoc/download_email.xml index aa89ae65..ecc58027 100644 --- a/src/site/xdoc/download_email.xml +++ b/src/site/xdoc/download_email.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/index.xml b/src/site/xdoc/index.xml index 0faab991..1a3b00c4 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.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/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml index 1c0c7d4a..f774b29b 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 ebdd8afa..ff9d660e 100644 --- a/src/site/xdoc/mail-lists.xml +++ b/src/site/xdoc/mail-lists.xml @@ -7,7 +7,7 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/site/xdoc/release_1_0.xml b/src/site/xdoc/release_1_0.xml index d33b5eb6..47927e22 100644 --- a/src/site/xdoc/release_1_0.xml +++ b/src/site/xdoc/release_1_0.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/release_1_1.xml b/src/site/xdoc/release_1_1.xml index b27591fd..3cd38f89 100644 --- a/src/site/xdoc/release_1_1.xml +++ b/src/site/xdoc/release_1_1.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/security-reports.xml b/src/site/xdoc/security-reports.xml index a81c8612..bb2b17c3 100644 --- a/src/site/xdoc/security-reports.xml +++ b/src/site/xdoc/security-reports.xml @@ -8,7 +8,7 @@ (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/site/xdoc/userguide.xml b/src/site/xdoc/userguide.xml index 5539d67b..0edce5a0 100644 --- a/src/site/xdoc/userguide.xml +++ b/src/site/xdoc/userguide.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,