diff --git a/docs/src/info/license.txt b/docs/src/info/license.txt index 261eeb9e..20e4bd85 100644 --- a/docs/src/info/license.txt +++ b/docs/src/info/license.txt @@ -1,6 +1,6 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -192,7 +192,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/Main.java b/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/Main.java index 1ce398e3..740b8c76 100644 --- a/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/Main.java +++ b/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/Main.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/commands/MyBannerProvider.java b/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/commands/MyBannerProvider.java index 62579c92..d8be7e90 100644 --- a/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/commands/MyBannerProvider.java +++ b/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/commands/MyBannerProvider.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/commands/MyHistoryFileNameProvider.java b/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/commands/MyHistoryFileNameProvider.java index 77c745c4..11d94a93 100644 --- a/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/commands/MyHistoryFileNameProvider.java +++ b/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/commands/MyHistoryFileNameProvider.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/commands/MyPromptProvider.java b/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/commands/MyPromptProvider.java index ba875c27..9abd35d2 100644 --- a/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/commands/MyPromptProvider.java +++ b/samples/helloworld/src/main/java/org/springframework/shell/samples/helloworld/commands/MyPromptProvider.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/samples/helloworld/src/test/java/org/springframework/shell/samples/hellworld/commands/HelloWorldCommandTests.java b/samples/helloworld/src/test/java/org/springframework/shell/samples/hellworld/commands/HelloWorldCommandTests.java index e80f9654..e64f846b 100644 --- a/samples/helloworld/src/test/java/org/springframework/shell/samples/hellworld/commands/HelloWorldCommandTests.java +++ b/samples/helloworld/src/test/java/org/springframework/shell/samples/hellworld/commands/HelloWorldCommandTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/Bootstrap.java b/src/main/java/org/springframework/shell/Bootstrap.java index f948d6cb..eab7d939 100644 --- a/src/main/java/org/springframework/shell/Bootstrap.java +++ b/src/main/java/org/springframework/shell/Bootstrap.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/CommandLine.java b/src/main/java/org/springframework/shell/CommandLine.java index 1481f37d..2638132c 100644 --- a/src/main/java/org/springframework/shell/CommandLine.java +++ b/src/main/java/org/springframework/shell/CommandLine.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/ShellException.java b/src/main/java/org/springframework/shell/ShellException.java index 3caa04d9..57b01b9f 100644 --- a/src/main/java/org/springframework/shell/ShellException.java +++ b/src/main/java/org/springframework/shell/ShellException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/SimpleShellCommandLineOptions.java b/src/main/java/org/springframework/shell/SimpleShellCommandLineOptions.java index 6890b0a1..296e75dd 100644 --- a/src/main/java/org/springframework/shell/SimpleShellCommandLineOptions.java +++ b/src/main/java/org/springframework/shell/SimpleShellCommandLineOptions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/TerminalSizeAware.java b/src/main/java/org/springframework/shell/TerminalSizeAware.java index 00bf20db..7d873552 100644 --- a/src/main/java/org/springframework/shell/TerminalSizeAware.java +++ b/src/main/java/org/springframework/shell/TerminalSizeAware.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/commands/ConsoleCommands.java b/src/main/java/org/springframework/shell/commands/ConsoleCommands.java index d9d2caac..294013a2 100644 --- a/src/main/java/org/springframework/shell/commands/ConsoleCommands.java +++ b/src/main/java/org/springframework/shell/commands/ConsoleCommands.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/commands/DateCommands.java b/src/main/java/org/springframework/shell/commands/DateCommands.java index bc3d11cd..643a29fd 100644 --- a/src/main/java/org/springframework/shell/commands/DateCommands.java +++ b/src/main/java/org/springframework/shell/commands/DateCommands.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/commands/ExitCommands.java b/src/main/java/org/springframework/shell/commands/ExitCommands.java index d0c6dd69..2231f14f 100644 --- a/src/main/java/org/springframework/shell/commands/ExitCommands.java +++ b/src/main/java/org/springframework/shell/commands/ExitCommands.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/commands/HelpCommands.java b/src/main/java/org/springframework/shell/commands/HelpCommands.java index af0f947b..7a17929b 100644 --- a/src/main/java/org/springframework/shell/commands/HelpCommands.java +++ b/src/main/java/org/springframework/shell/commands/HelpCommands.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/commands/InlineCommentCommands.java b/src/main/java/org/springframework/shell/commands/InlineCommentCommands.java index ca870626..8c68552f 100644 --- a/src/main/java/org/springframework/shell/commands/InlineCommentCommands.java +++ b/src/main/java/org/springframework/shell/commands/InlineCommentCommands.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/commands/OsCommands.java b/src/main/java/org/springframework/shell/commands/OsCommands.java index 67fcb5a7..6096b7d4 100644 --- a/src/main/java/org/springframework/shell/commands/OsCommands.java +++ b/src/main/java/org/springframework/shell/commands/OsCommands.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/commands/OsOperations.java b/src/main/java/org/springframework/shell/commands/OsOperations.java index bba29236..d75faa5d 100644 --- a/src/main/java/org/springframework/shell/commands/OsOperations.java +++ b/src/main/java/org/springframework/shell/commands/OsOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/commands/OsOperationsImpl.java b/src/main/java/org/springframework/shell/commands/OsOperationsImpl.java index d0ae9515..a2938fe7 100644 --- a/src/main/java/org/springframework/shell/commands/OsOperationsImpl.java +++ b/src/main/java/org/springframework/shell/commands/OsOperationsImpl.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/commands/ScriptCommands.java b/src/main/java/org/springframework/shell/commands/ScriptCommands.java index 439ae4ac..a26d8a7b 100644 --- a/src/main/java/org/springframework/shell/commands/ScriptCommands.java +++ b/src/main/java/org/springframework/shell/commands/ScriptCommands.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/commands/SystemPropertyCommands.java b/src/main/java/org/springframework/shell/commands/SystemPropertyCommands.java index 3279ba3a..574abf5f 100644 --- a/src/main/java/org/springframework/shell/commands/SystemPropertyCommands.java +++ b/src/main/java/org/springframework/shell/commands/SystemPropertyCommands.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/converters/AvailableCommandsConverter.java b/src/main/java/org/springframework/shell/converters/AvailableCommandsConverter.java index 2c8529db..d7bb9b50 100644 --- a/src/main/java/org/springframework/shell/converters/AvailableCommandsConverter.java +++ b/src/main/java/org/springframework/shell/converters/AvailableCommandsConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/converters/BigDecimalConverter.java b/src/main/java/org/springframework/shell/converters/BigDecimalConverter.java index 144fd9f3..8218147c 100644 --- a/src/main/java/org/springframework/shell/converters/BigDecimalConverter.java +++ b/src/main/java/org/springframework/shell/converters/BigDecimalConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/converters/BigIntegerConverter.java b/src/main/java/org/springframework/shell/converters/BigIntegerConverter.java index 7ab5c168..d6b20cd8 100644 --- a/src/main/java/org/springframework/shell/converters/BigIntegerConverter.java +++ b/src/main/java/org/springframework/shell/converters/BigIntegerConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/converters/BooleanConverter.java b/src/main/java/org/springframework/shell/converters/BooleanConverter.java index d197fad6..988ae767 100644 --- a/src/main/java/org/springframework/shell/converters/BooleanConverter.java +++ b/src/main/java/org/springframework/shell/converters/BooleanConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/converters/CharacterConverter.java b/src/main/java/org/springframework/shell/converters/CharacterConverter.java index 895cd18a..b4c86258 100644 --- a/src/main/java/org/springframework/shell/converters/CharacterConverter.java +++ b/src/main/java/org/springframework/shell/converters/CharacterConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/converters/DateConverter.java b/src/main/java/org/springframework/shell/converters/DateConverter.java index fd3f6e82..54ba2b03 100644 --- a/src/main/java/org/springframework/shell/converters/DateConverter.java +++ b/src/main/java/org/springframework/shell/converters/DateConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/converters/DoubleConverter.java b/src/main/java/org/springframework/shell/converters/DoubleConverter.java index 8964fd31..2ee3ff94 100644 --- a/src/main/java/org/springframework/shell/converters/DoubleConverter.java +++ b/src/main/java/org/springframework/shell/converters/DoubleConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/converters/EnumConverter.java b/src/main/java/org/springframework/shell/converters/EnumConverter.java index f22f60ca..9a959d6c 100644 --- a/src/main/java/org/springframework/shell/converters/EnumConverter.java +++ b/src/main/java/org/springframework/shell/converters/EnumConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/converters/FileConverter.java b/src/main/java/org/springframework/shell/converters/FileConverter.java index 5e3fac76..0fa767d3 100644 --- a/src/main/java/org/springframework/shell/converters/FileConverter.java +++ b/src/main/java/org/springframework/shell/converters/FileConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/converters/FloatConverter.java b/src/main/java/org/springframework/shell/converters/FloatConverter.java index 24136e67..77174887 100644 --- a/src/main/java/org/springframework/shell/converters/FloatConverter.java +++ b/src/main/java/org/springframework/shell/converters/FloatConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/converters/LocaleConverter.java b/src/main/java/org/springframework/shell/converters/LocaleConverter.java index e546ce15..cb89d1ec 100644 --- a/src/main/java/org/springframework/shell/converters/LocaleConverter.java +++ b/src/main/java/org/springframework/shell/converters/LocaleConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/converters/LongConverter.java b/src/main/java/org/springframework/shell/converters/LongConverter.java index 8f176b98..4886787e 100644 --- a/src/main/java/org/springframework/shell/converters/LongConverter.java +++ b/src/main/java/org/springframework/shell/converters/LongConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/converters/ShortConverter.java b/src/main/java/org/springframework/shell/converters/ShortConverter.java index e33450dc..cb5e722e 100644 --- a/src/main/java/org/springframework/shell/converters/ShortConverter.java +++ b/src/main/java/org/springframework/shell/converters/ShortConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/converters/SimpleFileConverter.java b/src/main/java/org/springframework/shell/converters/SimpleFileConverter.java index ab069844..0bdf34ab 100644 --- a/src/main/java/org/springframework/shell/converters/SimpleFileConverter.java +++ b/src/main/java/org/springframework/shell/converters/SimpleFileConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/converters/StaticFieldConverter.java b/src/main/java/org/springframework/shell/converters/StaticFieldConverter.java index a155a061..d3727070 100644 --- a/src/main/java/org/springframework/shell/converters/StaticFieldConverter.java +++ b/src/main/java/org/springframework/shell/converters/StaticFieldConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/converters/StaticFieldConverterImpl.java b/src/main/java/org/springframework/shell/converters/StaticFieldConverterImpl.java index 2cbf0230..b0893223 100644 --- a/src/main/java/org/springframework/shell/converters/StaticFieldConverterImpl.java +++ b/src/main/java/org/springframework/shell/converters/StaticFieldConverterImpl.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/converters/StringConverter.java b/src/main/java/org/springframework/shell/converters/StringConverter.java index e17079b7..92862453 100644 --- a/src/main/java/org/springframework/shell/converters/StringConverter.java +++ b/src/main/java/org/springframework/shell/converters/StringConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/AbstractShell.java b/src/main/java/org/springframework/shell/core/AbstractShell.java index 28e90eed..8a76bdd5 100644 --- a/src/main/java/org/springframework/shell/core/AbstractShell.java +++ b/src/main/java/org/springframework/shell/core/AbstractShell.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/CommandMarker.java b/src/main/java/org/springframework/shell/core/CommandMarker.java index 8f05751a..2f0e1999 100644 --- a/src/main/java/org/springframework/shell/core/CommandMarker.java +++ b/src/main/java/org/springframework/shell/core/CommandMarker.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/CommandResult.java b/src/main/java/org/springframework/shell/core/CommandResult.java index b2002310..c81ab1ea 100644 --- a/src/main/java/org/springframework/shell/core/CommandResult.java +++ b/src/main/java/org/springframework/shell/core/CommandResult.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/Completion.java b/src/main/java/org/springframework/shell/core/Completion.java index d1c8fc4a..80ac0e0c 100644 --- a/src/main/java/org/springframework/shell/core/Completion.java +++ b/src/main/java/org/springframework/shell/core/Completion.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/Converter.java b/src/main/java/org/springframework/shell/core/Converter.java index 16a9718c..6a800457 100644 --- a/src/main/java/org/springframework/shell/core/Converter.java +++ b/src/main/java/org/springframework/shell/core/Converter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/shell/core/ExecutionProcessor.java b/src/main/java/org/springframework/shell/core/ExecutionProcessor.java index d98ee81d..4daadb18 100644 --- a/src/main/java/org/springframework/shell/core/ExecutionProcessor.java +++ b/src/main/java/org/springframework/shell/core/ExecutionProcessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/ExecutionStrategy.java b/src/main/java/org/springframework/shell/core/ExecutionStrategy.java index 2510e95f..4983d7b9 100644 --- a/src/main/java/org/springframework/shell/core/ExecutionStrategy.java +++ b/src/main/java/org/springframework/shell/core/ExecutionStrategy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/ExitShellRequest.java b/src/main/java/org/springframework/shell/core/ExitShellRequest.java index 9683efdb..13a4d986 100644 --- a/src/main/java/org/springframework/shell/core/ExitShellRequest.java +++ b/src/main/java/org/springframework/shell/core/ExitShellRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/IdeTerminal.java b/src/main/java/org/springframework/shell/core/IdeTerminal.java index 36764676..796c3d7e 100644 --- a/src/main/java/org/springframework/shell/core/IdeTerminal.java +++ b/src/main/java/org/springframework/shell/core/IdeTerminal.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/JLineLogHandler.java b/src/main/java/org/springframework/shell/core/JLineLogHandler.java index 44bd0ce6..2412fc19 100644 --- a/src/main/java/org/springframework/shell/core/JLineLogHandler.java +++ b/src/main/java/org/springframework/shell/core/JLineLogHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/JLineShell.java b/src/main/java/org/springframework/shell/core/JLineShell.java index 2dcb84b2..ee300490 100644 --- a/src/main/java/org/springframework/shell/core/JLineShell.java +++ b/src/main/java/org/springframework/shell/core/JLineShell.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/JLineShellComponent.java b/src/main/java/org/springframework/shell/core/JLineShellComponent.java index 39d44b50..98a5f265 100644 --- a/src/main/java/org/springframework/shell/core/JLineShellComponent.java +++ b/src/main/java/org/springframework/shell/core/JLineShellComponent.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/MethodTarget.java b/src/main/java/org/springframework/shell/core/MethodTarget.java index 15d910a3..c9952595 100644 --- a/src/main/java/org/springframework/shell/core/MethodTarget.java +++ b/src/main/java/org/springframework/shell/core/MethodTarget.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/Parser.java b/src/main/java/org/springframework/shell/core/Parser.java index 2e095407..470ee2ec 100644 --- a/src/main/java/org/springframework/shell/core/Parser.java +++ b/src/main/java/org/springframework/shell/core/Parser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/ParserCompleter.java b/src/main/java/org/springframework/shell/core/ParserCompleter.java index b0c9ede5..1ccd5e73 100644 --- a/src/main/java/org/springframework/shell/core/ParserCompleter.java +++ b/src/main/java/org/springframework/shell/core/ParserCompleter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/Shell.java b/src/main/java/org/springframework/shell/core/Shell.java index 9fbce5e2..cb7c4ff1 100644 --- a/src/main/java/org/springframework/shell/core/Shell.java +++ b/src/main/java/org/springframework/shell/core/Shell.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/ShellPromptAccessor.java b/src/main/java/org/springframework/shell/core/ShellPromptAccessor.java index 2b3e85a1..c34bf9a1 100644 --- a/src/main/java/org/springframework/shell/core/ShellPromptAccessor.java +++ b/src/main/java/org/springframework/shell/core/ShellPromptAccessor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/SimpleExecutionStrategy.java b/src/main/java/org/springframework/shell/core/SimpleExecutionStrategy.java index 979767a0..1c17a949 100644 --- a/src/main/java/org/springframework/shell/core/SimpleExecutionStrategy.java +++ b/src/main/java/org/springframework/shell/core/SimpleExecutionStrategy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/SimpleParser.java b/src/main/java/org/springframework/shell/core/SimpleParser.java index a87d2107..c6eba046 100644 --- a/src/main/java/org/springframework/shell/core/SimpleParser.java +++ b/src/main/java/org/springframework/shell/core/SimpleParser.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/Tokenizer.java b/src/main/java/org/springframework/shell/core/Tokenizer.java index d815ea35..27aaa37a 100644 --- a/src/main/java/org/springframework/shell/core/Tokenizer.java +++ b/src/main/java/org/springframework/shell/core/Tokenizer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/TokenizingException.java b/src/main/java/org/springframework/shell/core/TokenizingException.java index 114dd1a9..d81ed018 100644 --- a/src/main/java/org/springframework/shell/core/TokenizingException.java +++ b/src/main/java/org/springframework/shell/core/TokenizingException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/annotation/CliAvailabilityIndicator.java b/src/main/java/org/springframework/shell/core/annotation/CliAvailabilityIndicator.java index 6aebddf6..b79e5e03 100644 --- a/src/main/java/org/springframework/shell/core/annotation/CliAvailabilityIndicator.java +++ b/src/main/java/org/springframework/shell/core/annotation/CliAvailabilityIndicator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/annotation/CliCommand.java b/src/main/java/org/springframework/shell/core/annotation/CliCommand.java index f80aa564..ea3369a7 100644 --- a/src/main/java/org/springframework/shell/core/annotation/CliCommand.java +++ b/src/main/java/org/springframework/shell/core/annotation/CliCommand.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/annotation/CliOption.java b/src/main/java/org/springframework/shell/core/annotation/CliOption.java index 480cb524..4a11b9de 100644 --- a/src/main/java/org/springframework/shell/core/annotation/CliOption.java +++ b/src/main/java/org/springframework/shell/core/annotation/CliOption.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/event/AbstractShellStatusPublisher.java b/src/main/java/org/springframework/shell/event/AbstractShellStatusPublisher.java index 9773949f..67d960ae 100644 --- a/src/main/java/org/springframework/shell/event/AbstractShellStatusPublisher.java +++ b/src/main/java/org/springframework/shell/event/AbstractShellStatusPublisher.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/event/ParseResult.java b/src/main/java/org/springframework/shell/event/ParseResult.java index bb186e4f..f4217623 100644 --- a/src/main/java/org/springframework/shell/event/ParseResult.java +++ b/src/main/java/org/springframework/shell/event/ParseResult.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/event/ShellStatus.java b/src/main/java/org/springframework/shell/event/ShellStatus.java index 857e58fa..d5983636 100644 --- a/src/main/java/org/springframework/shell/event/ShellStatus.java +++ b/src/main/java/org/springframework/shell/event/ShellStatus.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/event/ShellStatusListener.java b/src/main/java/org/springframework/shell/event/ShellStatusListener.java index 4aaaf97c..924ce9ab 100644 --- a/src/main/java/org/springframework/shell/event/ShellStatusListener.java +++ b/src/main/java/org/springframework/shell/event/ShellStatusListener.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/event/ShellStatusProvider.java b/src/main/java/org/springframework/shell/event/ShellStatusProvider.java index b3e70310..03120912 100644 --- a/src/main/java/org/springframework/shell/event/ShellStatusProvider.java +++ b/src/main/java/org/springframework/shell/event/ShellStatusProvider.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/plugin/BannerProvider.java b/src/main/java/org/springframework/shell/plugin/BannerProvider.java index 16f1150c..f4965f51 100644 --- a/src/main/java/org/springframework/shell/plugin/BannerProvider.java +++ b/src/main/java/org/springframework/shell/plugin/BannerProvider.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/plugin/HistoryFileNameProvider.java b/src/main/java/org/springframework/shell/plugin/HistoryFileNameProvider.java index f26b41ca..afa52350 100644 --- a/src/main/java/org/springframework/shell/plugin/HistoryFileNameProvider.java +++ b/src/main/java/org/springframework/shell/plugin/HistoryFileNameProvider.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/plugin/NamedProvider.java b/src/main/java/org/springframework/shell/plugin/NamedProvider.java index 490f372b..6c59aea2 100644 --- a/src/main/java/org/springframework/shell/plugin/NamedProvider.java +++ b/src/main/java/org/springframework/shell/plugin/NamedProvider.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/plugin/PluginUtils.java b/src/main/java/org/springframework/shell/plugin/PluginUtils.java index c1dbe4e7..b584969c 100644 --- a/src/main/java/org/springframework/shell/plugin/PluginUtils.java +++ b/src/main/java/org/springframework/shell/plugin/PluginUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/plugin/PromptProvider.java b/src/main/java/org/springframework/shell/plugin/PromptProvider.java index 70721e5c..3982a77c 100644 --- a/src/main/java/org/springframework/shell/plugin/PromptProvider.java +++ b/src/main/java/org/springframework/shell/plugin/PromptProvider.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/plugin/support/DefaultBannerProvider.java b/src/main/java/org/springframework/shell/plugin/support/DefaultBannerProvider.java index 1904a6e4..5503bb7f 100644 --- a/src/main/java/org/springframework/shell/plugin/support/DefaultBannerProvider.java +++ b/src/main/java/org/springframework/shell/plugin/support/DefaultBannerProvider.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/plugin/support/DefaultHistoryFileNameProvider.java b/src/main/java/org/springframework/shell/plugin/support/DefaultHistoryFileNameProvider.java index 3518cba1..362dc9bd 100644 --- a/src/main/java/org/springframework/shell/plugin/support/DefaultHistoryFileNameProvider.java +++ b/src/main/java/org/springframework/shell/plugin/support/DefaultHistoryFileNameProvider.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/plugin/support/DefaultPromptProvider.java b/src/main/java/org/springframework/shell/plugin/support/DefaultPromptProvider.java index 26451239..819f70fd 100644 --- a/src/main/java/org/springframework/shell/plugin/support/DefaultPromptProvider.java +++ b/src/main/java/org/springframework/shell/plugin/support/DefaultPromptProvider.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/logging/DeferredLogHandler.java b/src/main/java/org/springframework/shell/support/logging/DeferredLogHandler.java index c77a120c..02b3af74 100644 --- a/src/main/java/org/springframework/shell/support/logging/DeferredLogHandler.java +++ b/src/main/java/org/springframework/shell/support/logging/DeferredLogHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/logging/HandlerUtils.java b/src/main/java/org/springframework/shell/support/logging/HandlerUtils.java index 103f9a9c..d2524c25 100644 --- a/src/main/java/org/springframework/shell/support/logging/HandlerUtils.java +++ b/src/main/java/org/springframework/shell/support/logging/HandlerUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/logging/LoggingOutputStream.java b/src/main/java/org/springframework/shell/support/logging/LoggingOutputStream.java index a303739d..d083c893 100644 --- a/src/main/java/org/springframework/shell/support/logging/LoggingOutputStream.java +++ b/src/main/java/org/springframework/shell/support/logging/LoggingOutputStream.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/logging/MessageDisplayUtils.java b/src/main/java/org/springframework/shell/support/logging/MessageDisplayUtils.java index 37005927..28a4eee6 100644 --- a/src/main/java/org/springframework/shell/support/logging/MessageDisplayUtils.java +++ b/src/main/java/org/springframework/shell/support/logging/MessageDisplayUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/table/Table.java b/src/main/java/org/springframework/shell/support/table/Table.java index 84ed09cf..fc8d92ac 100644 --- a/src/main/java/org/springframework/shell/support/table/Table.java +++ b/src/main/java/org/springframework/shell/support/table/Table.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/table/TableHeader.java b/src/main/java/org/springframework/shell/support/table/TableHeader.java index 359e5a99..33324665 100644 --- a/src/main/java/org/springframework/shell/support/table/TableHeader.java +++ b/src/main/java/org/springframework/shell/support/table/TableHeader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/table/TableRenderer.java b/src/main/java/org/springframework/shell/support/table/TableRenderer.java index 188d67f5..324ec770 100644 --- a/src/main/java/org/springframework/shell/support/table/TableRenderer.java +++ b/src/main/java/org/springframework/shell/support/table/TableRenderer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/table/TableRow.java b/src/main/java/org/springframework/shell/support/table/TableRow.java index 98d9ff13..7cae450b 100644 --- a/src/main/java/org/springframework/shell/support/table/TableRow.java +++ b/src/main/java/org/springframework/shell/support/table/TableRow.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/util/AnsiEscapeCode.java b/src/main/java/org/springframework/shell/support/util/AnsiEscapeCode.java index 5dc35dee..88ace56d 100644 --- a/src/main/java/org/springframework/shell/support/util/AnsiEscapeCode.java +++ b/src/main/java/org/springframework/shell/support/util/AnsiEscapeCode.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/util/ExceptionUtils.java b/src/main/java/org/springframework/shell/support/util/ExceptionUtils.java index 065b0e9b..cbccc3ae 100644 --- a/src/main/java/org/springframework/shell/support/util/ExceptionUtils.java +++ b/src/main/java/org/springframework/shell/support/util/ExceptionUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/util/FileUtils.java b/src/main/java/org/springframework/shell/support/util/FileUtils.java index fb6a0919..1be40b75 100644 --- a/src/main/java/org/springframework/shell/support/util/FileUtils.java +++ b/src/main/java/org/springframework/shell/support/util/FileUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/util/IOUtils.java b/src/main/java/org/springframework/shell/support/util/IOUtils.java index 7220634d..9fdfe4e1 100644 --- a/src/main/java/org/springframework/shell/support/util/IOUtils.java +++ b/src/main/java/org/springframework/shell/support/util/IOUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/util/MathUtils.java b/src/main/java/org/springframework/shell/support/util/MathUtils.java index 68a41bc8..d0e2b703 100644 --- a/src/main/java/org/springframework/shell/support/util/MathUtils.java +++ b/src/main/java/org/springframework/shell/support/util/MathUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/util/NaturalOrderComparator.java b/src/main/java/org/springframework/shell/support/util/NaturalOrderComparator.java index d54a7a18..4e09f862 100644 --- a/src/main/java/org/springframework/shell/support/util/NaturalOrderComparator.java +++ b/src/main/java/org/springframework/shell/support/util/NaturalOrderComparator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/util/OsUtils.java b/src/main/java/org/springframework/shell/support/util/OsUtils.java index f374f5d3..60141d82 100644 --- a/src/main/java/org/springframework/shell/support/util/OsUtils.java +++ b/src/main/java/org/springframework/shell/support/util/OsUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/util/StringUtils.java b/src/main/java/org/springframework/shell/support/util/StringUtils.java index 74fddf94..b260b2c3 100644 --- a/src/main/java/org/springframework/shell/support/util/StringUtils.java +++ b/src/main/java/org/springframework/shell/support/util/StringUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/org/springframework/shell/support/util/VersionUtils.java b/src/main/java/org/springframework/shell/support/util/VersionUtils.java index b2154fd4..f73a489b 100644 --- a/src/main/java/org/springframework/shell/support/util/VersionUtils.java +++ b/src/main/java/org/springframework/shell/support/util/VersionUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/AbsoluteWidthSizeConstraints.java b/src/main/java/org/springframework/shell/table/AbsoluteWidthSizeConstraints.java index a32e7721..99ea4700 100644 --- a/src/main/java/org/springframework/shell/table/AbsoluteWidthSizeConstraints.java +++ b/src/main/java/org/springframework/shell/table/AbsoluteWidthSizeConstraints.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/Aligner.java b/src/main/java/org/springframework/shell/table/Aligner.java index e81bc547..fcb1b432 100644 --- a/src/main/java/org/springframework/shell/table/Aligner.java +++ b/src/main/java/org/springframework/shell/table/Aligner.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/ArrayTableModel.java b/src/main/java/org/springframework/shell/table/ArrayTableModel.java index 1b7baf81..16ae2e3d 100644 --- a/src/main/java/org/springframework/shell/table/ArrayTableModel.java +++ b/src/main/java/org/springframework/shell/table/ArrayTableModel.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/AutoSizeConstraints.java b/src/main/java/org/springframework/shell/table/AutoSizeConstraints.java index 7789427f..e48ba5b9 100644 --- a/src/main/java/org/springframework/shell/table/AutoSizeConstraints.java +++ b/src/main/java/org/springframework/shell/table/AutoSizeConstraints.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/BeanListTableModel.java b/src/main/java/org/springframework/shell/table/BeanListTableModel.java index 958a831e..db1d15d2 100644 --- a/src/main/java/org/springframework/shell/table/BeanListTableModel.java +++ b/src/main/java/org/springframework/shell/table/BeanListTableModel.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/BorderSpecification.java b/src/main/java/org/springframework/shell/table/BorderSpecification.java index f7227efc..19f8d2fe 100644 --- a/src/main/java/org/springframework/shell/table/BorderSpecification.java +++ b/src/main/java/org/springframework/shell/table/BorderSpecification.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/BorderStyle.java b/src/main/java/org/springframework/shell/table/BorderStyle.java index b6b69ea7..5e29c36b 100644 --- a/src/main/java/org/springframework/shell/table/BorderStyle.java +++ b/src/main/java/org/springframework/shell/table/BorderStyle.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/CellMatcher.java b/src/main/java/org/springframework/shell/table/CellMatcher.java index aee78ec3..7f83acf4 100644 --- a/src/main/java/org/springframework/shell/table/CellMatcher.java +++ b/src/main/java/org/springframework/shell/table/CellMatcher.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/CellMatchers.java b/src/main/java/org/springframework/shell/table/CellMatchers.java index 183c112a..6ef7c690 100644 --- a/src/main/java/org/springframework/shell/table/CellMatchers.java +++ b/src/main/java/org/springframework/shell/table/CellMatchers.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/DebugAligner.java b/src/main/java/org/springframework/shell/table/DebugAligner.java index b1a9bd74..703ba3af 100644 --- a/src/main/java/org/springframework/shell/table/DebugAligner.java +++ b/src/main/java/org/springframework/shell/table/DebugAligner.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/DebugTextWrapper.java b/src/main/java/org/springframework/shell/table/DebugTextWrapper.java index 1e105172..97d8e362 100644 --- a/src/main/java/org/springframework/shell/table/DebugTextWrapper.java +++ b/src/main/java/org/springframework/shell/table/DebugTextWrapper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/DefaultFormatter.java b/src/main/java/org/springframework/shell/table/DefaultFormatter.java index c11c711b..5fc3f7c8 100644 --- a/src/main/java/org/springframework/shell/table/DefaultFormatter.java +++ b/src/main/java/org/springframework/shell/table/DefaultFormatter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/DelimiterTextWrapper.java b/src/main/java/org/springframework/shell/table/DelimiterTextWrapper.java index b4a3422b..df8747b7 100644 --- a/src/main/java/org/springframework/shell/table/DelimiterTextWrapper.java +++ b/src/main/java/org/springframework/shell/table/DelimiterTextWrapper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/Formatter.java b/src/main/java/org/springframework/shell/table/Formatter.java index 36f1573a..f92d06d3 100644 --- a/src/main/java/org/springframework/shell/table/Formatter.java +++ b/src/main/java/org/springframework/shell/table/Formatter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/KeyValueHorizontalAligner.java b/src/main/java/org/springframework/shell/table/KeyValueHorizontalAligner.java index 30fde797..48403284 100644 --- a/src/main/java/org/springframework/shell/table/KeyValueHorizontalAligner.java +++ b/src/main/java/org/springframework/shell/table/KeyValueHorizontalAligner.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/KeyValueSizeConstraints.java b/src/main/java/org/springframework/shell/table/KeyValueSizeConstraints.java index 84550f85..2d4a450a 100644 --- a/src/main/java/org/springframework/shell/table/KeyValueSizeConstraints.java +++ b/src/main/java/org/springframework/shell/table/KeyValueSizeConstraints.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/KeyValueTextWrapper.java b/src/main/java/org/springframework/shell/table/KeyValueTextWrapper.java index 18bcf65c..4b10c9b5 100644 --- a/src/main/java/org/springframework/shell/table/KeyValueTextWrapper.java +++ b/src/main/java/org/springframework/shell/table/KeyValueTextWrapper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/MapFormatter.java b/src/main/java/org/springframework/shell/table/MapFormatter.java index 7ea3b3dc..da018fef 100644 --- a/src/main/java/org/springframework/shell/table/MapFormatter.java +++ b/src/main/java/org/springframework/shell/table/MapFormatter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/NoWrapSizeConstraints.java b/src/main/java/org/springframework/shell/table/NoWrapSizeConstraints.java index 8e7a0d0b..6545997f 100644 --- a/src/main/java/org/springframework/shell/table/NoWrapSizeConstraints.java +++ b/src/main/java/org/springframework/shell/table/NoWrapSizeConstraints.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/SimpleHorizontalAligner.java b/src/main/java/org/springframework/shell/table/SimpleHorizontalAligner.java index bdd6749f..adc00f51 100644 --- a/src/main/java/org/springframework/shell/table/SimpleHorizontalAligner.java +++ b/src/main/java/org/springframework/shell/table/SimpleHorizontalAligner.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/SimpleVerticalAligner.java b/src/main/java/org/springframework/shell/table/SimpleVerticalAligner.java index f3e230c5..630ff500 100644 --- a/src/main/java/org/springframework/shell/table/SimpleVerticalAligner.java +++ b/src/main/java/org/springframework/shell/table/SimpleVerticalAligner.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/SizeConstraints.java b/src/main/java/org/springframework/shell/table/SizeConstraints.java index cec862c6..87070e95 100644 --- a/src/main/java/org/springframework/shell/table/SizeConstraints.java +++ b/src/main/java/org/springframework/shell/table/SizeConstraints.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/Table.java b/src/main/java/org/springframework/shell/table/Table.java index 8b7b8402..7e3f09b8 100644 --- a/src/main/java/org/springframework/shell/table/Table.java +++ b/src/main/java/org/springframework/shell/table/Table.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/TableBuilder.java b/src/main/java/org/springframework/shell/table/TableBuilder.java index 2a3bebda..80560be6 100644 --- a/src/main/java/org/springframework/shell/table/TableBuilder.java +++ b/src/main/java/org/springframework/shell/table/TableBuilder.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/TableModel.java b/src/main/java/org/springframework/shell/table/TableModel.java index 381c261d..7128a6a8 100644 --- a/src/main/java/org/springframework/shell/table/TableModel.java +++ b/src/main/java/org/springframework/shell/table/TableModel.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/TableModelBuilder.java b/src/main/java/org/springframework/shell/table/TableModelBuilder.java index 12c76acc..9a7a84a3 100644 --- a/src/main/java/org/springframework/shell/table/TableModelBuilder.java +++ b/src/main/java/org/springframework/shell/table/TableModelBuilder.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/Tables.java b/src/main/java/org/springframework/shell/table/Tables.java index 52289e08..8d496863 100644 --- a/src/main/java/org/springframework/shell/table/Tables.java +++ b/src/main/java/org/springframework/shell/table/Tables.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/TextWrapper.java b/src/main/java/org/springframework/shell/table/TextWrapper.java index 5838174d..50111f83 100644 --- a/src/main/java/org/springframework/shell/table/TextWrapper.java +++ b/src/main/java/org/springframework/shell/table/TextWrapper.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/commands/AbstractShellIntegrationTest.java b/src/test/java/org/springframework/shell/commands/AbstractShellIntegrationTest.java index 7cfaccda..471d2882 100644 --- a/src/test/java/org/springframework/shell/commands/AbstractShellIntegrationTest.java +++ b/src/test/java/org/springframework/shell/commands/AbstractShellIntegrationTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/CommandLineInjectedTest.java b/src/test/java/org/springframework/shell/core/CommandLineInjectedTest.java index 62b91bf4..35dfe8f2 100644 --- a/src/test/java/org/springframework/shell/core/CommandLineInjectedTest.java +++ b/src/test/java/org/springframework/shell/core/CommandLineInjectedTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/MethodTargetTest.java b/src/test/java/org/springframework/shell/core/MethodTargetTest.java index 3516b38f..4ebf8bf6 100644 --- a/src/test/java/org/springframework/shell/core/MethodTargetTest.java +++ b/src/test/java/org/springframework/shell/core/MethodTargetTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/SimpleExecutionStrategyTest.java b/src/test/java/org/springframework/shell/core/SimpleExecutionStrategyTest.java index 9b3c0ce0..e1192ed5 100644 --- a/src/test/java/org/springframework/shell/core/SimpleExecutionStrategyTest.java +++ b/src/test/java/org/springframework/shell/core/SimpleExecutionStrategyTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/SimpleParserTests.java b/src/test/java/org/springframework/shell/core/SimpleParserTests.java index a400b701..f585e069 100644 --- a/src/test/java/org/springframework/shell/core/SimpleParserTests.java +++ b/src/test/java/org/springframework/shell/core/SimpleParserTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/core/TokenizerTests.java b/src/test/java/org/springframework/shell/core/TokenizerTests.java index 7c493138..202f8760 100644 --- a/src/test/java/org/springframework/shell/core/TokenizerTests.java +++ b/src/test/java/org/springframework/shell/core/TokenizerTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/plugin/support/DefaultBannerProviderTest.java b/src/test/java/org/springframework/shell/plugin/support/DefaultBannerProviderTest.java index bfd3dba6..e7e77c70 100644 --- a/src/test/java/org/springframework/shell/plugin/support/DefaultBannerProviderTest.java +++ b/src/test/java/org/springframework/shell/plugin/support/DefaultBannerProviderTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/plugin/support/DefaultHistoryFileProviderTest.java b/src/test/java/org/springframework/shell/plugin/support/DefaultHistoryFileProviderTest.java index fe8a9778..fc56e1e0 100644 --- a/src/test/java/org/springframework/shell/plugin/support/DefaultHistoryFileProviderTest.java +++ b/src/test/java/org/springframework/shell/plugin/support/DefaultHistoryFileProviderTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/plugin/support/DefaultPromptProviderTest.java b/src/test/java/org/springframework/shell/plugin/support/DefaultPromptProviderTest.java index b1c70e40..d7cf14b9 100644 --- a/src/test/java/org/springframework/shell/plugin/support/DefaultPromptProviderTest.java +++ b/src/test/java/org/springframework/shell/plugin/support/DefaultPromptProviderTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/table/TableRendererTest.java b/src/test/java/org/springframework/shell/support/table/TableRendererTest.java index 87754914..37f12714 100644 --- a/src/test/java/org/springframework/shell/support/table/TableRendererTest.java +++ b/src/test/java/org/springframework/shell/support/table/TableRendererTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/util/AnsiEscapeCodeTest.java b/src/test/java/org/springframework/shell/support/util/AnsiEscapeCodeTest.java index d092dbb7..ebff4382 100644 --- a/src/test/java/org/springframework/shell/support/util/AnsiEscapeCodeTest.java +++ b/src/test/java/org/springframework/shell/support/util/AnsiEscapeCodeTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/util/FileUtilsTest.java b/src/test/java/org/springframework/shell/support/util/FileUtilsTest.java index 5847af53..bbd1e2b7 100644 --- a/src/test/java/org/springframework/shell/support/util/FileUtilsTest.java +++ b/src/test/java/org/springframework/shell/support/util/FileUtilsTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/util/IOUtilsTest.java b/src/test/java/org/springframework/shell/support/util/IOUtilsTest.java index 9b73e080..8aa5edaf 100644 --- a/src/test/java/org/springframework/shell/support/util/IOUtilsTest.java +++ b/src/test/java/org/springframework/shell/support/util/IOUtilsTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/util/StringUtilsTest.java b/src/test/java/org/springframework/shell/support/util/StringUtilsTest.java index 2c858dd3..9ffbef85 100644 --- a/src/test/java/org/springframework/shell/support/util/StringUtilsTest.java +++ b/src/test/java/org/springframework/shell/support/util/StringUtilsTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/support/util/loader/Loader.java b/src/test/java/org/springframework/shell/support/util/loader/Loader.java index 8ec5d5e1..3927a6a8 100644 --- a/src/test/java/org/springframework/shell/support/util/loader/Loader.java +++ b/src/test/java/org/springframework/shell/support/util/loader/Loader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/AbstractTestWithSample.java b/src/test/java/org/springframework/shell/table/AbstractTestWithSample.java index ba9e85a6..8a7fca45 100644 --- a/src/test/java/org/springframework/shell/table/AbstractTestWithSample.java +++ b/src/test/java/org/springframework/shell/table/AbstractTestWithSample.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/ArrayTableModelTest.java b/src/test/java/org/springframework/shell/table/ArrayTableModelTest.java index 9cf6f101..953e5766 100644 --- a/src/test/java/org/springframework/shell/table/ArrayTableModelTest.java +++ b/src/test/java/org/springframework/shell/table/ArrayTableModelTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/BeanListTableModelTest.java b/src/test/java/org/springframework/shell/table/BeanListTableModelTest.java index ddb0fecc..4bf95889 100644 --- a/src/test/java/org/springframework/shell/table/BeanListTableModelTest.java +++ b/src/test/java/org/springframework/shell/table/BeanListTableModelTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/BorderFactoryTest.java b/src/test/java/org/springframework/shell/table/BorderFactoryTest.java index 83016a15..ead7d7cc 100644 --- a/src/test/java/org/springframework/shell/table/BorderFactoryTest.java +++ b/src/test/java/org/springframework/shell/table/BorderFactoryTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/BorderStyleTests.java b/src/test/java/org/springframework/shell/table/BorderStyleTests.java index 8d708b65..e0c0cde7 100644 --- a/src/test/java/org/springframework/shell/table/BorderStyleTests.java +++ b/src/test/java/org/springframework/shell/table/BorderStyleTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/DelimiterTextWrapperTest.java b/src/test/java/org/springframework/shell/table/DelimiterTextWrapperTest.java index 77372e63..7ea6a7c6 100644 --- a/src/test/java/org/springframework/shell/table/DelimiterTextWrapperTest.java +++ b/src/test/java/org/springframework/shell/table/DelimiterTextWrapperTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/KeyValueRenderingTests.java b/src/test/java/org/springframework/shell/table/KeyValueRenderingTests.java index 5033f81d..9df6a614 100644 --- a/src/test/java/org/springframework/shell/table/KeyValueRenderingTests.java +++ b/src/test/java/org/springframework/shell/table/KeyValueRenderingTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/TableModelBuilderTests.java b/src/test/java/org/springframework/shell/table/TableModelBuilderTests.java index c6a985e2..c2a5e224 100644 --- a/src/test/java/org/springframework/shell/table/TableModelBuilderTests.java +++ b/src/test/java/org/springframework/shell/table/TableModelBuilderTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/TableModelTest.java b/src/test/java/org/springframework/shell/table/TableModelTest.java index ef1b9d8c..52c95a4b 100644 --- a/src/test/java/org/springframework/shell/table/TableModelTest.java +++ b/src/test/java/org/springframework/shell/table/TableModelTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless 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/shell/table/TableTest.java b/src/test/java/org/springframework/shell/table/TableTest.java index cc0f26fa..281c411d 100644 --- a/src/test/java/org/springframework/shell/table/TableTest.java +++ b/src/test/java/org/springframework/shell/table/TableTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,