diff --git a/src/main/java/locksdemo/JdbcLockService.java b/src/main/java/locksdemo/JdbcLockService.java index fd35fc4..fca94d6 100644 --- a/src/main/java/locksdemo/JdbcLockService.java +++ b/src/main/java/locksdemo/JdbcLockService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/locksdemo/Lock.java b/src/main/java/locksdemo/Lock.java index d4d6127..c2e6b29 100644 --- a/src/main/java/locksdemo/Lock.java +++ b/src/main/java/locksdemo/Lock.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/locksdemo/LockException.java b/src/main/java/locksdemo/LockException.java index 1a6f131..5c05f8c 100644 --- a/src/main/java/locksdemo/LockException.java +++ b/src/main/java/locksdemo/LockException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/locksdemo/LockExistsException.java b/src/main/java/locksdemo/LockExistsException.java index 911a830..9976809 100644 --- a/src/main/java/locksdemo/LockExistsException.java +++ b/src/main/java/locksdemo/LockExistsException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/locksdemo/LockNotHeldException.java b/src/main/java/locksdemo/LockNotHeldException.java index 1e23496..1eacff8 100644 --- a/src/main/java/locksdemo/LockNotHeldException.java +++ b/src/main/java/locksdemo/LockNotHeldException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/locksdemo/LockService.java b/src/main/java/locksdemo/LockService.java index ff330ab..6c8ab6d 100644 --- a/src/main/java/locksdemo/LockService.java +++ b/src/main/java/locksdemo/LockService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/locksdemo/LocksController.java b/src/main/java/locksdemo/LocksController.java index 269cdb7..3d0d6c3 100644 --- a/src/main/java/locksdemo/LocksController.java +++ b/src/main/java/locksdemo/LocksController.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/locksdemo/NoSuchLockException.java b/src/main/java/locksdemo/NoSuchLockException.java index 29e07a3..86fef0c 100644 --- a/src/main/java/locksdemo/NoSuchLockException.java +++ b/src/main/java/locksdemo/NoSuchLockException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/locksdemo/RedisLockService.java b/src/main/java/locksdemo/RedisLockService.java index df913ea..fde2239 100644 --- a/src/main/java/locksdemo/RedisLockService.java +++ b/src/main/java/locksdemo/RedisLockService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/locksdemo/RedisUtils.java b/src/main/java/locksdemo/RedisUtils.java index 9ca6fcb..3a331cd 100644 --- a/src/main/java/locksdemo/RedisUtils.java +++ b/src/main/java/locksdemo/RedisUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/locksdemo/SimpleLockService.java b/src/main/java/locksdemo/SimpleLockService.java index 77c7bbb..f49e4c0 100644 --- a/src/main/java/locksdemo/SimpleLockService.java +++ b/src/main/java/locksdemo/SimpleLockService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/locksdemo/AbstractLockServiceTests.java b/src/test/java/locksdemo/AbstractLockServiceTests.java index f07f7a3..b67b337 100644 --- a/src/test/java/locksdemo/AbstractLockServiceTests.java +++ b/src/test/java/locksdemo/AbstractLockServiceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/locksdemo/JdbcLockServiceTests.java b/src/test/java/locksdemo/JdbcLockServiceTests.java index 0eaec78..939350b 100644 --- a/src/test/java/locksdemo/JdbcLockServiceTests.java +++ b/src/test/java/locksdemo/JdbcLockServiceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/locksdemo/RedisLockServiceTests.java b/src/test/java/locksdemo/RedisLockServiceTests.java index e79960e..9d13db1 100644 --- a/src/test/java/locksdemo/RedisLockServiceTests.java +++ b/src/test/java/locksdemo/RedisLockServiceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/locksdemo/RedisServer.java b/src/test/java/locksdemo/RedisServer.java index e5281a2..17d9f13 100644 --- a/src/test/java/locksdemo/RedisServer.java +++ b/src/test/java/locksdemo/RedisServer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/locksdemo/SimpleLockServiceTests.java b/src/test/java/locksdemo/SimpleLockServiceTests.java index b04c76b..0b810cc 100644 --- a/src/test/java/locksdemo/SimpleLockServiceTests.java +++ b/src/test/java/locksdemo/SimpleLockServiceTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,