diff --git a/LICENSE b/LICENSE index d6456956..62589edd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/account/Account.java b/src/main/java/com/springsource/greenhouse/account/Account.java index 10fc314c..182ddcb7 100644 --- a/src/main/java/com/springsource/greenhouse/account/Account.java +++ b/src/main/java/com/springsource/greenhouse/account/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/src/main/java/com/springsource/greenhouse/account/AccountException.java b/src/main/java/com/springsource/greenhouse/account/AccountException.java index 38c7be6e..f62ae31b 100644 --- a/src/main/java/com/springsource/greenhouse/account/AccountException.java +++ b/src/main/java/com/springsource/greenhouse/account/AccountException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/account/AccountMapper.java b/src/main/java/com/springsource/greenhouse/account/AccountMapper.java index 5ab77438..f6f7fce3 100644 --- a/src/main/java/com/springsource/greenhouse/account/AccountMapper.java +++ b/src/main/java/com/springsource/greenhouse/account/AccountMapper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/account/AccountRepository.java b/src/main/java/com/springsource/greenhouse/account/AccountRepository.java index 468a6115..0adb3ff7 100644 --- a/src/main/java/com/springsource/greenhouse/account/AccountRepository.java +++ b/src/main/java/com/springsource/greenhouse/account/AccountRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/account/AccountUtils.java b/src/main/java/com/springsource/greenhouse/account/AccountUtils.java index c18c2895..9e790bc4 100644 --- a/src/main/java/com/springsource/greenhouse/account/AccountUtils.java +++ b/src/main/java/com/springsource/greenhouse/account/AccountUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/account/EmailAlreadyOnFileException.java b/src/main/java/com/springsource/greenhouse/account/EmailAlreadyOnFileException.java index 448b4ed2..dc669101 100644 --- a/src/main/java/com/springsource/greenhouse/account/EmailAlreadyOnFileException.java +++ b/src/main/java/com/springsource/greenhouse/account/EmailAlreadyOnFileException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/account/Gender.java b/src/main/java/com/springsource/greenhouse/account/Gender.java index 1fca19aa..6ba0cce2 100644 --- a/src/main/java/com/springsource/greenhouse/account/Gender.java +++ b/src/main/java/com/springsource/greenhouse/account/Gender.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/account/GreenhousePasswordEncoder.java b/src/main/java/com/springsource/greenhouse/account/GreenhousePasswordEncoder.java index 8eb9bfe0..6240d211 100644 --- a/src/main/java/com/springsource/greenhouse/account/GreenhousePasswordEncoder.java +++ b/src/main/java/com/springsource/greenhouse/account/GreenhousePasswordEncoder.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/account/InvalidPasswordException.java b/src/main/java/com/springsource/greenhouse/account/InvalidPasswordException.java index f29b796b..1de0f517 100644 --- a/src/main/java/com/springsource/greenhouse/account/InvalidPasswordException.java +++ b/src/main/java/com/springsource/greenhouse/account/InvalidPasswordException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/account/JdbcAccountRepository.java b/src/main/java/com/springsource/greenhouse/account/JdbcAccountRepository.java index c0593bf2..34cf15b6 100644 --- a/src/main/java/com/springsource/greenhouse/account/JdbcAccountRepository.java +++ b/src/main/java/com/springsource/greenhouse/account/JdbcAccountRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/account/Person.java b/src/main/java/com/springsource/greenhouse/account/Person.java index b49e499f..d70bad26 100644 --- a/src/main/java/com/springsource/greenhouse/account/Person.java +++ b/src/main/java/com/springsource/greenhouse/account/Person.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/account/PictureSize.java b/src/main/java/com/springsource/greenhouse/account/PictureSize.java index ad81553d..d175c12d 100644 --- a/src/main/java/com/springsource/greenhouse/account/PictureSize.java +++ b/src/main/java/com/springsource/greenhouse/account/PictureSize.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/account/PictureUrlFactory.java b/src/main/java/com/springsource/greenhouse/account/PictureUrlFactory.java index ee80f9a3..7d64aecf 100644 --- a/src/main/java/com/springsource/greenhouse/account/PictureUrlFactory.java +++ b/src/main/java/com/springsource/greenhouse/account/PictureUrlFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/account/PictureUrlMapper.java b/src/main/java/com/springsource/greenhouse/account/PictureUrlMapper.java index f52c107e..ff4c8471 100644 --- a/src/main/java/com/springsource/greenhouse/account/PictureUrlMapper.java +++ b/src/main/java/com/springsource/greenhouse/account/PictureUrlMapper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/account/ProfileReference.java b/src/main/java/com/springsource/greenhouse/account/ProfileReference.java index 26a0a99e..6bf01235 100644 --- a/src/main/java/com/springsource/greenhouse/account/ProfileReference.java +++ b/src/main/java/com/springsource/greenhouse/account/ProfileReference.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/account/SignInNotFoundException.java b/src/main/java/com/springsource/greenhouse/account/SignInNotFoundException.java index 9e7086be..411d0201 100644 --- a/src/main/java/com/springsource/greenhouse/account/SignInNotFoundException.java +++ b/src/main/java/com/springsource/greenhouse/account/SignInNotFoundException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/account/UsernamePasswordAuthenticationProvider.java b/src/main/java/com/springsource/greenhouse/account/UsernamePasswordAuthenticationProvider.java index fba206eb..062fba8f 100644 --- a/src/main/java/com/springsource/greenhouse/account/UsernamePasswordAuthenticationProvider.java +++ b/src/main/java/com/springsource/greenhouse/account/UsernamePasswordAuthenticationProvider.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/activity/action/Action.java b/src/main/java/com/springsource/greenhouse/activity/action/Action.java index 1063f753..04ef1eb8 100644 --- a/src/main/java/com/springsource/greenhouse/activity/action/Action.java +++ b/src/main/java/com/springsource/greenhouse/activity/action/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/src/main/java/com/springsource/greenhouse/activity/action/ActionFactory.java b/src/main/java/com/springsource/greenhouse/activity/action/ActionFactory.java index 28f2eed4..91bb472a 100644 --- a/src/main/java/com/springsource/greenhouse/activity/action/ActionFactory.java +++ b/src/main/java/com/springsource/greenhouse/activity/action/ActionFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/activity/action/ActionGateway.java b/src/main/java/com/springsource/greenhouse/activity/action/ActionGateway.java index a64ad72f..3877ecd2 100644 --- a/src/main/java/com/springsource/greenhouse/activity/action/ActionGateway.java +++ b/src/main/java/com/springsource/greenhouse/activity/action/ActionGateway.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/activity/action/ActionRepository.java b/src/main/java/com/springsource/greenhouse/activity/action/ActionRepository.java index 7e084e01..7b790c37 100644 --- a/src/main/java/com/springsource/greenhouse/activity/action/ActionRepository.java +++ b/src/main/java/com/springsource/greenhouse/activity/action/ActionRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/activity/action/JdbcActionRepository.java b/src/main/java/com/springsource/greenhouse/activity/action/JdbcActionRepository.java index 8cde3605..4cdf2f19 100644 --- a/src/main/java/com/springsource/greenhouse/activity/action/JdbcActionRepository.java +++ b/src/main/java/com/springsource/greenhouse/activity/action/JdbcActionRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/activity/action/SimpleAction.java b/src/main/java/com/springsource/greenhouse/activity/action/SimpleAction.java index 5621ccf0..33cbddaa 100644 --- a/src/main/java/com/springsource/greenhouse/activity/action/SimpleAction.java +++ b/src/main/java/com/springsource/greenhouse/activity/action/SimpleAction.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/activity/badge/AwardedBadge.java b/src/main/java/com/springsource/greenhouse/activity/badge/AwardedBadge.java index f00e94b3..40517a27 100644 --- a/src/main/java/com/springsource/greenhouse/activity/badge/AwardedBadge.java +++ b/src/main/java/com/springsource/greenhouse/activity/badge/AwardedBadge.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/activity/badge/BadgeAwarder.java b/src/main/java/com/springsource/greenhouse/activity/badge/BadgeAwarder.java index 7e232f12..b7d97379 100644 --- a/src/main/java/com/springsource/greenhouse/activity/badge/BadgeAwarder.java +++ b/src/main/java/com/springsource/greenhouse/activity/badge/BadgeAwarder.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/activity/badge/BadgeRepository.java b/src/main/java/com/springsource/greenhouse/activity/badge/BadgeRepository.java index f3291abd..c63f6a67 100644 --- a/src/main/java/com/springsource/greenhouse/activity/badge/BadgeRepository.java +++ b/src/main/java/com/springsource/greenhouse/activity/badge/BadgeRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/activity/badge/BadgeSystem.java b/src/main/java/com/springsource/greenhouse/activity/badge/BadgeSystem.java index 59627b22..78892673 100644 --- a/src/main/java/com/springsource/greenhouse/activity/badge/BadgeSystem.java +++ b/src/main/java/com/springsource/greenhouse/activity/badge/BadgeSystem.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/activity/badge/BadgeSystemFactoryBean.java b/src/main/java/com/springsource/greenhouse/activity/badge/BadgeSystemFactoryBean.java index e13bc787..fc29c4ca 100644 --- a/src/main/java/com/springsource/greenhouse/activity/badge/BadgeSystemFactoryBean.java +++ b/src/main/java/com/springsource/greenhouse/activity/badge/BadgeSystemFactoryBean.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/activity/badge/JdbcBadgeRepository.java b/src/main/java/com/springsource/greenhouse/activity/badge/JdbcBadgeRepository.java index 93223bed..9dd365aa 100644 --- a/src/main/java/com/springsource/greenhouse/activity/badge/JdbcBadgeRepository.java +++ b/src/main/java/com/springsource/greenhouse/activity/badge/JdbcBadgeRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/activity/badge/SimpleBadgeAwarder.java b/src/main/java/com/springsource/greenhouse/activity/badge/SimpleBadgeAwarder.java index b4540cce..feef0ed0 100644 --- a/src/main/java/com/springsource/greenhouse/activity/badge/SimpleBadgeAwarder.java +++ b/src/main/java/com/springsource/greenhouse/activity/badge/SimpleBadgeAwarder.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/activity/badge/StandardBadgeSystem.java b/src/main/java/com/springsource/greenhouse/activity/badge/StandardBadgeSystem.java index 1849016b..a425477b 100644 --- a/src/main/java/com/springsource/greenhouse/activity/badge/StandardBadgeSystem.java +++ b/src/main/java/com/springsource/greenhouse/activity/badge/StandardBadgeSystem.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/config/ComponentConfig.java b/src/main/java/com/springsource/greenhouse/config/ComponentConfig.java index 06135c2f..6440ee84 100644 --- a/src/main/java/com/springsource/greenhouse/config/ComponentConfig.java +++ b/src/main/java/com/springsource/greenhouse/config/ComponentConfig.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/config/DataConfig.java b/src/main/java/com/springsource/greenhouse/config/DataConfig.java index 551a946c..d475e220 100644 --- a/src/main/java/com/springsource/greenhouse/config/DataConfig.java +++ b/src/main/java/com/springsource/greenhouse/config/DataConfig.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/config/FileStoreConfig.java b/src/main/java/com/springsource/greenhouse/config/FileStoreConfig.java index 5163b4c5..76ac8e4a 100644 --- a/src/main/java/com/springsource/greenhouse/config/FileStoreConfig.java +++ b/src/main/java/com/springsource/greenhouse/config/FileStoreConfig.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/config/IntegrationConfig.java b/src/main/java/com/springsource/greenhouse/config/IntegrationConfig.java index 259a3deb..60796fea 100644 --- a/src/main/java/com/springsource/greenhouse/config/IntegrationConfig.java +++ b/src/main/java/com/springsource/greenhouse/config/IntegrationConfig.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/config/KeyValueConfig.java b/src/main/java/com/springsource/greenhouse/config/KeyValueConfig.java index 3d3adc36..9c799393 100644 --- a/src/main/java/com/springsource/greenhouse/config/KeyValueConfig.java +++ b/src/main/java/com/springsource/greenhouse/config/KeyValueConfig.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/config/MailConfig.java b/src/main/java/com/springsource/greenhouse/config/MailConfig.java index d780489e..63da7f2f 100644 --- a/src/main/java/com/springsource/greenhouse/config/MailConfig.java +++ b/src/main/java/com/springsource/greenhouse/config/MailConfig.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/config/SecurityConfig.java b/src/main/java/com/springsource/greenhouse/config/SecurityConfig.java index 3e828d23..94128125 100644 --- a/src/main/java/com/springsource/greenhouse/config/SecurityConfig.java +++ b/src/main/java/com/springsource/greenhouse/config/SecurityConfig.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/config/SocialConfig.java b/src/main/java/com/springsource/greenhouse/config/SocialConfig.java index 5dc7ac37..02ef404c 100644 --- a/src/main/java/com/springsource/greenhouse/config/SocialConfig.java +++ b/src/main/java/com/springsource/greenhouse/config/SocialConfig.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/config/TaskConfig.java b/src/main/java/com/springsource/greenhouse/config/TaskConfig.java index fa98afb5..cc27b87c 100644 --- a/src/main/java/com/springsource/greenhouse/config/TaskConfig.java +++ b/src/main/java/com/springsource/greenhouse/config/TaskConfig.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/config/WebConfig.java b/src/main/java/com/springsource/greenhouse/config/WebConfig.java index 50438d20..dc2d281c 100644 --- a/src/main/java/com/springsource/greenhouse/config/WebConfig.java +++ b/src/main/java/com/springsource/greenhouse/config/WebConfig.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/connect/AccountSignInAdapter.java b/src/main/java/com/springsource/greenhouse/connect/AccountSignInAdapter.java index 42571f00..a4926623 100644 --- a/src/main/java/com/springsource/greenhouse/connect/AccountSignInAdapter.java +++ b/src/main/java/com/springsource/greenhouse/connect/AccountSignInAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/connect/FacebookConnectInterceptor.java b/src/main/java/com/springsource/greenhouse/connect/FacebookConnectInterceptor.java index 59232acf..9c0c7308 100644 --- a/src/main/java/com/springsource/greenhouse/connect/FacebookConnectInterceptor.java +++ b/src/main/java/com/springsource/greenhouse/connect/FacebookConnectInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/connect/TwitterConnectInterceptor.java b/src/main/java/com/springsource/greenhouse/connect/TwitterConnectInterceptor.java index fdc0efe3..3e39203a 100644 --- a/src/main/java/com/springsource/greenhouse/connect/TwitterConnectInterceptor.java +++ b/src/main/java/com/springsource/greenhouse/connect/TwitterConnectInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/database/DatabaseUpgrader.java b/src/main/java/com/springsource/greenhouse/database/DatabaseUpgrader.java index 377cc9fe..b79fd4d2 100644 --- a/src/main/java/com/springsource/greenhouse/database/DatabaseUpgrader.java +++ b/src/main/java/com/springsource/greenhouse/database/DatabaseUpgrader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/database/upgrade/v3/CipherUtils.java b/src/main/java/com/springsource/greenhouse/database/upgrade/v3/CipherUtils.java index 5f285b08..e1e17268 100644 --- a/src/main/java/com/springsource/greenhouse/database/upgrade/v3/CipherUtils.java +++ b/src/main/java/com/springsource/greenhouse/database/upgrade/v3/CipherUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/database/upgrade/v3/UpdateEncryptionMethod.java b/src/main/java/com/springsource/greenhouse/database/upgrade/v3/UpdateEncryptionMethod.java index 641d9fef..58629942 100644 --- a/src/main/java/com/springsource/greenhouse/database/upgrade/v3/UpdateEncryptionMethod.java +++ b/src/main/java/com/springsource/greenhouse/database/upgrade/v3/UpdateEncryptionMethod.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/develop/App.java b/src/main/java/com/springsource/greenhouse/develop/App.java index 8642bd2b..233552c3 100644 --- a/src/main/java/com/springsource/greenhouse/develop/App.java +++ b/src/main/java/com/springsource/greenhouse/develop/App.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/develop/AppConnection.java b/src/main/java/com/springsource/greenhouse/develop/AppConnection.java index 49678dce..2fd55960 100644 --- a/src/main/java/com/springsource/greenhouse/develop/AppConnection.java +++ b/src/main/java/com/springsource/greenhouse/develop/AppConnection.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/develop/AppController.java b/src/main/java/com/springsource/greenhouse/develop/AppController.java index 009f610c..41c33f0f 100644 --- a/src/main/java/com/springsource/greenhouse/develop/AppController.java +++ b/src/main/java/com/springsource/greenhouse/develop/AppController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/develop/AppForm.java b/src/main/java/com/springsource/greenhouse/develop/AppForm.java index e8bf6057..d735c6e2 100644 --- a/src/main/java/com/springsource/greenhouse/develop/AppForm.java +++ b/src/main/java/com/springsource/greenhouse/develop/AppForm.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/develop/AppRepository.java b/src/main/java/com/springsource/greenhouse/develop/AppRepository.java index ae250d9b..48b38d50 100644 --- a/src/main/java/com/springsource/greenhouse/develop/AppRepository.java +++ b/src/main/java/com/springsource/greenhouse/develop/AppRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/develop/AppSummary.java b/src/main/java/com/springsource/greenhouse/develop/AppSummary.java index 94f280f8..5e05e5cf 100644 --- a/src/main/java/com/springsource/greenhouse/develop/AppSummary.java +++ b/src/main/java/com/springsource/greenhouse/develop/AppSummary.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/develop/InvalidAccessTokenException.java b/src/main/java/com/springsource/greenhouse/develop/InvalidAccessTokenException.java index 010d102d..4d4455b5 100644 --- a/src/main/java/com/springsource/greenhouse/develop/InvalidAccessTokenException.java +++ b/src/main/java/com/springsource/greenhouse/develop/InvalidAccessTokenException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/develop/InvalidApiKeyException.java b/src/main/java/com/springsource/greenhouse/develop/InvalidApiKeyException.java index 868baefb..3bebccae 100644 --- a/src/main/java/com/springsource/greenhouse/develop/InvalidApiKeyException.java +++ b/src/main/java/com/springsource/greenhouse/develop/InvalidApiKeyException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/develop/JdbcAppRepository.java b/src/main/java/com/springsource/greenhouse/develop/JdbcAppRepository.java index 6f94b28d..df143329 100644 --- a/src/main/java/com/springsource/greenhouse/develop/JdbcAppRepository.java +++ b/src/main/java/com/springsource/greenhouse/develop/JdbcAppRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/develop/NoSuchAccountConnectionException.java b/src/main/java/com/springsource/greenhouse/develop/NoSuchAccountConnectionException.java index e13ad2a0..aa5bb297 100644 --- a/src/main/java/com/springsource/greenhouse/develop/NoSuchAccountConnectionException.java +++ b/src/main/java/com/springsource/greenhouse/develop/NoSuchAccountConnectionException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/develop/oauth/AppClientDetailsService.java b/src/main/java/com/springsource/greenhouse/develop/oauth/AppClientDetailsService.java index 48763357..5315e120 100644 --- a/src/main/java/com/springsource/greenhouse/develop/oauth/AppClientDetailsService.java +++ b/src/main/java/com/springsource/greenhouse/develop/oauth/AppClientDetailsService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/develop/oauth/ConfirmAccessController.java b/src/main/java/com/springsource/greenhouse/develop/oauth/ConfirmAccessController.java index 611b0740..32179b6f 100644 --- a/src/main/java/com/springsource/greenhouse/develop/oauth/ConfirmAccessController.java +++ b/src/main/java/com/springsource/greenhouse/develop/oauth/ConfirmAccessController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/develop/oauth/InvalidRequestTokenException.java b/src/main/java/com/springsource/greenhouse/develop/oauth/InvalidRequestTokenException.java index fc1b8b04..16b310c4 100644 --- a/src/main/java/com/springsource/greenhouse/develop/oauth/InvalidRequestTokenException.java +++ b/src/main/java/com/springsource/greenhouse/develop/oauth/InvalidRequestTokenException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/events/Event.java b/src/main/java/com/springsource/greenhouse/events/Event.java index 5c4f4321..dbdf3f92 100644 --- a/src/main/java/com/springsource/greenhouse/events/Event.java +++ b/src/main/java/com/springsource/greenhouse/events/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/src/main/java/com/springsource/greenhouse/events/EventRepository.java b/src/main/java/com/springsource/greenhouse/events/EventRepository.java index 54f9e67d..616a51ba 100644 --- a/src/main/java/com/springsource/greenhouse/events/EventRepository.java +++ b/src/main/java/com/springsource/greenhouse/events/EventRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/events/EventSession.java b/src/main/java/com/springsource/greenhouse/events/EventSession.java index f0c3e0e7..c1df77b0 100644 --- a/src/main/java/com/springsource/greenhouse/events/EventSession.java +++ b/src/main/java/com/springsource/greenhouse/events/EventSession.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/events/EventSessionLeader.java b/src/main/java/com/springsource/greenhouse/events/EventSessionLeader.java index fae19813..d22c9194 100644 --- a/src/main/java/com/springsource/greenhouse/events/EventSessionLeader.java +++ b/src/main/java/com/springsource/greenhouse/events/EventSessionLeader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/events/EventsController.java b/src/main/java/com/springsource/greenhouse/events/EventsController.java index 7ffd5e2d..6e8ce3da 100644 --- a/src/main/java/com/springsource/greenhouse/events/EventsController.java +++ b/src/main/java/com/springsource/greenhouse/events/EventsController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/events/JdbcEventRepository.java b/src/main/java/com/springsource/greenhouse/events/JdbcEventRepository.java index e07328a5..73bc64b1 100644 --- a/src/main/java/com/springsource/greenhouse/events/JdbcEventRepository.java +++ b/src/main/java/com/springsource/greenhouse/events/JdbcEventRepository.java @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/events/Rating.java b/src/main/java/com/springsource/greenhouse/events/Rating.java index 76b8225f..a89fcbe4 100644 --- a/src/main/java/com/springsource/greenhouse/events/Rating.java +++ b/src/main/java/com/springsource/greenhouse/events/Rating.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/events/RatingPeriodClosedException.java b/src/main/java/com/springsource/greenhouse/events/RatingPeriodClosedException.java index 3f6ed8ff..f3b52f49 100644 --- a/src/main/java/com/springsource/greenhouse/events/RatingPeriodClosedException.java +++ b/src/main/java/com/springsource/greenhouse/events/RatingPeriodClosedException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/events/Venue.java b/src/main/java/com/springsource/greenhouse/events/Venue.java index 66db4cca..6cfa8f9f 100644 --- a/src/main/java/com/springsource/greenhouse/events/Venue.java +++ b/src/main/java/com/springsource/greenhouse/events/Venue.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/events/load/EventData.java b/src/main/java/com/springsource/greenhouse/events/load/EventData.java index 152b3b4f..1f16f9a4 100644 --- a/src/main/java/com/springsource/greenhouse/events/load/EventData.java +++ b/src/main/java/com/springsource/greenhouse/events/load/EventData.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/events/load/EventLoadController.java b/src/main/java/com/springsource/greenhouse/events/load/EventLoadController.java index a8f0c662..a55505a7 100644 --- a/src/main/java/com/springsource/greenhouse/events/load/EventLoadController.java +++ b/src/main/java/com/springsource/greenhouse/events/load/EventLoadController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/events/load/EventLoaderRepository.java b/src/main/java/com/springsource/greenhouse/events/load/EventLoaderRepository.java index f9df1f50..97e47072 100644 --- a/src/main/java/com/springsource/greenhouse/events/load/EventLoaderRepository.java +++ b/src/main/java/com/springsource/greenhouse/events/load/EventLoaderRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/events/load/EventSessionData.java b/src/main/java/com/springsource/greenhouse/events/load/EventSessionData.java index 4d790474..8780821f 100644 --- a/src/main/java/com/springsource/greenhouse/events/load/EventSessionData.java +++ b/src/main/java/com/springsource/greenhouse/events/load/EventSessionData.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/events/load/JdbcEventLoaderRepository.java b/src/main/java/com/springsource/greenhouse/events/load/JdbcEventLoaderRepository.java index 47de6255..8bf09b36 100644 --- a/src/main/java/com/springsource/greenhouse/events/load/JdbcEventLoaderRepository.java +++ b/src/main/java/com/springsource/greenhouse/events/load/JdbcEventLoaderRepository.java @@ -6,7 +6,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/events/load/LeaderData.java b/src/main/java/com/springsource/greenhouse/events/load/LeaderData.java index e9bd115d..82f7b57a 100644 --- a/src/main/java/com/springsource/greenhouse/events/load/LeaderData.java +++ b/src/main/java/com/springsource/greenhouse/events/load/LeaderData.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/events/load/NFJSLoader.java b/src/main/java/com/springsource/greenhouse/events/load/NFJSLoader.java index dc8c666e..670645d0 100644 --- a/src/main/java/com/springsource/greenhouse/events/load/NFJSLoader.java +++ b/src/main/java/com/springsource/greenhouse/events/load/NFJSLoader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/events/load/VenueData.java b/src/main/java/com/springsource/greenhouse/events/load/VenueData.java index 680b6f05..305ac811 100644 --- a/src/main/java/com/springsource/greenhouse/events/load/VenueData.java +++ b/src/main/java/com/springsource/greenhouse/events/load/VenueData.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/groups/Group.java b/src/main/java/com/springsource/greenhouse/groups/Group.java index d00b55a8..f077098b 100644 --- a/src/main/java/com/springsource/greenhouse/groups/Group.java +++ b/src/main/java/com/springsource/greenhouse/groups/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/src/main/java/com/springsource/greenhouse/groups/GroupRepository.java b/src/main/java/com/springsource/greenhouse/groups/GroupRepository.java index 6bd5b4fb..6731ad3f 100644 --- a/src/main/java/com/springsource/greenhouse/groups/GroupRepository.java +++ b/src/main/java/com/springsource/greenhouse/groups/GroupRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/groups/GroupsController.java b/src/main/java/com/springsource/greenhouse/groups/GroupsController.java index 53d619b3..defc0fe3 100644 --- a/src/main/java/com/springsource/greenhouse/groups/GroupsController.java +++ b/src/main/java/com/springsource/greenhouse/groups/GroupsController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/groups/JdbcGroupRepository.java b/src/main/java/com/springsource/greenhouse/groups/JdbcGroupRepository.java index 33250141..e97019f5 100644 --- a/src/main/java/com/springsource/greenhouse/groups/JdbcGroupRepository.java +++ b/src/main/java/com/springsource/greenhouse/groups/JdbcGroupRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/home/DateTimeZoneHandlerInterceptor.java b/src/main/java/com/springsource/greenhouse/home/DateTimeZoneHandlerInterceptor.java index 56f60e4e..d602738e 100644 --- a/src/main/java/com/springsource/greenhouse/home/DateTimeZoneHandlerInterceptor.java +++ b/src/main/java/com/springsource/greenhouse/home/DateTimeZoneHandlerInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/home/GlobalExceptionResolver.java b/src/main/java/com/springsource/greenhouse/home/GlobalExceptionResolver.java index a3d7031c..58a5d054 100644 --- a/src/main/java/com/springsource/greenhouse/home/GlobalExceptionResolver.java +++ b/src/main/java/com/springsource/greenhouse/home/GlobalExceptionResolver.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/home/HomeController.java b/src/main/java/com/springsource/greenhouse/home/HomeController.java index 022c2018..723a61a1 100644 --- a/src/main/java/com/springsource/greenhouse/home/HomeController.java +++ b/src/main/java/com/springsource/greenhouse/home/HomeController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/home/UserLocationHandlerInterceptor.java b/src/main/java/com/springsource/greenhouse/home/UserLocationHandlerInterceptor.java index 2b0fcafa..f3612642 100644 --- a/src/main/java/com/springsource/greenhouse/home/UserLocationHandlerInterceptor.java +++ b/src/main/java/com/springsource/greenhouse/home/UserLocationHandlerInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/invite/FacebookInviteController.java b/src/main/java/com/springsource/greenhouse/invite/FacebookInviteController.java index 0eb6e143..8e3a085b 100644 --- a/src/main/java/com/springsource/greenhouse/invite/FacebookInviteController.java +++ b/src/main/java/com/springsource/greenhouse/invite/FacebookInviteController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/invite/Invite.java b/src/main/java/com/springsource/greenhouse/invite/Invite.java index 4fe66f5d..8a65a3ad 100644 --- a/src/main/java/com/springsource/greenhouse/invite/Invite.java +++ b/src/main/java/com/springsource/greenhouse/invite/Invite.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/invite/InviteAcceptAction.java b/src/main/java/com/springsource/greenhouse/invite/InviteAcceptAction.java index 8228225b..ef6e5771 100644 --- a/src/main/java/com/springsource/greenhouse/invite/InviteAcceptAction.java +++ b/src/main/java/com/springsource/greenhouse/invite/InviteAcceptAction.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/invite/InviteAlreadyAcceptedException.java b/src/main/java/com/springsource/greenhouse/invite/InviteAlreadyAcceptedException.java index fa214a0c..2f26d6f3 100644 --- a/src/main/java/com/springsource/greenhouse/invite/InviteAlreadyAcceptedException.java +++ b/src/main/java/com/springsource/greenhouse/invite/InviteAlreadyAcceptedException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/invite/InviteController.java b/src/main/java/com/springsource/greenhouse/invite/InviteController.java index c58e026d..b995262e 100644 --- a/src/main/java/com/springsource/greenhouse/invite/InviteController.java +++ b/src/main/java/com/springsource/greenhouse/invite/InviteController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/invite/InviteException.java b/src/main/java/com/springsource/greenhouse/invite/InviteException.java index 2acd2315..6aa81349 100644 --- a/src/main/java/com/springsource/greenhouse/invite/InviteException.java +++ b/src/main/java/com/springsource/greenhouse/invite/InviteException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/invite/InviteRepository.java b/src/main/java/com/springsource/greenhouse/invite/InviteRepository.java index bc3e0767..b21d7788 100644 --- a/src/main/java/com/springsource/greenhouse/invite/InviteRepository.java +++ b/src/main/java/com/springsource/greenhouse/invite/InviteRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/invite/Invitee.java b/src/main/java/com/springsource/greenhouse/invite/Invitee.java index 0bc2ad2a..6749ac7e 100644 --- a/src/main/java/com/springsource/greenhouse/invite/Invitee.java +++ b/src/main/java/com/springsource/greenhouse/invite/Invitee.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/invite/JdbcInviteRepository.java b/src/main/java/com/springsource/greenhouse/invite/JdbcInviteRepository.java index f02bb210..3f7f546c 100644 --- a/src/main/java/com/springsource/greenhouse/invite/JdbcInviteRepository.java +++ b/src/main/java/com/springsource/greenhouse/invite/JdbcInviteRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/invite/NoSuchInviteException.java b/src/main/java/com/springsource/greenhouse/invite/NoSuchInviteException.java index ab9e0aca..f48579a8 100644 --- a/src/main/java/com/springsource/greenhouse/invite/NoSuchInviteException.java +++ b/src/main/java/com/springsource/greenhouse/invite/NoSuchInviteException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/invite/TwitterInviteController.java b/src/main/java/com/springsource/greenhouse/invite/TwitterInviteController.java index 800323d4..be978f09 100644 --- a/src/main/java/com/springsource/greenhouse/invite/TwitterInviteController.java +++ b/src/main/java/com/springsource/greenhouse/invite/TwitterInviteController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/invite/mail/AsyncMailInviteService.java b/src/main/java/com/springsource/greenhouse/invite/mail/AsyncMailInviteService.java index 0ed44c29..af27db66 100644 --- a/src/main/java/com/springsource/greenhouse/invite/mail/AsyncMailInviteService.java +++ b/src/main/java/com/springsource/greenhouse/invite/mail/AsyncMailInviteService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/invite/mail/MailInviteController.java b/src/main/java/com/springsource/greenhouse/invite/mail/MailInviteController.java index f17c325c..9e48ac7c 100644 --- a/src/main/java/com/springsource/greenhouse/invite/mail/MailInviteController.java +++ b/src/main/java/com/springsource/greenhouse/invite/mail/MailInviteController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/invite/mail/MailInviteForm.java b/src/main/java/com/springsource/greenhouse/invite/mail/MailInviteForm.java index e0e516f7..3701e11d 100644 --- a/src/main/java/com/springsource/greenhouse/invite/mail/MailInviteForm.java +++ b/src/main/java/com/springsource/greenhouse/invite/mail/MailInviteForm.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/invite/mail/MailInviteService.java b/src/main/java/com/springsource/greenhouse/invite/mail/MailInviteService.java index 2ee4a5fe..e476806c 100644 --- a/src/main/java/com/springsource/greenhouse/invite/mail/MailInviteService.java +++ b/src/main/java/com/springsource/greenhouse/invite/mail/MailInviteService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/members/ConnectedProfile.java b/src/main/java/com/springsource/greenhouse/members/ConnectedProfile.java index 0e69af58..f6b8197c 100644 --- a/src/main/java/com/springsource/greenhouse/members/ConnectedProfile.java +++ b/src/main/java/com/springsource/greenhouse/members/ConnectedProfile.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/members/FileStorageProfilePictureService.java b/src/main/java/com/springsource/greenhouse/members/FileStorageProfilePictureService.java index ca0059d4..cb313a83 100644 --- a/src/main/java/com/springsource/greenhouse/members/FileStorageProfilePictureService.java +++ b/src/main/java/com/springsource/greenhouse/members/FileStorageProfilePictureService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/members/JdbcProfileRepository.java b/src/main/java/com/springsource/greenhouse/members/JdbcProfileRepository.java index 1fd6efe9..08475ecd 100644 --- a/src/main/java/com/springsource/greenhouse/members/JdbcProfileRepository.java +++ b/src/main/java/com/springsource/greenhouse/members/JdbcProfileRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/members/MembersController.java b/src/main/java/com/springsource/greenhouse/members/MembersController.java index ebc0b20b..0d10d706 100644 --- a/src/main/java/com/springsource/greenhouse/members/MembersController.java +++ b/src/main/java/com/springsource/greenhouse/members/MembersController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/members/Profile.java b/src/main/java/com/springsource/greenhouse/members/Profile.java index 2ada790a..7242569c 100644 --- a/src/main/java/com/springsource/greenhouse/members/Profile.java +++ b/src/main/java/com/springsource/greenhouse/members/Profile.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/members/ProfilePictureService.java b/src/main/java/com/springsource/greenhouse/members/ProfilePictureService.java index c935b72f..c542152b 100644 --- a/src/main/java/com/springsource/greenhouse/members/ProfilePictureService.java +++ b/src/main/java/com/springsource/greenhouse/members/ProfilePictureService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/members/ProfileRepository.java b/src/main/java/com/springsource/greenhouse/members/ProfileRepository.java index b79ef2bf..788b0151 100644 --- a/src/main/java/com/springsource/greenhouse/members/ProfileRepository.java +++ b/src/main/java/com/springsource/greenhouse/members/ProfileRepository.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/reset/AsyncResetPasswordMailer.java b/src/main/java/com/springsource/greenhouse/reset/AsyncResetPasswordMailer.java index 8459ee7e..b7d258eb 100644 --- a/src/main/java/com/springsource/greenhouse/reset/AsyncResetPasswordMailer.java +++ b/src/main/java/com/springsource/greenhouse/reset/AsyncResetPasswordMailer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/reset/ChangePasswordForm.java b/src/main/java/com/springsource/greenhouse/reset/ChangePasswordForm.java index d96265bf..f6d457cf 100644 --- a/src/main/java/com/springsource/greenhouse/reset/ChangePasswordForm.java +++ b/src/main/java/com/springsource/greenhouse/reset/ChangePasswordForm.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/reset/InvalidResetTokenException.java b/src/main/java/com/springsource/greenhouse/reset/InvalidResetTokenException.java index 9a0ccb24..4199f5d1 100644 --- a/src/main/java/com/springsource/greenhouse/reset/InvalidResetTokenException.java +++ b/src/main/java/com/springsource/greenhouse/reset/InvalidResetTokenException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/reset/JdbcRestPasswordService.java b/src/main/java/com/springsource/greenhouse/reset/JdbcRestPasswordService.java index f51a8ccf..57e6338b 100644 --- a/src/main/java/com/springsource/greenhouse/reset/JdbcRestPasswordService.java +++ b/src/main/java/com/springsource/greenhouse/reset/JdbcRestPasswordService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/reset/ResetPasswordController.java b/src/main/java/com/springsource/greenhouse/reset/ResetPasswordController.java index 8b1f6531..7cebb0ef 100644 --- a/src/main/java/com/springsource/greenhouse/reset/ResetPasswordController.java +++ b/src/main/java/com/springsource/greenhouse/reset/ResetPasswordController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/reset/ResetPasswordMailMessageConverter.java b/src/main/java/com/springsource/greenhouse/reset/ResetPasswordMailMessageConverter.java index 90dd5e07..5d9921ab 100644 --- a/src/main/java/com/springsource/greenhouse/reset/ResetPasswordMailMessageConverter.java +++ b/src/main/java/com/springsource/greenhouse/reset/ResetPasswordMailMessageConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/reset/ResetPasswordMailer.java b/src/main/java/com/springsource/greenhouse/reset/ResetPasswordMailer.java index 77495fbc..5c4a43d9 100644 --- a/src/main/java/com/springsource/greenhouse/reset/ResetPasswordMailer.java +++ b/src/main/java/com/springsource/greenhouse/reset/ResetPasswordMailer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/reset/ResetPasswordRequest.java b/src/main/java/com/springsource/greenhouse/reset/ResetPasswordRequest.java index b9ee2525..35131df0 100644 --- a/src/main/java/com/springsource/greenhouse/reset/ResetPasswordRequest.java +++ b/src/main/java/com/springsource/greenhouse/reset/ResetPasswordRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/reset/ResetPasswordService.java b/src/main/java/com/springsource/greenhouse/reset/ResetPasswordService.java index 9433a51b..916fc356 100644 --- a/src/main/java/com/springsource/greenhouse/reset/ResetPasswordService.java +++ b/src/main/java/com/springsource/greenhouse/reset/ResetPasswordService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/settings/SettingsController.java b/src/main/java/com/springsource/greenhouse/settings/SettingsController.java index 32c0dac1..3945c54a 100644 --- a/src/main/java/com/springsource/greenhouse/settings/SettingsController.java +++ b/src/main/java/com/springsource/greenhouse/settings/SettingsController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/signin/AccountExposingHandlerInterceptor.java b/src/main/java/com/springsource/greenhouse/signin/AccountExposingHandlerInterceptor.java index 62396547..2f1e95dd 100644 --- a/src/main/java/com/springsource/greenhouse/signin/AccountExposingHandlerInterceptor.java +++ b/src/main/java/com/springsource/greenhouse/signin/AccountExposingHandlerInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/signin/SigninController.java b/src/main/java/com/springsource/greenhouse/signin/SigninController.java index 98c89fe7..26665861 100644 --- a/src/main/java/com/springsource/greenhouse/signin/SigninController.java +++ b/src/main/java/com/springsource/greenhouse/signin/SigninController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/signup/SignedUpGateway.java b/src/main/java/com/springsource/greenhouse/signup/SignedUpGateway.java index 576a2f20..38867314 100644 --- a/src/main/java/com/springsource/greenhouse/signup/SignedUpGateway.java +++ b/src/main/java/com/springsource/greenhouse/signup/SignedUpGateway.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/signup/SignupController.java b/src/main/java/com/springsource/greenhouse/signup/SignupController.java index 295f3682..cfdc9ac1 100644 --- a/src/main/java/com/springsource/greenhouse/signup/SignupController.java +++ b/src/main/java/com/springsource/greenhouse/signup/SignupController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/signup/SignupForm.java b/src/main/java/com/springsource/greenhouse/signup/SignupForm.java index 940537a2..44cc51ef 100644 --- a/src/main/java/com/springsource/greenhouse/signup/SignupForm.java +++ b/src/main/java/com/springsource/greenhouse/signup/SignupForm.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/signup/SignupFormDeserializers.java b/src/main/java/com/springsource/greenhouse/signup/SignupFormDeserializers.java index b529f097..7a7a5b0e 100644 --- a/src/main/java/com/springsource/greenhouse/signup/SignupFormDeserializers.java +++ b/src/main/java/com/springsource/greenhouse/signup/SignupFormDeserializers.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/signup/SignupHelper.java b/src/main/java/com/springsource/greenhouse/signup/SignupHelper.java index 6f5e876c..98d1c010 100644 --- a/src/main/java/com/springsource/greenhouse/signup/SignupHelper.java +++ b/src/main/java/com/springsource/greenhouse/signup/SignupHelper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/signup/WelcomeMailTransformer.java b/src/main/java/com/springsource/greenhouse/signup/WelcomeMailTransformer.java index 945734af..a9469484 100644 --- a/src/main/java/com/springsource/greenhouse/signup/WelcomeMailTransformer.java +++ b/src/main/java/com/springsource/greenhouse/signup/WelcomeMailTransformer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/utils/EmailUtils.java b/src/main/java/com/springsource/greenhouse/utils/EmailUtils.java index 8222813f..59283e74 100644 --- a/src/main/java/com/springsource/greenhouse/utils/EmailUtils.java +++ b/src/main/java/com/springsource/greenhouse/utils/EmailUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/utils/GeoLocation.java b/src/main/java/com/springsource/greenhouse/utils/GeoLocation.java index 52842ee4..acc4eda6 100644 --- a/src/main/java/com/springsource/greenhouse/utils/GeoLocation.java +++ b/src/main/java/com/springsource/greenhouse/utils/GeoLocation.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/utils/ImageUtils.java b/src/main/java/com/springsource/greenhouse/utils/ImageUtils.java index 56d5dcfd..7fde4eab 100644 --- a/src/main/java/com/springsource/greenhouse/utils/ImageUtils.java +++ b/src/main/java/com/springsource/greenhouse/utils/ImageUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/utils/Location.java b/src/main/java/com/springsource/greenhouse/utils/Location.java index f0d3f6e5..e3432713 100644 --- a/src/main/java/com/springsource/greenhouse/utils/Location.java +++ b/src/main/java/com/springsource/greenhouse/utils/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/src/main/java/com/springsource/greenhouse/utils/Message.java b/src/main/java/com/springsource/greenhouse/utils/Message.java index c892e9a3..8154fafb 100644 --- a/src/main/java/com/springsource/greenhouse/utils/Message.java +++ b/src/main/java/com/springsource/greenhouse/utils/Message.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/utils/MessageType.java b/src/main/java/com/springsource/greenhouse/utils/MessageType.java index 99df070a..f2596d4f 100644 --- a/src/main/java/com/springsource/greenhouse/utils/MessageType.java +++ b/src/main/java/com/springsource/greenhouse/utils/MessageType.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/utils/ResourceReference.java b/src/main/java/com/springsource/greenhouse/utils/ResourceReference.java index f9babda2..f0802d49 100644 --- a/src/main/java/com/springsource/greenhouse/utils/ResourceReference.java +++ b/src/main/java/com/springsource/greenhouse/utils/ResourceReference.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/utils/SlugUtils.java b/src/main/java/com/springsource/greenhouse/utils/SlugUtils.java index 8ca08d11..98bd5d78 100644 --- a/src/main/java/com/springsource/greenhouse/utils/SlugUtils.java +++ b/src/main/java/com/springsource/greenhouse/utils/SlugUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/utils/SubResourceReference.java b/src/main/java/com/springsource/greenhouse/utils/SubResourceReference.java index 1ce4e988..5a2b48f8 100644 --- a/src/main/java/com/springsource/greenhouse/utils/SubResourceReference.java +++ b/src/main/java/com/springsource/greenhouse/utils/SubResourceReference.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/utils/VisualResourceReference.java b/src/main/java/com/springsource/greenhouse/utils/VisualResourceReference.java index 51859c4a..e9140d0f 100644 --- a/src/main/java/com/springsource/greenhouse/utils/VisualResourceReference.java +++ b/src/main/java/com/springsource/greenhouse/utils/VisualResourceReference.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/validation/Confirm.java b/src/main/java/com/springsource/greenhouse/validation/Confirm.java index d104779e..d8d01bb0 100644 --- a/src/main/java/com/springsource/greenhouse/validation/Confirm.java +++ b/src/main/java/com/springsource/greenhouse/validation/Confirm.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/com/springsource/greenhouse/validation/ConfirmValidator.java b/src/main/java/com/springsource/greenhouse/validation/ConfirmValidator.java index b9a58110..e21a4143 100644 --- a/src/main/java/com/springsource/greenhouse/validation/ConfirmValidator.java +++ b/src/main/java/com/springsource/greenhouse/validation/ConfirmValidator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/data/FileData.java b/src/main/java/org/springframework/data/FileData.java index 9e925afa..f4e5423f 100644 --- a/src/main/java/org/springframework/data/FileData.java +++ b/src/main/java/org/springframework/data/FileData.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/data/FileStorage.java b/src/main/java/org/springframework/data/FileStorage.java index f206fbea..7d13b07c 100644 --- a/src/main/java/org/springframework/data/FileStorage.java +++ b/src/main/java/org/springframework/data/FileStorage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/data/LocalFileStorage.java b/src/main/java/org/springframework/data/LocalFileStorage.java index d8873980..0ed605a1 100644 --- a/src/main/java/org/springframework/data/LocalFileStorage.java +++ b/src/main/java/org/springframework/data/LocalFileStorage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/data/S3FileStorage.java b/src/main/java/org/springframework/data/S3FileStorage.java index 6f9cdddb..1d93e3ad 100644 --- a/src/main/java/org/springframework/data/S3FileStorage.java +++ b/src/main/java/org/springframework/data/S3FileStorage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/jdbc/core/JoinRowMapper.java b/src/main/java/org/springframework/jdbc/core/JoinRowMapper.java index a49381ef..e0d8ee6d 100644 --- a/src/main/java/org/springframework/jdbc/core/JoinRowMapper.java +++ b/src/main/java/org/springframework/jdbc/core/JoinRowMapper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/jdbc/versioned/AbstractDatabaseChange.java b/src/main/java/org/springframework/jdbc/versioned/AbstractDatabaseChange.java index 4d948eee..f89e408c 100644 --- a/src/main/java/org/springframework/jdbc/versioned/AbstractDatabaseChange.java +++ b/src/main/java/org/springframework/jdbc/versioned/AbstractDatabaseChange.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/jdbc/versioned/DatabaseChange.java b/src/main/java/org/springframework/jdbc/versioned/DatabaseChange.java index 6e49328a..cc1589ef 100644 --- a/src/main/java/org/springframework/jdbc/versioned/DatabaseChange.java +++ b/src/main/java/org/springframework/jdbc/versioned/DatabaseChange.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/jdbc/versioned/DatabaseChangeSet.java b/src/main/java/org/springframework/jdbc/versioned/DatabaseChangeSet.java index 6d5c68d1..50a6655d 100644 --- a/src/main/java/org/springframework/jdbc/versioned/DatabaseChangeSet.java +++ b/src/main/java/org/springframework/jdbc/versioned/DatabaseChangeSet.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/jdbc/versioned/DatabaseUpgrader.java b/src/main/java/org/springframework/jdbc/versioned/DatabaseUpgrader.java index bb99645c..2f89effd 100644 --- a/src/main/java/org/springframework/jdbc/versioned/DatabaseUpgrader.java +++ b/src/main/java/org/springframework/jdbc/versioned/DatabaseUpgrader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/jdbc/versioned/DatabaseVersion.java b/src/main/java/org/springframework/jdbc/versioned/DatabaseVersion.java index 7f24c263..b9cc406b 100644 --- a/src/main/java/org/springframework/jdbc/versioned/DatabaseVersion.java +++ b/src/main/java/org/springframework/jdbc/versioned/DatabaseVersion.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/jdbc/versioned/GenericDatabaseUpgrader.java b/src/main/java/org/springframework/jdbc/versioned/GenericDatabaseUpgrader.java index 61f3343f..ee8ea32e 100644 --- a/src/main/java/org/springframework/jdbc/versioned/GenericDatabaseUpgrader.java +++ b/src/main/java/org/springframework/jdbc/versioned/GenericDatabaseUpgrader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/jdbc/versioned/SqlDatabaseChange.java b/src/main/java/org/springframework/jdbc/versioned/SqlDatabaseChange.java index df6387ce..330106f2 100644 --- a/src/main/java/org/springframework/jdbc/versioned/SqlDatabaseChange.java +++ b/src/main/java/org/springframework/jdbc/versioned/SqlDatabaseChange.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/model/FieldModel.java b/src/main/java/org/springframework/model/FieldModel.java index 9564a7fd..6d8149b3 100644 --- a/src/main/java/org/springframework/model/FieldModel.java +++ b/src/main/java/org/springframework/model/FieldModel.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/social/facebook/web/FacebookHandlerMethodArgumentResolver.java b/src/main/java/org/springframework/social/facebook/web/FacebookHandlerMethodArgumentResolver.java index 54858c13..5e501f2a 100644 --- a/src/main/java/org/springframework/social/facebook/web/FacebookHandlerMethodArgumentResolver.java +++ b/src/main/java/org/springframework/social/facebook/web/FacebookHandlerMethodArgumentResolver.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/social/mobile/device/DeviceHandlerMethodArgumentResolver.java b/src/main/java/org/springframework/social/mobile/device/DeviceHandlerMethodArgumentResolver.java index 8cb4379c..f26b9ce9 100644 --- a/src/main/java/org/springframework/social/mobile/device/DeviceHandlerMethodArgumentResolver.java +++ b/src/main/java/org/springframework/social/mobile/device/DeviceHandlerMethodArgumentResolver.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/templating/DelegatingStringTemplate.java b/src/main/java/org/springframework/templating/DelegatingStringTemplate.java index 7e08359c..c49c4193 100644 --- a/src/main/java/org/springframework/templating/DelegatingStringTemplate.java +++ b/src/main/java/org/springframework/templating/DelegatingStringTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/templating/LocalStringTemplate.java b/src/main/java/org/springframework/templating/LocalStringTemplate.java index b81554b4..d8e49736 100644 --- a/src/main/java/org/springframework/templating/LocalStringTemplate.java +++ b/src/main/java/org/springframework/templating/LocalStringTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/templating/ResourceStringTemplateFactory.java b/src/main/java/org/springframework/templating/ResourceStringTemplateFactory.java index def7368b..e3c8c1a4 100644 --- a/src/main/java/org/springframework/templating/ResourceStringTemplateFactory.java +++ b/src/main/java/org/springframework/templating/ResourceStringTemplateFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/templating/StandardStringTemplateLoader.java b/src/main/java/org/springframework/templating/StandardStringTemplateLoader.java index fc85c101..1ecb7cb1 100644 --- a/src/main/java/org/springframework/templating/StandardStringTemplateLoader.java +++ b/src/main/java/org/springframework/templating/StandardStringTemplateLoader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/templating/StringTemplate.java b/src/main/java/org/springframework/templating/StringTemplate.java index 5afa1d4d..1eec100b 100644 --- a/src/main/java/org/springframework/templating/StringTemplate.java +++ b/src/main/java/org/springframework/templating/StringTemplate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/templating/StringTemplateFactory.java b/src/main/java/org/springframework/templating/StringTemplateFactory.java index 113b3f53..81ca5d0f 100644 --- a/src/main/java/org/springframework/templating/StringTemplateFactory.java +++ b/src/main/java/org/springframework/templating/StringTemplateFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/templating/StringTemplateLoader.java b/src/main/java/org/springframework/templating/StringTemplateLoader.java index 10617a73..c52d7fc3 100644 --- a/src/main/java/org/springframework/templating/StringTemplateLoader.java +++ b/src/main/java/org/springframework/templating/StringTemplateLoader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/account/JdbcAccountRepositoryTest.java b/src/test/java/com/springsource/greenhouse/account/JdbcAccountRepositoryTest.java index 2767aaa2..da567f48 100644 --- a/src/test/java/com/springsource/greenhouse/account/JdbcAccountRepositoryTest.java +++ b/src/test/java/com/springsource/greenhouse/account/JdbcAccountRepositoryTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/account/StubFileStorage.java b/src/test/java/com/springsource/greenhouse/account/StubFileStorage.java index 290b9878..92c0f8ae 100644 --- a/src/test/java/com/springsource/greenhouse/account/StubFileStorage.java +++ b/src/test/java/com/springsource/greenhouse/account/StubFileStorage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/account/WelcomeMailTransformerTest.java b/src/test/java/com/springsource/greenhouse/account/WelcomeMailTransformerTest.java index 1e4cb0f6..a12a8983 100644 --- a/src/test/java/com/springsource/greenhouse/account/WelcomeMailTransformerTest.java +++ b/src/test/java/com/springsource/greenhouse/account/WelcomeMailTransformerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/connect/TwitterConnectInterceptorTest.java b/src/test/java/com/springsource/greenhouse/connect/TwitterConnectInterceptorTest.java index 50c4f07f..369646e7 100644 --- a/src/test/java/com/springsource/greenhouse/connect/TwitterConnectInterceptorTest.java +++ b/src/test/java/com/springsource/greenhouse/connect/TwitterConnectInterceptorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/database/GreenhouseDatabaseInstallerTest.java b/src/test/java/com/springsource/greenhouse/database/GreenhouseDatabaseInstallerTest.java index 2100bbe7..b5426570 100644 --- a/src/test/java/com/springsource/greenhouse/database/GreenhouseDatabaseInstallerTest.java +++ b/src/test/java/com/springsource/greenhouse/database/GreenhouseDatabaseInstallerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/database/GreenhouseTestDatabaseBuilder.java b/src/test/java/com/springsource/greenhouse/database/GreenhouseTestDatabaseBuilder.java index 207fb072..cf401f8f 100644 --- a/src/test/java/com/springsource/greenhouse/database/GreenhouseTestDatabaseBuilder.java +++ b/src/test/java/com/springsource/greenhouse/database/GreenhouseTestDatabaseBuilder.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/develop/JdbcAppRepositoryTest.java b/src/test/java/com/springsource/greenhouse/develop/JdbcAppRepositoryTest.java index 0b2e361e..341eb0e1 100644 --- a/src/test/java/com/springsource/greenhouse/develop/JdbcAppRepositoryTest.java +++ b/src/test/java/com/springsource/greenhouse/develop/JdbcAppRepositoryTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/events/JdbcEventRepositoryTest.java b/src/test/java/com/springsource/greenhouse/events/JdbcEventRepositoryTest.java index 6b18736d..7e5e953b 100644 --- a/src/test/java/com/springsource/greenhouse/events/JdbcEventRepositoryTest.java +++ b/src/test/java/com/springsource/greenhouse/events/JdbcEventRepositoryTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/events/load/JdbcEventLoaderRepositoryTest.java b/src/test/java/com/springsource/greenhouse/events/load/JdbcEventLoaderRepositoryTest.java index 3d93a3f9..04289241 100644 --- a/src/test/java/com/springsource/greenhouse/events/load/JdbcEventLoaderRepositoryTest.java +++ b/src/test/java/com/springsource/greenhouse/events/load/JdbcEventLoaderRepositoryTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/events/load/NFJSLoaderTest.java b/src/test/java/com/springsource/greenhouse/events/load/NFJSLoaderTest.java index a5b88dbe..7bcba7a2 100644 --- a/src/test/java/com/springsource/greenhouse/events/load/NFJSLoaderTest.java +++ b/src/test/java/com/springsource/greenhouse/events/load/NFJSLoaderTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/groups/JdbcGroupRepositoryTest.java b/src/test/java/com/springsource/greenhouse/groups/JdbcGroupRepositoryTest.java index a4211b47..1243c39d 100644 --- a/src/test/java/com/springsource/greenhouse/groups/JdbcGroupRepositoryTest.java +++ b/src/test/java/com/springsource/greenhouse/groups/JdbcGroupRepositoryTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/invite/InviteeTest.java b/src/test/java/com/springsource/greenhouse/invite/InviteeTest.java index 5f43cc5a..9922f478 100644 --- a/src/test/java/com/springsource/greenhouse/invite/InviteeTest.java +++ b/src/test/java/com/springsource/greenhouse/invite/InviteeTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/invite/JdbcInviteRepositoryTest.java b/src/test/java/com/springsource/greenhouse/invite/JdbcInviteRepositoryTest.java index 97f4994b..88d9332b 100644 --- a/src/test/java/com/springsource/greenhouse/invite/JdbcInviteRepositoryTest.java +++ b/src/test/java/com/springsource/greenhouse/invite/JdbcInviteRepositoryTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/invite/mail/MailInviteServiceTest.java b/src/test/java/com/springsource/greenhouse/invite/mail/MailInviteServiceTest.java index a05cc78a..740ba5ce 100644 --- a/src/test/java/com/springsource/greenhouse/invite/mail/MailInviteServiceTest.java +++ b/src/test/java/com/springsource/greenhouse/invite/mail/MailInviteServiceTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/members/JdbcProfileRepositoryTest.java b/src/test/java/com/springsource/greenhouse/members/JdbcProfileRepositoryTest.java index 1105ca0d..d51491f5 100644 --- a/src/test/java/com/springsource/greenhouse/members/JdbcProfileRepositoryTest.java +++ b/src/test/java/com/springsource/greenhouse/members/JdbcProfileRepositoryTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/settings/SettingsControllerTest.java b/src/test/java/com/springsource/greenhouse/settings/SettingsControllerTest.java index 1aab5cbb..59718b3a 100644 --- a/src/test/java/com/springsource/greenhouse/settings/SettingsControllerTest.java +++ b/src/test/java/com/springsource/greenhouse/settings/SettingsControllerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/signin/AccountExposingHandlerInterceptorTest.java b/src/test/java/com/springsource/greenhouse/signin/AccountExposingHandlerInterceptorTest.java index 794ea7f4..86427564 100644 --- a/src/test/java/com/springsource/greenhouse/signin/AccountExposingHandlerInterceptorTest.java +++ b/src/test/java/com/springsource/greenhouse/signin/AccountExposingHandlerInterceptorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/signup/SignupControllerTest.java b/src/test/java/com/springsource/greenhouse/signup/SignupControllerTest.java index dc1e7589..071cb89e 100644 --- a/src/test/java/com/springsource/greenhouse/signup/SignupControllerTest.java +++ b/src/test/java/com/springsource/greenhouse/signup/SignupControllerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/utils/EmailUtilsTest.java b/src/test/java/com/springsource/greenhouse/utils/EmailUtilsTest.java index 3f9a0cff..b35f52b8 100644 --- a/src/test/java/com/springsource/greenhouse/utils/EmailUtilsTest.java +++ b/src/test/java/com/springsource/greenhouse/utils/EmailUtilsTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/com/springsource/greenhouse/utils/SlugUtilsTest.java b/src/test/java/com/springsource/greenhouse/utils/SlugUtilsTest.java index f9ed0d5b..afd09915 100644 --- a/src/test/java/com/springsource/greenhouse/utils/SlugUtilsTest.java +++ b/src/test/java/com/springsource/greenhouse/utils/SlugUtilsTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/test/java/org/springframework/test/transaction/Transactional.java b/src/test/java/org/springframework/test/transaction/Transactional.java index d24dfe74..e5bd5825 100644 --- a/src/test/java/org/springframework/test/transaction/Transactional.java +++ b/src/test/java/org/springframework/test/transaction/Transactional.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,