diff --git a/LICENSE b/LICENSE index 29f81d81..b4811094 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ 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 @@ -192,7 +192,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/README.md b/README.md index 12d89f15..efe62205 100644 --- a/README.md +++ b/README.md @@ -280,4 +280,4 @@ Follow [@SpringCentral] as well as [@SpringAndroid] on Twitter. In-depth article [@SpringAndroid]: https://twitter.com/springandroid [The Spring Blog]: https://spring.io/blog/ [news feed]: https://spring.io/blog/category/news -[Apache License]: http://www.apache.org/licenses/LICENSE-2.0 +[Apache License]: https://www.apache.org/licenses/LICENSE-2.0 diff --git a/spring-android-auth/src/main/java/org/springframework/security/crypto/encrypt/AndroidAesBytesEncryptor.java b/spring-android-auth/src/main/java/org/springframework/security/crypto/encrypt/AndroidAesBytesEncryptor.java index 43896502..059e37a0 100644 --- a/spring-android-auth/src/main/java/org/springframework/security/crypto/encrypt/AndroidAesBytesEncryptor.java +++ b/spring-android-auth/src/main/java/org/springframework/security/crypto/encrypt/AndroidAesBytesEncryptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-auth/src/main/java/org/springframework/security/crypto/encrypt/AndroidEncryptors.java b/spring-android-auth/src/main/java/org/springframework/security/crypto/encrypt/AndroidEncryptors.java index 220c20c5..9b177dac 100644 --- a/spring-android-auth/src/main/java/org/springframework/security/crypto/encrypt/AndroidEncryptors.java +++ b/spring-android-auth/src/main/java/org/springframework/security/crypto/encrypt/AndroidEncryptors.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-auth/src/main/java/org/springframework/security/crypto/keygen/AndroidKeyGenerators.java b/spring-android-auth/src/main/java/org/springframework/security/crypto/keygen/AndroidKeyGenerators.java index 90cd6c1a..ead56fd0 100644 --- a/spring-android-auth/src/main/java/org/springframework/security/crypto/keygen/AndroidKeyGenerators.java +++ b/spring-android-auth/src/main/java/org/springframework/security/crypto/keygen/AndroidKeyGenerators.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-auth/src/main/java/org/springframework/security/crypto/keygen/AndroidSecureRandomBytesKeyGenerator.java b/spring-android-auth/src/main/java/org/springframework/security/crypto/keygen/AndroidSecureRandomBytesKeyGenerator.java index 4f4e47b5..18cf8a72 100644 --- a/spring-android-auth/src/main/java/org/springframework/security/crypto/keygen/AndroidSecureRandomBytesKeyGenerator.java +++ b/spring-android-auth/src/main/java/org/springframework/security/crypto/keygen/AndroidSecureRandomBytesKeyGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-auth/src/main/java/org/springframework/social/connect/sqlite/SQLiteConnectionRepository.java b/spring-android-auth/src/main/java/org/springframework/social/connect/sqlite/SQLiteConnectionRepository.java index db458f3f..117d2c64 100644 --- a/spring-android-auth/src/main/java/org/springframework/social/connect/sqlite/SQLiteConnectionRepository.java +++ b/spring-android-auth/src/main/java/org/springframework/social/connect/sqlite/SQLiteConnectionRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-auth/src/main/java/org/springframework/social/connect/sqlite/SQLiteUsersConnectionRepository.java b/spring-android-auth/src/main/java/org/springframework/social/connect/sqlite/SQLiteUsersConnectionRepository.java index 0e8f0cab..8ddfdbfa 100644 --- a/spring-android-auth/src/main/java/org/springframework/social/connect/sqlite/SQLiteUsersConnectionRepository.java +++ b/spring-android-auth/src/main/java/org/springframework/social/connect/sqlite/SQLiteUsersConnectionRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-auth/src/main/java/org/springframework/social/connect/sqlite/support/SQLiteConnectionRepositoryHelper.java b/spring-android-auth/src/main/java/org/springframework/social/connect/sqlite/support/SQLiteConnectionRepositoryHelper.java index 61790063..4db23cd3 100644 --- a/spring-android-auth/src/main/java/org/springframework/social/connect/sqlite/support/SQLiteConnectionRepositoryHelper.java +++ b/spring-android-auth/src/main/java/org/springframework/social/connect/sqlite/support/SQLiteConnectionRepositoryHelper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/beans/BeansException.java b/spring-android-core/src/main/java/org/springframework/beans/BeansException.java index e1b97c32..23176449 100644 --- a/spring-android-core/src/main/java/org/springframework/beans/BeansException.java +++ b/spring-android-core/src/main/java/org/springframework/beans/BeansException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/beans/PropertyAccessException.java b/spring-android-core/src/main/java/org/springframework/beans/PropertyAccessException.java index 9d45023b..a7e5bfce 100644 --- a/spring-android-core/src/main/java/org/springframework/beans/PropertyAccessException.java +++ b/spring-android-core/src/main/java/org/springframework/beans/PropertyAccessException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/beans/TypeMismatchException.java b/spring-android-core/src/main/java/org/springframework/beans/TypeMismatchException.java index 623df057..41434633 100644 --- a/spring-android-core/src/main/java/org/springframework/beans/TypeMismatchException.java +++ b/spring-android-core/src/main/java/org/springframework/beans/TypeMismatchException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/beans/factory/DisposableBean.java b/spring-android-core/src/main/java/org/springframework/beans/factory/DisposableBean.java index f0a4f2bb..edf79f23 100644 --- a/spring-android-core/src/main/java/org/springframework/beans/factory/DisposableBean.java +++ b/spring-android-core/src/main/java/org/springframework/beans/factory/DisposableBean.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/BridgeMethodResolver.java b/spring-android-core/src/main/java/org/springframework/core/BridgeMethodResolver.java index 6acef719..c59e9976 100644 --- a/spring-android-core/src/main/java/org/springframework/core/BridgeMethodResolver.java +++ b/spring-android-core/src/main/java/org/springframework/core/BridgeMethodResolver.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/CollectionFactory.java b/spring-android-core/src/main/java/org/springframework/core/CollectionFactory.java index 6013b560..aba75284 100644 --- a/spring-android-core/src/main/java/org/springframework/core/CollectionFactory.java +++ b/spring-android-core/src/main/java/org/springframework/core/CollectionFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/ConcurrentMap.java b/spring-android-core/src/main/java/org/springframework/core/ConcurrentMap.java index 47dd5f84..03b8ba4c 100644 --- a/spring-android-core/src/main/java/org/springframework/core/ConcurrentMap.java +++ b/spring-android-core/src/main/java/org/springframework/core/ConcurrentMap.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/ErrorCoded.java b/spring-android-core/src/main/java/org/springframework/core/ErrorCoded.java index 7175a142..158ec9fe 100644 --- a/spring-android-core/src/main/java/org/springframework/core/ErrorCoded.java +++ b/spring-android-core/src/main/java/org/springframework/core/ErrorCoded.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/GenericCollectionTypeResolver.java b/spring-android-core/src/main/java/org/springframework/core/GenericCollectionTypeResolver.java index b548c17a..bd01fb50 100644 --- a/spring-android-core/src/main/java/org/springframework/core/GenericCollectionTypeResolver.java +++ b/spring-android-core/src/main/java/org/springframework/core/GenericCollectionTypeResolver.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/GenericTypeResolver.java b/spring-android-core/src/main/java/org/springframework/core/GenericTypeResolver.java index e7dd5700..c48aca70 100644 --- a/spring-android-core/src/main/java/org/springframework/core/GenericTypeResolver.java +++ b/spring-android-core/src/main/java/org/springframework/core/GenericTypeResolver.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/MethodParameter.java b/spring-android-core/src/main/java/org/springframework/core/MethodParameter.java index 1b04d25b..b34fe2e3 100644 --- a/spring-android-core/src/main/java/org/springframework/core/MethodParameter.java +++ b/spring-android-core/src/main/java/org/springframework/core/MethodParameter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/NestedCheckedException.java b/spring-android-core/src/main/java/org/springframework/core/NestedCheckedException.java index 706bf0d5..0bfd7859 100644 --- a/spring-android-core/src/main/java/org/springframework/core/NestedCheckedException.java +++ b/spring-android-core/src/main/java/org/springframework/core/NestedCheckedException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/NestedExceptionUtils.java b/spring-android-core/src/main/java/org/springframework/core/NestedExceptionUtils.java index 7704fbcd..a70eb485 100644 --- a/spring-android-core/src/main/java/org/springframework/core/NestedExceptionUtils.java +++ b/spring-android-core/src/main/java/org/springframework/core/NestedExceptionUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/NestedIOException.java b/spring-android-core/src/main/java/org/springframework/core/NestedIOException.java index 2c559bd6..a813f306 100644 --- a/spring-android-core/src/main/java/org/springframework/core/NestedIOException.java +++ b/spring-android-core/src/main/java/org/springframework/core/NestedIOException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/NestedRuntimeException.java b/spring-android-core/src/main/java/org/springframework/core/NestedRuntimeException.java index 4fc0e60e..3174a174 100644 --- a/spring-android-core/src/main/java/org/springframework/core/NestedRuntimeException.java +++ b/spring-android-core/src/main/java/org/springframework/core/NestedRuntimeException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/ParameterNameDiscoverer.java b/spring-android-core/src/main/java/org/springframework/core/ParameterNameDiscoverer.java index 7053cf7a..7703a05c 100644 --- a/spring-android-core/src/main/java/org/springframework/core/ParameterNameDiscoverer.java +++ b/spring-android-core/src/main/java/org/springframework/core/ParameterNameDiscoverer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/ParameterizedTypeReference.java b/spring-android-core/src/main/java/org/springframework/core/ParameterizedTypeReference.java index e6fe127e..5d83d774 100644 --- a/spring-android-core/src/main/java/org/springframework/core/ParameterizedTypeReference.java +++ b/spring-android-core/src/main/java/org/springframework/core/ParameterizedTypeReference.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/AbstractDescriptor.java b/spring-android-core/src/main/java/org/springframework/core/convert/AbstractDescriptor.java index 5ebc41ad..91ac4109 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/AbstractDescriptor.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/AbstractDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/BeanPropertyDescriptor.java b/spring-android-core/src/main/java/org/springframework/core/convert/BeanPropertyDescriptor.java index bae889a5..f75a9b8a 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/BeanPropertyDescriptor.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/BeanPropertyDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/ClassDescriptor.java b/spring-android-core/src/main/java/org/springframework/core/convert/ClassDescriptor.java index 1493f3a1..7f97d9a1 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/ClassDescriptor.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/ClassDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/ConversionException.java b/spring-android-core/src/main/java/org/springframework/core/convert/ConversionException.java index 93d4f60c..7722e490 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/ConversionException.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/ConversionException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/ConversionFailedException.java b/spring-android-core/src/main/java/org/springframework/core/convert/ConversionFailedException.java index 5c9fa2d4..dbab12ba 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/ConversionFailedException.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/ConversionFailedException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/ConversionService.java b/spring-android-core/src/main/java/org/springframework/core/convert/ConversionService.java index 8b30c2d2..4a1545ed 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/ConversionService.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/ConversionService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/ConverterNotFoundException.java b/spring-android-core/src/main/java/org/springframework/core/convert/ConverterNotFoundException.java index b15dbeb7..e2f5dbce 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/ConverterNotFoundException.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/ConverterNotFoundException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/FieldDescriptor.java b/spring-android-core/src/main/java/org/springframework/core/convert/FieldDescriptor.java index 9ebddefd..fbdc9666 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/FieldDescriptor.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/FieldDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/ParameterDescriptor.java b/spring-android-core/src/main/java/org/springframework/core/convert/ParameterDescriptor.java index 2eab1367..f4830a93 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/ParameterDescriptor.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/ParameterDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/Property.java b/spring-android-core/src/main/java/org/springframework/core/convert/Property.java index 85a2655e..51276558 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/Property.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/Property.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/TypeDescriptor.java b/spring-android-core/src/main/java/org/springframework/core/convert/TypeDescriptor.java index cef5b7d8..41dc689e 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/TypeDescriptor.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/TypeDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConditionalConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConditionalConverter.java index 13c1f5a9..b6c3e4d4 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConditionalConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConditionalConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConditionalGenericConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConditionalGenericConverter.java index a25be6b6..0f1a2932 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConditionalGenericConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConditionalGenericConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/converter/Converter.java b/spring-android-core/src/main/java/org/springframework/core/convert/converter/Converter.java index e667e782..db3ebfd8 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/converter/Converter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/converter/Converter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConverterFactory.java b/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConverterFactory.java index 61fcf143..c85bf051 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConverterFactory.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConverterFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConverterRegistry.java b/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConverterRegistry.java index 49cb4deb..300bce68 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConverterRegistry.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConverterRegistry.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConvertingComparator.java b/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConvertingComparator.java index 8a7632b6..db25d89f 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConvertingComparator.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/converter/ConvertingComparator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/converter/GenericConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/converter/GenericConverter.java index 8df7d714..cc11c054 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/converter/GenericConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/converter/GenericConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/ArrayToArrayConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/ArrayToArrayConverter.java index d638561b..d84699fc 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/ArrayToArrayConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/ArrayToArrayConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/ArrayToCollectionConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/ArrayToCollectionConverter.java index a055e288..8c354ae2 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/ArrayToCollectionConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/ArrayToCollectionConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/ArrayToObjectConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/ArrayToObjectConverter.java index 00161c5c..3e15ca1f 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/ArrayToObjectConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/ArrayToObjectConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/ArrayToStringConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/ArrayToStringConverter.java index f79be69b..413cbb35 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/ArrayToStringConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/ArrayToStringConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/CharacterToNumberFactory.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/CharacterToNumberFactory.java index 7a5ea425..9153630d 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/CharacterToNumberFactory.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/CharacterToNumberFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/CollectionToArrayConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/CollectionToArrayConverter.java index 64b5fa30..71b27591 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/CollectionToArrayConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/CollectionToArrayConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/CollectionToCollectionConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/CollectionToCollectionConverter.java index bb0cb389..cf5b6127 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/CollectionToCollectionConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/CollectionToCollectionConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/CollectionToObjectConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/CollectionToObjectConverter.java index 2b991288..1c3e1cfa 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/CollectionToObjectConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/CollectionToObjectConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/CollectionToStringConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/CollectionToStringConverter.java index 2958b126..8642eb8e 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/CollectionToStringConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/CollectionToStringConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/ConfigurableConversionService.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/ConfigurableConversionService.java index 6d9f9b09..5af52ed8 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/ConfigurableConversionService.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/ConfigurableConversionService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/ConversionServiceFactory.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/ConversionServiceFactory.java index 45048003..ab214280 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/ConversionServiceFactory.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/ConversionServiceFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/ConversionUtils.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/ConversionUtils.java index ed073474..ecac2e8f 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/ConversionUtils.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/ConversionUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/ConvertingPropertyEditorAdapter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/ConvertingPropertyEditorAdapter.java index 2851d149..b5804aab 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/ConvertingPropertyEditorAdapter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/ConvertingPropertyEditorAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/DefaultConversionService.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/DefaultConversionService.java index 89dd29e4..72dac375 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/DefaultConversionService.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/DefaultConversionService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/EnumToStringConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/EnumToStringConverter.java index c830dd48..6dcaa831 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/EnumToStringConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/EnumToStringConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/FallbackObjectToStringConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/FallbackObjectToStringConverter.java index 06be0acc..af4d45e3 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/FallbackObjectToStringConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/FallbackObjectToStringConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/GenericConversionService.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/GenericConversionService.java index dada0738..8743fbc5 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/GenericConversionService.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/GenericConversionService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/IdToEntityConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/IdToEntityConverter.java index 0d786ad2..664509cd 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/IdToEntityConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/IdToEntityConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/MapToMapConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/MapToMapConverter.java index 9c3ebf8d..31fe3e3e 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/MapToMapConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/MapToMapConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/NumberToCharacterConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/NumberToCharacterConverter.java index f4b9a1f1..5dec084c 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/NumberToCharacterConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/NumberToCharacterConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/NumberToNumberConverterFactory.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/NumberToNumberConverterFactory.java index 6ee917dc..ebfeef4b 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/NumberToNumberConverterFactory.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/NumberToNumberConverterFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/ObjectToArrayConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/ObjectToArrayConverter.java index 671b10c2..4fd55dff 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/ObjectToArrayConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/ObjectToArrayConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/ObjectToCollectionConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/ObjectToCollectionConverter.java index 996700e8..5fa0e997 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/ObjectToCollectionConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/ObjectToCollectionConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/ObjectToObjectConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/ObjectToObjectConverter.java index 88221b7b..3c727d41 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/ObjectToObjectConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/ObjectToObjectConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/ObjectToStringConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/ObjectToStringConverter.java index a1d3c423..e6213fe7 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/ObjectToStringConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/ObjectToStringConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/PropertiesToStringConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/PropertiesToStringConverter.java index 65c1eb6a..a6394e37 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/PropertiesToStringConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/PropertiesToStringConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToArrayConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToArrayConverter.java index 12a298d9..9d443f08 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToArrayConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToArrayConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToBooleanConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToBooleanConverter.java index 67168d8c..3f1462da 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToBooleanConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToBooleanConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToCharacterConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToCharacterConverter.java index 58c3b066..b8c08757 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToCharacterConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToCharacterConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToCollectionConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToCollectionConverter.java index dd338872..49cd68c0 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToCollectionConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToCollectionConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToEnumConverterFactory.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToEnumConverterFactory.java index 1c4ab53b..ef87aeac 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToEnumConverterFactory.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToEnumConverterFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToLocaleConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToLocaleConverter.java index 05ebd509..96b08fa9 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToLocaleConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToLocaleConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToNumberConverterFactory.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToNumberConverterFactory.java index 09b2bdee..bbb9bfbc 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToNumberConverterFactory.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToNumberConverterFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToPropertiesConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToPropertiesConverter.java index 1a6d57fb..775df0ef 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToPropertiesConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToPropertiesConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToUUIDConverter.java b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToUUIDConverter.java index ffb94936..b634e5de 100644 --- a/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToUUIDConverter.java +++ b/spring-android-core/src/main/java/org/springframework/core/convert/support/StringToUUIDConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/io/AbstractFileResolvingResource.java b/spring-android-core/src/main/java/org/springframework/core/io/AbstractFileResolvingResource.java index 814efe07..bbe97b90 100644 --- a/spring-android-core/src/main/java/org/springframework/core/io/AbstractFileResolvingResource.java +++ b/spring-android-core/src/main/java/org/springframework/core/io/AbstractFileResolvingResource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/io/AbstractResource.java b/spring-android-core/src/main/java/org/springframework/core/io/AbstractResource.java index bb2857e1..e7ace36e 100644 --- a/spring-android-core/src/main/java/org/springframework/core/io/AbstractResource.java +++ b/spring-android-core/src/main/java/org/springframework/core/io/AbstractResource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/io/AssetResource.java b/spring-android-core/src/main/java/org/springframework/core/io/AssetResource.java index ccf01b70..155afb49 100644 --- a/spring-android-core/src/main/java/org/springframework/core/io/AssetResource.java +++ b/spring-android-core/src/main/java/org/springframework/core/io/AssetResource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/io/ByteArrayResource.java b/spring-android-core/src/main/java/org/springframework/core/io/ByteArrayResource.java index 9a7e3098..962dd6a6 100644 --- a/spring-android-core/src/main/java/org/springframework/core/io/ByteArrayResource.java +++ b/spring-android-core/src/main/java/org/springframework/core/io/ByteArrayResource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/io/ClassPathResource.java b/spring-android-core/src/main/java/org/springframework/core/io/ClassPathResource.java index 8a50eb3b..4c68a405 100644 --- a/spring-android-core/src/main/java/org/springframework/core/io/ClassPathResource.java +++ b/spring-android-core/src/main/java/org/springframework/core/io/ClassPathResource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/io/DescriptiveResource.java b/spring-android-core/src/main/java/org/springframework/core/io/DescriptiveResource.java index 475de1cf..d16fea1a 100644 --- a/spring-android-core/src/main/java/org/springframework/core/io/DescriptiveResource.java +++ b/spring-android-core/src/main/java/org/springframework/core/io/DescriptiveResource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/io/FileSystemResource.java b/spring-android-core/src/main/java/org/springframework/core/io/FileSystemResource.java index 8fd37beb..c5f45f46 100644 --- a/spring-android-core/src/main/java/org/springframework/core/io/FileSystemResource.java +++ b/spring-android-core/src/main/java/org/springframework/core/io/FileSystemResource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/io/InputStreamResource.java b/spring-android-core/src/main/java/org/springframework/core/io/InputStreamResource.java index 27d34cc7..d10cc66a 100644 --- a/spring-android-core/src/main/java/org/springframework/core/io/InputStreamResource.java +++ b/spring-android-core/src/main/java/org/springframework/core/io/InputStreamResource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/io/InputStreamSource.java b/spring-android-core/src/main/java/org/springframework/core/io/InputStreamSource.java index 8d47a3c8..f240f28d 100644 --- a/spring-android-core/src/main/java/org/springframework/core/io/InputStreamSource.java +++ b/spring-android-core/src/main/java/org/springframework/core/io/InputStreamSource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/io/Resource.java b/spring-android-core/src/main/java/org/springframework/core/io/Resource.java index dc75e2d6..a67d5951 100644 --- a/spring-android-core/src/main/java/org/springframework/core/io/Resource.java +++ b/spring-android-core/src/main/java/org/springframework/core/io/Resource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/io/UrlResource.java b/spring-android-core/src/main/java/org/springframework/core/io/UrlResource.java index 02335e60..d6663444 100644 --- a/spring-android-core/src/main/java/org/springframework/core/io/UrlResource.java +++ b/spring-android-core/src/main/java/org/springframework/core/io/UrlResource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/core/io/WritableResource.java b/spring-android-core/src/main/java/org/springframework/core/io/WritableResource.java index 8a49a2e2..a27683c4 100644 --- a/spring-android-core/src/main/java/org/springframework/core/io/WritableResource.java +++ b/spring-android-core/src/main/java/org/springframework/core/io/WritableResource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/Assert.java b/spring-android-core/src/main/java/org/springframework/util/Assert.java index 73fde10d..e6971a22 100644 --- a/spring-android-core/src/main/java/org/springframework/util/Assert.java +++ b/spring-android-core/src/main/java/org/springframework/util/Assert.java @@ -5,7 +5,7 @@ * use this file except in compliance with the License. You may obtain a copy of * the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-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 diff --git a/spring-android-core/src/main/java/org/springframework/util/Base64Utils.java b/spring-android-core/src/main/java/org/springframework/util/Base64Utils.java index e8954203..c7a2936f 100644 --- a/spring-android-core/src/main/java/org/springframework/util/Base64Utils.java +++ b/spring-android-core/src/main/java/org/springframework/util/Base64Utils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/ClassUtils.java b/spring-android-core/src/main/java/org/springframework/util/ClassUtils.java index 53b8af25..b4db5585 100644 --- a/spring-android-core/src/main/java/org/springframework/util/ClassUtils.java +++ b/spring-android-core/src/main/java/org/springframework/util/ClassUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/CollectionUtils.java b/spring-android-core/src/main/java/org/springframework/util/CollectionUtils.java index 3f7ec66c..bde2f101 100644 --- a/spring-android-core/src/main/java/org/springframework/util/CollectionUtils.java +++ b/spring-android-core/src/main/java/org/springframework/util/CollectionUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/ConcurrentReferenceHashMap.java b/spring-android-core/src/main/java/org/springframework/util/ConcurrentReferenceHashMap.java index e12d6244..d3d0193b 100644 --- a/spring-android-core/src/main/java/org/springframework/util/ConcurrentReferenceHashMap.java +++ b/spring-android-core/src/main/java/org/springframework/util/ConcurrentReferenceHashMap.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/FileCopyUtils.java b/spring-android-core/src/main/java/org/springframework/util/FileCopyUtils.java index e50ae9ee..8bde7ac2 100644 --- a/spring-android-core/src/main/java/org/springframework/util/FileCopyUtils.java +++ b/spring-android-core/src/main/java/org/springframework/util/FileCopyUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/LinkedCaseInsensitiveMap.java b/spring-android-core/src/main/java/org/springframework/util/LinkedCaseInsensitiveMap.java index b600dc1d..aa55600f 100644 --- a/spring-android-core/src/main/java/org/springframework/util/LinkedCaseInsensitiveMap.java +++ b/spring-android-core/src/main/java/org/springframework/util/LinkedCaseInsensitiveMap.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/LinkedMultiValueMap.java b/spring-android-core/src/main/java/org/springframework/util/LinkedMultiValueMap.java index ed62d765..116616c3 100644 --- a/spring-android-core/src/main/java/org/springframework/util/LinkedMultiValueMap.java +++ b/spring-android-core/src/main/java/org/springframework/util/LinkedMultiValueMap.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/MultiValueMap.java b/spring-android-core/src/main/java/org/springframework/util/MultiValueMap.java index 53914726..8167cce5 100644 --- a/spring-android-core/src/main/java/org/springframework/util/MultiValueMap.java +++ b/spring-android-core/src/main/java/org/springframework/util/MultiValueMap.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/NumberUtils.java b/spring-android-core/src/main/java/org/springframework/util/NumberUtils.java index 154dd447..f1f9ec41 100644 --- a/spring-android-core/src/main/java/org/springframework/util/NumberUtils.java +++ b/spring-android-core/src/main/java/org/springframework/util/NumberUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/ObjectUtils.java b/spring-android-core/src/main/java/org/springframework/util/ObjectUtils.java index 92dd30aa..2e4e6385 100644 --- a/spring-android-core/src/main/java/org/springframework/util/ObjectUtils.java +++ b/spring-android-core/src/main/java/org/springframework/util/ObjectUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/ReflectionUtils.java b/spring-android-core/src/main/java/org/springframework/util/ReflectionUtils.java index de822c5f..00b94c4c 100644 --- a/spring-android-core/src/main/java/org/springframework/util/ReflectionUtils.java +++ b/spring-android-core/src/main/java/org/springframework/util/ReflectionUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/ResourceUtils.java b/spring-android-core/src/main/java/org/springframework/util/ResourceUtils.java index 64ec58f1..e80e08ee 100644 --- a/spring-android-core/src/main/java/org/springframework/util/ResourceUtils.java +++ b/spring-android-core/src/main/java/org/springframework/util/ResourceUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/StreamUtils.java b/spring-android-core/src/main/java/org/springframework/util/StreamUtils.java index c5025648..45892a41 100644 --- a/spring-android-core/src/main/java/org/springframework/util/StreamUtils.java +++ b/spring-android-core/src/main/java/org/springframework/util/StreamUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/StringUtils.java b/spring-android-core/src/main/java/org/springframework/util/StringUtils.java index 9d4def75..03c28536 100644 --- a/spring-android-core/src/main/java/org/springframework/util/StringUtils.java +++ b/spring-android-core/src/main/java/org/springframework/util/StringUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/TypeUtils.java b/spring-android-core/src/main/java/org/springframework/util/TypeUtils.java index 915b3a9f..ae93eca0 100644 --- a/spring-android-core/src/main/java/org/springframework/util/TypeUtils.java +++ b/spring-android-core/src/main/java/org/springframework/util/TypeUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/comparator/BooleanComparator.java b/spring-android-core/src/main/java/org/springframework/util/comparator/BooleanComparator.java index 9c06dae7..38aad3d9 100644 --- a/spring-android-core/src/main/java/org/springframework/util/comparator/BooleanComparator.java +++ b/spring-android-core/src/main/java/org/springframework/util/comparator/BooleanComparator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/comparator/ComparableComparator.java b/spring-android-core/src/main/java/org/springframework/util/comparator/ComparableComparator.java index 5110ced8..bbc0e919 100644 --- a/spring-android-core/src/main/java/org/springframework/util/comparator/ComparableComparator.java +++ b/spring-android-core/src/main/java/org/springframework/util/comparator/ComparableComparator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/comparator/CompoundComparator.java b/spring-android-core/src/main/java/org/springframework/util/comparator/CompoundComparator.java index f4ed0a2f..b29bd090 100644 --- a/spring-android-core/src/main/java/org/springframework/util/comparator/CompoundComparator.java +++ b/spring-android-core/src/main/java/org/springframework/util/comparator/CompoundComparator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/comparator/InstanceComparator.java b/spring-android-core/src/main/java/org/springframework/util/comparator/InstanceComparator.java index 749a72f9..8af0b791 100644 --- a/spring-android-core/src/main/java/org/springframework/util/comparator/InstanceComparator.java +++ b/spring-android-core/src/main/java/org/springframework/util/comparator/InstanceComparator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/comparator/InvertibleComparator.java b/spring-android-core/src/main/java/org/springframework/util/comparator/InvertibleComparator.java index 374fdf19..b8ba3a8d 100644 --- a/spring-android-core/src/main/java/org/springframework/util/comparator/InvertibleComparator.java +++ b/spring-android-core/src/main/java/org/springframework/util/comparator/InvertibleComparator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-core/src/main/java/org/springframework/util/comparator/NullSafeComparator.java b/spring-android-core/src/main/java/org/springframework/util/comparator/NullSafeComparator.java index e5375e40..278836b1 100644 --- a/spring-android-core/src/main/java/org/springframework/util/comparator/NullSafeComparator.java +++ b/spring-android-core/src/main/java/org/springframework/util/comparator/NullSafeComparator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/ContentCodingType.java b/spring-android-rest-template/src/main/java/org/springframework/http/ContentCodingType.java index fff01734..35ca1f58 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/ContentCodingType.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/ContentCodingType.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/HttpAuthentication.java b/spring-android-rest-template/src/main/java/org/springframework/http/HttpAuthentication.java index 13cf0adb..c298bdcf 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/HttpAuthentication.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/HttpAuthentication.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/HttpBasicAuthentication.java b/spring-android-rest-template/src/main/java/org/springframework/http/HttpBasicAuthentication.java index 12d1d7f8..59de0bb6 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/HttpBasicAuthentication.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/HttpBasicAuthentication.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/HttpEntity.java b/spring-android-rest-template/src/main/java/org/springframework/http/HttpEntity.java index fec6b683..4c597d58 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/HttpEntity.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/HttpEntity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/HttpHeaders.java b/spring-android-rest-template/src/main/java/org/springframework/http/HttpHeaders.java index dabd4989..ffdb99b3 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/HttpHeaders.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/HttpHeaders.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/HttpInputMessage.java b/spring-android-rest-template/src/main/java/org/springframework/http/HttpInputMessage.java index b4ad83d4..184fafb7 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/HttpInputMessage.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/HttpInputMessage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/HttpMessage.java b/spring-android-rest-template/src/main/java/org/springframework/http/HttpMessage.java index d3583b86..cdab541a 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/HttpMessage.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/HttpMessage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/HttpMethod.java b/spring-android-rest-template/src/main/java/org/springframework/http/HttpMethod.java index 6e0aa903..3323ef25 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/HttpMethod.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/HttpMethod.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/HttpOutputMessage.java b/spring-android-rest-template/src/main/java/org/springframework/http/HttpOutputMessage.java index e9c745dc..2f065ab0 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/HttpOutputMessage.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/HttpOutputMessage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/HttpRequest.java b/spring-android-rest-template/src/main/java/org/springframework/http/HttpRequest.java index 919a206b..bde74dca 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/HttpRequest.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/HttpRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/HttpStatus.java b/spring-android-rest-template/src/main/java/org/springframework/http/HttpStatus.java index acea380e..a124043e 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/HttpStatus.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/HttpStatus.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/InvalidMediaTypeException.java b/spring-android-rest-template/src/main/java/org/springframework/http/InvalidMediaTypeException.java index 5d54a9c1..ef53ca4a 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/InvalidMediaTypeException.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/InvalidMediaTypeException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/MediaType.java b/spring-android-rest-template/src/main/java/org/springframework/http/MediaType.java index 8ea55997..f21d8da6 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/MediaType.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/MediaType.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/ResponseEntity.java b/spring-android-rest-template/src/main/java/org/springframework/http/ResponseEntity.java index 15e013f5..737b3174 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/ResponseEntity.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/ResponseEntity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/StreamingHttpOutputMessage.java b/spring-android-rest-template/src/main/java/org/springframework/http/StreamingHttpOutputMessage.java index feb29d24..e02d69f0 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/StreamingHttpOutputMessage.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/StreamingHttpOutputMessage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/AbstractBufferingClientHttpRequest.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/AbstractBufferingClientHttpRequest.java index 4ab2d5e6..1bd0254c 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/AbstractBufferingClientHttpRequest.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/AbstractBufferingClientHttpRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/AbstractClientHttpRequest.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/AbstractClientHttpRequest.java index 9fd2f5de..b003b2dd 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/AbstractClientHttpRequest.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/AbstractClientHttpRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/AbstractClientHttpRequestFactoryWrapper.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/AbstractClientHttpRequestFactoryWrapper.java index 863c5ad3..24d2e0ec 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/AbstractClientHttpRequestFactoryWrapper.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/AbstractClientHttpRequestFactoryWrapper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/AbstractClientHttpResponse.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/AbstractClientHttpResponse.java index 4134562a..202f903f 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/AbstractClientHttpResponse.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/AbstractClientHttpResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/BufferingClientHttpRequestFactory.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/BufferingClientHttpRequestFactory.java index 78062db0..8f7704fe 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/BufferingClientHttpRequestFactory.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/BufferingClientHttpRequestFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/BufferingClientHttpRequestWrapper.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/BufferingClientHttpRequestWrapper.java index d7b77e0e..2a6ac0bc 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/BufferingClientHttpRequestWrapper.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/BufferingClientHttpRequestWrapper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/BufferingClientHttpResponseWrapper.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/BufferingClientHttpResponseWrapper.java index 07a9bf3f..497acbea 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/BufferingClientHttpResponseWrapper.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/BufferingClientHttpResponseWrapper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpRequest.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpRequest.java index 606b6396..198e8a6d 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpRequest.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpRequestExecution.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpRequestExecution.java index 18e449f5..0550e58a 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpRequestExecution.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpRequestExecution.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpRequestFactory.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpRequestFactory.java index 4aeb01e4..5fcf5ec4 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpRequestFactory.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpRequestFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpRequestInterceptor.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpRequestInterceptor.java index f9cb99a8..a114e394 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpRequestInterceptor.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpRequestInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpResponse.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpResponse.java index 736d3e4c..ccbd740f 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpResponse.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/ClientHttpResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsAndroidClientHttpRequest.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsAndroidClientHttpRequest.java index e36a7762..00d3293e 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsAndroidClientHttpRequest.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsAndroidClientHttpRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsAndroidClientHttpRequestFactory.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsAndroidClientHttpRequestFactory.java index 05fdd73b..21eb08de 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsAndroidClientHttpRequestFactory.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsAndroidClientHttpRequestFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsAndroidClientHttpResponse.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsAndroidClientHttpResponse.java index 6b4d2820..eaf005f2 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsAndroidClientHttpResponse.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsAndroidClientHttpResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsClientHttpRequest.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsClientHttpRequest.java index 17871160..8df3eae3 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsClientHttpRequest.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsClientHttpRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsClientHttpRequestFactory.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsClientHttpRequestFactory.java index ed630d17..9daf6999 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsClientHttpRequestFactory.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsClientHttpRequestFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsClientHttpResponse.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsClientHttpResponse.java index de7be02d..5fc44bf9 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsClientHttpResponse.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsClientHttpResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsStreamingClientHttpRequest.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsStreamingClientHttpRequest.java index 45883e22..38c07d28 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsStreamingClientHttpRequest.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/HttpComponentsStreamingClientHttpRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/InterceptingClientHttpRequest.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/InterceptingClientHttpRequest.java index 2ec7c2b5..d3b38ef8 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/InterceptingClientHttpRequest.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/InterceptingClientHttpRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/InterceptingClientHttpRequestFactory.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/InterceptingClientHttpRequestFactory.java index e1f681fe..727d6d41 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/InterceptingClientHttpRequestFactory.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/InterceptingClientHttpRequestFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttp3ClientHttpRequest.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttp3ClientHttpRequest.java index f0be446b..de6eac62 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttp3ClientHttpRequest.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttp3ClientHttpRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttp3ClientHttpRequestFactory.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttp3ClientHttpRequestFactory.java index d278a154..afc892f6 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttp3ClientHttpRequestFactory.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttp3ClientHttpRequestFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttp3ClientHttpResponse.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttp3ClientHttpResponse.java index c93fe06f..c22c6c5b 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttp3ClientHttpResponse.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttp3ClientHttpResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttpClientHttpRequest.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttpClientHttpRequest.java index 43a08470..80e9a819 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttpClientHttpRequest.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttpClientHttpRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttpClientHttpRequestFactory.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttpClientHttpRequestFactory.java index 09831b7c..2b155c74 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttpClientHttpRequestFactory.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttpClientHttpRequestFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttpClientHttpResponse.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttpClientHttpResponse.java index 9e4285db..66f7d1d5 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttpClientHttpResponse.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/OkHttpClientHttpResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/SimpleBufferingClientHttpRequest.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/SimpleBufferingClientHttpRequest.java index 103d8436..6756f633 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/SimpleBufferingClientHttpRequest.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/SimpleBufferingClientHttpRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/SimpleClientHttpRequestFactory.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/SimpleClientHttpRequestFactory.java index 7f80d5cc..01e9e2c6 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/SimpleClientHttpRequestFactory.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/SimpleClientHttpRequestFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/SimpleClientHttpResponse.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/SimpleClientHttpResponse.java index 0e3d4dec..f9d216ad 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/SimpleClientHttpResponse.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/SimpleClientHttpResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/SimpleStreamingClientHttpRequest.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/SimpleStreamingClientHttpRequest.java index 9c475cb2..64851a94 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/SimpleStreamingClientHttpRequest.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/SimpleStreamingClientHttpRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/support/HttpAccessor.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/support/HttpAccessor.java index 4a4ab63b..01444d68 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/support/HttpAccessor.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/support/HttpAccessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/support/HttpRequestWrapper.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/support/HttpRequestWrapper.java index c73c5792..282b7f39 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/support/HttpRequestWrapper.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/support/HttpRequestWrapper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/client/support/InterceptingHttpAccessor.java b/spring-android-rest-template/src/main/java/org/springframework/http/client/support/InterceptingHttpAccessor.java index 45a628b8..b3bf244b 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/client/support/InterceptingHttpAccessor.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/client/support/InterceptingHttpAccessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/AbstractHttpMessageConverter.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/AbstractHttpMessageConverter.java index 21c352b6..4444b770 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/AbstractHttpMessageConverter.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/AbstractHttpMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/ByteArrayHttpMessageConverter.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/ByteArrayHttpMessageConverter.java index 2756c690..542eb3ac 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/ByteArrayHttpMessageConverter.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/ByteArrayHttpMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/FormHttpMessageConverter.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/FormHttpMessageConverter.java index db3cd01e..de465076 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/FormHttpMessageConverter.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/FormHttpMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/GenericHttpMessageConverter.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/GenericHttpMessageConverter.java index 9373232d..7e32943f 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/GenericHttpMessageConverter.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/GenericHttpMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/HttpMessageConversionException.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/HttpMessageConversionException.java index 2a22c8be..0266b7f3 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/HttpMessageConversionException.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/HttpMessageConversionException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/HttpMessageConverter.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/HttpMessageConverter.java index e8830426..c8a39f89 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/HttpMessageConverter.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/HttpMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/HttpMessageNotReadableException.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/HttpMessageNotReadableException.java index 2c2c203f..b370f8ab 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/HttpMessageNotReadableException.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/HttpMessageNotReadableException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/HttpMessageNotWritableException.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/HttpMessageNotWritableException.java index 5f836c96..eba5f3dc 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/HttpMessageNotWritableException.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/HttpMessageNotWritableException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/ObjectToStringHttpMessageConverter.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/ObjectToStringHttpMessageConverter.java index 3033a75e..b7f81c54 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/ObjectToStringHttpMessageConverter.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/ObjectToStringHttpMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/ResourceHttpMessageConverter.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/ResourceHttpMessageConverter.java index bc497409..5c3bafdd 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/ResourceHttpMessageConverter.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/ResourceHttpMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/StringHttpMessageConverter.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/StringHttpMessageConverter.java index 1cba8012..224b8468 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/StringHttpMessageConverter.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/StringHttpMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/json/GsonHttpMessageConverter.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/json/GsonHttpMessageConverter.java index 31518b2c..11885c55 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/json/GsonHttpMessageConverter.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/json/GsonHttpMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/json/MappingJackson2HttpMessageConverter.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/json/MappingJackson2HttpMessageConverter.java index b285ba10..9effaf46 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/json/MappingJackson2HttpMessageConverter.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/json/MappingJackson2HttpMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/support/AllEncompassingFormHttpMessageConverter.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/support/AllEncompassingFormHttpMessageConverter.java index cb1b04a2..a7e6d95a 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/support/AllEncompassingFormHttpMessageConverter.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/support/AllEncompassingFormHttpMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/xml/AbstractXmlHttpMessageConverter.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/xml/AbstractXmlHttpMessageConverter.java index 66002b64..e0b2a7a3 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/xml/AbstractXmlHttpMessageConverter.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/xml/AbstractXmlHttpMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/xml/SimpleXmlHttpMessageConverter.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/xml/SimpleXmlHttpMessageConverter.java index 577d0336..8b9c22a8 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/xml/SimpleXmlHttpMessageConverter.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/xml/SimpleXmlHttpMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/xml/SourceHttpMessageConverter.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/xml/SourceHttpMessageConverter.java index 6999493c..40d94958 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/xml/SourceHttpMessageConverter.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/xml/SourceHttpMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/http/converter/xml/XmlAwareFormHttpMessageConverter.java b/spring-android-rest-template/src/main/java/org/springframework/http/converter/xml/XmlAwareFormHttpMessageConverter.java index c0186e74..1965d2ee 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/http/converter/xml/XmlAwareFormHttpMessageConverter.java +++ b/spring-android-rest-template/src/main/java/org/springframework/http/converter/xml/XmlAwareFormHttpMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/client/DefaultResponseErrorHandler.java b/spring-android-rest-template/src/main/java/org/springframework/web/client/DefaultResponseErrorHandler.java index 9cd90654..7110c4ed 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/client/DefaultResponseErrorHandler.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/client/DefaultResponseErrorHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/client/HttpClientErrorException.java b/spring-android-rest-template/src/main/java/org/springframework/web/client/HttpClientErrorException.java index b6fea141..d7da7d62 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/client/HttpClientErrorException.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/client/HttpClientErrorException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/client/HttpMessageConverterExtractor.java b/spring-android-rest-template/src/main/java/org/springframework/web/client/HttpMessageConverterExtractor.java index 4ac524bc..402b4604 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/client/HttpMessageConverterExtractor.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/client/HttpMessageConverterExtractor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/client/HttpServerErrorException.java b/spring-android-rest-template/src/main/java/org/springframework/web/client/HttpServerErrorException.java index f4f95164..2e181098 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/client/HttpServerErrorException.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/client/HttpServerErrorException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/client/HttpStatusCodeException.java b/spring-android-rest-template/src/main/java/org/springframework/web/client/HttpStatusCodeException.java index 36b7c731..73258130 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/client/HttpStatusCodeException.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/client/HttpStatusCodeException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/client/RequestCallback.java b/spring-android-rest-template/src/main/java/org/springframework/web/client/RequestCallback.java index 7059586d..63b6bec1 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/client/RequestCallback.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/client/RequestCallback.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/client/ResourceAccessException.java b/spring-android-rest-template/src/main/java/org/springframework/web/client/ResourceAccessException.java index f21c6dbd..c5483432 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/client/ResourceAccessException.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/client/ResourceAccessException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/client/ResponseErrorHandler.java b/spring-android-rest-template/src/main/java/org/springframework/web/client/ResponseErrorHandler.java index eb75d791..fcff7ee5 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/client/ResponseErrorHandler.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/client/ResponseErrorHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/client/ResponseExtractor.java b/spring-android-rest-template/src/main/java/org/springframework/web/client/ResponseExtractor.java index 45a1eb7e..7d884f76 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/client/ResponseExtractor.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/client/ResponseExtractor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/client/RestClientException.java b/spring-android-rest-template/src/main/java/org/springframework/web/client/RestClientException.java index d29a648a..7d28822f 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/client/RestClientException.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/client/RestClientException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/client/RestOperations.java b/spring-android-rest-template/src/main/java/org/springframework/web/client/RestOperations.java index 8cce4561..ac63b165 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/client/RestOperations.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/client/RestOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/client/RestTemplate.java b/spring-android-rest-template/src/main/java/org/springframework/web/client/RestTemplate.java index f82a7445..b0db72eb 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/client/RestTemplate.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/client/RestTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/client/UnknownHttpStatusCodeException.java b/spring-android-rest-template/src/main/java/org/springframework/web/client/UnknownHttpStatusCodeException.java index ea180eff..36cffbf8 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/client/UnknownHttpStatusCodeException.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/client/UnknownHttpStatusCodeException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/client/support/RestGatewaySupport.java b/spring-android-rest-template/src/main/java/org/springframework/web/client/support/RestGatewaySupport.java index 622926a0..376df051 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/client/support/RestGatewaySupport.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/client/support/RestGatewaySupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/util/HierarchicalUriComponents.java b/spring-android-rest-template/src/main/java/org/springframework/web/util/HierarchicalUriComponents.java index 457ee653..827aa147 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/util/HierarchicalUriComponents.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/util/HierarchicalUriComponents.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/util/OpaqueUriComponents.java b/spring-android-rest-template/src/main/java/org/springframework/web/util/OpaqueUriComponents.java index 36b2ac59..48160707 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/util/OpaqueUriComponents.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/util/OpaqueUriComponents.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/util/UriComponents.java b/spring-android-rest-template/src/main/java/org/springframework/web/util/UriComponents.java index 06b66da1..c36a0b7b 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/util/UriComponents.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/util/UriComponents.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/util/UriComponentsBuilder.java b/spring-android-rest-template/src/main/java/org/springframework/web/util/UriComponentsBuilder.java index 2c1e3ffd..72d2192b 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/util/UriComponentsBuilder.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/util/UriComponentsBuilder.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/util/UriTemplate.java b/spring-android-rest-template/src/main/java/org/springframework/web/util/UriTemplate.java index 024f8a30..1c82f4e7 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/util/UriTemplate.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/util/UriTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-android-rest-template/src/main/java/org/springframework/web/util/UriUtils.java b/spring-android-rest-template/src/main/java/org/springframework/web/util/UriUtils.java index ab8d53d5..a4c3c618 100644 --- a/spring-android-rest-template/src/main/java/org/springframework/web/util/UriUtils.java +++ b/spring-android-rest-template/src/main/java/org/springframework/web/util/UriUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/dist/license.txt b/src/dist/license.txt index 29f81d81..b4811094 100644 --- a/src/dist/license.txt +++ b/src/dist/license.txt @@ -1,6 +1,6 @@ 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 @@ -192,7 +192,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-auth-test/src/main/java/org/springframework/security/crypto/encrypt/AndroidEncryptorsTests.java b/test/spring-android-auth-test/src/main/java/org/springframework/security/crypto/encrypt/AndroidEncryptorsTests.java index c501ac78..1385a7de 100644 --- a/test/spring-android-auth-test/src/main/java/org/springframework/security/crypto/encrypt/AndroidEncryptorsTests.java +++ b/test/spring-android-auth-test/src/main/java/org/springframework/security/crypto/encrypt/AndroidEncryptorsTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-auth-test/src/main/java/org/springframework/security/crypto/keygen/AndroidKeyGeneratorsTests.java b/test/spring-android-auth-test/src/main/java/org/springframework/security/crypto/keygen/AndroidKeyGeneratorsTests.java index 350cef2f..5065acce 100644 --- a/test/spring-android-auth-test/src/main/java/org/springframework/security/crypto/keygen/AndroidKeyGeneratorsTests.java +++ b/test/spring-android-auth-test/src/main/java/org/springframework/security/crypto/keygen/AndroidKeyGeneratorsTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-auth-test/src/main/java/org/springframework/social/connect/sqlite/SQLiteUsersConnectionRepositoryTest.java b/test/spring-android-auth-test/src/main/java/org/springframework/social/connect/sqlite/SQLiteUsersConnectionRepositoryTest.java index 6d98bf7d..7adf65de 100644 --- a/test/spring-android-auth-test/src/main/java/org/springframework/social/connect/sqlite/SQLiteUsersConnectionRepositoryTest.java +++ b/test/spring-android-auth-test/src/main/java/org/springframework/social/connect/sqlite/SQLiteUsersConnectionRepositoryTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/android/test/Assert.java b/test/spring-android-core-test/src/main/java/org/springframework/android/test/Assert.java index fb844cb0..a797fc40 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/android/test/Assert.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/android/test/Assert.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/android/test/DexCacheInstrumentationTestCase.java b/test/spring-android-core-test/src/main/java/org/springframework/android/test/DexCacheInstrumentationTestCase.java index 65f06752..a4b587c9 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/android/test/DexCacheInstrumentationTestCase.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/android/test/DexCacheInstrumentationTestCase.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/core/AbstractGenericsTests.java b/test/spring-android-core-test/src/main/java/org/springframework/core/AbstractGenericsTests.java index 87771b8e..1a6d4246 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/core/AbstractGenericsTests.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/core/AbstractGenericsTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/core/BridgeMethodResolverTests.java b/test/spring-android-core-test/src/main/java/org/springframework/core/BridgeMethodResolverTests.java index 4eff77a6..379a2847 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/core/BridgeMethodResolverTests.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/core/BridgeMethodResolverTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/core/CollectionFactoryTests.java b/test/spring-android-core-test/src/main/java/org/springframework/core/CollectionFactoryTests.java index dc47c4a1..75bfc022 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/core/CollectionFactoryTests.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/core/CollectionFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/core/GenericCollectionTypeResolverTests.java b/test/spring-android-core-test/src/main/java/org/springframework/core/GenericCollectionTypeResolverTests.java index e9458069..424dc15e 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/core/GenericCollectionTypeResolverTests.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/core/GenericCollectionTypeResolverTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/core/GenericTypeResolverTests.java b/test/spring-android-core-test/src/main/java/org/springframework/core/GenericTypeResolverTests.java index fa75d7aa..971eb52a 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/core/GenericTypeResolverTests.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/core/GenericTypeResolverTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/core/MethodParameterTests.java b/test/spring-android-core-test/src/main/java/org/springframework/core/MethodParameterTests.java index bd5c952f..87893a02 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/core/MethodParameterTests.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/core/MethodParameterTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/core/NestedExceptionTests.java b/test/spring-android-core-test/src/main/java/org/springframework/core/NestedExceptionTests.java index 37723d5a..a5ead15a 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/core/NestedExceptionTests.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/core/NestedExceptionTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/core/ParameterizedTypeReferenceTests.java b/test/spring-android-core-test/src/main/java/org/springframework/core/ParameterizedTypeReferenceTests.java index 68514b14..d6939ad9 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/core/ParameterizedTypeReferenceTests.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/core/ParameterizedTypeReferenceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/core/convert/TypeDescriptorTests.java b/test/spring-android-core-test/src/main/java/org/springframework/core/convert/TypeDescriptorTests.java index 41fc9eb6..c3a72976 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/core/convert/TypeDescriptorTests.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/core/convert/TypeDescriptorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/core/convert/converter/ConvertingComparatorTests.java b/test/spring-android-core-test/src/main/java/org/springframework/core/convert/converter/ConvertingComparatorTests.java index d96bfd70..fa3f7141 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/core/convert/converter/ConvertingComparatorTests.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/core/convert/converter/ConvertingComparatorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/core/convert/support/CollectionToCollectionConverterTests.java b/test/spring-android-core-test/src/main/java/org/springframework/core/convert/support/CollectionToCollectionConverterTests.java index a4eaa7ef..db366e67 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/core/convert/support/CollectionToCollectionConverterTests.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/core/convert/support/CollectionToCollectionConverterTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/core/convert/support/DefaultConversionTests.java b/test/spring-android-core-test/src/main/java/org/springframework/core/convert/support/DefaultConversionTests.java index 1da5dbac..c50eacb7 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/core/convert/support/DefaultConversionTests.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/core/convert/support/DefaultConversionTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/core/convert/support/GenericConversionServiceTests.java b/test/spring-android-core-test/src/main/java/org/springframework/core/convert/support/GenericConversionServiceTests.java index 785a5cb4..44be9d8f 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/core/convert/support/GenericConversionServiceTests.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/core/convert/support/GenericConversionServiceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/core/convert/support/MapToMapConverterTests.java b/test/spring-android-core-test/src/main/java/org/springframework/core/convert/support/MapToMapConverterTests.java index 3863abb9..01ebd3ef 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/core/convert/support/MapToMapConverterTests.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/core/convert/support/MapToMapConverterTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/core/io/ClassPathResourceTests.java b/test/spring-android-core-test/src/main/java/org/springframework/core/io/ClassPathResourceTests.java index fea9aadb..53573c21 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/core/io/ClassPathResourceTests.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/core/io/ClassPathResourceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/core/io/ResourceTests.java b/test/spring-android-core-test/src/main/java/org/springframework/core/io/ResourceTests.java index d2b80af0..e9545084 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/core/io/ResourceTests.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/core/io/ResourceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/DerivedTestObject.java b/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/DerivedTestObject.java index 561d7d18..09f204f9 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/DerivedTestObject.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/DerivedTestObject.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/GenericObject.java b/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/GenericObject.java index 5f589f72..e70a6605 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/GenericObject.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/GenericObject.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/ITestInterface.java b/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/ITestInterface.java index a5e4e10b..73cfdb22 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/ITestInterface.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/ITestInterface.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/ITestObject.java b/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/ITestObject.java index 96c9ae14..fd1bb25d 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/ITestObject.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/ITestObject.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/TestObject.java b/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/TestObject.java index 1e0b0007..e5ac5558 100644 --- a/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/TestObject.java +++ b/test/spring-android-core-test/src/main/java/org/springframework/tests/sample/objects/TestObject.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/android/test/Assert.java b/test/spring-android-core-util-test/src/main/java/org/springframework/android/test/Assert.java index fb844cb0..a797fc40 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/android/test/Assert.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/android/test/Assert.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/android/test/DexCacheInstrumentationTestCase.java b/test/spring-android-core-util-test/src/main/java/org/springframework/android/test/DexCacheInstrumentationTestCase.java index 65f06752..a4b587c9 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/android/test/DexCacheInstrumentationTestCase.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/android/test/DexCacheInstrumentationTestCase.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/DerivedTestObject.java b/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/DerivedTestObject.java index 561d7d18..09f204f9 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/DerivedTestObject.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/DerivedTestObject.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/GenericObject.java b/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/GenericObject.java index 5f589f72..e70a6605 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/GenericObject.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/GenericObject.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/ITestInterface.java b/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/ITestInterface.java index a5e4e10b..73cfdb22 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/ITestInterface.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/ITestInterface.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/ITestObject.java b/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/ITestObject.java index 96c9ae14..fd1bb25d 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/ITestObject.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/ITestObject.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/TestObject.java b/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/TestObject.java index 1e0b0007..e5ac5558 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/TestObject.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/tests/sample/objects/TestObject.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/AssertTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/AssertTests.java index 066a6c37..114077a9 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/AssertTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/AssertTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/Base64UtilsTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/Base64UtilsTests.java index 65e531c6..cb93d1e7 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/Base64UtilsTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/Base64UtilsTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/ClassUtilsTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/ClassUtilsTests.java index b13092bd..73c1511d 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/ClassUtilsTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/ClassUtilsTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/CollectionUtilsTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/CollectionUtilsTests.java index 9b4e7f9f..30b1d221 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/CollectionUtilsTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/CollectionUtilsTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/ConcurrentReferenceHashMapTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/ConcurrentReferenceHashMapTests.java index eef9590c..143543e3 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/ConcurrentReferenceHashMapTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/ConcurrentReferenceHashMapTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/FileCopyUtilsTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/FileCopyUtilsTests.java index c7623574..fe389856 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/FileCopyUtilsTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/FileCopyUtilsTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/LinkedCaseInsensitiveMapTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/LinkedCaseInsensitiveMapTests.java index e6281d6e..68c353bd 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/LinkedCaseInsensitiveMapTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/LinkedCaseInsensitiveMapTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/LinkedMultiValueMapTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/LinkedMultiValueMapTests.java index 4229db6e..c1b342e0 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/LinkedMultiValueMapTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/LinkedMultiValueMapTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/NumberUtilsTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/NumberUtilsTests.java index 009ed750..22bf8777 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/NumberUtilsTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/NumberUtilsTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/ObjectUtilsTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/ObjectUtilsTests.java index 7e5d0324..bfd0f933 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/ObjectUtilsTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/ObjectUtilsTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/ReflectionUtilsTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/ReflectionUtilsTests.java index 8e8dd9bf..ee0dfe51 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/ReflectionUtilsTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/ReflectionUtilsTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/ResourceUtilsTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/ResourceUtilsTests.java index cee67115..39f2a04a 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/ResourceUtilsTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/ResourceUtilsTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/StreamUtilsTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/StreamUtilsTests.java index a7dda0e6..dc67f8a6 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/StreamUtilsTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/StreamUtilsTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/StringUtilsTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/StringUtilsTests.java index 329895dc..380b5e39 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/StringUtilsTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/StringUtilsTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/TypeUtilsTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/TypeUtilsTests.java index 41dc238c..40954930 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/TypeUtilsTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/TypeUtilsTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/BooleanComparatorTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/BooleanComparatorTests.java index a9876a13..c5214afe 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/BooleanComparatorTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/BooleanComparatorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/ComparableComparatorTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/ComparableComparatorTests.java index b3307d8a..57765bf4 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/ComparableComparatorTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/ComparableComparatorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/CompoundComparatorTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/CompoundComparatorTests.java index a0cb338d..6395ecd8 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/CompoundComparatorTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/CompoundComparatorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/InstanceComparatorTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/InstanceComparatorTests.java index 6529305c..41d7ee87 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/InstanceComparatorTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/InstanceComparatorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/InvertibleComparatorTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/InvertibleComparatorTests.java index d2795139..9f7b6abd 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/InvertibleComparatorTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/InvertibleComparatorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/NullSafeComparatorTests.java b/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/NullSafeComparatorTests.java index 99d9b142..1116a324 100644 --- a/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/NullSafeComparatorTests.java +++ b/test/spring-android-core-util-test/src/main/java/org/springframework/util/comparator/NullSafeComparatorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/android/test/Assert.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/android/test/Assert.java index 40e01c85..02665fdd 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/android/test/Assert.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/android/test/Assert.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/ContentCodingTypeTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/ContentCodingTypeTests.java index fe9ce90f..aa6cc65a 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/ContentCodingTypeTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/ContentCodingTypeTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/HttpBasicAuthenticationTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/HttpBasicAuthenticationTests.java index deb35efc..a9973507 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/HttpBasicAuthenticationTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/HttpBasicAuthenticationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/HttpEntityTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/HttpEntityTests.java index 992d7c65..18d43df3 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/HttpEntityTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/HttpEntityTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/HttpHeadersTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/HttpHeadersTests.java index 53c19913..0dbc99ca 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/HttpHeadersTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/HttpHeadersTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/HttpStatusTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/HttpStatusTests.java index d68732da..4ce30b44 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/HttpStatusTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/HttpStatusTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/MediaTypeTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/MediaTypeTests.java index 5c3c7452..324d0d31 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/MediaTypeTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/MediaTypeTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/MockHttpInputMessage.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/MockHttpInputMessage.java index c9feedf7..d424727b 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/MockHttpInputMessage.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/MockHttpInputMessage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/MockHttpOutputMessage.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/MockHttpOutputMessage.java index e937fd7b..9d163c8a 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/MockHttpOutputMessage.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/MockHttpOutputMessage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/AbstractHttpRequestFactoryTestCase.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/AbstractHttpRequestFactoryTestCase.java index bf7c0dc1..5b3727ee 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/AbstractHttpRequestFactoryTestCase.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/AbstractHttpRequestFactoryTestCase.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/BufferingAbstractClientHttpRequestFactoryTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/BufferingAbstractClientHttpRequestFactoryTests.java index 855860a8..4ce7d67d 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/BufferingAbstractClientHttpRequestFactoryTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/BufferingAbstractClientHttpRequestFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/BufferingHttpComponentsAndroidClientHttpRequestFactoryTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/BufferingHttpComponentsAndroidClientHttpRequestFactoryTests.java index 13c4476f..c8738eb4 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/BufferingHttpComponentsAndroidClientHttpRequestFactoryTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/BufferingHttpComponentsAndroidClientHttpRequestFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/BufferingHttpComponentsClientHttpRequestFactoryTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/BufferingHttpComponentsClientHttpRequestFactoryTests.java index 2223ec6a..7b50cd2d 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/BufferingHttpComponentsClientHttpRequestFactoryTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/BufferingHttpComponentsClientHttpRequestFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/BufferingSimpleClientHttpRequestFactoryTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/BufferingSimpleClientHttpRequestFactoryTests.java index 6978cfa2..9e800339 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/BufferingSimpleClientHttpRequestFactoryTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/BufferingSimpleClientHttpRequestFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/HttpComponentsAbstractHttpRequestFactoryTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/HttpComponentsAbstractHttpRequestFactoryTests.java index 14847d67..98c9e0f2 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/HttpComponentsAbstractHttpRequestFactoryTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/HttpComponentsAbstractHttpRequestFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/HttpComponentsAndroidClientHttpRequestFactoryTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/HttpComponentsAndroidClientHttpRequestFactoryTests.java index 92927072..1d22c72e 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/HttpComponentsAndroidClientHttpRequestFactoryTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/HttpComponentsAndroidClientHttpRequestFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/HttpComponentsClientHttpRequestFactoryTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/HttpComponentsClientHttpRequestFactoryTests.java index ee0ed429..ebc907d9 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/HttpComponentsClientHttpRequestFactoryTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/HttpComponentsClientHttpRequestFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/HttpComponentsStreamingHttpRequestFactoryTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/HttpComponentsStreamingHttpRequestFactoryTests.java index a964b299..058415af 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/HttpComponentsStreamingHttpRequestFactoryTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/HttpComponentsStreamingHttpRequestFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/InterceptingClientHttpRequestFactoryTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/InterceptingClientHttpRequestFactoryTests.java index b85704de..6e93cc06 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/InterceptingClientHttpRequestFactoryTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/InterceptingClientHttpRequestFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/OkHttp3ClientHttpRequestFactoryTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/OkHttp3ClientHttpRequestFactoryTests.java index cf9fdb4c..61b1ca0c 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/OkHttp3ClientHttpRequestFactoryTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/OkHttp3ClientHttpRequestFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/OkHttpClientHttpRequestFactoryTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/OkHttpClientHttpRequestFactoryTests.java index 45640499..cf72f62f 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/OkHttpClientHttpRequestFactoryTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/OkHttpClientHttpRequestFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleAbstractHttpRequestFactoryTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleAbstractHttpRequestFactoryTests.java index 2bf02d24..42805dc3 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleAbstractHttpRequestFactoryTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleAbstractHttpRequestFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleBufferedNoOutputStreamingHttpRequestFactoryTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleBufferedNoOutputStreamingHttpRequestFactoryTests.java index 456b3659..4d6b4aa6 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleBufferedNoOutputStreamingHttpRequestFactoryTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleBufferedNoOutputStreamingHttpRequestFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleBufferingHttpRequestFactoryTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleBufferingHttpRequestFactoryTests.java index 68425410..392d7110 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleBufferingHttpRequestFactoryTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleBufferingHttpRequestFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleStreamingHttpRequestFactoryTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleStreamingHttpRequestFactoryTests.java index 28a8d16f..887a8a8b 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleStreamingHttpRequestFactoryTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleStreamingHttpRequestFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleStreamingNoOutputStreamingHttpRequestFactoryTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleStreamingNoOutputStreamingHttpRequestFactoryTests.java index 68d0402f..e15ecdc6 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleStreamingNoOutputStreamingHttpRequestFactoryTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/SimpleStreamingNoOutputStreamingHttpRequestFactoryTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/support/HttpAccessorTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/support/HttpAccessorTests.java index f7819e5e..5283c9cc 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/support/HttpAccessorTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/client/support/HttpAccessorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/AbstractStringHttpMessageConverterTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/AbstractStringHttpMessageConverterTests.java index 3bf27767..24cade6b 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/AbstractStringHttpMessageConverterTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/AbstractStringHttpMessageConverterTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/ByteArrayHttpMessageConverterTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/ByteArrayHttpMessageConverterTests.java index a6f22d89..d6339f82 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/ByteArrayHttpMessageConverterTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/ByteArrayHttpMessageConverterTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/FormHttpMessageConverterTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/FormHttpMessageConverterTests.java index e6db2434..0c565cf1 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/FormHttpMessageConverterTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/FormHttpMessageConverterTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/HttpMessageConverterTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/HttpMessageConverterTests.java index 03743b2e..98f36028 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/HttpMessageConverterTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/HttpMessageConverterTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/ObjectToStringHttpMessageConverterTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/ObjectToStringHttpMessageConverterTests.java index c683fb5e..0f4f23bd 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/ObjectToStringHttpMessageConverterTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/ObjectToStringHttpMessageConverterTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/ResourceHttpMessageConverterTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/ResourceHttpMessageConverterTests.java index 51e096a4..9c721926 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/ResourceHttpMessageConverterTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/ResourceHttpMessageConverterTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/StringHttpMessageConverterAltCharsetTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/StringHttpMessageConverterAltCharsetTests.java index b6fcb770..35588f3d 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/StringHttpMessageConverterAltCharsetTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/StringHttpMessageConverterAltCharsetTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/StringHttpMessageConverterDefaultTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/StringHttpMessageConverterDefaultTests.java index 01a957d0..97fda22e 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/StringHttpMessageConverterDefaultTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/StringHttpMessageConverterDefaultTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/json/AbstractMappingJacksonHttpMessageConverterTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/json/AbstractMappingJacksonHttpMessageConverterTests.java index 28180dfd..d39a8ec9 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/json/AbstractMappingJacksonHttpMessageConverterTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/json/AbstractMappingJacksonHttpMessageConverterTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/json/GsonHttpMessageConverterTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/json/GsonHttpMessageConverterTests.java index 18e00968..eae80e67 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/json/GsonHttpMessageConverterTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/json/GsonHttpMessageConverterTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/json/MappingJackson2HttpMessageConverterTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/json/MappingJackson2HttpMessageConverterTests.java index ddc135f9..f5513498 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/json/MappingJackson2HttpMessageConverterTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/json/MappingJackson2HttpMessageConverterTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/xml/SimpleXmlHttpMessageConverterTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/xml/SimpleXmlHttpMessageConverterTests.java index f86ddbf6..929cb459 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/xml/SimpleXmlHttpMessageConverterTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/xml/SimpleXmlHttpMessageConverterTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/xml/SourceHttpMessageConverterTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/xml/SourceHttpMessageConverterTests.java index d715178e..3cdfd276 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/xml/SourceHttpMessageConverterTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/http/converter/xml/SourceHttpMessageConverterTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/AbstractRestTemplateIntegrationTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/AbstractRestTemplateIntegrationTests.java index 560847d7..41970755 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/AbstractRestTemplateIntegrationTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/AbstractRestTemplateIntegrationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/HttpMessageConverterExtractorTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/HttpMessageConverterExtractorTests.java index 6afa56f4..ee89ea9d 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/HttpMessageConverterExtractorTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/HttpMessageConverterExtractorTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/HttpStatusCodeExceptionTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/HttpStatusCodeExceptionTests.java index 62534d59..79ee0566 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/HttpStatusCodeExceptionTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/HttpStatusCodeExceptionTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationHttpComponentsAndroidClientTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationHttpComponentsAndroidClientTests.java index c5e431c6..f61dc3f7 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationHttpComponentsAndroidClientTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationHttpComponentsAndroidClientTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationHttpComponentsClientTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationHttpComponentsClientTests.java index 958eafc3..ed4bc81c 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationHttpComponentsClientTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationHttpComponentsClientTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationOkHttp3ClientTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationOkHttp3ClientTests.java index 7588cf06..00e9925e 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationOkHttp3ClientTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationOkHttp3ClientTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationOkHttpClientTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationOkHttpClientTests.java index 8e9d558e..311a4a4a 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationOkHttpClientTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationOkHttpClientTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationSimpleClientTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationSimpleClientTests.java index 8005aae1..3841ed08 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationSimpleClientTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateIntegrationSimpleClientTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateTests.java index 93e8e41e..f6323b1b 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/client/RestTemplateTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/util/UriComponentsBuilderTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/util/UriComponentsBuilderTests.java index 03f2c9fe..2a6ac0e9 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/util/UriComponentsBuilderTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/util/UriComponentsBuilderTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/util/UriComponentsTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/util/UriComponentsTests.java index 1a311ac0..3d09f378 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/util/UriComponentsTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/util/UriComponentsTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/util/UriTemplateTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/util/UriTemplateTests.java index 77d7ba6c..cd336d56 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/util/UriTemplateTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/util/UriTemplateTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/util/UriUtilsTests.java b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/util/UriUtilsTests.java index ba7d2064..74efcea8 100644 --- a/test/spring-android-rest-template-test/src/main/java/org/springframework/web/util/UriUtilsTests.java +++ b/test/spring-android-rest-template-test/src/main/java/org/springframework/web/util/UriUtilsTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,