From 86dececf88873659dd3d904051863c6097f5f633 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 26 Mar 2019 15:27:55 -0700 Subject: [PATCH] URL Cleanup (#50) This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://www.apache.org/licenses/ with 2 occurrences migrated to: https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200). * [ ] http://www.apache.org/licenses/LICENSE-2.0 with 141 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). --- License.txt | 4 +- open_source_licenses.txt | 112 +++++++++--------- .../CloudFoundryContainerBuilderExtensions.cs | 2 +- .../AbstractServiceOptions.cs | 2 +- .../CloudFoundryApplicationOptions.cs | 2 +- ...udFoundryConfigurationBuilderExtensions.cs | 2 +- .../CloudFoundryConfigurationProvider.cs | 2 +- .../CloudFoundryConfigurationSource.cs | 2 +- .../CloudFoundryEnvironmentSettingsReader.cs | 2 +- .../CloudFoundryMemorySettingsReader.cs | 2 +- .../CloudFoundryServicesOptions.cs | 2 +- .../Credential.cs | 2 +- .../CredentialConverter.cs | 2 +- .../ICloudFoundrySettingsReader.cs | 2 +- .../JsonStreamConfigurationProvider.cs | 2 +- .../JsonStreamConfigurationSource.cs | 2 +- .../Limits.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Service.cs | 2 +- .../CloudFoundryHostBuilderExtensions.cs | 2 +- ...CloudFoundryServiceCollectionExtensions.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../ConfigServerContainerBuilderExtensions.cs | 2 +- .../ConfigEnvironment.cs | 2 +- .../ConfigServerClientSettings.cs | 2 +- .../ConfigServerClientSettingsOptions.cs | 2 +- ...figServerConfigurationBuilderExtensions.cs | 2 +- .../ConfigServerConfigurationProvider.cs | 2 +- .../ConfigServerConfigurationSource.cs | 2 +- .../ConfigServerDiscoveryService.cs | 2 +- .../ConfigServerException.cs | 2 +- .../ConfigServerHealthContributor.cs | 2 +- .../ConfigurationSettingsHelper.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../PropertySource.cs | 2 +- .../SpringCloudConfigDiscovery.cs | 2 +- .../SpringCloudConfigHealth.cs | 2 +- .../SpringCloudConfigRetry.cs | 2 +- ...erverConfigurationBuilderExtensionsCore.cs | 2 +- .../ConfigServerHostBuilderExtensions.cs | 2 +- ...ConfigServerServiceCollectionExtensions.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../PlaceholderResolverExtensions.cs | 2 +- .../PlaceholderResolverProvider.cs | 2 +- .../PlaceholderResolverSource.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../PlaceholderResolverExtensions.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../RandomValueExtensions.cs | 2 +- .../RandomValueProvider.cs | 2 +- .../RandomValueSource.cs | 2 +- ...udFoundryContainerBuilderExtensionsTest.cs | 2 +- .../AbstractServiceOptionsTest.cs | 2 +- .../CloudFoundryApplicationOptionsTest.cs | 2 +- ...undryConfigurationBuilderExtensionsTest.cs | 2 +- .../CloudFoundryServiceOptionsTest.cs | 2 +- .../CloudfoundryConfigurationProviderTest.cs | 2 +- .../JsonStreamConfigurationProviderTest.cs | 2 +- .../JsonStreamConfigurationSourceTest.cs | 2 +- .../MySqlCredentials.cs | 2 +- .../MySqlServiceOption.cs | 2 +- .../CloudFoundryHostBuilderExtensionsTest.cs | 2 +- ...dFoundryServiceCollectionExtensionsTest.cs | 2 +- .../MySqlCredentials.cs | 2 +- .../MySqlServiceOption.cs | 2 +- .../TestServerStartup.cs | 2 +- .../TestServerStartup42.cs | 2 +- ...rConfigurationExtensionsIntegrationTest.cs | 2 +- .../ConfigServerDataAsOptions.cs | 2 +- .../HomeController.cs | 2 +- .../Info.cs | 2 +- .../TestServerStartup.cs | 2 +- ...nfigurationBuilderExtensionsAutofacTest.cs | 2 +- ...figServerContainerBuilderExtensionsTest.cs | 2 +- .../ConfigServerClientSettingsTest.cs | 2 +- ...erverConfigurationBuilderExtensionsTest.cs | 2 +- .../ConfigServerConfigurationProviderTest.cs | 2 +- .../ConfigServerConfigurationSourceTest.cs | 2 +- .../ConfigServerDiscoveryServiceTest.cs | 2 +- .../ConfigServerHealthContributorTest.cs | 2 +- .../ConfigurationSettingsHelperTest.cs | 2 +- .../CustomCloudFoundrySettingsReader.cs | 2 +- .../TestConfigServerStartup.cs | 2 +- .../TestHelpers.cs | 2 +- .../ConfigServerClientSettingsOptionsTest.cs | 2 +- ...rConfigurationBuilderExtensionsCoreTest.cs | 2 +- ...igServerServiceCollectionExtensionsTest.cs | 2 +- .../TestConfigServerStartup.cs | 2 +- .../TestHelpers.cs | 2 +- .../PlaceholderResolverExtensionsTest.cs | 2 +- .../PlaceholderResolverProviderTest.cs | 2 +- .../PlaceholderResolverSourceTest.cs | 2 +- .../TestHelpers.cs | 2 +- ...ceholderServiceCollectionExtensionsTest.cs | 2 +- .../TestHelpers.cs | 2 +- .../TestServerStartup.cs | 2 +- .../TestServerStartup1.cs | 2 +- .../RandomValueExtensionsTest.cs | 2 +- .../RandomValueProviderTest.cs | 2 +- .../RandomValueSourceTest.cs | 2 +- 101 files changed, 157 insertions(+), 157 deletions(-) diff --git a/License.txt b/License.txt index 7a4a3ea..e25e752 100644 --- a/License.txt +++ b/License.txt @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -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/open_source_licenses.txt b/open_source_licenses.txt index eb0e0c5..68ddc0c 100644 --- a/open_source_licenses.txt +++ b/open_source_licenses.txt @@ -275,7 +275,7 @@ This tool is not used in the release binaries. The development solution uses the BookSleeve package from nuget (https://code.google.com/p/booksleeve/) by Marc Gravell. This is licensed under the Apache 2.0 license; full details are available here: -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 This tool is not used in the release binaries. @@ -598,7 +598,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, @@ -615,7 +615,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -631,7 +631,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -647,7 +647,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -663,7 +663,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -679,7 +679,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -695,7 +695,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -711,7 +711,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -727,7 +727,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -743,7 +743,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -759,7 +759,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -775,7 +775,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -791,7 +791,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -807,7 +807,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -823,7 +823,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -839,7 +839,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -855,7 +855,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -871,7 +871,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -887,7 +887,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -903,7 +903,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 +https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR @@ -919,7 +919,7 @@ specific language governing permissions and limitations under the License. // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, @@ -937,7 +937,7 @@ specific language governing permissions and limitations under the License. // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, @@ -953,7 +953,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, @@ -968,7 +968,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, @@ -985,7 +985,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, @@ -1002,7 +1002,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, @@ -1019,7 +1019,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, @@ -1036,7 +1036,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, @@ -1053,7 +1053,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, @@ -1070,7 +1070,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, @@ -1087,7 +1087,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, @@ -1104,7 +1104,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, @@ -1121,7 +1121,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, @@ -1138,7 +1138,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, @@ -1155,7 +1155,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, @@ -1172,7 +1172,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, @@ -1189,7 +1189,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, @@ -1206,7 +1206,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, @@ -1223,7 +1223,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, @@ -1240,7 +1240,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, @@ -1258,7 +1258,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); Apache License Version 2.0, January 2004 -http://www.apache.org/licenses/ +https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -1437,19 +1437,19 @@ END OF TERMS AND CONDITIONS Creative Commons Attribution-ShareAlike 4.0 International Official translations of this license are available in other languages. -Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. +Creative Commons Corporation (�Creative Commons�) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an �as-is� basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. Using Creative Commons Public Licenses Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors. -Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public. +Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor�s permission is not necessary for any reason�for example, because of any applicable exception or limitation to copyright�then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public. Creative Commons Attribution-ShareAlike 4.0 International Public License By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. -Section 1 – Definitions. +Section 1 � Definitions. Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. @@ -1464,7 +1464,7 @@ Licensor means the individual(s) or entity(ies) granting rights under this Publi Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. -Section 2 – Scope. +Section 2 � Scope. License grant. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: @@ -1474,8 +1474,8 @@ Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Lim Term. The term of this Public License is specified in Section 6(a). Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. Downstream recipients. -Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. -Additional offer from the Licensor – Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply. +Offer from the Licensor � Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. +Additional offer from the Licensor � Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter�s License You apply. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). Other rights. @@ -1483,7 +1483,7 @@ Other rights. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. Patent and trademark rights are not licensed under this Public License. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. -Section 3 – License Conditions. +Section 3 � License Conditions. Your exercise of the Licensed Rights is expressly made subject to the following conditions. @@ -1504,10 +1504,10 @@ If requested by the Licensor, You must remove any of the information required by ShareAlike. In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply. -The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License. +The Adapter�s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply. -Section 4 – Sui Generis Database Rights. +Section 4 � Sui Generis Database Rights. Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: @@ -1515,12 +1515,12 @@ for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reu if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. -Section 5 – Disclaimer of Warranties and Limitation of Liability. +Section 5 � Disclaimer of Warranties and Limitation of Liability. Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You. To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. -Section 6 – Term and Termination. +Section 6 � Term and Termination. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: @@ -1530,17 +1530,17 @@ upon express reinstatement by the Licensor. For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. -Section 7 – Other Terms and Conditions. +Section 7 � Other Terms and Conditions. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. -Section 8 – Interpretation. +Section 8 � Interpretation. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. -Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” The text of the Creative Commons public licenses is dedicated to the public domain under the CC0 Public Domain Dedication. Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. +Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the �Licensor.� The text of the Creative Commons public licenses is dedicated to the public domain under the CC0 Public Domain Dedication. Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark �Creative Commons� or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. Creative Commons may be contacted at creativecommons.org. diff --git a/src/Steeltoe.Extensions.Configuration.CloudFoundryAutofac/CloudFoundryContainerBuilderExtensions.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryAutofac/CloudFoundryContainerBuilderExtensions.cs index e9ea474..024a151 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryAutofac/CloudFoundryContainerBuilderExtensions.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryAutofac/CloudFoundryContainerBuilderExtensions.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/AbstractServiceOptions.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/AbstractServiceOptions.cs index de8acbf..bc08e9c 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/AbstractServiceOptions.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/AbstractServiceOptions.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryApplicationOptions.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryApplicationOptions.cs index 6b1b3bb..2fff2d2 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryApplicationOptions.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryApplicationOptions.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryConfigurationBuilderExtensions.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryConfigurationBuilderExtensions.cs index 253a60a..06555b0 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryConfigurationBuilderExtensions.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryConfigurationBuilderExtensions.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryConfigurationProvider.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryConfigurationProvider.cs index 95db69d..8442b50 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryConfigurationProvider.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryConfigurationProvider.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryConfigurationSource.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryConfigurationSource.cs index d46d7f4..aeda3f3 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryConfigurationSource.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryConfigurationSource.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryEnvironmentSettingsReader.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryEnvironmentSettingsReader.cs index ed1be2c..fe9a87c 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryEnvironmentSettingsReader.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryEnvironmentSettingsReader.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryMemorySettingsReader.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryMemorySettingsReader.cs index 7ffb807..f2b77f0 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryMemorySettingsReader.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryMemorySettingsReader.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryServicesOptions.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryServicesOptions.cs index 531ac43..0883205 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryServicesOptions.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CloudFoundryServicesOptions.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/Credential.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/Credential.cs index bd6ac23..dafa536 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/Credential.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/Credential.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CredentialConverter.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CredentialConverter.cs index d7f8ada..f355269 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CredentialConverter.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/CredentialConverter.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/ICloudFoundrySettingsReader.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/ICloudFoundrySettingsReader.cs index f391888..3488d7d 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/ICloudFoundrySettingsReader.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/ICloudFoundrySettingsReader.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/JsonStreamConfigurationProvider.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/JsonStreamConfigurationProvider.cs index ce1ad35..61c74a3 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/JsonStreamConfigurationProvider.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/JsonStreamConfigurationProvider.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/JsonStreamConfigurationSource.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/JsonStreamConfigurationSource.cs index 20a39df..86466f7 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/JsonStreamConfigurationSource.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/JsonStreamConfigurationSource.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/Limits.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/Limits.cs index 692c5ec..2dfd12d 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/Limits.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/Limits.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/Properties/AssemblyInfo.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/Properties/AssemblyInfo.cs index 4f29ec8..5ab8f77 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/Properties/AssemblyInfo.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/Properties/AssemblyInfo.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/Service.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/Service.cs index ec08887..4b77a5c 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/Service.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryBase/Service.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryCore/CloudFoundryHostBuilderExtensions.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryCore/CloudFoundryHostBuilderExtensions.cs index b5cbb2e..fc046c7 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryCore/CloudFoundryHostBuilderExtensions.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryCore/CloudFoundryHostBuilderExtensions.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryCore/CloudFoundryServiceCollectionExtensions.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryCore/CloudFoundryServiceCollectionExtensions.cs index 89b068d..e669cdd 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryCore/CloudFoundryServiceCollectionExtensions.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryCore/CloudFoundryServiceCollectionExtensions.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.CloudFoundryCore/Properties/AssemblyInfo.cs b/src/Steeltoe.Extensions.Configuration.CloudFoundryCore/Properties/AssemblyInfo.cs index 01a394e..8b59924 100644 --- a/src/Steeltoe.Extensions.Configuration.CloudFoundryCore/Properties/AssemblyInfo.cs +++ b/src/Steeltoe.Extensions.Configuration.CloudFoundryCore/Properties/AssemblyInfo.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerAutofac/ConfigServerContainerBuilderExtensions.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerAutofac/ConfigServerContainerBuilderExtensions.cs index a95c06c..7ac12ae 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerAutofac/ConfigServerContainerBuilderExtensions.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerAutofac/ConfigServerContainerBuilderExtensions.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigEnvironment.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigEnvironment.cs index 9df1081..36c17aa 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigEnvironment.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigEnvironment.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerClientSettings.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerClientSettings.cs index fbd684b..4472404 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerClientSettings.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerClientSettings.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerClientSettingsOptions.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerClientSettingsOptions.cs index b93153f..e871971 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerClientSettingsOptions.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerClientSettingsOptions.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerConfigurationBuilderExtensions.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerConfigurationBuilderExtensions.cs index 05eeb4d..d74145d 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerConfigurationBuilderExtensions.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerConfigurationBuilderExtensions.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerConfigurationProvider.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerConfigurationProvider.cs index f23a749..f902e0e 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerConfigurationProvider.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerConfigurationProvider.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerConfigurationSource.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerConfigurationSource.cs index 385efe8..02173aa 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerConfigurationSource.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerConfigurationSource.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerDiscoveryService.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerDiscoveryService.cs index 9621ae4..d915eff 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerDiscoveryService.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerDiscoveryService.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerException.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerException.cs index 9b20fb9..9a0ff56 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerException.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerException.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerHealthContributor.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerHealthContributor.cs index 9b04c7a..3eab7f9 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerHealthContributor.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigServerHealthContributor.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigurationSettingsHelper.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigurationSettingsHelper.cs index e9e3d89..85839bd 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigurationSettingsHelper.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/ConfigurationSettingsHelper.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerBase/Properties/AssemblyInfo.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/Properties/AssemblyInfo.cs index cfe6ffe..5cf9c4a 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerBase/Properties/AssemblyInfo.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/Properties/AssemblyInfo.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerBase/PropertySource.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/PropertySource.cs index db26aba..151a336 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerBase/PropertySource.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/PropertySource.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerBase/SpringCloudConfigDiscovery.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/SpringCloudConfigDiscovery.cs index 70760b0..a511f3b 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerBase/SpringCloudConfigDiscovery.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/SpringCloudConfigDiscovery.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerBase/SpringCloudConfigHealth.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/SpringCloudConfigHealth.cs index 294b313..cff8b93 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerBase/SpringCloudConfigHealth.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/SpringCloudConfigHealth.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerBase/SpringCloudConfigRetry.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/SpringCloudConfigRetry.cs index cfc339d..c621e36 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerBase/SpringCloudConfigRetry.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerBase/SpringCloudConfigRetry.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerCore/ConfigServerConfigurationBuilderExtensionsCore.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerCore/ConfigServerConfigurationBuilderExtensionsCore.cs index ea34983..0777b83 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerCore/ConfigServerConfigurationBuilderExtensionsCore.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerCore/ConfigServerConfigurationBuilderExtensionsCore.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerCore/ConfigServerHostBuilderExtensions.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerCore/ConfigServerHostBuilderExtensions.cs index c6b0883..e378127 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerCore/ConfigServerHostBuilderExtensions.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerCore/ConfigServerHostBuilderExtensions.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerCore/ConfigServerServiceCollectionExtensions.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerCore/ConfigServerServiceCollectionExtensions.cs index c5ea86e..5b6796a 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerCore/ConfigServerServiceCollectionExtensions.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerCore/ConfigServerServiceCollectionExtensions.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.ConfigServerCore/Properties/AssemblyInfo.cs b/src/Steeltoe.Extensions.Configuration.ConfigServerCore/Properties/AssemblyInfo.cs index 68177a6..d9f1881 100644 --- a/src/Steeltoe.Extensions.Configuration.ConfigServerCore/Properties/AssemblyInfo.cs +++ b/src/Steeltoe.Extensions.Configuration.ConfigServerCore/Properties/AssemblyInfo.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.PlaceholderBase/PlaceholderResolverExtensions.cs b/src/Steeltoe.Extensions.Configuration.PlaceholderBase/PlaceholderResolverExtensions.cs index 98081f9..d4c1524 100644 --- a/src/Steeltoe.Extensions.Configuration.PlaceholderBase/PlaceholderResolverExtensions.cs +++ b/src/Steeltoe.Extensions.Configuration.PlaceholderBase/PlaceholderResolverExtensions.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.PlaceholderBase/PlaceholderResolverProvider.cs b/src/Steeltoe.Extensions.Configuration.PlaceholderBase/PlaceholderResolverProvider.cs index 0e8afba..63163fb 100644 --- a/src/Steeltoe.Extensions.Configuration.PlaceholderBase/PlaceholderResolverProvider.cs +++ b/src/Steeltoe.Extensions.Configuration.PlaceholderBase/PlaceholderResolverProvider.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.PlaceholderBase/PlaceholderResolverSource.cs b/src/Steeltoe.Extensions.Configuration.PlaceholderBase/PlaceholderResolverSource.cs index 77cfbf1..1668097 100644 --- a/src/Steeltoe.Extensions.Configuration.PlaceholderBase/PlaceholderResolverSource.cs +++ b/src/Steeltoe.Extensions.Configuration.PlaceholderBase/PlaceholderResolverSource.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.PlaceholderBase/Properties/AssemblyInfo.cs b/src/Steeltoe.Extensions.Configuration.PlaceholderBase/Properties/AssemblyInfo.cs index 224520e..1df396f 100644 --- a/src/Steeltoe.Extensions.Configuration.PlaceholderBase/Properties/AssemblyInfo.cs +++ b/src/Steeltoe.Extensions.Configuration.PlaceholderBase/Properties/AssemblyInfo.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.PlaceholderCore/PlaceholderResolverExtensions.cs b/src/Steeltoe.Extensions.Configuration.PlaceholderCore/PlaceholderResolverExtensions.cs index cabd2d2..047c6e7 100644 --- a/src/Steeltoe.Extensions.Configuration.PlaceholderCore/PlaceholderResolverExtensions.cs +++ b/src/Steeltoe.Extensions.Configuration.PlaceholderCore/PlaceholderResolverExtensions.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.PlaceholderCore/Properties/AssemblyInfo.cs b/src/Steeltoe.Extensions.Configuration.PlaceholderCore/Properties/AssemblyInfo.cs index 224520e..1df396f 100644 --- a/src/Steeltoe.Extensions.Configuration.PlaceholderCore/Properties/AssemblyInfo.cs +++ b/src/Steeltoe.Extensions.Configuration.PlaceholderCore/Properties/AssemblyInfo.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.RandomValueBase/Properties/AssemblyInfo.cs b/src/Steeltoe.Extensions.Configuration.RandomValueBase/Properties/AssemblyInfo.cs index 40422c9..af0a6ac 100644 --- a/src/Steeltoe.Extensions.Configuration.RandomValueBase/Properties/AssemblyInfo.cs +++ b/src/Steeltoe.Extensions.Configuration.RandomValueBase/Properties/AssemblyInfo.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.RandomValueBase/RandomValueExtensions.cs b/src/Steeltoe.Extensions.Configuration.RandomValueBase/RandomValueExtensions.cs index 6675b6c..bcb1919 100644 --- a/src/Steeltoe.Extensions.Configuration.RandomValueBase/RandomValueExtensions.cs +++ b/src/Steeltoe.Extensions.Configuration.RandomValueBase/RandomValueExtensions.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.RandomValueBase/RandomValueProvider.cs b/src/Steeltoe.Extensions.Configuration.RandomValueBase/RandomValueProvider.cs index f2b6b78..9c9a51d 100644 --- a/src/Steeltoe.Extensions.Configuration.RandomValueBase/RandomValueProvider.cs +++ b/src/Steeltoe.Extensions.Configuration.RandomValueBase/RandomValueProvider.cs @@ -4,7 +4,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/src/Steeltoe.Extensions.Configuration.RandomValueBase/RandomValueSource.cs b/src/Steeltoe.Extensions.Configuration.RandomValueBase/RandomValueSource.cs index be862fa..f8753c6 100644 --- a/src/Steeltoe.Extensions.Configuration.RandomValueBase/RandomValueSource.cs +++ b/src/Steeltoe.Extensions.Configuration.RandomValueBase/RandomValueSource.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.CloudFoundryAutofac.Test/CloudFoundryContainerBuilderExtensionsTest.cs b/test/Steeltoe.Extensions.Configuration.CloudFoundryAutofac.Test/CloudFoundryContainerBuilderExtensionsTest.cs index 8e47b5b..29f042f 100644 --- a/test/Steeltoe.Extensions.Configuration.CloudFoundryAutofac.Test/CloudFoundryContainerBuilderExtensionsTest.cs +++ b/test/Steeltoe.Extensions.Configuration.CloudFoundryAutofac.Test/CloudFoundryContainerBuilderExtensionsTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/AbstractServiceOptionsTest.cs b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/AbstractServiceOptionsTest.cs index a858737..718a80a 100644 --- a/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/AbstractServiceOptionsTest.cs +++ b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/AbstractServiceOptionsTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/CloudFoundryApplicationOptionsTest.cs b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/CloudFoundryApplicationOptionsTest.cs index b71ec06..bf26656 100644 --- a/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/CloudFoundryApplicationOptionsTest.cs +++ b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/CloudFoundryApplicationOptionsTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/CloudFoundryConfigurationBuilderExtensionsTest.cs b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/CloudFoundryConfigurationBuilderExtensionsTest.cs index c2e716e..84cf0f4 100644 --- a/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/CloudFoundryConfigurationBuilderExtensionsTest.cs +++ b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/CloudFoundryConfigurationBuilderExtensionsTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/CloudFoundryServiceOptionsTest.cs b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/CloudFoundryServiceOptionsTest.cs index ec42749..1e0ddd0 100644 --- a/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/CloudFoundryServiceOptionsTest.cs +++ b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/CloudFoundryServiceOptionsTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/CloudfoundryConfigurationProviderTest.cs b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/CloudfoundryConfigurationProviderTest.cs index 5fa77f6..3d0832c 100644 --- a/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/CloudfoundryConfigurationProviderTest.cs +++ b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/CloudfoundryConfigurationProviderTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/JsonStreamConfigurationProviderTest.cs b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/JsonStreamConfigurationProviderTest.cs index cf81815..f979670 100644 --- a/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/JsonStreamConfigurationProviderTest.cs +++ b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/JsonStreamConfigurationProviderTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/JsonStreamConfigurationSourceTest.cs b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/JsonStreamConfigurationSourceTest.cs index 998a797..ffdef83 100644 --- a/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/JsonStreamConfigurationSourceTest.cs +++ b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/JsonStreamConfigurationSourceTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/MySqlCredentials.cs b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/MySqlCredentials.cs index 976e838..4eff2d2 100644 --- a/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/MySqlCredentials.cs +++ b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/MySqlCredentials.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/MySqlServiceOption.cs b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/MySqlServiceOption.cs index a10666a..53a0f90 100644 --- a/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/MySqlServiceOption.cs +++ b/test/Steeltoe.Extensions.Configuration.CloudFoundryBase.Test/MySqlServiceOption.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/CloudFoundryHostBuilderExtensionsTest.cs b/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/CloudFoundryHostBuilderExtensionsTest.cs index a455d83..84552e9 100644 --- a/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/CloudFoundryHostBuilderExtensionsTest.cs +++ b/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/CloudFoundryHostBuilderExtensionsTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/CloudFoundryServiceCollectionExtensionsTest.cs b/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/CloudFoundryServiceCollectionExtensionsTest.cs index 5c1f5b7..9c0c4de 100644 --- a/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/CloudFoundryServiceCollectionExtensionsTest.cs +++ b/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/CloudFoundryServiceCollectionExtensionsTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/MySqlCredentials.cs b/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/MySqlCredentials.cs index 976e838..4eff2d2 100644 --- a/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/MySqlCredentials.cs +++ b/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/MySqlCredentials.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/MySqlServiceOption.cs b/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/MySqlServiceOption.cs index f9c70c8..4a2fb83 100644 --- a/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/MySqlServiceOption.cs +++ b/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/MySqlServiceOption.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/TestServerStartup.cs b/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/TestServerStartup.cs index 1cfb38d..a919e20 100644 --- a/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/TestServerStartup.cs +++ b/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/TestServerStartup.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/TestServerStartup42.cs b/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/TestServerStartup42.cs index 2c9c768..91bcefb 100644 --- a/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/TestServerStartup42.cs +++ b/test/Steeltoe.Extensions.Configuration.CloudFoundryCore.Test/TestServerStartup42.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/ConfigServerConfigurationExtensionsIntegrationTest.cs b/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/ConfigServerConfigurationExtensionsIntegrationTest.cs index d73dbc6..c1f5e99 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/ConfigServerConfigurationExtensionsIntegrationTest.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/ConfigServerConfigurationExtensionsIntegrationTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/ConfigServerDataAsOptions.cs b/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/ConfigServerDataAsOptions.cs index 7d986d8..9f2112c 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/ConfigServerDataAsOptions.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/ConfigServerDataAsOptions.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/HomeController.cs b/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/HomeController.cs index d267c6b..817c382 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/HomeController.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/HomeController.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/Info.cs b/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/Info.cs index 0c5ba53..0fe9adc 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/Info.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/Info.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/TestServerStartup.cs b/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/TestServerStartup.cs index 6bb277b..ac4b6c9 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/TestServerStartup.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServer.ITest/TestServerStartup.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServerAutofac.Test/ConfigServerConfigurationBuilderExtensionsAutofacTest.cs b/test/Steeltoe.Extensions.Configuration.ConfigServerAutofac.Test/ConfigServerConfigurationBuilderExtensionsAutofacTest.cs index 4724a00..d8ab332 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServerAutofac.Test/ConfigServerConfigurationBuilderExtensionsAutofacTest.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServerAutofac.Test/ConfigServerConfigurationBuilderExtensionsAutofacTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServerAutofac.Test/ConfigServerContainerBuilderExtensionsTest.cs b/test/Steeltoe.Extensions.Configuration.ConfigServerAutofac.Test/ConfigServerContainerBuilderExtensionsTest.cs index 15e4782..5bc5c75 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServerAutofac.Test/ConfigServerContainerBuilderExtensionsTest.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServerAutofac.Test/ConfigServerContainerBuilderExtensionsTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerClientSettingsTest.cs b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerClientSettingsTest.cs index 1bd6a8c..0010356 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerClientSettingsTest.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerClientSettingsTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerConfigurationBuilderExtensionsTest.cs b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerConfigurationBuilderExtensionsTest.cs index 0a458e0..bf273db 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerConfigurationBuilderExtensionsTest.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerConfigurationBuilderExtensionsTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerConfigurationProviderTest.cs b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerConfigurationProviderTest.cs index 227ee69..3603107 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerConfigurationProviderTest.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerConfigurationProviderTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerConfigurationSourceTest.cs b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerConfigurationSourceTest.cs index ac1fdca..a456f0d 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerConfigurationSourceTest.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerConfigurationSourceTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerDiscoveryServiceTest.cs b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerDiscoveryServiceTest.cs index 49bc67d..bdb5528 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerDiscoveryServiceTest.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerDiscoveryServiceTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerHealthContributorTest.cs b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerHealthContributorTest.cs index 1be6c63..8b71e59 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerHealthContributorTest.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigServerHealthContributorTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigurationSettingsHelperTest.cs b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigurationSettingsHelperTest.cs index d84891e..8832b76 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigurationSettingsHelperTest.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/ConfigurationSettingsHelperTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/CustomCloudFoundrySettingsReader.cs b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/CustomCloudFoundrySettingsReader.cs index 6fe3c8e..e163bd5 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/CustomCloudFoundrySettingsReader.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/CustomCloudFoundrySettingsReader.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/TestConfigServerStartup.cs b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/TestConfigServerStartup.cs index ccc1d70..84c6643 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/TestConfigServerStartup.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/TestConfigServerStartup.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/TestHelpers.cs b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/TestHelpers.cs index 1bbac07..ca55494 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/TestHelpers.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServerBase.Test/TestHelpers.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/ConfigServerClientSettingsOptionsTest.cs b/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/ConfigServerClientSettingsOptionsTest.cs index 692abea..2f9471e 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/ConfigServerClientSettingsOptionsTest.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/ConfigServerClientSettingsOptionsTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/ConfigServerConfigurationBuilderExtensionsCoreTest.cs b/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/ConfigServerConfigurationBuilderExtensionsCoreTest.cs index e10fa6b..7b11b6a 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/ConfigServerConfigurationBuilderExtensionsCoreTest.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/ConfigServerConfigurationBuilderExtensionsCoreTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/ConfigServerServiceCollectionExtensionsTest.cs b/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/ConfigServerServiceCollectionExtensionsTest.cs index d6cdb7f..d2c0aef 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/ConfigServerServiceCollectionExtensionsTest.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/ConfigServerServiceCollectionExtensionsTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/TestConfigServerStartup.cs b/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/TestConfigServerStartup.cs index 8754776..b85530c 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/TestConfigServerStartup.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/TestConfigServerStartup.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/TestHelpers.cs b/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/TestHelpers.cs index f5d9a25..68d8972 100644 --- a/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/TestHelpers.cs +++ b/test/Steeltoe.Extensions.Configuration.ConfigServerCore.Test/TestHelpers.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.PlaceholderBase.Test/PlaceholderResolverExtensionsTest.cs b/test/Steeltoe.Extensions.Configuration.PlaceholderBase.Test/PlaceholderResolverExtensionsTest.cs index 2b649f8..cf6bf5c 100644 --- a/test/Steeltoe.Extensions.Configuration.PlaceholderBase.Test/PlaceholderResolverExtensionsTest.cs +++ b/test/Steeltoe.Extensions.Configuration.PlaceholderBase.Test/PlaceholderResolverExtensionsTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.PlaceholderBase.Test/PlaceholderResolverProviderTest.cs b/test/Steeltoe.Extensions.Configuration.PlaceholderBase.Test/PlaceholderResolverProviderTest.cs index 2d702e9..502972d 100644 --- a/test/Steeltoe.Extensions.Configuration.PlaceholderBase.Test/PlaceholderResolverProviderTest.cs +++ b/test/Steeltoe.Extensions.Configuration.PlaceholderBase.Test/PlaceholderResolverProviderTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.PlaceholderBase.Test/PlaceholderResolverSourceTest.cs b/test/Steeltoe.Extensions.Configuration.PlaceholderBase.Test/PlaceholderResolverSourceTest.cs index 9afdcf1..ee20f6a 100644 --- a/test/Steeltoe.Extensions.Configuration.PlaceholderBase.Test/PlaceholderResolverSourceTest.cs +++ b/test/Steeltoe.Extensions.Configuration.PlaceholderBase.Test/PlaceholderResolverSourceTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.PlaceholderBase.Test/TestHelpers.cs b/test/Steeltoe.Extensions.Configuration.PlaceholderBase.Test/TestHelpers.cs index d5c1f44..3dc5cfc 100644 --- a/test/Steeltoe.Extensions.Configuration.PlaceholderBase.Test/TestHelpers.cs +++ b/test/Steeltoe.Extensions.Configuration.PlaceholderBase.Test/TestHelpers.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.PlaceholderCore.Test/PlaceholderServiceCollectionExtensionsTest.cs b/test/Steeltoe.Extensions.Configuration.PlaceholderCore.Test/PlaceholderServiceCollectionExtensionsTest.cs index 1fed532..e053748 100644 --- a/test/Steeltoe.Extensions.Configuration.PlaceholderCore.Test/PlaceholderServiceCollectionExtensionsTest.cs +++ b/test/Steeltoe.Extensions.Configuration.PlaceholderCore.Test/PlaceholderServiceCollectionExtensionsTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.PlaceholderCore.Test/TestHelpers.cs b/test/Steeltoe.Extensions.Configuration.PlaceholderCore.Test/TestHelpers.cs index c1eb7b5..33bb1d9 100644 --- a/test/Steeltoe.Extensions.Configuration.PlaceholderCore.Test/TestHelpers.cs +++ b/test/Steeltoe.Extensions.Configuration.PlaceholderCore.Test/TestHelpers.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.PlaceholderCore.Test/TestServerStartup.cs b/test/Steeltoe.Extensions.Configuration.PlaceholderCore.Test/TestServerStartup.cs index f0a1d05..797ff85 100644 --- a/test/Steeltoe.Extensions.Configuration.PlaceholderCore.Test/TestServerStartup.cs +++ b/test/Steeltoe.Extensions.Configuration.PlaceholderCore.Test/TestServerStartup.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.PlaceholderCore.Test/TestServerStartup1.cs b/test/Steeltoe.Extensions.Configuration.PlaceholderCore.Test/TestServerStartup1.cs index 098687f..6b33b60 100644 --- a/test/Steeltoe.Extensions.Configuration.PlaceholderCore.Test/TestServerStartup1.cs +++ b/test/Steeltoe.Extensions.Configuration.PlaceholderCore.Test/TestServerStartup1.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.RandomValuesBase.Test/RandomValueExtensionsTest.cs b/test/Steeltoe.Extensions.Configuration.RandomValuesBase.Test/RandomValueExtensionsTest.cs index 4e15761..e875254 100644 --- a/test/Steeltoe.Extensions.Configuration.RandomValuesBase.Test/RandomValueExtensionsTest.cs +++ b/test/Steeltoe.Extensions.Configuration.RandomValuesBase.Test/RandomValueExtensionsTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.RandomValuesBase.Test/RandomValueProviderTest.cs b/test/Steeltoe.Extensions.Configuration.RandomValuesBase.Test/RandomValueProviderTest.cs index 4eec2b9..5879cda 100644 --- a/test/Steeltoe.Extensions.Configuration.RandomValuesBase.Test/RandomValueProviderTest.cs +++ b/test/Steeltoe.Extensions.Configuration.RandomValuesBase.Test/RandomValueProviderTest.cs @@ -4,7 +4,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/test/Steeltoe.Extensions.Configuration.RandomValuesBase.Test/RandomValueSourceTest.cs b/test/Steeltoe.Extensions.Configuration.RandomValuesBase.Test/RandomValueSourceTest.cs index 41f28cd..3b1e73d 100644 --- a/test/Steeltoe.Extensions.Configuration.RandomValuesBase.Test/RandomValueSourceTest.cs +++ b/test/Steeltoe.Extensions.Configuration.RandomValuesBase.Test/RandomValueSourceTest.cs @@ -4,7 +4,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,