diff --git a/CODE_OF_CONDUCT.adoc b/CODE_OF_CONDUCT.adoc index 77a7e0acf..6957ad280 100644 --- a/CODE_OF_CONDUCT.adoc +++ b/CODE_OF_CONDUCT.adoc @@ -41,5 +41,5 @@ appropriate to the circumstances. Maintainers are obligated to maintain confiden with regard to the reporter of an incident. This Code of Conduct is adapted from the -http://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at -http://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/] +https://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at +https://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/] diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 273b11b74..d436c7709 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -30,7 +30,7 @@ added after the original pull request but before a merge. * A few unit tests would help a lot as well -- someone has to do it. * If no-one else is using your branch, please rebase it against the current master (or other target branch in the main project). -* When writing a commit message please follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions], +* When writing a commit message please follow https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions], if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit message (where XXXX is the issue number). diff --git a/LICENSE b/LICENSE index 261eeb9e9..20e4bd856 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/NOTICE b/NOTICE index 93687373c..964a2beb0 100644 --- a/NOTICE +++ b/NOTICE @@ -4,13 +4,13 @@ ============================================================================ This product includes software developed by - the Apache Software Foundation (http://www.apache.org). + the Apache Software Foundation (https://www.apache.org). The end-user documentation included with a redistribution, if any, must include the following acknowledgement: "This product includes software developed by the Spring Framework - Project (http://www.springframework.org)." + Project (https://www.springframework.org)." Alternatively, this acknowledgement may appear in the software itself, if and wherever such third-party acknowledgements normally appear. diff --git a/build.gradle b/build.gradle index 1d1357d5f..ca2624520 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { repositories { - maven { url 'http://repo.spring.io/plugins-release' } + maven { url 'https://repo.spring.io/plugins-release' } } dependencies { classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.2.8' @@ -43,8 +43,8 @@ configure(allprojects - docProjects) { } repositories { - maven { url "http://repo.spring.io/libs-snapshot" } - maven { url "http://repo.spring.io/libs-milestone" } + maven { url "https://repo.spring.io/libs-snapshot" } + maven { url "https://repo.spring.io/libs-milestone" } mavenLocal() } @@ -56,10 +56,10 @@ configure(allprojects - docProjects) { } ext.javadocLinks = [ - "http://docs.oracle.com/javase/7/docs/api/", - "http://docs.oracle.com/javaee/7/api/", - "http://docs.spring.io/spring/docs/${springVersion}/javadoc-api/", - "http://docs.jboss.org/jbossas/javadoc/4.0.5/connector/" + "https://docs.oracle.com/javase/7/docs/api/", + "https://docs.oracle.com/javaee/7/api/", + "https://docs.spring.io/spring/docs/${springVersion}/javadoc-api/", + "https://docs.jboss.org/jbossas/javadoc/4.0.5/connector/" ] as String[] // servlet-api (2.5) and tomcat-servlet-api (3.0) classpath entries should not be diff --git a/docs/docs.gradle b/docs/docs.gradle index 4a4bb5f8f..9f67db8f7 100644 --- a/docs/docs.gradle +++ b/docs/docs.gradle @@ -61,9 +61,9 @@ task apidocs(type: Javadoc) { apidocs.options.outputLevel = org.gradle.external.javadoc.JavadocOutputLevel.QUIET apidocs.options.links = [ - "http://static.springframework.org/spring/docs/3.2.x/javadoc-api", - "http://static.springsource.org/spring-ldap/docs/1.3.x/apidocs/", - "http://download.oracle.com/javase/6/docs/api/" + "https://docs.spring.io/spring/docs/3.2.x/javadoc-api", + "https://docs.spring.io/spring-ldap/docs/1.3.x/apidocs/", + "https://download.oracle.com/javase/6/docs/api/" ] apidocs.options.groups = [ diff --git a/docs/manual/src/asciidoc/index.adoc b/docs/manual/src/asciidoc/index.adoc index c51f5a242..8adbcb5d5 100644 --- a/docs/manual/src/asciidoc/index.adoc +++ b/docs/manual/src/asciidoc/index.adoc @@ -2,12 +2,12 @@ Craig Walls; Keith Donald; Roy Clarkson The Spring Social Facebook project is an extension to -http://www.springframework.org/spring-social[Spring Social] that enables +https://www.springframework.org/spring-social[Spring Social] that enables integration with Facebook. == Introduction With over 700 million users (and growing), -http://www.facebook.com[Facebook] is the largest online social network. +https://www.facebook.com[Facebook] is the largest online social network. While bringing together friends and family, Facebook also offers a rich platform on which to develop applications. @@ -69,7 +69,7 @@ than Spring Social. Consequently, Spring Social's version may differ from that of Spring Social Facebook. Consult -http://docs.spring.io/spring-social/docs/1.0.x/reference/html/overview.html#overview-howtoget[Spring +https://docs.spring.io/spring-social/docs/1.0.x/reference/html/overview.html#overview-howtoget[Spring Social's reference documentation] for more information on Spring Social dependencies. @@ -114,7 +114,7 @@ This is roughly equivalent to the Java-based configuration of `ConnectionFactory As in the Java-based configuration, the application's client ID and secret are externalized (shown here as property placeholders). Refer to -http://docs.spring.io/spring-social/site/docs/1.1.0.RC1/reference/htmlsingle/index.html#connecting[Spring Social's reference documentation] for complete details on configuring `ConnectController` and its dependencies. +https://docs.spring.io/spring-social/site/docs/1.1.0.RC1/reference/htmlsingle/index.html#connecting[Spring Social's reference documentation] for complete details on configuring `ConnectController` and its dependencies. == Facebook API Binding Spring Social Facebook's `Facebook` interface and its implementation, `FacebookTemplate` provide the operations needed to interact with Facebook on behalf of a user. @@ -136,7 +136,7 @@ The application namespace is required for working with any of Facebook's OpenGra If you won't be using any OpenGraph operations, then you can use the simpler constructor that only requires an access token. If you are using Spring Social's -http://docs.spring.io/spring-social/site/docs/1.1.0.RC1/reference/htmlsingle/index.html#connectFramework[service provider framework], you can get an instance of `Facebook` from a `Connection`. +https://docs.spring.io/spring-social/site/docs/1.1.0.RC1/reference/htmlsingle/index.html#connectFramework[service provider framework], you can get an instance of `Facebook` from a `Connection`. For example, the following snippet calls `getApi()` on a `Connection` to retrieve a `Facebook` instance: ```java @@ -288,13 +288,13 @@ facebook.feedOperations().updateStatus("I'm trying out Spring Social!"); If you'd like to attach a link to the status message, you can do so by passing a `PostData` to the `post()` method: ```java -FacebookLink link = new FacebookLink("http://www.springsource.org/spring-social", +FacebookLink link = new FacebookLink("https://www.springsource.org/spring-social", "Spring Social", "The Spring Social Project", "Spring Social is an extension to Spring to enable applications to connect with service providers."); facebook.feedOperations().post("I'm trying out Spring Social!", link); facebook.feedOperations().post(new PostData("me").message("I'm trying out Spring Social!") - .link("http://www.springsource.org/spring-social", null, "Spring Social", "The Spring Social Project", "Spring Social is an extension to Spring to enable applications to connect with service providers.")); + .link("https://www.springsource.org/spring-social", null, "Spring Social", "The Spring Social Project", "Spring Social is an extension to Spring to enable applications to connect with service providers.")); ``` When calling the `link()` method on a `PostData` object, the first parameter is the link's URL, the second parameter is a picture to associate with the link (overriding any picture that Facebook would find from the page at the URL given), the third parameter is the name of the link, the fourth diff --git a/gradle.properties b/gradle.properties index 98eb157e3..c0cfc5d74 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ springVersion=5.0.0.RC2 springSocialVersion=2.0.0.M4 springSnapshotVersion=latest.integration hamcrestVersion=1.3 -version=3.0.0.BUILD-SNAPSHOT +version=3.0.0.M3 jacksonVersion=2.9.0.pr3 jspApiVersion=2.3.2-b02 servletApiVersion=3.1.0 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index bd26d8358..f50a2650f 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=http\://services.gradle.org/distributions/gradle-3.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-bin.zip diff --git a/publish-maven.gradle b/publish-maven.gradle index 5ea006bc0..322c99464 100644 --- a/publish-maven.gradle +++ b/publish-maven.gradle @@ -34,12 +34,12 @@ def customizePom(pom, gradleProject) { url = 'https://github.com/SpringSource/spring-social-facebook' organization { name = 'SpringSource' - url = 'http://springsource.org/spring-social' + url = 'https://springsource.org/spring-social' } licenses { license { name 'The Apache Software License, Version 2.0' - url 'http://www.apache.org/licenses/LICENSE-2.0.txt' + url 'https://www.apache.org/licenses/LICENSE-2.0.txt' distribution 'repo' } } diff --git a/settings.gradle b/settings.gradle index 77e0f1e36..1524e7ec8 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-itest/build.gradle b/spring-social-facebook-itest/build.gradle index 54e50a052..2283c6d2e 100644 --- a/spring-social-facebook-itest/build.gradle +++ b/spring-social-facebook-itest/build.gradle @@ -22,10 +22,10 @@ dependencies { repositories { mavenLocal() - maven { url 'http://maven.springframework.org/release' } - maven { url 'http://maven.springframework.org/milestone' } - maven { url 'http://maven.springframework.org/snapshot' } - maven { url 'http://download.java.net/maven/2' } + maven { url 'https://maven.springframework.org/release' } + maven { url 'https://maven.springframework.org/milestone' } + maven { url 'https://maven.springframework.org/snapshot' } + maven { url 'https://download.java.net/maven/2' } mavenCentral() } diff --git a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/AchievementOperationsITests.java b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/AchievementOperationsITests.java index 432764c54..8cd604da9 100644 --- a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/AchievementOperationsITests.java +++ b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/AchievementOperationsITests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/CommentOperationsITests.java b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/CommentOperationsITests.java index d7fde11f9..0128eb59c 100644 --- a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/CommentOperationsITests.java +++ b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/CommentOperationsITests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/ErrorsITests.java b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/ErrorsITests.java index 34fa31137..4e68ff775 100644 --- a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/ErrorsITests.java +++ b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/ErrorsITests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/EventOperationsITests.java b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/EventOperationsITests.java index 4aba470c2..04b988a9f 100644 --- a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/EventOperationsITests.java +++ b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/EventOperationsITests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/FacebookITest.java b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/FacebookITest.java index af85d49ee..505da092f 100644 --- a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/FacebookITest.java +++ b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/FacebookITest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/FeedOperationsITests.java b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/FeedOperationsITests.java index e8d5fdd59..bbd902460 100644 --- a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/FeedOperationsITests.java +++ b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/FeedOperationsITests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/FriendOperationsITests.java b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/FriendOperationsITests.java index deadb2cb4..d3f5ebc9e 100644 --- a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/FriendOperationsITests.java +++ b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/FriendOperationsITests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/GroupOperationsITests.java b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/GroupOperationsITests.java index 046e1f2a6..c1b4bfc2a 100644 --- a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/GroupOperationsITests.java +++ b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/GroupOperationsITests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/ITestCredentials.java b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/ITestCredentials.java index 845e20597..22e512bd5 100644 --- a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/ITestCredentials.java +++ b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/ITestCredentials.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/LikeOperationsITests.java b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/LikeOperationsITests.java index a8728ca17..45bea6da1 100644 --- a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/LikeOperationsITests.java +++ b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/LikeOperationsITests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/MediaOperationsITests.java b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/MediaOperationsITests.java index 1eb92507c..a5ae2b357 100644 --- a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/MediaOperationsITests.java +++ b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/MediaOperationsITests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/PageOperationsITests.java b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/PageOperationsITests.java index ba39ae396..98dbb9ff6 100644 --- a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/PageOperationsITests.java +++ b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/PageOperationsITests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/UserOperationsITests.java b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/UserOperationsITests.java index 38361d4d0..88693969e 100644 --- a/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/UserOperationsITests.java +++ b/spring-social-facebook-itest/src/test/java/org/springframework/social/facebook/itest/UserOperationsITests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/CanvasSignInController.java b/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/CanvasSignInController.java index 08fba1e6b..8469618f5 100644 --- a/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/CanvasSignInController.java +++ b/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/CanvasSignInController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -68,7 +68,7 @@ public class CanvasSignInController { private String postSignInUrl = "/"; - private String postDeclineUrl = "http://www.facebook.com"; + private String postDeclineUrl = "https://www.facebook.com"; private String scope; @@ -94,7 +94,7 @@ public void setPostSignInUrl(String postSignInUrl) { * The URL or path to redirect to if a user declines authorization. * The redirect will happen in the top-level window. * If you want the redirect to happen in the canvas iframe, then override the {@link #postDeclineView()} method to return a different implementation of {@link View}. - * @param postDeclineUrl the url to redirect to after a user declines authorization. Defaults to "http://www.facebook.com". + * @param postDeclineUrl the url to redirect to after a user declines authorization. Defaults to "https://www.facebook.com". */ public void setPostDeclineUrl(String postDeclineUrl) { this.postDeclineUrl = postDeclineUrl; diff --git a/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/DisconnectController.java b/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/DisconnectController.java index dab2f1f9a..e8b4abda5 100644 --- a/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/DisconnectController.java +++ b/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/DisconnectController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/FacebookCookieParser.java b/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/FacebookCookieParser.java index 7e87e9ce7..9abf40e75 100644 --- a/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/FacebookCookieParser.java +++ b/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/FacebookCookieParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/FacebookCookieValue.java b/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/FacebookCookieValue.java index da82c5818..07e82a853 100644 --- a/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/FacebookCookieValue.java +++ b/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/FacebookCookieValue.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/FacebookInitTag.java b/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/FacebookInitTag.java index 8dccee7b5..e1c48d2cd 100644 --- a/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/FacebookInitTag.java +++ b/spring-social-facebook-web/src/main/java/org/springframework/social/facebook/web/FacebookInitTag.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -48,7 +48,7 @@ public int doEndTag() throws JspException { if (pageContext.getRequest().isSecure()) { pageContext.getOut().append(""); } else { - pageContext.getOut().append(""); + pageContext.getOut().append(""); } pageContext.getOut().append("
"); pageContext.getOut().append("" + + "" + "", response.getContentAsString()); } diff --git a/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/RealTimeUpdateControllerTest.java b/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/RealTimeUpdateControllerTest.java index 6f1fed568..878be4446 100644 --- a/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/RealTimeUpdateControllerTest.java +++ b/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/RealTimeUpdateControllerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/SignedRequestArgumentResolverTest.java b/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/SignedRequestArgumentResolverTest.java index d2ecd404d..dfb7849f7 100644 --- a/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/SignedRequestArgumentResolverTest.java +++ b/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/SignedRequestArgumentResolverTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/SignedRequestDecoderTest.java b/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/SignedRequestDecoderTest.java index 0926b132d..03d06f65a 100644 --- a/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/SignedRequestDecoderTest.java +++ b/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/SignedRequestDecoderTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/StubConnectionRepository.java b/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/StubConnectionRepository.java index e77acfd59..1a444f72f 100644 --- a/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/StubConnectionRepository.java +++ b/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/StubConnectionRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/StubUsersConnectionRepository.java b/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/StubUsersConnectionRepository.java index f7df9c662..cd389766a 100644 --- a/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/StubUsersConnectionRepository.java +++ b/spring-social-facebook-web/src/test/java/org/springframework/social/facebook/web/StubUsersConnectionRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Account.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Account.java index 68d5e7dcd..cfd2cfb85 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Account.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Account.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Achievement.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Achievement.java index 283f91ee0..f0331253b 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Achievement.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Achievement.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/AchievementOperations.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/AchievementOperations.java index e5eb4f152..62dea0965 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/AchievementOperations.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/AchievementOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/AchievementType.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/AchievementType.java index 68a072ead..193b9f532 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/AchievementType.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/AchievementType.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Action.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Action.java index fe58af79f..fc9d54475 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Action.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Action.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ActionMetadata.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ActionMetadata.java index 1cb5ee54f..a3eb45a81 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ActionMetadata.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ActionMetadata.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/AgeRange.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/AgeRange.java index 5682f334a..0fac8710c 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/AgeRange.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/AgeRange.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Album.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Album.java index d5ce0ff86..5e819c3c5 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Album.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Album.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ApplicationReference.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ApplicationReference.java index a65649a1a..10281a2b0 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ApplicationReference.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ApplicationReference.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/BookActions.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/BookActions.java index fe336f331..16e364ccc 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/BookActions.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/BookActions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Comment.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Comment.java index 490f23f5c..8698adc00 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Comment.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Comment.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/CommentOperations.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/CommentOperations.java index 95fa0a519..48c52d3df 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/CommentOperations.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/CommentOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/CountedList.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/CountedList.java index 62ee7403f..c7d50618d 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/CountedList.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/CountedList.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/CoverPhoto.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/CoverPhoto.java index a7ab56754..72e07bb43 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/CoverPhoto.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/CoverPhoto.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Currency.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Currency.java index dae274d07..ece5cf371 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Currency.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Currency.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Device.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Device.java index f04a058d4..abff50d8f 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Device.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Device.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/EducationExperience.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/EducationExperience.java index 8079f739d..a678d087a 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/EducationExperience.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/EducationExperience.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Engagement.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Engagement.java index dd5f84f69..a09804d49 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Engagement.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Engagement.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Event.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Event.java index b055e0c26..0f2e4008d 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Event.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Event.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/EventInvitee.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/EventInvitee.java index 0faa07982..a1c31cdf2 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/EventInvitee.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/EventInvitee.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/EventOperations.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/EventOperations.java index ac290af12..6126e754e 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/EventOperations.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/EventOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Experience.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Experience.java index 47fa7d396..0eb846652 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Experience.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Experience.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Facebook.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Facebook.java index b22d1163d..aa1df5ba7 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Facebook.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Facebook.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FacebookError.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FacebookError.java index 9200a9be0..d10b954d5 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FacebookError.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FacebookError.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FacebookErrors.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FacebookErrors.java index 3e69a2340..e81c99bb4 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FacebookErrors.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FacebookErrors.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FacebookLink.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FacebookLink.java index 8180dbd4a..a5dccab00 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FacebookLink.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FacebookLink.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FacebookObject.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FacebookObject.java index 557cecbb4..e44498094 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FacebookObject.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FacebookObject.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FamilyMember.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FamilyMember.java index b0e3e031b..7767e6d09 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FamilyMember.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FamilyMember.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FeedOperations.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FeedOperations.java index 849af2cf4..a8e619e56 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FeedOperations.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FeedOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FitnessActions.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FitnessActions.java index 4ac65f2fa..1a72a9c56 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FitnessActions.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FitnessActions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FqlException.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FqlException.java index 585482be6..9c2cd1ddd 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FqlException.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FqlException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FqlResult.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FqlResult.java index 2eb6c87b2..6e7c92b36 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FqlResult.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FqlResult.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FqlResultMapper.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FqlResultMapper.java index 4583cda26..1178aa19f 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FqlResultMapper.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FqlResultMapper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FriendList.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FriendList.java index 6ac606235..dff5c0c26 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FriendList.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FriendList.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FriendOperations.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FriendOperations.java index 37c85f5db..70627b24c 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FriendOperations.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/FriendOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GeneralActions.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GeneralActions.java index d9a0e0b2f..329b0d30c 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GeneralActions.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GeneralActions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GraphApi.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GraphApi.java index 28beb353e..00922e350 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GraphApi.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GraphApi.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Group.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Group.java index 24df7abef..8e11051fe 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Group.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Group.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GroupMemberReference.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GroupMemberReference.java index 52b83c39d..af5baa985 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GroupMemberReference.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GroupMemberReference.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GroupMembership.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GroupMembership.java index 74cff5286..67d86e133 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GroupMembership.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GroupMembership.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GroupOperations.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GroupOperations.java index 6723eae1f..b9dbc4c15 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GroupOperations.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/GroupOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ImageSource.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ImageSource.java index 2b11419b2..00144f770 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ImageSource.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ImageSource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ImageType.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ImageType.java index f6c2ae06d..32a902752 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ImageType.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ImageType.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Invitation.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Invitation.java index 8e873823e..7eab5c43d 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Invitation.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Invitation.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/LikeOperations.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/LikeOperations.java index 49fb6aa50..e844f83da 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/LikeOperations.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/LikeOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ListAndCount.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ListAndCount.java index 28be2577f..0c77270b0 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ListAndCount.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ListAndCount.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ListenActionMetadata.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ListenActionMetadata.java index 43ee597da..39a2bb476 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ListenActionMetadata.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ListenActionMetadata.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Location.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Location.java index 4735fef4e..e500e0432 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Location.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Location.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MailingAddress.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MailingAddress.java index aba00dd30..cb522e700 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MailingAddress.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MailingAddress.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MediaOperations.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MediaOperations.java index c6e56063b..87eecf179 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MediaOperations.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MediaOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MessageTag.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MessageTag.java index 2563469a2..1a4f13781 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MessageTag.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MessageTag.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MissingNamespaceException.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MissingNamespaceException.java index 906b7d551..e484a4175 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MissingNamespaceException.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MissingNamespaceException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MusicActions.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MusicActions.java index 49d1df105..a6764ca91 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MusicActions.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/MusicActions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/NotAFriendException.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/NotAFriendException.java index a9676ebc3..14b300ac1 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/NotAFriendException.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/NotAFriendException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/OpenGraphOperations.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/OpenGraphOperations.java index 42e03b094..ccbf4b0aa 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/OpenGraphOperations.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/OpenGraphOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Page.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Page.java index 6337c63c9..e7df07fb6 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Page.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Page.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageAdministrationException.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageAdministrationException.java index e14bfe5b1..4c6051538 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageAdministrationException.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageAdministrationException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageOperations.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageOperations.java index a6800a614..c9938abbc 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageOperations.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageParking.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageParking.java index e4efe94ee..bd81b2aa9 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageParking.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageParking.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PagePaymentOptions.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PagePaymentOptions.java index 6f2a043ca..5706eeb7a 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PagePaymentOptions.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PagePaymentOptions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PagePostData.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PagePostData.java index fe4ad942a..da88e1b9c 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PagePostData.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PagePostData.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageRestaurantServices.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageRestaurantServices.java index d3f0f4527..54f0c2d30 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageRestaurantServices.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageRestaurantServices.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageRestaurantSpecialties.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageRestaurantSpecialties.java index 3504abb66..8d1da2be7 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageRestaurantSpecialties.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageRestaurantSpecialties.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageUpdate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageUpdate.java index 7f1adaeb0..699768d18 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageUpdate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PageUpdate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PagedList.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PagedList.java index 70c8704a5..b22ce9062 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PagedList.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PagedList.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PagingParameters.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PagingParameters.java index 5913e124a..359aae34a 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PagingParameters.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PagingParameters.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PaymentPricePoint.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PaymentPricePoint.java index eb47b5843..0b2e0a528 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PaymentPricePoint.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PaymentPricePoint.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PaymentPricePoints.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PaymentPricePoints.java index 59490b098..855a823a3 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PaymentPricePoints.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PaymentPricePoints.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Permission.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Permission.java index 01a33b584..d6ca4350c 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Permission.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Permission.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Photo.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Photo.java index 8629cea5a..ef6327cac 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Photo.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Photo.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Place.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Place.java index a40de847d..aeff6d62e 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Place.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Place.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PlaceTag.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PlaceTag.java index 9f80deb53..330f7d73b 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PlaceTag.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PlaceTag.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Post.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Post.java index d9ef5b4ec..7958355b3 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Post.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Post.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PostData.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PostData.java index ab1572065..80f874b43 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PostData.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PostData.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PostProperty.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PostProperty.java index 86c9116d4..56b496aa6 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PostProperty.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/PostProperty.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ProfilePictureSource.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ProfilePictureSource.java index 488efa599..f198ad358 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ProfilePictureSource.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ProfilePictureSource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/RatingActionMetadata.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/RatingActionMetadata.java index 071866964..8a9d17fbc 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/RatingActionMetadata.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/RatingActionMetadata.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Reference.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Reference.java index 853b8bcd4..26b4d4dcc 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Reference.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Reference.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ResourceOwnershipException.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ResourceOwnershipException.java index 58ad0ed44..fb06e28b0 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ResourceOwnershipException.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/ResourceOwnershipException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/RestaurantServices.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/RestaurantServices.java index 33ade0997..e7e32231f 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/RestaurantServices.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/RestaurantServices.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/RsvpStatus.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/RsvpStatus.java index 45d8b3499..b457cc309 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/RsvpStatus.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/RsvpStatus.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/SecuritySettings.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/SecuritySettings.java index 5b3c270fb..d7349ff69 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/SecuritySettings.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/SecuritySettings.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/SocialContextOperations.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/SocialContextOperations.java index f144ea8d5..52283c7d2 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/SocialContextOperations.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/SocialContextOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/StoryAttachment.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/StoryAttachment.java index 83722d1fe..6133da42d 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/StoryAttachment.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/StoryAttachment.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Tag.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Tag.java index 9ac0eb404..0b1e93afe 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Tag.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Tag.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Targeting.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Targeting.java index bbc67f4ed..4c5232b3b 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Targeting.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Targeting.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/TestUser.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/TestUser.java index 661c285a1..634781f10 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/TestUser.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/TestUser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/TestUserOperations.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/TestUserOperations.java index f3353c29c..6338ccc26 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/TestUserOperations.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/TestUserOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/User.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/User.java index 139641268..bdd4e618a 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/User.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/User.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/UserIdForApp.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/UserIdForApp.java index 96bd65ae9..8874882ca 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/UserIdForApp.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/UserIdForApp.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/UserInvitableFriend.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/UserInvitableFriend.java index f5b0528a4..098ef715a 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/UserInvitableFriend.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/UserInvitableFriend.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/UserOperations.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/UserOperations.java index 00d1155f6..5c3aeae51 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/UserOperations.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/UserOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/UserTaggableFriend.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/UserTaggableFriend.java index 3063bfc33..5ef449d12 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/UserTaggableFriend.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/UserTaggableFriend.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Video.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Video.java index 1ace9692d..d50fbd4a9 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Video.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/Video.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/VideoActions.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/VideoActions.java index 9366470f1..9a234c9f1 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/VideoActions.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/VideoActions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/VideoUploadLimits.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/VideoUploadLimits.java index 151350d17..c6630430e 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/VideoUploadLimits.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/VideoUploadLimits.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/VoipInfo.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/VoipInfo.java index 60d6549a7..91baa6d4a 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/VoipInfo.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/VoipInfo.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/WatchActionMetadata.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/WatchActionMetadata.java index f3a7f824c..44c1f1dbc 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/WatchActionMetadata.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/WatchActionMetadata.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/WorkEntry.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/WorkEntry.java index 2cc177023..7c9588a7e 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/WorkEntry.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/WorkEntry.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/AbstractFacebookOperations.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/AbstractFacebookOperations.java index e2d7816e6..649b34666 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/AbstractFacebookOperations.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/AbstractFacebookOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/AchievementTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/AchievementTemplate.java index b8ebcaf2b..a0f3358b8 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/AchievementTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/AchievementTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/BookActionsTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/BookActionsTemplate.java index 1af68931c..1bee76766 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/BookActionsTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/BookActionsTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/CommentTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/CommentTemplate.java index f286a7b42..3e6c6f5d9 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/CommentTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/CommentTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/EventTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/EventTemplate.java index a43ee17e5..3ac797b09 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/EventTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/EventTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FacebookErrorHandler.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FacebookErrorHandler.java index d99ec9d86..30ae10988 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FacebookErrorHandler.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FacebookErrorHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FacebookTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FacebookTemplate.java index 4e969979d..957711136 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FacebookTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FacebookTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FeedTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FeedTemplate.java index 5d64fdf20..f20a06c29 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FeedTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FeedTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FitnessActionsTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FitnessActionsTemplate.java index c71dd3499..ddea49a9c 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FitnessActionsTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FitnessActionsTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FriendTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FriendTemplate.java index 52855d873..aba697391 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FriendTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/FriendTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/GeneralActionsTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/GeneralActionsTemplate.java index 4b33a45ff..68b3c86fe 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/GeneralActionsTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/GeneralActionsTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/GroupTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/GroupTemplate.java index d8e7ed39b..1ad8d1076 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/GroupTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/GroupTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/LikeTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/LikeTemplate.java index 1fe490a68..09f0ee9e8 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/LikeTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/LikeTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/ListDeserializer.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/ListDeserializer.java index 1163ba82e..f70191b64 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/ListDeserializer.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/ListDeserializer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/MediaTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/MediaTemplate.java index 7ce75bd63..ae769327c 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/MediaTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/MediaTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/MusicActionsTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/MusicActionsTemplate.java index 2a0ceca5c..8776c6660 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/MusicActionsTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/MusicActionsTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/OpenGraphTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/OpenGraphTemplate.java index af5e6d3b1..b13ef3e7f 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/OpenGraphTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/OpenGraphTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/PageTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/PageTemplate.java index 044da575c..c9dfc2030 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/PageTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/PageTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/PagedListUtils.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/PagedListUtils.java index a3ee35556..2d2bcb7ad 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/PagedListUtils.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/PagedListUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/SocialContextTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/SocialContextTemplate.java index 06778ac2d..4a04e63bc 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/SocialContextTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/SocialContextTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/TestUserTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/TestUserTemplate.java index a6b96e59b..8d1519b76 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/TestUserTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/TestUserTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/UserTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/UserTemplate.java index f6cb73143..6336cd935 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/UserTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/UserTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/VideoActionsTemplate.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/VideoActionsTemplate.java index 3800e6c11..7e65327cc 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/VideoActionsTemplate.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/VideoActionsTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/AccountMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/AccountMixin.java index fe9faad9d..fe89cd922 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/AccountMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/AccountMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/AchievementMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/AchievementMixin.java index 10afa53d8..5e3988f0e 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/AchievementMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/AchievementMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/AchievementTypeMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/AchievementTypeMixin.java index 296532a2b..3627808ea 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/AchievementTypeMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/AchievementTypeMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ActionMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ActionMixin.java index b679f1208..9bdf95103 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ActionMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ActionMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/AlbumMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/AlbumMixin.java index 0335f65e6..6d6311c7f 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/AlbumMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/AlbumMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ApplicationReferenceMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ApplicationReferenceMixin.java index aa830eaf7..ae23b9047 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ApplicationReferenceMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ApplicationReferenceMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/CommentMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/CommentMixin.java index ec4a51621..5484dbccc 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/CommentMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/CommentMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/CoverPhotoMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/CoverPhotoMixin.java index e09be0e69..832c7f4b3 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/CoverPhotoMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/CoverPhotoMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/CurrencyMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/CurrencyMixin.java index 7725b29fc..6ea2d4ad9 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/CurrencyMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/CurrencyMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/DeviceMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/DeviceMixin.java index e43ae0835..ddacae71d 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/DeviceMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/DeviceMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/EducationExperienceMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/EducationExperienceMixin.java index 51949fe07..4b7a3df3d 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/EducationExperienceMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/EducationExperienceMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/EngagementMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/EngagementMixin.java index 0d3a73d0d..e1379476f 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/EngagementMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/EngagementMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/EventInviteeMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/EventInviteeMixin.java index 432d35ebf..8756d74f5 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/EventInviteeMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/EventInviteeMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/EventMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/EventMixin.java index ccece2f28..9d7d72864 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/EventMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/EventMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ExperienceMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ExperienceMixin.java index 9a9e8bdd4..7b9ed39c6 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ExperienceMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ExperienceMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/FacebookModule.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/FacebookModule.java index ade1c0078..979e27327 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/FacebookModule.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/FacebookModule.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/FacebookObjectMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/FacebookObjectMixin.java index 823687680..8e30aa2ce 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/FacebookObjectMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/FacebookObjectMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/FamilyMemberMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/FamilyMemberMixin.java index d0cd73bcf..a3fce3645 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/FamilyMemberMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/FamilyMemberMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/FriendListMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/FriendListMixin.java index 56c237f5e..10dd77d85 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/FriendListMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/FriendListMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/GroupMemberReferenceMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/GroupMemberReferenceMixin.java index 87ab8d0c6..e16946017 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/GroupMemberReferenceMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/GroupMemberReferenceMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/GroupMembershipMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/GroupMembershipMixin.java index c575c967a..f852016fc 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/GroupMembershipMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/GroupMembershipMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/GroupMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/GroupMixin.java index 249501a14..5931d80dc 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/GroupMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/GroupMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ImageSourceMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ImageSourceMixin.java index fe49f03fa..ac398b345 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ImageSourceMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ImageSourceMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/InvitationMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/InvitationMixin.java index af7ab0a7a..d1df361ba 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/InvitationMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/InvitationMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/LocationMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/LocationMixin.java index 5aa87d182..50155e40d 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/LocationMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/LocationMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/MailingAddressMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/MailingAddressMixin.java index 11079d83a..b8c16eec5 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/MailingAddressMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/MailingAddressMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/MessageTagMapDeserializer.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/MessageTagMapDeserializer.java index 47e29000d..c0694f274 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/MessageTagMapDeserializer.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/MessageTagMapDeserializer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/MessageTagMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/MessageTagMixin.java index 1e3d4190a..e0fdb4d31 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/MessageTagMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/MessageTagMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PageMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PageMixin.java index ae188dd75..a7cf13b30 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PageMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PageMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PageParkingMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PageParkingMixin.java index f303b4a6e..1839acc27 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PageParkingMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PageParkingMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PagePaymentOptionsMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PagePaymentOptionsMixin.java index 127bbe04b..f7d90c1d6 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PagePaymentOptionsMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PagePaymentOptionsMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PageRestaurantServicesMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PageRestaurantServicesMixin.java index 70acb3213..15fbd6ed1 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PageRestaurantServicesMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PageRestaurantServicesMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PaymentPricePointMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PaymentPricePointMixin.java index 373d07669..a890e9247 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PaymentPricePointMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PaymentPricePointMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PaymentPricePointsMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PaymentPricePointsMixin.java index 7c400c161..d83e93a2c 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PaymentPricePointsMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PaymentPricePointsMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PhotoMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PhotoMixin.java index e1dfc0ec8..ee3a24456 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PhotoMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PhotoMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PictureDeserializer.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PictureDeserializer.java index 562d7c298..7d0ac9a9c 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PictureDeserializer.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PictureDeserializer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PlaceMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PlaceMixin.java index 42699d636..46fb62598 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PlaceMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PlaceMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PlaceTagMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PlaceTagMixin.java index 409738034..386d9da07 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PlaceTagMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PlaceTagMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PostMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PostMixin.java index 6795194ed..0700d9076 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PostMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PostMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PostPropertyMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PostPropertyMixin.java index 01df9c5f2..56b659eec 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PostPropertyMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/PostPropertyMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ProfilePictureSourceMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ProfilePictureSourceMixin.java index 80e9a3511..9abb614a3 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ProfilePictureSourceMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ProfilePictureSourceMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ReferenceListDeserializer.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ReferenceListDeserializer.java index 1462067c0..31ee5a982 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ReferenceListDeserializer.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ReferenceListDeserializer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ReferenceMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ReferenceMixin.java index 0b3e377f7..6238c35f5 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ReferenceMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/ReferenceMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/RestaurantServicesMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/RestaurantServicesMixin.java index b66345ea7..456fc3c10 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/RestaurantServicesMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/RestaurantServicesMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/RestaurantSpecialtiesMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/RestaurantSpecialtiesMixin.java index cc4c091f6..de0eaf8a3 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/RestaurantSpecialtiesMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/RestaurantSpecialtiesMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/RsvpStatusDeserializer.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/RsvpStatusDeserializer.java index f65be2967..ca11b406b 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/RsvpStatusDeserializer.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/RsvpStatusDeserializer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/SecuritySettingsMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/SecuritySettingsMixin.java index a575552c1..d50be6a80 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/SecuritySettingsMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/SecuritySettingsMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/StoryAttachmentMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/StoryAttachmentMixin.java index a7f52b594..0a1b7e15a 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/StoryAttachmentMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/StoryAttachmentMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/TagListDeserializer.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/TagListDeserializer.java index 370728549..cea508d09 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/TagListDeserializer.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/TagListDeserializer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/TagMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/TagMixin.java index 7b9962f26..f22e110e0 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/TagMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/TagMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/TestUserMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/TestUserMixin.java index c07e587a5..68b1ccb19 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/TestUserMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/TestUserMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/UserIdForAppMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/UserIdForAppMixin.java index e456f910f..4a0008c5a 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/UserIdForAppMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/UserIdForAppMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/UserInvitableFriendMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/UserInvitableFriendMixin.java index 519c463d4..7bb5f8383 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/UserInvitableFriendMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/UserInvitableFriendMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/UserMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/UserMixin.java index 665d259d6..0b7be872a 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/UserMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/UserMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/UserTaggableFriendMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/UserTaggableFriendMixin.java index 7766c541c..654e9a0e6 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/UserTaggableFriendMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/UserTaggableFriendMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/VideoMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/VideoMixin.java index 1e5051d45..30557a8f6 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/VideoMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/VideoMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/VideoUploadLimitsMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/VideoUploadLimitsMixin.java index 58a73e559..ba8180b36 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/VideoUploadLimitsMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/VideoUploadLimitsMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/VoipInfoMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/VoipInfoMixin.java index efd0adf26..b899956b5 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/VoipInfoMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/VoipInfoMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/WorkEntryMixin.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/WorkEntryMixin.java index 25b2806e4..97a1d6444 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/WorkEntryMixin.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/api/impl/json/WorkEntryMixin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/config/support/FacebookApiHelper.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/config/support/FacebookApiHelper.java index d00bd943d..bbe6c7690 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/config/support/FacebookApiHelper.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/config/support/FacebookApiHelper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/config/xml/FacebookConfigBeanDefinitionParser.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/config/xml/FacebookConfigBeanDefinitionParser.java index e76a2181f..3450912ac 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/config/xml/FacebookConfigBeanDefinitionParser.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/config/xml/FacebookConfigBeanDefinitionParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/config/xml/FacebookNamespaceHandler.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/config/xml/FacebookNamespaceHandler.java index 71f37f9db..804becd38 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/config/xml/FacebookNamespaceHandler.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/config/xml/FacebookNamespaceHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/connect/FacebookAdapter.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/connect/FacebookAdapter.java index c1cc0398a..e0588207c 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/connect/FacebookAdapter.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/connect/FacebookAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/connect/FacebookConnectionFactory.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/connect/FacebookConnectionFactory.java index 169850830..e331612d3 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/connect/FacebookConnectionFactory.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/connect/FacebookConnectionFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/connect/FacebookServiceProvider.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/connect/FacebookServiceProvider.java index 077783a22..1da7849ae 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/connect/FacebookServiceProvider.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/connect/FacebookServiceProvider.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/security/FacebookAppSecretProofInterceptor.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/security/FacebookAppSecretProofInterceptor.java index 011d9a8d0..6d26f9521 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/security/FacebookAppSecretProofInterceptor.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/security/FacebookAppSecretProofInterceptor.java @@ -18,7 +18,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/main/java/org/springframework/social/facebook/security/FacebookAuthenticationService.java b/spring-social-facebook/src/main/java/org/springframework/social/facebook/security/FacebookAuthenticationService.java index e4aba4b88..0c0100f07 100644 --- a/spring-social-facebook/src/main/java/org/springframework/social/facebook/security/FacebookAuthenticationService.java +++ b/spring-social-facebook/src/main/java/org/springframework/social/facebook/security/FacebookAuthenticationService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/AbstractFacebookApiTest.java b/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/AbstractFacebookApiTest.java index 083bb0d2c..4bac6501b 100644 --- a/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/AbstractFacebookApiTest.java +++ b/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/AbstractFacebookApiTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/AchievementTemplateTest.java b/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/AchievementTemplateTest.java index ce3dbefee..44f466d9c 100644 --- a/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/AchievementTemplateTest.java +++ b/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/AchievementTemplateTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -64,7 +64,7 @@ public void postAchievement() throws Exception { .andExpect(content().string("achievement=http%3A%2F%2Fexample.com%2Fachievement")) .andRespond(withSuccess(jsonResource("id-only"), MediaType.APPLICATION_JSON)); - String achievementId = facebook.achievementOperations().postAchievement("http://example.com/achievement"); + String achievementId = facebook.achievementOperations().postAchievement("https://example.com/achievement"); assertEquals("297875170268724", achievementId); mockServer.verify(); } @@ -76,7 +76,7 @@ public void deleteAchievement() throws Exception { .andExpect(header("Authorization", "OAuth " + ACCESS_TOKEN)) .andExpect(content().string("achievement=http%3A%2F%2Fexample.com%2Fachievement&method=delete")) .andRespond(withSuccess("true", MediaType.APPLICATION_JSON)); - facebook.achievementOperations().removeAchievement("http://example.com/achievement"); + facebook.achievementOperations().removeAchievement("https://example.com/achievement"); mockServer.verify(); } @@ -117,7 +117,7 @@ public void createAchievementType() throws Exception { .andExpect(content().string("achievement=http%3A%2F%2Fexample.com%2Fachievement&display_order=2")) .andRespond(withSuccess("true", MediaType.APPLICATION_JSON)); - appFacebook.achievementOperations().createAchievementType("http://example.com/achievement", 2); + appFacebook.achievementOperations().createAchievementType("https://example.com/achievement", 2); appFacebookMockServer.verify(); } @@ -128,7 +128,7 @@ public void removeAchievementType() throws Exception { .andExpect(header("Authorization", "OAuth " + APP_ACCESS_TOKEN)) .andExpect(content().string("achievement=http%3A%2F%2Fexample.com%2Fachievement&method=delete")) .andRespond(withSuccess("true", MediaType.APPLICATION_JSON)); - appFacebook.achievementOperations().removeAchievementType("http://example.com/achievement"); + appFacebook.achievementOperations().removeAchievementType("https://example.com/achievement"); appFacebookMockServer.verify(); } diff --git a/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/BookActionsTemplateTest.java b/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/BookActionsTemplateTest.java index 4e3f1ab0d..cf37563a3 100644 --- a/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/BookActionsTemplateTest.java +++ b/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/BookActionsTemplateTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/CommentTemplateTest.java b/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/CommentTemplateTest.java index 4832af382..68c33e245 100644 --- a/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/CommentTemplateTest.java +++ b/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/CommentTemplateTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -101,7 +101,7 @@ public void getComment() { assertEquals("share", attachment.getType()); assertEquals("Some title text", attachment.getTitle()); assertEquals("203272_269965", attachment.getTarget().getId()); - assertEquals("http://l.facebook.com/l.php?u=http%3A%2F%2Fsomeurl.com", attachment.getTarget().getUrl()); + assertEquals("https://l.facebook.com/l.php?u=http%3A%2F%2Fsomeurl.com", attachment.getTarget().getUrl()); assertEquals("http://someurl.com", attachment.getUrl()); assertEquals(500, attachment.getMedia().getImage().getHeight()); assertEquals(200, attachment.getMedia().getImage().getWidth()); diff --git a/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/ErrorHandlingTest.java b/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/ErrorHandlingTest.java index 2c5444bbc..3cf2ad028 100644 --- a/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/ErrorHandlingTest.java +++ b/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/ErrorHandlingTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/EventTemplateTest.java b/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/EventTemplateTest.java index 271619614..92726a514 100644 --- a/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/EventTemplateTest.java +++ b/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/EventTemplateTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/FeedTemplateTest.java b/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/FeedTemplateTest.java index e674eda73..fbe498e06 100644 --- a/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/FeedTemplateTest.java +++ b/spring-social-facebook/src/test/java/org/springframework/social/facebook/api/FeedTemplateTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -517,11 +517,11 @@ private void assertLinks(List