From a585878f983bd00e7dea47b2f2527fff04e18515 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Thu, 21 Mar 2019 13:54:01 -0500 Subject: [PATCH] URL Cleanup This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to: https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200). * [ ] http://www.apache.org/licenses/LICENSE-2.0 with 93 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). --- LICENSE | 4 ++-- README.md | 2 +- .../android/basicauth/AbstractAsyncActivity.java | 2 +- .../org/springframework/android/basicauth/MainActivity.java | 2 +- .../src/org/springframework/android/basicauth/Message.java | 2 +- .../server/src/main/java/showcase/Application.java | 2 +- .../server/src/main/java/showcase/HomeController.java | 2 +- .../server/src/main/java/showcase/Message.java | 2 +- .../src/main/java/showcase/WebSecurityConfiguration.java | 2 +- .../server/src/test/java/showcase/HomeControllerTest.java | 2 +- .../android/facebookclient/AbstractAsyncActivity.java | 2 +- .../android/facebookclient/AbstractAsyncListActivity.java | 2 +- .../android/facebookclient/AbstractWebViewActivity.java | 2 +- .../springframework/android/facebookclient/AsyncActivity.java | 2 +- .../android/facebookclient/FacebookActivity.java | 2 +- .../android/facebookclient/FacebookFeedListAdapter.java | 2 +- .../android/facebookclient/FacebookHomeFeedActivity.java | 2 +- .../android/facebookclient/FacebookProfileActivity.java | 2 +- .../android/facebookclient/FacebookProfileListAdapter.java | 2 +- .../android/facebookclient/FacebookWallPostActivity.java | 2 +- .../android/facebookclient/FacebookWebOAuthActivity.java | 2 +- .../android/facebookclient/MainApplication.java | 2 +- .../android/reader/AbstractAsyncListActivity.java | 2 +- .../springframework/android/reader/AbstractMenuActivity.java | 2 +- .../src/org/springframework/android/reader/AtomActivity.java | 2 +- .../org/springframework/android/reader/AtomFeedActivity.java | 2 +- .../springframework/android/reader/AtomFeedListAdapter.java | 2 +- .../springframework/android/reader/AtomSyndFeedActivity.java | 2 +- .../src/org/springframework/android/reader/MainActivity.java | 2 +- .../src/org/springframework/android/reader/RssActivity.java | 2 +- .../springframework/android/reader/RssChannelActivity.java | 2 +- .../springframework/android/reader/RssChannelListAdapter.java | 2 +- .../springframework/android/reader/RssSyndFeedActivity.java | 2 +- .../springframework/android/reader/SyndFeedListAdapter.java | 2 +- .../android/showcase/AbstractAsyncActivity.java | 2 +- .../android/showcase/AbstractAsyncListActivity.java | 2 +- .../android/showcase/AbstractMenuActivity.java | 2 +- .../org/springframework/android/showcase/AsyncActivity.java | 2 +- .../org/springframework/android/showcase/MainActivity.java | 2 +- .../android/showcase/rest/GoogleSearchActivity.java | 2 +- .../android/showcase/rest/GoogleSearchGsonActivity.java | 2 +- .../android/showcase/rest/GoogleSearchJacksonActivity.java | 2 +- .../android/showcase/rest/GoogleSearchResponse.java | 2 +- .../android/showcase/rest/GoogleSearchResult.java | 2 +- .../android/showcase/rest/GoogleSearchResultListAdapter.java | 2 +- .../android/showcase/rest/HttpGetActivity.java | 2 +- .../android/showcase/rest/HttpGetGzipActivity.java | 2 +- .../android/showcase/rest/HttpGetGzipCompressedActivity.java | 2 +- .../showcase/rest/HttpGetGzipCompressedJsonActivity.java | 2 +- .../showcase/rest/HttpGetGzipUncompressedActivity.java | 2 +- .../android/showcase/rest/HttpGetJsonActivity.java | 2 +- .../android/showcase/rest/HttpGetJsonXmlActivity.java | 2 +- .../android/showcase/rest/HttpGetParametersActivity.java | 2 +- .../showcase/rest/HttpGetSetRequestTimeoutActivity.java | 2 +- .../android/showcase/rest/HttpGetXmlActivity.java | 2 +- .../android/showcase/rest/HttpPostActivity.java | 2 +- .../android/showcase/rest/HttpPostFormDataActivity.java | 2 +- .../android/showcase/rest/HttpPostJsonXmlActivity.java | 2 +- .../android/showcase/rest/HttpPostMultiValueMapActivity.java | 2 +- .../android/showcase/rest/HttpPostStringActivity.java | 2 +- .../org/springframework/android/showcase/rest/Message.java | 2 +- .../src/org/springframework/android/showcase/rest/State.java | 2 +- .../org/springframework/android/showcase/rest/StateList.java | 2 +- .../android/showcase/rest/StatesListAdapter.java | 2 +- .../src/org/springframework/android/showcase/rest/Tweet.java | 2 +- .../android/showcase/rest/TweetListAdapter.java | 2 +- .../android/showcase/rest/TwitterSearchResults.java | 2 +- .../server/src/main/java/showcase/Application.java | 2 +- .../server/src/main/java/showcase/FileUploadController.java | 2 +- .../server/src/main/java/showcase/HomeController.java | 2 +- .../server/src/main/java/showcase/Message.java | 2 +- .../server/src/main/java/showcase/State.java | 2 +- .../server/src/main/java/showcase/StateList.java | 2 +- .../server/src/main/java/showcase/TimerController.java | 2 +- .../server/src/test/java/showcase/HomeControllerTest.java | 2 +- .../android/twitterclient/AbstractAsyncActivity.java | 2 +- .../android/twitterclient/AbstractAsyncListActivity.java | 2 +- .../android/twitterclient/AbstractWebViewActivity.java | 2 +- .../springframework/android/twitterclient/AsyncActivity.java | 2 +- .../android/twitterclient/MainApplication.java | 2 +- .../android/twitterclient/TwitterActivity.java | 2 +- .../android/twitterclient/TwitterDirectMessageActivity.java | 2 +- .../android/twitterclient/TwitterProfileActivity.java | 2 +- .../android/twitterclient/TwitterProfileListAdapter.java | 2 +- .../android/twitterclient/TwitterTimelineActivity.java | 2 +- .../android/twitterclient/TwitterTimelineListAdapter.java | 2 +- .../android/twitterclient/TwitterTweetActivity.java | 2 +- .../android/twitterclient/TwitterWebOAuthActivity.java | 2 +- .../src/org/springframework/android/twittersearch/Tweet.java | 2 +- .../android/twittersearch/TweetListAdapter.java | 2 +- .../android/twittersearch/TwitterSearchActivity.java | 2 +- .../android/twittersearch/TwitterSearchResults.java | 2 +- .../android/twittersearch/TwitterSearchResultsActivity.java | 2 +- 93 files changed, 94 insertions(+), 94 deletions(-) diff --git a/LICENSE b/LICENSE index ef51da2..cc79777 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -193,7 +193,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/README.md b/README.md index 128f522..d850859 100644 --- a/README.md +++ b/README.md @@ -183,4 +183,4 @@ $ adb devices [Gradle Plugin User Guide]: http://tools.android.com/tech-docs/new-build-system/user-guide [Android Maven Plugin Documentation]: https://maven-android-plugin-m2site.googlecode.com/svn/plugin-info.html [Android Developers web site]: https://developer.android.com/index.html -[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-basic-auth/client/src/org/springframework/android/basicauth/AbstractAsyncActivity.java b/spring-android-basic-auth/client/src/org/springframework/android/basicauth/AbstractAsyncActivity.java index 6f86066..28bff70 100644 --- a/spring-android-basic-auth/client/src/org/springframework/android/basicauth/AbstractAsyncActivity.java +++ b/spring-android-basic-auth/client/src/org/springframework/android/basicauth/AbstractAsyncActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-basic-auth/client/src/org/springframework/android/basicauth/MainActivity.java b/spring-android-basic-auth/client/src/org/springframework/android/basicauth/MainActivity.java index 40683c0..2987756 100644 --- a/spring-android-basic-auth/client/src/org/springframework/android/basicauth/MainActivity.java +++ b/spring-android-basic-auth/client/src/org/springframework/android/basicauth/MainActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-basic-auth/client/src/org/springframework/android/basicauth/Message.java b/spring-android-basic-auth/client/src/org/springframework/android/basicauth/Message.java index e8c5feb..ef1e1af 100644 --- a/spring-android-basic-auth/client/src/org/springframework/android/basicauth/Message.java +++ b/spring-android-basic-auth/client/src/org/springframework/android/basicauth/Message.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-basic-auth/server/src/main/java/showcase/Application.java b/spring-android-basic-auth/server/src/main/java/showcase/Application.java index bed057e..6c842a6 100644 --- a/spring-android-basic-auth/server/src/main/java/showcase/Application.java +++ b/spring-android-basic-auth/server/src/main/java/showcase/Application.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-basic-auth/server/src/main/java/showcase/HomeController.java b/spring-android-basic-auth/server/src/main/java/showcase/HomeController.java index 01cae4b..3813528 100644 --- a/spring-android-basic-auth/server/src/main/java/showcase/HomeController.java +++ b/spring-android-basic-auth/server/src/main/java/showcase/HomeController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-basic-auth/server/src/main/java/showcase/Message.java b/spring-android-basic-auth/server/src/main/java/showcase/Message.java index d0e897f..8c8ffa8 100644 --- a/spring-android-basic-auth/server/src/main/java/showcase/Message.java +++ b/spring-android-basic-auth/server/src/main/java/showcase/Message.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-basic-auth/server/src/main/java/showcase/WebSecurityConfiguration.java b/spring-android-basic-auth/server/src/main/java/showcase/WebSecurityConfiguration.java index 8e6fb69..ffd42e8 100644 --- a/spring-android-basic-auth/server/src/main/java/showcase/WebSecurityConfiguration.java +++ b/spring-android-basic-auth/server/src/main/java/showcase/WebSecurityConfiguration.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-basic-auth/server/src/test/java/showcase/HomeControllerTest.java b/spring-android-basic-auth/server/src/test/java/showcase/HomeControllerTest.java index 7379a0a..31cd9c6 100644 --- a/spring-android-basic-auth/server/src/test/java/showcase/HomeControllerTest.java +++ b/spring-android-basic-auth/server/src/test/java/showcase/HomeControllerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-facebook-client/src/org/springframework/android/facebookclient/AbstractAsyncActivity.java b/spring-android-facebook-client/src/org/springframework/android/facebookclient/AbstractAsyncActivity.java index 2094343..fe967b4 100644 --- a/spring-android-facebook-client/src/org/springframework/android/facebookclient/AbstractAsyncActivity.java +++ b/spring-android-facebook-client/src/org/springframework/android/facebookclient/AbstractAsyncActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-facebook-client/src/org/springframework/android/facebookclient/AbstractAsyncListActivity.java b/spring-android-facebook-client/src/org/springframework/android/facebookclient/AbstractAsyncListActivity.java index 931de08..7028eab 100644 --- a/spring-android-facebook-client/src/org/springframework/android/facebookclient/AbstractAsyncListActivity.java +++ b/spring-android-facebook-client/src/org/springframework/android/facebookclient/AbstractAsyncListActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-facebook-client/src/org/springframework/android/facebookclient/AbstractWebViewActivity.java b/spring-android-facebook-client/src/org/springframework/android/facebookclient/AbstractWebViewActivity.java index d4bafa5..4ab1da3 100644 --- a/spring-android-facebook-client/src/org/springframework/android/facebookclient/AbstractWebViewActivity.java +++ b/spring-android-facebook-client/src/org/springframework/android/facebookclient/AbstractWebViewActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-facebook-client/src/org/springframework/android/facebookclient/AsyncActivity.java b/spring-android-facebook-client/src/org/springframework/android/facebookclient/AsyncActivity.java index 2415ebe..bb08983 100644 --- a/spring-android-facebook-client/src/org/springframework/android/facebookclient/AsyncActivity.java +++ b/spring-android-facebook-client/src/org/springframework/android/facebookclient/AsyncActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-facebook-client/src/org/springframework/android/facebookclient/FacebookActivity.java b/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookActivity.java index 1aa11bf..24b696f 100644 --- a/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookActivity.java +++ b/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-facebook-client/src/org/springframework/android/facebookclient/FacebookFeedListAdapter.java b/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookFeedListAdapter.java index 3db245a..8286443 100644 --- a/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookFeedListAdapter.java +++ b/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookFeedListAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-facebook-client/src/org/springframework/android/facebookclient/FacebookHomeFeedActivity.java b/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookHomeFeedActivity.java index 7a47949..1c80ff4 100644 --- a/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookHomeFeedActivity.java +++ b/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookHomeFeedActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-facebook-client/src/org/springframework/android/facebookclient/FacebookProfileActivity.java b/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookProfileActivity.java index cfa507e..3349f1d 100644 --- a/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookProfileActivity.java +++ b/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookProfileActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-facebook-client/src/org/springframework/android/facebookclient/FacebookProfileListAdapter.java b/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookProfileListAdapter.java index 2ee7f92..26d7fd0 100644 --- a/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookProfileListAdapter.java +++ b/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookProfileListAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-facebook-client/src/org/springframework/android/facebookclient/FacebookWallPostActivity.java b/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookWallPostActivity.java index 65f73a2..3310e36 100644 --- a/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookWallPostActivity.java +++ b/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookWallPostActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-facebook-client/src/org/springframework/android/facebookclient/FacebookWebOAuthActivity.java b/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookWebOAuthActivity.java index 8cde4a5..673c5d8 100644 --- a/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookWebOAuthActivity.java +++ b/spring-android-facebook-client/src/org/springframework/android/facebookclient/FacebookWebOAuthActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-facebook-client/src/org/springframework/android/facebookclient/MainApplication.java b/spring-android-facebook-client/src/org/springframework/android/facebookclient/MainApplication.java index 3a7484e..a75bf88 100644 --- a/spring-android-facebook-client/src/org/springframework/android/facebookclient/MainApplication.java +++ b/spring-android-facebook-client/src/org/springframework/android/facebookclient/MainApplication.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-news-reader/src/org/springframework/android/reader/AbstractAsyncListActivity.java b/spring-android-news-reader/src/org/springframework/android/reader/AbstractAsyncListActivity.java index 0a3c6c3..05d3847 100644 --- a/spring-android-news-reader/src/org/springframework/android/reader/AbstractAsyncListActivity.java +++ b/spring-android-news-reader/src/org/springframework/android/reader/AbstractAsyncListActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-news-reader/src/org/springframework/android/reader/AbstractMenuActivity.java b/spring-android-news-reader/src/org/springframework/android/reader/AbstractMenuActivity.java index 0a8a324..fa7a3a9 100644 --- a/spring-android-news-reader/src/org/springframework/android/reader/AbstractMenuActivity.java +++ b/spring-android-news-reader/src/org/springframework/android/reader/AbstractMenuActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-news-reader/src/org/springframework/android/reader/AtomActivity.java b/spring-android-news-reader/src/org/springframework/android/reader/AtomActivity.java index 8793b0d..7f6faee 100644 --- a/spring-android-news-reader/src/org/springframework/android/reader/AtomActivity.java +++ b/spring-android-news-reader/src/org/springframework/android/reader/AtomActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-news-reader/src/org/springframework/android/reader/AtomFeedActivity.java b/spring-android-news-reader/src/org/springframework/android/reader/AtomFeedActivity.java index cea8082..9bae066 100644 --- a/spring-android-news-reader/src/org/springframework/android/reader/AtomFeedActivity.java +++ b/spring-android-news-reader/src/org/springframework/android/reader/AtomFeedActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-news-reader/src/org/springframework/android/reader/AtomFeedListAdapter.java b/spring-android-news-reader/src/org/springframework/android/reader/AtomFeedListAdapter.java index a2da39f..9b62766 100644 --- a/spring-android-news-reader/src/org/springframework/android/reader/AtomFeedListAdapter.java +++ b/spring-android-news-reader/src/org/springframework/android/reader/AtomFeedListAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-news-reader/src/org/springframework/android/reader/AtomSyndFeedActivity.java b/spring-android-news-reader/src/org/springframework/android/reader/AtomSyndFeedActivity.java index ea40954..a3c0e0c 100644 --- a/spring-android-news-reader/src/org/springframework/android/reader/AtomSyndFeedActivity.java +++ b/spring-android-news-reader/src/org/springframework/android/reader/AtomSyndFeedActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-news-reader/src/org/springframework/android/reader/MainActivity.java b/spring-android-news-reader/src/org/springframework/android/reader/MainActivity.java index a5fe01e..c0b07bb 100644 --- a/spring-android-news-reader/src/org/springframework/android/reader/MainActivity.java +++ b/spring-android-news-reader/src/org/springframework/android/reader/MainActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-news-reader/src/org/springframework/android/reader/RssActivity.java b/spring-android-news-reader/src/org/springframework/android/reader/RssActivity.java index d19240e..e10f37a 100644 --- a/spring-android-news-reader/src/org/springframework/android/reader/RssActivity.java +++ b/spring-android-news-reader/src/org/springframework/android/reader/RssActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-news-reader/src/org/springframework/android/reader/RssChannelActivity.java b/spring-android-news-reader/src/org/springframework/android/reader/RssChannelActivity.java index 79da4e7..572c0c0 100644 --- a/spring-android-news-reader/src/org/springframework/android/reader/RssChannelActivity.java +++ b/spring-android-news-reader/src/org/springframework/android/reader/RssChannelActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-news-reader/src/org/springframework/android/reader/RssChannelListAdapter.java b/spring-android-news-reader/src/org/springframework/android/reader/RssChannelListAdapter.java index 067fc86..effb867 100644 --- a/spring-android-news-reader/src/org/springframework/android/reader/RssChannelListAdapter.java +++ b/spring-android-news-reader/src/org/springframework/android/reader/RssChannelListAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-news-reader/src/org/springframework/android/reader/RssSyndFeedActivity.java b/spring-android-news-reader/src/org/springframework/android/reader/RssSyndFeedActivity.java index 1127112..6029488 100644 --- a/spring-android-news-reader/src/org/springframework/android/reader/RssSyndFeedActivity.java +++ b/spring-android-news-reader/src/org/springframework/android/reader/RssSyndFeedActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-news-reader/src/org/springframework/android/reader/SyndFeedListAdapter.java b/spring-android-news-reader/src/org/springframework/android/reader/SyndFeedListAdapter.java index 39cf368..976192f 100644 --- a/spring-android-news-reader/src/org/springframework/android/reader/SyndFeedListAdapter.java +++ b/spring-android-news-reader/src/org/springframework/android/reader/SyndFeedListAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/AbstractAsyncActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/AbstractAsyncActivity.java index cf38edb..f43cc7d 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/AbstractAsyncActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/AbstractAsyncActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/AbstractAsyncListActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/AbstractAsyncListActivity.java index 62663da..f67b892 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/AbstractAsyncListActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/AbstractAsyncListActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/AbstractMenuActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/AbstractMenuActivity.java index 87c9e34..c89b3e1 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/AbstractMenuActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/AbstractMenuActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/AsyncActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/AsyncActivity.java index 7813a5d..679dbde 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/AsyncActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/AsyncActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/MainActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/MainActivity.java index 12e27c7..a1e7301 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/MainActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/MainActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchActivity.java index 45b740b..079c575 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchGsonActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchGsonActivity.java index 44599d7..88e9b14 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchGsonActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchGsonActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchJacksonActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchJacksonActivity.java index 68940a3..b01b952 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchJacksonActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchJacksonActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchResponse.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchResponse.java index 78705ec..d85c9d8 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchResponse.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchResult.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchResult.java index 3e0484b..10c367e 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchResult.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchResult.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchResultListAdapter.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchResultListAdapter.java index b5c5fcf..cf687ba 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchResultListAdapter.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/GoogleSearchResultListAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/HttpGetActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetActivity.java index ccf0171..6985123 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/HttpGetGzipActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetGzipActivity.java index 6efb181..409e2ae 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetGzipActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetGzipActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/HttpGetGzipCompressedActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetGzipCompressedActivity.java index 3f9f858..804df77 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetGzipCompressedActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetGzipCompressedActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/HttpGetGzipCompressedJsonActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetGzipCompressedJsonActivity.java index a3ffd61..576d064 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetGzipCompressedJsonActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetGzipCompressedJsonActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/HttpGetGzipUncompressedActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetGzipUncompressedActivity.java index 8e8aad8..2598549 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetGzipUncompressedActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetGzipUncompressedActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/HttpGetJsonActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetJsonActivity.java index 041962e..0d79f68 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetJsonActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetJsonActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/HttpGetJsonXmlActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetJsonXmlActivity.java index 1743347..c081b73 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetJsonXmlActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetJsonXmlActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/HttpGetParametersActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetParametersActivity.java index b34e74b..f795ec2 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetParametersActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetParametersActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/HttpGetSetRequestTimeoutActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetSetRequestTimeoutActivity.java index 20dc7a5..06e3057 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetSetRequestTimeoutActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetSetRequestTimeoutActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/HttpGetXmlActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetXmlActivity.java index 1638dde..32f3dc5 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetXmlActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpGetXmlActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/HttpPostActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpPostActivity.java index b719ae3..00ba503 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpPostActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpPostActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/HttpPostFormDataActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpPostFormDataActivity.java index 882220f..4b0c08b 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpPostFormDataActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpPostFormDataActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/HttpPostJsonXmlActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpPostJsonXmlActivity.java index 827c026..f49e91d 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpPostJsonXmlActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpPostJsonXmlActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/HttpPostMultiValueMapActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpPostMultiValueMapActivity.java index 2740908..3a0f86e 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpPostMultiValueMapActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpPostMultiValueMapActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/HttpPostStringActivity.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpPostStringActivity.java index 5eb7780..98e2b85 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpPostStringActivity.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/HttpPostStringActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/Message.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/Message.java index 9ed7db8..08c4f0a 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/Message.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/Message.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/State.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/State.java index 3911420..1600612 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/State.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/State.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/StateList.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/StateList.java index 021340f..f3d1677 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/StateList.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/StateList.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/StatesListAdapter.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/StatesListAdapter.java index b64043c..39864c6 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/StatesListAdapter.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/StatesListAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/Tweet.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/Tweet.java index c1950ce..81490d7 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/Tweet.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/Tweet.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/TweetListAdapter.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/TweetListAdapter.java index 3943107..09f90c3 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/TweetListAdapter.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/TweetListAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/client/src/org/springframework/android/showcase/rest/TwitterSearchResults.java b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/TwitterSearchResults.java index d49953e..6f40f09 100644 --- a/spring-android-showcase/client/src/org/springframework/android/showcase/rest/TwitterSearchResults.java +++ b/spring-android-showcase/client/src/org/springframework/android/showcase/rest/TwitterSearchResults.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/server/src/main/java/showcase/Application.java b/spring-android-showcase/server/src/main/java/showcase/Application.java index 73b0f65..9f00d19 100644 --- a/spring-android-showcase/server/src/main/java/showcase/Application.java +++ b/spring-android-showcase/server/src/main/java/showcase/Application.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/server/src/main/java/showcase/FileUploadController.java b/spring-android-showcase/server/src/main/java/showcase/FileUploadController.java index 3b1d634..505ee6d 100644 --- a/spring-android-showcase/server/src/main/java/showcase/FileUploadController.java +++ b/spring-android-showcase/server/src/main/java/showcase/FileUploadController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/server/src/main/java/showcase/HomeController.java b/spring-android-showcase/server/src/main/java/showcase/HomeController.java index 5368a06..07b571d 100644 --- a/spring-android-showcase/server/src/main/java/showcase/HomeController.java +++ b/spring-android-showcase/server/src/main/java/showcase/HomeController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/server/src/main/java/showcase/Message.java b/spring-android-showcase/server/src/main/java/showcase/Message.java index 66af0b3..be42f2a 100644 --- a/spring-android-showcase/server/src/main/java/showcase/Message.java +++ b/spring-android-showcase/server/src/main/java/showcase/Message.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/server/src/main/java/showcase/State.java b/spring-android-showcase/server/src/main/java/showcase/State.java index 32510b4..a69ea50 100644 --- a/spring-android-showcase/server/src/main/java/showcase/State.java +++ b/spring-android-showcase/server/src/main/java/showcase/State.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/server/src/main/java/showcase/StateList.java b/spring-android-showcase/server/src/main/java/showcase/StateList.java index 1c27c4a..bafba65 100644 --- a/spring-android-showcase/server/src/main/java/showcase/StateList.java +++ b/spring-android-showcase/server/src/main/java/showcase/StateList.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/server/src/main/java/showcase/TimerController.java b/spring-android-showcase/server/src/main/java/showcase/TimerController.java index 8385dca..558fc37 100644 --- a/spring-android-showcase/server/src/main/java/showcase/TimerController.java +++ b/spring-android-showcase/server/src/main/java/showcase/TimerController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-showcase/server/src/test/java/showcase/HomeControllerTest.java b/spring-android-showcase/server/src/test/java/showcase/HomeControllerTest.java index eca83c7..99cc894 100644 --- a/spring-android-showcase/server/src/test/java/showcase/HomeControllerTest.java +++ b/spring-android-showcase/server/src/test/java/showcase/HomeControllerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-client/src/org/springframework/android/twitterclient/AbstractAsyncActivity.java b/spring-android-twitter-client/src/org/springframework/android/twitterclient/AbstractAsyncActivity.java index b5dc7e9..07bfaa2 100644 --- a/spring-android-twitter-client/src/org/springframework/android/twitterclient/AbstractAsyncActivity.java +++ b/spring-android-twitter-client/src/org/springframework/android/twitterclient/AbstractAsyncActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-client/src/org/springframework/android/twitterclient/AbstractAsyncListActivity.java b/spring-android-twitter-client/src/org/springframework/android/twitterclient/AbstractAsyncListActivity.java index e09834d..edfa33d 100644 --- a/spring-android-twitter-client/src/org/springframework/android/twitterclient/AbstractAsyncListActivity.java +++ b/spring-android-twitter-client/src/org/springframework/android/twitterclient/AbstractAsyncListActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-client/src/org/springframework/android/twitterclient/AbstractWebViewActivity.java b/spring-android-twitter-client/src/org/springframework/android/twitterclient/AbstractWebViewActivity.java index 84e8a8d..a926847 100644 --- a/spring-android-twitter-client/src/org/springframework/android/twitterclient/AbstractWebViewActivity.java +++ b/spring-android-twitter-client/src/org/springframework/android/twitterclient/AbstractWebViewActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-client/src/org/springframework/android/twitterclient/AsyncActivity.java b/spring-android-twitter-client/src/org/springframework/android/twitterclient/AsyncActivity.java index e68b970..d08a902 100644 --- a/spring-android-twitter-client/src/org/springframework/android/twitterclient/AsyncActivity.java +++ b/spring-android-twitter-client/src/org/springframework/android/twitterclient/AsyncActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-client/src/org/springframework/android/twitterclient/MainApplication.java b/spring-android-twitter-client/src/org/springframework/android/twitterclient/MainApplication.java index 4ab85b8..8399197 100644 --- a/spring-android-twitter-client/src/org/springframework/android/twitterclient/MainApplication.java +++ b/spring-android-twitter-client/src/org/springframework/android/twitterclient/MainApplication.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-client/src/org/springframework/android/twitterclient/TwitterActivity.java b/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterActivity.java index 9316ae8..6339c96 100644 --- a/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterActivity.java +++ b/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-client/src/org/springframework/android/twitterclient/TwitterDirectMessageActivity.java b/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterDirectMessageActivity.java index 2f87c70..e95343b 100644 --- a/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterDirectMessageActivity.java +++ b/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterDirectMessageActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-client/src/org/springframework/android/twitterclient/TwitterProfileActivity.java b/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterProfileActivity.java index 00e5628..02ad9ff 100644 --- a/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterProfileActivity.java +++ b/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterProfileActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-client/src/org/springframework/android/twitterclient/TwitterProfileListAdapter.java b/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterProfileListAdapter.java index 789625f..733aa3e 100644 --- a/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterProfileListAdapter.java +++ b/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterProfileListAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-client/src/org/springframework/android/twitterclient/TwitterTimelineActivity.java b/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterTimelineActivity.java index cf4e770..73b3545 100644 --- a/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterTimelineActivity.java +++ b/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterTimelineActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-client/src/org/springframework/android/twitterclient/TwitterTimelineListAdapter.java b/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterTimelineListAdapter.java index 7bebb4a..46800b6 100644 --- a/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterTimelineListAdapter.java +++ b/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterTimelineListAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-client/src/org/springframework/android/twitterclient/TwitterTweetActivity.java b/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterTweetActivity.java index dca12b7..c7a5df4 100644 --- a/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterTweetActivity.java +++ b/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterTweetActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-client/src/org/springframework/android/twitterclient/TwitterWebOAuthActivity.java b/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterWebOAuthActivity.java index e0835b9..ce6d96c 100644 --- a/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterWebOAuthActivity.java +++ b/spring-android-twitter-client/src/org/springframework/android/twitterclient/TwitterWebOAuthActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-search/src/org/springframework/android/twittersearch/Tweet.java b/spring-android-twitter-search/src/org/springframework/android/twittersearch/Tweet.java index 92f6715..381015b 100644 --- a/spring-android-twitter-search/src/org/springframework/android/twittersearch/Tweet.java +++ b/spring-android-twitter-search/src/org/springframework/android/twittersearch/Tweet.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-search/src/org/springframework/android/twittersearch/TweetListAdapter.java b/spring-android-twitter-search/src/org/springframework/android/twittersearch/TweetListAdapter.java index e5a64ac..f293360 100644 --- a/spring-android-twitter-search/src/org/springframework/android/twittersearch/TweetListAdapter.java +++ b/spring-android-twitter-search/src/org/springframework/android/twittersearch/TweetListAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-search/src/org/springframework/android/twittersearch/TwitterSearchActivity.java b/spring-android-twitter-search/src/org/springframework/android/twittersearch/TwitterSearchActivity.java index eca59a3..ccedd97 100644 --- a/spring-android-twitter-search/src/org/springframework/android/twittersearch/TwitterSearchActivity.java +++ b/spring-android-twitter-search/src/org/springframework/android/twittersearch/TwitterSearchActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-search/src/org/springframework/android/twittersearch/TwitterSearchResults.java b/spring-android-twitter-search/src/org/springframework/android/twittersearch/TwitterSearchResults.java index d907519..fef3dac 100644 --- a/spring-android-twitter-search/src/org/springframework/android/twittersearch/TwitterSearchResults.java +++ b/spring-android-twitter-search/src/org/springframework/android/twittersearch/TwitterSearchResults.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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-twitter-search/src/org/springframework/android/twittersearch/TwitterSearchResultsActivity.java b/spring-android-twitter-search/src/org/springframework/android/twittersearch/TwitterSearchResultsActivity.java index f96a4b7..0d70dbf 100644 --- a/spring-android-twitter-search/src/org/springframework/android/twittersearch/TwitterSearchResultsActivity.java +++ b/spring-android-twitter-search/src/org/springframework/android/twittersearch/TwitterSearchResultsActivity.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,