diff --git a/.mvn/wrapper/MavenWrapperDownloader.java b/.mvn/wrapper/MavenWrapperDownloader.java index fa4f7b49..2e394d5b 100755 --- a/.mvn/wrapper/MavenWrapperDownloader.java +++ b/.mvn/wrapper/MavenWrapperDownloader.java @@ -7,7 +7,7 @@ Licensed to the Apache Software Foundation (ASF) under one "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an diff --git a/LICENSE b/LICENSE index d6456956..62589edd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/NOTICE b/NOTICE index 433338b3..5c0476e8 100644 --- a/NOTICE +++ b/NOTICE @@ -6,7 +6,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/DefaultPortalNameSupplier.java b/src/main/java/io/r2dbc/postgresql/DefaultPortalNameSupplier.java index 2074ae3e..9cfd83e6 100644 --- a/src/main/java/io/r2dbc/postgresql/DefaultPortalNameSupplier.java +++ b/src/main/java/io/r2dbc/postgresql/DefaultPortalNameSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/ExtendedQueryPostgresqlStatement.java b/src/main/java/io/r2dbc/postgresql/ExtendedQueryPostgresqlStatement.java index ed07c0d9..8f78470b 100644 --- a/src/main/java/io/r2dbc/postgresql/ExtendedQueryPostgresqlStatement.java +++ b/src/main/java/io/r2dbc/postgresql/ExtendedQueryPostgresqlStatement.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/IndefiniteStatementCache.java b/src/main/java/io/r2dbc/postgresql/IndefiniteStatementCache.java index 426eab6b..bff171c5 100644 --- a/src/main/java/io/r2dbc/postgresql/IndefiniteStatementCache.java +++ b/src/main/java/io/r2dbc/postgresql/IndefiniteStatementCache.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/PostgresqlBatch.java b/src/main/java/io/r2dbc/postgresql/PostgresqlBatch.java index 7cfd5cc0..06b3af39 100644 --- a/src/main/java/io/r2dbc/postgresql/PostgresqlBatch.java +++ b/src/main/java/io/r2dbc/postgresql/PostgresqlBatch.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/PostgresqlBindingException.java b/src/main/java/io/r2dbc/postgresql/PostgresqlBindingException.java index 4f771f93..9c8bf009 100644 --- a/src/main/java/io/r2dbc/postgresql/PostgresqlBindingException.java +++ b/src/main/java/io/r2dbc/postgresql/PostgresqlBindingException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/PostgresqlColumnMetadata.java b/src/main/java/io/r2dbc/postgresql/PostgresqlColumnMetadata.java index d013996a..837d4592 100644 --- a/src/main/java/io/r2dbc/postgresql/PostgresqlColumnMetadata.java +++ b/src/main/java/io/r2dbc/postgresql/PostgresqlColumnMetadata.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/PostgresqlConnection.java b/src/main/java/io/r2dbc/postgresql/PostgresqlConnection.java index 1f1f9bed..73fb9834 100644 --- a/src/main/java/io/r2dbc/postgresql/PostgresqlConnection.java +++ b/src/main/java/io/r2dbc/postgresql/PostgresqlConnection.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/PostgresqlConnectionConfiguration.java b/src/main/java/io/r2dbc/postgresql/PostgresqlConnectionConfiguration.java index 3d1d7924..aa2ad1d4 100644 --- a/src/main/java/io/r2dbc/postgresql/PostgresqlConnectionConfiguration.java +++ b/src/main/java/io/r2dbc/postgresql/PostgresqlConnectionConfiguration.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/PostgresqlConnectionFactory.java b/src/main/java/io/r2dbc/postgresql/PostgresqlConnectionFactory.java index fb3a91c9..3a71681f 100644 --- a/src/main/java/io/r2dbc/postgresql/PostgresqlConnectionFactory.java +++ b/src/main/java/io/r2dbc/postgresql/PostgresqlConnectionFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryMetadata.java b/src/main/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryMetadata.java index f3bd0627..ee0ada61 100644 --- a/src/main/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryMetadata.java +++ b/src/main/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryMetadata.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryProvider.java b/src/main/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryProvider.java index 36820e8f..b2e7b23a 100644 --- a/src/main/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryProvider.java +++ b/src/main/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryProvider.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/PostgresqlResult.java b/src/main/java/io/r2dbc/postgresql/PostgresqlResult.java index 966e272f..fee1962f 100644 --- a/src/main/java/io/r2dbc/postgresql/PostgresqlResult.java +++ b/src/main/java/io/r2dbc/postgresql/PostgresqlResult.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/PostgresqlRow.java b/src/main/java/io/r2dbc/postgresql/PostgresqlRow.java index 26e92530..3ea7e2b6 100644 --- a/src/main/java/io/r2dbc/postgresql/PostgresqlRow.java +++ b/src/main/java/io/r2dbc/postgresql/PostgresqlRow.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/PostgresqlRowMetadata.java b/src/main/java/io/r2dbc/postgresql/PostgresqlRowMetadata.java index 57d961d0..e4dd63a6 100644 --- a/src/main/java/io/r2dbc/postgresql/PostgresqlRowMetadata.java +++ b/src/main/java/io/r2dbc/postgresql/PostgresqlRowMetadata.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/PostgresqlServerErrorException.java b/src/main/java/io/r2dbc/postgresql/PostgresqlServerErrorException.java index ce1858ba..6f65037e 100644 --- a/src/main/java/io/r2dbc/postgresql/PostgresqlServerErrorException.java +++ b/src/main/java/io/r2dbc/postgresql/PostgresqlServerErrorException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/PostgresqlStatement.java b/src/main/java/io/r2dbc/postgresql/PostgresqlStatement.java index 89ac71c1..7cfa4164 100644 --- a/src/main/java/io/r2dbc/postgresql/PostgresqlStatement.java +++ b/src/main/java/io/r2dbc/postgresql/PostgresqlStatement.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/SimpleQueryPostgresqlStatement.java b/src/main/java/io/r2dbc/postgresql/SimpleQueryPostgresqlStatement.java index a20dc71a..0e50a7c0 100644 --- a/src/main/java/io/r2dbc/postgresql/SimpleQueryPostgresqlStatement.java +++ b/src/main/java/io/r2dbc/postgresql/SimpleQueryPostgresqlStatement.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/StatementCache.java b/src/main/java/io/r2dbc/postgresql/StatementCache.java index 851cc2cb..a506d0f8 100644 --- a/src/main/java/io/r2dbc/postgresql/StatementCache.java +++ b/src/main/java/io/r2dbc/postgresql/StatementCache.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/authentication/AuthenticationHandler.java b/src/main/java/io/r2dbc/postgresql/authentication/AuthenticationHandler.java index e80b4081..3c82b98f 100644 --- a/src/main/java/io/r2dbc/postgresql/authentication/AuthenticationHandler.java +++ b/src/main/java/io/r2dbc/postgresql/authentication/AuthenticationHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/authentication/FluentMessageDigest.java b/src/main/java/io/r2dbc/postgresql/authentication/FluentMessageDigest.java index 8dcf70a6..14221518 100644 --- a/src/main/java/io/r2dbc/postgresql/authentication/FluentMessageDigest.java +++ b/src/main/java/io/r2dbc/postgresql/authentication/FluentMessageDigest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/authentication/PasswordAuthenticationHandler.java b/src/main/java/io/r2dbc/postgresql/authentication/PasswordAuthenticationHandler.java index 09240e5c..423e32c5 100644 --- a/src/main/java/io/r2dbc/postgresql/authentication/PasswordAuthenticationHandler.java +++ b/src/main/java/io/r2dbc/postgresql/authentication/PasswordAuthenticationHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/authentication/TrustAuthenticationHandler.java b/src/main/java/io/r2dbc/postgresql/authentication/TrustAuthenticationHandler.java index 76a64585..bd70a9ed 100644 --- a/src/main/java/io/r2dbc/postgresql/authentication/TrustAuthenticationHandler.java +++ b/src/main/java/io/r2dbc/postgresql/authentication/TrustAuthenticationHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/authentication/package-info.java b/src/main/java/io/r2dbc/postgresql/authentication/package-info.java index 68b20734..97bbcdff 100644 --- a/src/main/java/io/r2dbc/postgresql/authentication/package-info.java +++ b/src/main/java/io/r2dbc/postgresql/authentication/package-info.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/client/Binding.java b/src/main/java/io/r2dbc/postgresql/client/Binding.java index 2fcdea05..b076b0a6 100644 --- a/src/main/java/io/r2dbc/postgresql/client/Binding.java +++ b/src/main/java/io/r2dbc/postgresql/client/Binding.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/client/CancelRequestMessageFlow.java b/src/main/java/io/r2dbc/postgresql/client/CancelRequestMessageFlow.java index 644e33c2..8b4cd570 100644 --- a/src/main/java/io/r2dbc/postgresql/client/CancelRequestMessageFlow.java +++ b/src/main/java/io/r2dbc/postgresql/client/CancelRequestMessageFlow.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/client/Client.java b/src/main/java/io/r2dbc/postgresql/client/Client.java index e305397f..2f8ecadb 100644 --- a/src/main/java/io/r2dbc/postgresql/client/Client.java +++ b/src/main/java/io/r2dbc/postgresql/client/Client.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/client/ExtendedQueryMessageFlow.java b/src/main/java/io/r2dbc/postgresql/client/ExtendedQueryMessageFlow.java index 85bdebf3..6b8a310d 100644 --- a/src/main/java/io/r2dbc/postgresql/client/ExtendedQueryMessageFlow.java +++ b/src/main/java/io/r2dbc/postgresql/client/ExtendedQueryMessageFlow.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/client/Parameter.java b/src/main/java/io/r2dbc/postgresql/client/Parameter.java index 85572e24..8d630e7b 100644 --- a/src/main/java/io/r2dbc/postgresql/client/Parameter.java +++ b/src/main/java/io/r2dbc/postgresql/client/Parameter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/client/PortalNameSupplier.java b/src/main/java/io/r2dbc/postgresql/client/PortalNameSupplier.java index 225e8186..3cf80865 100644 --- a/src/main/java/io/r2dbc/postgresql/client/PortalNameSupplier.java +++ b/src/main/java/io/r2dbc/postgresql/client/PortalNameSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/client/ReactorNettyClient.java b/src/main/java/io/r2dbc/postgresql/client/ReactorNettyClient.java index 0c0e325c..657f120c 100644 --- a/src/main/java/io/r2dbc/postgresql/client/ReactorNettyClient.java +++ b/src/main/java/io/r2dbc/postgresql/client/ReactorNettyClient.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/client/SimpleQueryMessageFlow.java b/src/main/java/io/r2dbc/postgresql/client/SimpleQueryMessageFlow.java index 172976eb..c9a4ec8b 100644 --- a/src/main/java/io/r2dbc/postgresql/client/SimpleQueryMessageFlow.java +++ b/src/main/java/io/r2dbc/postgresql/client/SimpleQueryMessageFlow.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/client/StartupMessageFlow.java b/src/main/java/io/r2dbc/postgresql/client/StartupMessageFlow.java index ea4ecf3b..3bd203af 100644 --- a/src/main/java/io/r2dbc/postgresql/client/StartupMessageFlow.java +++ b/src/main/java/io/r2dbc/postgresql/client/StartupMessageFlow.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/client/TransactionStatus.java b/src/main/java/io/r2dbc/postgresql/client/TransactionStatus.java index 364bdd8a..c88fcfb0 100644 --- a/src/main/java/io/r2dbc/postgresql/client/TransactionStatus.java +++ b/src/main/java/io/r2dbc/postgresql/client/TransactionStatus.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/client/package-info.java b/src/main/java/io/r2dbc/postgresql/client/package-info.java index 6ac1e170..13993cbf 100644 --- a/src/main/java/io/r2dbc/postgresql/client/package-info.java +++ b/src/main/java/io/r2dbc/postgresql/client/package-info.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/AbstractArrayCodec.java b/src/main/java/io/r2dbc/postgresql/codec/AbstractArrayCodec.java index 98420066..688914a2 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/AbstractArrayCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/AbstractArrayCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/AbstractCodec.java b/src/main/java/io/r2dbc/postgresql/codec/AbstractCodec.java index d8cae380..18def1b7 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/AbstractCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/AbstractCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/BigDecimalCodec.java b/src/main/java/io/r2dbc/postgresql/codec/BigDecimalCodec.java index 47452abf..55c6201a 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/BigDecimalCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/BigDecimalCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/BooleanCodec.java b/src/main/java/io/r2dbc/postgresql/codec/BooleanCodec.java index be00bc3c..f38cec46 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/BooleanCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/BooleanCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/ByteCodec.java b/src/main/java/io/r2dbc/postgresql/codec/ByteCodec.java index a3fb7f38..21b3a0d2 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/ByteCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/ByteCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/CharacterCodec.java b/src/main/java/io/r2dbc/postgresql/codec/CharacterCodec.java index 571e7b88..17e7e7ba 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/CharacterCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/CharacterCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/Codec.java b/src/main/java/io/r2dbc/postgresql/codec/Codec.java index 56d7598e..dd194eee 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/Codec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/Codec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/Codecs.java b/src/main/java/io/r2dbc/postgresql/codec/Codecs.java index 56dbcea9..1b0eef45 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/Codecs.java +++ b/src/main/java/io/r2dbc/postgresql/codec/Codecs.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/DateCodec.java b/src/main/java/io/r2dbc/postgresql/codec/DateCodec.java index 704b27fb..0a2265df 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/DateCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/DateCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/DefaultCodecs.java b/src/main/java/io/r2dbc/postgresql/codec/DefaultCodecs.java index c83395a7..73597205 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/DefaultCodecs.java +++ b/src/main/java/io/r2dbc/postgresql/codec/DefaultCodecs.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/DoubleCodec.java b/src/main/java/io/r2dbc/postgresql/codec/DoubleCodec.java index af201bdc..4a095345 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/DoubleCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/DoubleCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/EnumCodec.java b/src/main/java/io/r2dbc/postgresql/codec/EnumCodec.java index dbd869fd..790a7ad4 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/EnumCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/EnumCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/FloatCodec.java b/src/main/java/io/r2dbc/postgresql/codec/FloatCodec.java index c22cb1fb..ef7eb5f8 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/FloatCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/FloatCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/InetAddressCodec.java b/src/main/java/io/r2dbc/postgresql/codec/InetAddressCodec.java index 1a4e5dc2..548b98d7 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/InetAddressCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/InetAddressCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/InstantCodec.java b/src/main/java/io/r2dbc/postgresql/codec/InstantCodec.java index 3483517f..d03a0441 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/InstantCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/InstantCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/IntegerArrayCodec.java b/src/main/java/io/r2dbc/postgresql/codec/IntegerArrayCodec.java index 6edc2073..7d44c439 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/IntegerArrayCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/IntegerArrayCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/IntegerCodec.java b/src/main/java/io/r2dbc/postgresql/codec/IntegerCodec.java index 9866679f..6e727a23 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/IntegerCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/IntegerCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/LocalDateCodec.java b/src/main/java/io/r2dbc/postgresql/codec/LocalDateCodec.java index 51335ac3..11ef652c 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/LocalDateCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/LocalDateCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/LocalDateTimeCodec.java b/src/main/java/io/r2dbc/postgresql/codec/LocalDateTimeCodec.java index 87d77e30..80e032b0 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/LocalDateTimeCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/LocalDateTimeCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/LocalTimeCodec.java b/src/main/java/io/r2dbc/postgresql/codec/LocalTimeCodec.java index a13c663f..804c6e72 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/LocalTimeCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/LocalTimeCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/LongArrayCodec.java b/src/main/java/io/r2dbc/postgresql/codec/LongArrayCodec.java index 95cbd407..1377b385 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/LongArrayCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/LongArrayCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/LongCodec.java b/src/main/java/io/r2dbc/postgresql/codec/LongCodec.java index 949f740c..0e348430 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/LongCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/LongCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/OffsetDateTimeCodec.java b/src/main/java/io/r2dbc/postgresql/codec/OffsetDateTimeCodec.java index f8668331..8d699079 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/OffsetDateTimeCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/OffsetDateTimeCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/PostgresqlDateTimeFormatter.java b/src/main/java/io/r2dbc/postgresql/codec/PostgresqlDateTimeFormatter.java index 5db85fdf..ed08f442 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/PostgresqlDateTimeFormatter.java +++ b/src/main/java/io/r2dbc/postgresql/codec/PostgresqlDateTimeFormatter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/ShortArrayCodec.java b/src/main/java/io/r2dbc/postgresql/codec/ShortArrayCodec.java index 13e594aa..90fb1ae0 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/ShortArrayCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/ShortArrayCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/ShortCodec.java b/src/main/java/io/r2dbc/postgresql/codec/ShortCodec.java index 1c40b441..552765f2 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/ShortCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/ShortCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/StringArrayCodec.java b/src/main/java/io/r2dbc/postgresql/codec/StringArrayCodec.java index af8ec796..67d32bf7 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/StringArrayCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/StringArrayCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/StringCodec.java b/src/main/java/io/r2dbc/postgresql/codec/StringCodec.java index ed1f7eb9..97bd0c3d 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/StringCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/StringCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/UriCodec.java b/src/main/java/io/r2dbc/postgresql/codec/UriCodec.java index 5a1ef8a1..7f5b9a63 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/UriCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/UriCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/UrlCodec.java b/src/main/java/io/r2dbc/postgresql/codec/UrlCodec.java index 6fa53221..72e2623e 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/UrlCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/UrlCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/UuidCodec.java b/src/main/java/io/r2dbc/postgresql/codec/UuidCodec.java index 413d5e00..f972b9aa 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/UuidCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/UuidCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/ZoneIdCodec.java b/src/main/java/io/r2dbc/postgresql/codec/ZoneIdCodec.java index bd3b091f..3a3efc1b 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/ZoneIdCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/ZoneIdCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/ZonedDateTimeCodec.java b/src/main/java/io/r2dbc/postgresql/codec/ZonedDateTimeCodec.java index bb14e203..1131c5fb 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/ZonedDateTimeCodec.java +++ b/src/main/java/io/r2dbc/postgresql/codec/ZonedDateTimeCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/codec/package-info.java b/src/main/java/io/r2dbc/postgresql/codec/package-info.java index 3cf0983e..278fa601 100644 --- a/src/main/java/io/r2dbc/postgresql/codec/package-info.java +++ b/src/main/java/io/r2dbc/postgresql/codec/package-info.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/Format.java b/src/main/java/io/r2dbc/postgresql/message/Format.java index 64b14b70..97a18341 100644 --- a/src/main/java/io/r2dbc/postgresql/message/Format.java +++ b/src/main/java/io/r2dbc/postgresql/message/Format.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/AbstractCopyResponse.java b/src/main/java/io/r2dbc/postgresql/message/backend/AbstractCopyResponse.java index 560aad5f..fd4e9b06 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/AbstractCopyResponse.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/AbstractCopyResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationCleartextPassword.java b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationCleartextPassword.java index ca75f7a2..d64eaa99 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationCleartextPassword.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationCleartextPassword.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationGSS.java b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationGSS.java index 4fa59ebe..da5d1aac 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationGSS.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationGSS.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationGSSContinue.java b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationGSSContinue.java index c03a3729..bf804d83 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationGSSContinue.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationGSSContinue.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationKerberosV5.java b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationKerberosV5.java index a96f0f52..8c91a62f 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationKerberosV5.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationKerberosV5.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationMD5Password.java b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationMD5Password.java index b197b62d..22ce85a6 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationMD5Password.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationMD5Password.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationMessage.java b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationMessage.java index 722594e2..a6578bac 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationMessage.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationMessage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationOk.java b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationOk.java index 86257a5e..7880c6fb 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationOk.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationOk.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSASL.java b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSASL.java index c594e8e0..6a2fb9a4 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSASL.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSASL.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSASLContinue.java b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSASLContinue.java index 1238bde4..599a7911 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSASLContinue.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSASLContinue.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSASLFinal.java b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSASLFinal.java index 3bff0db3..9d9b76a2 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSASLFinal.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSASLFinal.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSCMCredential.java b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSCMCredential.java index 6a815aef..1b9b75cd 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSCMCredential.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSCMCredential.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSSPI.java b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSSPI.java index 71f432bc..7e77558f 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSSPI.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationSSPI.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/BackendKeyData.java b/src/main/java/io/r2dbc/postgresql/message/backend/BackendKeyData.java index 8f733e6d..99a81eba 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/BackendKeyData.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/BackendKeyData.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/BackendMessage.java b/src/main/java/io/r2dbc/postgresql/message/backend/BackendMessage.java index 2f9c2996..569314f6 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/BackendMessage.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/BackendMessage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/BackendMessageDecoder.java b/src/main/java/io/r2dbc/postgresql/message/backend/BackendMessageDecoder.java index 3cbadd28..8f7f595c 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/BackendMessageDecoder.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/BackendMessageDecoder.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/BackendMessageUtils.java b/src/main/java/io/r2dbc/postgresql/message/backend/BackendMessageUtils.java index ad92492e..eb7f07b7 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/BackendMessageUtils.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/BackendMessageUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/BindComplete.java b/src/main/java/io/r2dbc/postgresql/message/backend/BindComplete.java index bc91bd74..95a0b5fe 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/BindComplete.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/BindComplete.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/CloseComplete.java b/src/main/java/io/r2dbc/postgresql/message/backend/CloseComplete.java index 175e33ca..6713608d 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/CloseComplete.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/CloseComplete.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/CommandComplete.java b/src/main/java/io/r2dbc/postgresql/message/backend/CommandComplete.java index adf64d40..49fb1274 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/CommandComplete.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/CommandComplete.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/CopyBothResponse.java b/src/main/java/io/r2dbc/postgresql/message/backend/CopyBothResponse.java index 57c7d21e..fdaa4ee3 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/CopyBothResponse.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/CopyBothResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/CopyData.java b/src/main/java/io/r2dbc/postgresql/message/backend/CopyData.java index d96d3e6f..e47f1d80 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/CopyData.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/CopyData.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/CopyDone.java b/src/main/java/io/r2dbc/postgresql/message/backend/CopyDone.java index e9065923..01e46107 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/CopyDone.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/CopyDone.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/CopyInResponse.java b/src/main/java/io/r2dbc/postgresql/message/backend/CopyInResponse.java index 925bbb07..263c1fc2 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/CopyInResponse.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/CopyInResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/CopyOutResponse.java b/src/main/java/io/r2dbc/postgresql/message/backend/CopyOutResponse.java index d92f431b..daa4a723 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/CopyOutResponse.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/CopyOutResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/DataRow.java b/src/main/java/io/r2dbc/postgresql/message/backend/DataRow.java index 12b142de..d89ec6c7 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/DataRow.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/DataRow.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/EmptyQueryResponse.java b/src/main/java/io/r2dbc/postgresql/message/backend/EmptyQueryResponse.java index 60580842..a20a30ab 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/EmptyQueryResponse.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/EmptyQueryResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/ErrorResponse.java b/src/main/java/io/r2dbc/postgresql/message/backend/ErrorResponse.java index 992861a8..57ca6327 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/ErrorResponse.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/ErrorResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/Field.java b/src/main/java/io/r2dbc/postgresql/message/backend/Field.java index 07b3d2cf..e71e2158 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/Field.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/Field.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/FunctionCallResponse.java b/src/main/java/io/r2dbc/postgresql/message/backend/FunctionCallResponse.java index 1df6c5ac..44ba574e 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/FunctionCallResponse.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/FunctionCallResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/NoData.java b/src/main/java/io/r2dbc/postgresql/message/backend/NoData.java index 997b38f7..f0ddb293 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/NoData.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/NoData.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/NoticeResponse.java b/src/main/java/io/r2dbc/postgresql/message/backend/NoticeResponse.java index b6b4b6a1..5804d6fd 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/NoticeResponse.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/NoticeResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/NotificationResponse.java b/src/main/java/io/r2dbc/postgresql/message/backend/NotificationResponse.java index 032b1cb9..416342b9 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/NotificationResponse.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/NotificationResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/ParameterDescription.java b/src/main/java/io/r2dbc/postgresql/message/backend/ParameterDescription.java index 134da359..4c96f18e 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/ParameterDescription.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/ParameterDescription.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/ParameterStatus.java b/src/main/java/io/r2dbc/postgresql/message/backend/ParameterStatus.java index dd6c140a..8cc35c44 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/ParameterStatus.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/ParameterStatus.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/ParseComplete.java b/src/main/java/io/r2dbc/postgresql/message/backend/ParseComplete.java index 88f8c4f2..3c868c53 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/ParseComplete.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/ParseComplete.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/PortalSuspended.java b/src/main/java/io/r2dbc/postgresql/message/backend/PortalSuspended.java index e32ddce7..8532a331 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/PortalSuspended.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/PortalSuspended.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/ReadyForQuery.java b/src/main/java/io/r2dbc/postgresql/message/backend/ReadyForQuery.java index 18aef091..12851662 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/ReadyForQuery.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/ReadyForQuery.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/RowDescription.java b/src/main/java/io/r2dbc/postgresql/message/backend/RowDescription.java index 2ca85221..c55b4018 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/RowDescription.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/RowDescription.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/backend/package-info.java b/src/main/java/io/r2dbc/postgresql/message/backend/package-info.java index 1a624ff2..9d4f4114 100644 --- a/src/main/java/io/r2dbc/postgresql/message/backend/package-info.java +++ b/src/main/java/io/r2dbc/postgresql/message/backend/package-info.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/Bind.java b/src/main/java/io/r2dbc/postgresql/message/frontend/Bind.java index b7158e19..1bd8b0a3 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/Bind.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/Bind.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/CancelRequest.java b/src/main/java/io/r2dbc/postgresql/message/frontend/CancelRequest.java index b6ef7997..fd07eef0 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/CancelRequest.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/CancelRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/Close.java b/src/main/java/io/r2dbc/postgresql/message/frontend/Close.java index b53a6944..b147995e 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/Close.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/Close.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/CopyData.java b/src/main/java/io/r2dbc/postgresql/message/frontend/CopyData.java index 9f7094e5..2e527a32 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/CopyData.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/CopyData.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/CopyDone.java b/src/main/java/io/r2dbc/postgresql/message/frontend/CopyDone.java index 7c1f8c5f..0d56a4af 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/CopyDone.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/CopyDone.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/CopyFail.java b/src/main/java/io/r2dbc/postgresql/message/frontend/CopyFail.java index df3f1554..2e8ac1ce 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/CopyFail.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/CopyFail.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/Describe.java b/src/main/java/io/r2dbc/postgresql/message/frontend/Describe.java index 41781735..25142745 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/Describe.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/Describe.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/Execute.java b/src/main/java/io/r2dbc/postgresql/message/frontend/Execute.java index 77612238..c5807a40 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/Execute.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/Execute.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/ExecutionType.java b/src/main/java/io/r2dbc/postgresql/message/frontend/ExecutionType.java index f964cc31..615e50e4 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/ExecutionType.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/ExecutionType.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/Flush.java b/src/main/java/io/r2dbc/postgresql/message/frontend/Flush.java index fbeeabf3..922f2443 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/Flush.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/Flush.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/FrontendMessage.java b/src/main/java/io/r2dbc/postgresql/message/frontend/FrontendMessage.java index 8c98fff2..2587f911 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/FrontendMessage.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/FrontendMessage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/FrontendMessageUtils.java b/src/main/java/io/r2dbc/postgresql/message/frontend/FrontendMessageUtils.java index 7e165e06..945783ca 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/FrontendMessageUtils.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/FrontendMessageUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/FunctionCall.java b/src/main/java/io/r2dbc/postgresql/message/frontend/FunctionCall.java index ba88805b..65e2bf70 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/FunctionCall.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/FunctionCall.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/GSSResponse.java b/src/main/java/io/r2dbc/postgresql/message/frontend/GSSResponse.java index 3f266dd3..a38fb0f0 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/GSSResponse.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/GSSResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/Parse.java b/src/main/java/io/r2dbc/postgresql/message/frontend/Parse.java index 4bb77f16..4ebdef13 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/Parse.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/Parse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/PasswordMessage.java b/src/main/java/io/r2dbc/postgresql/message/frontend/PasswordMessage.java index 88cacb29..67580426 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/PasswordMessage.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/PasswordMessage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/Query.java b/src/main/java/io/r2dbc/postgresql/message/frontend/Query.java index 13b94f32..081dd647 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/Query.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/Query.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/SASLInitialResponse.java b/src/main/java/io/r2dbc/postgresql/message/frontend/SASLInitialResponse.java index 5933ac88..289af1a3 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/SASLInitialResponse.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/SASLInitialResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/SASLResponse.java b/src/main/java/io/r2dbc/postgresql/message/frontend/SASLResponse.java index ed96fc36..44e05f4e 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/SASLResponse.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/SASLResponse.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/SSLRequest.java b/src/main/java/io/r2dbc/postgresql/message/frontend/SSLRequest.java index ebf83aa0..14ce58a9 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/SSLRequest.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/SSLRequest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/StartupMessage.java b/src/main/java/io/r2dbc/postgresql/message/frontend/StartupMessage.java index 9e07622a..e8b7842a 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/StartupMessage.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/StartupMessage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/Sync.java b/src/main/java/io/r2dbc/postgresql/message/frontend/Sync.java index d3a04723..ff5c2a52 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/Sync.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/Sync.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/Terminate.java b/src/main/java/io/r2dbc/postgresql/message/frontend/Terminate.java index 623464aa..c42ee5c3 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/Terminate.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/Terminate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/frontend/package-info.java b/src/main/java/io/r2dbc/postgresql/message/frontend/package-info.java index 8c497fa5..7f3c79ed 100644 --- a/src/main/java/io/r2dbc/postgresql/message/frontend/package-info.java +++ b/src/main/java/io/r2dbc/postgresql/message/frontend/package-info.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/message/package-info.java b/src/main/java/io/r2dbc/postgresql/message/package-info.java index 6da133d3..b6bf4171 100644 --- a/src/main/java/io/r2dbc/postgresql/message/package-info.java +++ b/src/main/java/io/r2dbc/postgresql/message/package-info.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/package-info.java b/src/main/java/io/r2dbc/postgresql/package-info.java index eca1b383..15f9efff 100644 --- a/src/main/java/io/r2dbc/postgresql/package-info.java +++ b/src/main/java/io/r2dbc/postgresql/package-info.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/type/PostgresqlObjectId.java b/src/main/java/io/r2dbc/postgresql/type/PostgresqlObjectId.java index ff0aa370..51f5b652 100644 --- a/src/main/java/io/r2dbc/postgresql/type/PostgresqlObjectId.java +++ b/src/main/java/io/r2dbc/postgresql/type/PostgresqlObjectId.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/type/package-info.java b/src/main/java/io/r2dbc/postgresql/type/package-info.java index ae5c6c40..b8ade23b 100644 --- a/src/main/java/io/r2dbc/postgresql/type/package-info.java +++ b/src/main/java/io/r2dbc/postgresql/type/package-info.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/util/Assert.java b/src/main/java/io/r2dbc/postgresql/util/Assert.java index fa64c274..38f9f2d6 100644 --- a/src/main/java/io/r2dbc/postgresql/util/Assert.java +++ b/src/main/java/io/r2dbc/postgresql/util/Assert.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/util/ByteBufUtils.java b/src/main/java/io/r2dbc/postgresql/util/ByteBufUtils.java index 1c5d65ae..f2b71f89 100644 --- a/src/main/java/io/r2dbc/postgresql/util/ByteBufUtils.java +++ b/src/main/java/io/r2dbc/postgresql/util/ByteBufUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/util/ByteBufferUtils.java b/src/main/java/io/r2dbc/postgresql/util/ByteBufferUtils.java index 30289768..6b7792ef 100644 --- a/src/main/java/io/r2dbc/postgresql/util/ByteBufferUtils.java +++ b/src/main/java/io/r2dbc/postgresql/util/ByteBufferUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/util/GeneratedValuesUtils.java b/src/main/java/io/r2dbc/postgresql/util/GeneratedValuesUtils.java index 18e6e077..e07d6a26 100644 --- a/src/main/java/io/r2dbc/postgresql/util/GeneratedValuesUtils.java +++ b/src/main/java/io/r2dbc/postgresql/util/GeneratedValuesUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/util/PredicateUtils.java b/src/main/java/io/r2dbc/postgresql/util/PredicateUtils.java index c457ea19..2d7a84db 100644 --- a/src/main/java/io/r2dbc/postgresql/util/PredicateUtils.java +++ b/src/main/java/io/r2dbc/postgresql/util/PredicateUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/main/java/io/r2dbc/postgresql/util/package-info.java b/src/main/java/io/r2dbc/postgresql/util/package-info.java index e8f9ec18..e6dd67b4 100644 --- a/src/main/java/io/r2dbc/postgresql/util/package-info.java +++ b/src/main/java/io/r2dbc/postgresql/util/package-info.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/DefaultPortalNameSupplierTest.java b/src/test/java/io/r2dbc/postgresql/DefaultPortalNameSupplierTest.java index 14de00ed..89ca46a9 100644 --- a/src/test/java/io/r2dbc/postgresql/DefaultPortalNameSupplierTest.java +++ b/src/test/java/io/r2dbc/postgresql/DefaultPortalNameSupplierTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/ExtendedQueryPostgresqlStatementTest.java b/src/test/java/io/r2dbc/postgresql/ExtendedQueryPostgresqlStatementTest.java index 8afa26f5..a3c707c3 100644 --- a/src/test/java/io/r2dbc/postgresql/ExtendedQueryPostgresqlStatementTest.java +++ b/src/test/java/io/r2dbc/postgresql/ExtendedQueryPostgresqlStatementTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/IndefiniteStatementCacheTest.java b/src/test/java/io/r2dbc/postgresql/IndefiniteStatementCacheTest.java index 5ffa231e..f95aab82 100644 --- a/src/test/java/io/r2dbc/postgresql/IndefiniteStatementCacheTest.java +++ b/src/test/java/io/r2dbc/postgresql/IndefiniteStatementCacheTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/PostgresqlBatchTest.java b/src/test/java/io/r2dbc/postgresql/PostgresqlBatchTest.java index 09073f9e..3c433b41 100644 --- a/src/test/java/io/r2dbc/postgresql/PostgresqlBatchTest.java +++ b/src/test/java/io/r2dbc/postgresql/PostgresqlBatchTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/PostgresqlBindingExceptionTest.java b/src/test/java/io/r2dbc/postgresql/PostgresqlBindingExceptionTest.java index 9adc64f4..14f2cf39 100644 --- a/src/test/java/io/r2dbc/postgresql/PostgresqlBindingExceptionTest.java +++ b/src/test/java/io/r2dbc/postgresql/PostgresqlBindingExceptionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/PostgresqlColumnMetadataTest.java b/src/test/java/io/r2dbc/postgresql/PostgresqlColumnMetadataTest.java index c2fd8914..02baf126 100644 --- a/src/test/java/io/r2dbc/postgresql/PostgresqlColumnMetadataTest.java +++ b/src/test/java/io/r2dbc/postgresql/PostgresqlColumnMetadataTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/PostgresqlConnectionConfigurationTest.java b/src/test/java/io/r2dbc/postgresql/PostgresqlConnectionConfigurationTest.java index d52f9524..2d113746 100644 --- a/src/test/java/io/r2dbc/postgresql/PostgresqlConnectionConfigurationTest.java +++ b/src/test/java/io/r2dbc/postgresql/PostgresqlConnectionConfigurationTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/PostgresqlConnectionFactoryMetadataTest.java b/src/test/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryMetadataTest.java index 0cc83b28..d768b14a 100644 --- a/src/test/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryMetadataTest.java +++ b/src/test/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryMetadataTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/PostgresqlConnectionFactoryProviderTest.java b/src/test/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryProviderTest.java index f584d81b..9cc4f911 100644 --- a/src/test/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryProviderTest.java +++ b/src/test/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryProviderTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/PostgresqlConnectionFactoryTest.java b/src/test/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryTest.java index f7adf639..d764f6bc 100644 --- a/src/test/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryTest.java +++ b/src/test/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/PostgresqlConnectionTest.java b/src/test/java/io/r2dbc/postgresql/PostgresqlConnectionTest.java index 868ebb70..7f2a58ec 100644 --- a/src/test/java/io/r2dbc/postgresql/PostgresqlConnectionTest.java +++ b/src/test/java/io/r2dbc/postgresql/PostgresqlConnectionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/PostgresqlExample.java b/src/test/java/io/r2dbc/postgresql/PostgresqlExample.java index ae31fe27..a64da3e5 100644 --- a/src/test/java/io/r2dbc/postgresql/PostgresqlExample.java +++ b/src/test/java/io/r2dbc/postgresql/PostgresqlExample.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/PostgresqlResultTest.java b/src/test/java/io/r2dbc/postgresql/PostgresqlResultTest.java index ae518a3f..a2a43bdb 100644 --- a/src/test/java/io/r2dbc/postgresql/PostgresqlResultTest.java +++ b/src/test/java/io/r2dbc/postgresql/PostgresqlResultTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/PostgresqlRowMetadataTest.java b/src/test/java/io/r2dbc/postgresql/PostgresqlRowMetadataTest.java index e9af944e..9af63830 100644 --- a/src/test/java/io/r2dbc/postgresql/PostgresqlRowMetadataTest.java +++ b/src/test/java/io/r2dbc/postgresql/PostgresqlRowMetadataTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/PostgresqlRowTest.java b/src/test/java/io/r2dbc/postgresql/PostgresqlRowTest.java index eae18275..d3b996d7 100644 --- a/src/test/java/io/r2dbc/postgresql/PostgresqlRowTest.java +++ b/src/test/java/io/r2dbc/postgresql/PostgresqlRowTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/PostgresqlServerErrorExceptionTest.java b/src/test/java/io/r2dbc/postgresql/PostgresqlServerErrorExceptionTest.java index 47b15d4a..51b41bf8 100644 --- a/src/test/java/io/r2dbc/postgresql/PostgresqlServerErrorExceptionTest.java +++ b/src/test/java/io/r2dbc/postgresql/PostgresqlServerErrorExceptionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/SimpleQueryPostgresqlStatementTest.java b/src/test/java/io/r2dbc/postgresql/SimpleQueryPostgresqlStatementTest.java index 3b04f11f..8aa891f2 100644 --- a/src/test/java/io/r2dbc/postgresql/SimpleQueryPostgresqlStatementTest.java +++ b/src/test/java/io/r2dbc/postgresql/SimpleQueryPostgresqlStatementTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/authentication/PasswordAuthenticationHandlerTest.java b/src/test/java/io/r2dbc/postgresql/authentication/PasswordAuthenticationHandlerTest.java index 2e147771..9d77a6cd 100644 --- a/src/test/java/io/r2dbc/postgresql/authentication/PasswordAuthenticationHandlerTest.java +++ b/src/test/java/io/r2dbc/postgresql/authentication/PasswordAuthenticationHandlerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/authentication/TrustAuthenticationHandlerTest.java b/src/test/java/io/r2dbc/postgresql/authentication/TrustAuthenticationHandlerTest.java index 488e22f3..9f597616 100644 --- a/src/test/java/io/r2dbc/postgresql/authentication/TrustAuthenticationHandlerTest.java +++ b/src/test/java/io/r2dbc/postgresql/authentication/TrustAuthenticationHandlerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/client/BindingTest.java b/src/test/java/io/r2dbc/postgresql/client/BindingTest.java index 70074fb9..15f83ef5 100644 --- a/src/test/java/io/r2dbc/postgresql/client/BindingTest.java +++ b/src/test/java/io/r2dbc/postgresql/client/BindingTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/client/CancelRequestMessageFlowTest.java b/src/test/java/io/r2dbc/postgresql/client/CancelRequestMessageFlowTest.java index 21ded6e8..965992ad 100644 --- a/src/test/java/io/r2dbc/postgresql/client/CancelRequestMessageFlowTest.java +++ b/src/test/java/io/r2dbc/postgresql/client/CancelRequestMessageFlowTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/client/ExtendedQueryMessageFlowTest.java b/src/test/java/io/r2dbc/postgresql/client/ExtendedQueryMessageFlowTest.java index 20a17920..f04f432a 100644 --- a/src/test/java/io/r2dbc/postgresql/client/ExtendedQueryMessageFlowTest.java +++ b/src/test/java/io/r2dbc/postgresql/client/ExtendedQueryMessageFlowTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/client/ParameterTest.java b/src/test/java/io/r2dbc/postgresql/client/ParameterTest.java index 4b0d9e5a..9ff28357 100644 --- a/src/test/java/io/r2dbc/postgresql/client/ParameterTest.java +++ b/src/test/java/io/r2dbc/postgresql/client/ParameterTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/client/ReactorNettyClientTest.java b/src/test/java/io/r2dbc/postgresql/client/ReactorNettyClientTest.java index 491a245b..98002605 100644 --- a/src/test/java/io/r2dbc/postgresql/client/ReactorNettyClientTest.java +++ b/src/test/java/io/r2dbc/postgresql/client/ReactorNettyClientTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/client/SimpleQueryMessageFlowTest.java b/src/test/java/io/r2dbc/postgresql/client/SimpleQueryMessageFlowTest.java index f21efb27..c30033fe 100644 --- a/src/test/java/io/r2dbc/postgresql/client/SimpleQueryMessageFlowTest.java +++ b/src/test/java/io/r2dbc/postgresql/client/SimpleQueryMessageFlowTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/client/StartupMessageFlowTest.java b/src/test/java/io/r2dbc/postgresql/client/StartupMessageFlowTest.java index bd57bffb..bc3fc02d 100644 --- a/src/test/java/io/r2dbc/postgresql/client/StartupMessageFlowTest.java +++ b/src/test/java/io/r2dbc/postgresql/client/StartupMessageFlowTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/client/TestClient.java b/src/test/java/io/r2dbc/postgresql/client/TestClient.java index 4139a4d1..7a344663 100644 --- a/src/test/java/io/r2dbc/postgresql/client/TestClient.java +++ b/src/test/java/io/r2dbc/postgresql/client/TestClient.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/client/TransactionStatusTest.java b/src/test/java/io/r2dbc/postgresql/client/TransactionStatusTest.java index d35d3fff..18863093 100644 --- a/src/test/java/io/r2dbc/postgresql/client/TransactionStatusTest.java +++ b/src/test/java/io/r2dbc/postgresql/client/TransactionStatusTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/AbstractCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/AbstractCodecTest.java index 60306372..a8126cd4 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/AbstractCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/AbstractCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/BigDecimalCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/BigDecimalCodecTest.java index e192e64a..321f3ec9 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/BigDecimalCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/BigDecimalCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/BooleanCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/BooleanCodecTest.java index ca4be30e..292bea54 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/BooleanCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/BooleanCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/ByteCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/ByteCodecTest.java index 46138258..67bda28f 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/ByteCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/ByteCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/CharacterCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/CharacterCodecTest.java index dedbfcdb..34036e06 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/CharacterCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/CharacterCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/CodecIntegrationTest.java b/src/test/java/io/r2dbc/postgresql/codec/CodecIntegrationTest.java index 2ea01702..67117d48 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/CodecIntegrationTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/CodecIntegrationTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/DateCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/DateCodecTest.java index 663b5616..c2f5b1c7 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/DateCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/DateCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/DefaultCodecsTest.java b/src/test/java/io/r2dbc/postgresql/codec/DefaultCodecsTest.java index c225d447..e6772837 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/DefaultCodecsTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/DefaultCodecsTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/DoubleCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/DoubleCodecTest.java index 42234fa0..e6c16558 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/DoubleCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/DoubleCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/EnumCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/EnumCodecTest.java index ae126802..4b559723 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/EnumCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/EnumCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/FloatCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/FloatCodecTest.java index 0cf7fbc7..c049afc6 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/FloatCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/FloatCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/InetAddressCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/InetAddressCodecTest.java index 984a3ea4..cd417521 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/InetAddressCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/InetAddressCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/InstantCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/InstantCodecTest.java index bdf4c927..ab4316c4 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/InstantCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/InstantCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/IntegerArrayCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/IntegerArrayCodecTest.java index 5fd71772..60205247 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/IntegerArrayCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/IntegerArrayCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/IntegerCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/IntegerCodecTest.java index 838c5064..7f2af55e 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/IntegerCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/IntegerCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/LocalDateCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/LocalDateCodecTest.java index a0352a71..e8469b37 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/LocalDateCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/LocalDateCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/LocalDateTimeCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/LocalDateTimeCodecTest.java index 4d04f084..5cbf64ef 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/LocalDateTimeCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/LocalDateTimeCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/LocalTimeCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/LocalTimeCodecTest.java index 5cf983d6..85c0acf9 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/LocalTimeCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/LocalTimeCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/LongArrayCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/LongArrayCodecTest.java index f2cd91a5..53ca8c32 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/LongArrayCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/LongArrayCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/LongCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/LongCodecTest.java index eec73883..22fd2e6b 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/LongCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/LongCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/MockCodec.java b/src/test/java/io/r2dbc/postgresql/codec/MockCodec.java index 841a6174..be0cfc87 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/MockCodec.java +++ b/src/test/java/io/r2dbc/postgresql/codec/MockCodec.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/MockCodecs.java b/src/test/java/io/r2dbc/postgresql/codec/MockCodecs.java index 6ea29666..b251c86d 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/MockCodecs.java +++ b/src/test/java/io/r2dbc/postgresql/codec/MockCodecs.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/OffsetDateTimeCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/OffsetDateTimeCodecTest.java index ab84a27a..9c461d76 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/OffsetDateTimeCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/OffsetDateTimeCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/ShortArrayCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/ShortArrayCodecTest.java index c8759cb3..cfc427b6 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/ShortArrayCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/ShortArrayCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/ShortCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/ShortCodecTest.java index e2fd244d..a1e1b35e 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/ShortCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/ShortCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/StringArrayCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/StringArrayCodecTest.java index c04d91f1..b0a532f4 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/StringArrayCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/StringArrayCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/StringCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/StringCodecTest.java index db6feefb..74dd4e4f 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/StringCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/StringCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/UriCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/UriCodecTest.java index 87d7e4a4..2ebb4047 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/UriCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/UriCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/UrlCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/UrlCodecTest.java index 8602f446..43ed3cab 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/UrlCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/UrlCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/UuidCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/UuidCodecTest.java index 9dfcbda1..496c2981 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/UuidCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/UuidCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/ZoneIdCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/ZoneIdCodecTest.java index af974bab..af98c442 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/ZoneIdCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/ZoneIdCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/codec/ZonedDateTimeCodecTest.java b/src/test/java/io/r2dbc/postgresql/codec/ZonedDateTimeCodecTest.java index 6fe14c11..6dd4d2ea 100644 --- a/src/test/java/io/r2dbc/postgresql/codec/ZonedDateTimeCodecTest.java +++ b/src/test/java/io/r2dbc/postgresql/codec/ZonedDateTimeCodecTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/FormatTest.java b/src/test/java/io/r2dbc/postgresql/message/FormatTest.java index 44a929bc..9eb9cff4 100644 --- a/src/test/java/io/r2dbc/postgresql/message/FormatTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/FormatTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/AuthenticationGSSContinueTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/AuthenticationGSSContinueTest.java index ececf5cc..f0cf457d 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/AuthenticationGSSContinueTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/AuthenticationGSSContinueTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/AuthenticationMD5PasswordTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/AuthenticationMD5PasswordTest.java index c1c9bd71..a17330d3 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/AuthenticationMD5PasswordTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/AuthenticationMD5PasswordTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/AuthenticationSASLContinueTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/AuthenticationSASLContinueTest.java index 49d6c551..8219512d 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/AuthenticationSASLContinueTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/AuthenticationSASLContinueTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/AuthenticationSASLFinalTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/AuthenticationSASLFinalTest.java index 25ac057e..7ba714ad 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/AuthenticationSASLFinalTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/AuthenticationSASLFinalTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/AuthenticationSASLTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/AuthenticationSASLTest.java index 5b30eeb6..ab6966ae 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/AuthenticationSASLTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/AuthenticationSASLTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/BackendKeyDataTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/BackendKeyDataTest.java index 9a9e2390..e80bb7d3 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/BackendKeyDataTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/BackendKeyDataTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/BackendMessageAssert.java b/src/test/java/io/r2dbc/postgresql/message/backend/BackendMessageAssert.java index feaa1301..4c1c4d8a 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/BackendMessageAssert.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/BackendMessageAssert.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/BackendMessageDecoderTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/BackendMessageDecoderTest.java index 9b2bd8e3..176482f5 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/BackendMessageDecoderTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/BackendMessageDecoderTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/CommandCompleteTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/CommandCompleteTest.java index 1db2e832..258d34cf 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/CommandCompleteTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/CommandCompleteTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/CopyBothResponseTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/CopyBothResponseTest.java index 19865235..1993cd35 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/CopyBothResponseTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/CopyBothResponseTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/CopyDataTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/CopyDataTest.java index 4f9d043e..3474882a 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/CopyDataTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/CopyDataTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/CopyInResponseTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/CopyInResponseTest.java index 37b1926e..a39523c2 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/CopyInResponseTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/CopyInResponseTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/CopyOutResponseTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/CopyOutResponseTest.java index 078e8eee..bdb835c5 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/CopyOutResponseTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/CopyOutResponseTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/DataRowTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/DataRowTest.java index 1ff00381..9a9e8191 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/DataRowTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/DataRowTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/ErrorResponseTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/ErrorResponseTest.java index cd5413dc..ac22343e 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/ErrorResponseTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/ErrorResponseTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/FieldTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/FieldTest.java index 238ad72e..a16c71d9 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/FieldTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/FieldTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/FunctionCallResponseTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/FunctionCallResponseTest.java index 9c88cfca..0c1fd53a 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/FunctionCallResponseTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/FunctionCallResponseTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/NoticeResponseTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/NoticeResponseTest.java index 27893fbd..76511266 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/NoticeResponseTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/NoticeResponseTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/NotificationResponseTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/NotificationResponseTest.java index 6c795efa..957ec54a 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/NotificationResponseTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/NotificationResponseTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/ParameterDescriptionTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/ParameterDescriptionTest.java index f7706006..e1756aec 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/ParameterDescriptionTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/ParameterDescriptionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/ParameterStatusTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/ParameterStatusTest.java index bda42eb6..99e00c64 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/ParameterStatusTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/ParameterStatusTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/ReadyForQueryTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/ReadyForQueryTest.java index 60018954..25c32089 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/ReadyForQueryTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/ReadyForQueryTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/backend/RowDescriptionTest.java b/src/test/java/io/r2dbc/postgresql/message/backend/RowDescriptionTest.java index b0ef36ef..da6c249c 100644 --- a/src/test/java/io/r2dbc/postgresql/message/backend/RowDescriptionTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/backend/RowDescriptionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/BindTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/BindTest.java index cf271c10..4c4e1cd8 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/BindTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/BindTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/CancelRequestTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/CancelRequestTest.java index d13e4baf..144d8af3 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/CancelRequestTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/CancelRequestTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/CloseTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/CloseTest.java index 493a3787..590cd172 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/CloseTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/CloseTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/CopyDataTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/CopyDataTest.java index 6c6a048f..b855ff41 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/CopyDataTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/CopyDataTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/CopyDoneTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/CopyDoneTest.java index 8e50366a..d4ad2b56 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/CopyDoneTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/CopyDoneTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/CopyFailTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/CopyFailTest.java index 83feb78c..9d40c49f 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/CopyFailTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/CopyFailTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/DescribeTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/DescribeTest.java index 28c87ee2..87afcd92 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/DescribeTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/DescribeTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/ExecuteTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/ExecuteTest.java index 0caa30f9..c692a36b 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/ExecuteTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/ExecuteTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/ExecutionTypeTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/ExecutionTypeTest.java index ea7fa879..3ed21fa2 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/ExecutionTypeTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/ExecutionTypeTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/FlushTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/FlushTest.java index 1d4f14c4..7f77af28 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/FlushTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/FlushTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/FrontendMessageAssert.java b/src/test/java/io/r2dbc/postgresql/message/frontend/FrontendMessageAssert.java index 160bf3f1..069d2cbe 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/FrontendMessageAssert.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/FrontendMessageAssert.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/FunctionCallTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/FunctionCallTest.java index 0d13dba1..70a349f0 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/FunctionCallTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/FunctionCallTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/GSSResponseTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/GSSResponseTest.java index 4757067b..ff41fbad 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/GSSResponseTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/GSSResponseTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/ParseTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/ParseTest.java index 17e18d2c..8fe7c9b2 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/ParseTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/ParseTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/PasswordMessageTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/PasswordMessageTest.java index 75ea4f22..014fbf4f 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/PasswordMessageTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/PasswordMessageTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/QueryTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/QueryTest.java index f3d2f255..0b143667 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/QueryTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/QueryTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/SASLInitialResponseTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/SASLInitialResponseTest.java index c4321077..77c557d0 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/SASLInitialResponseTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/SASLInitialResponseTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/SASLResponseTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/SASLResponseTest.java index 01476473..5dbbc07a 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/SASLResponseTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/SASLResponseTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/SSLRequestTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/SSLRequestTest.java index 9aa141fe..be7da698 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/SSLRequestTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/SSLRequestTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/StartupMessageTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/StartupMessageTest.java index 0bf5e1b3..f73da261 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/StartupMessageTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/StartupMessageTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/SyncTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/SyncTest.java index bb8d00ea..654be9fe 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/SyncTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/SyncTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/message/frontend/TerminateTest.java b/src/test/java/io/r2dbc/postgresql/message/frontend/TerminateTest.java index f42477d6..7b2c345d 100644 --- a/src/test/java/io/r2dbc/postgresql/message/frontend/TerminateTest.java +++ b/src/test/java/io/r2dbc/postgresql/message/frontend/TerminateTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/util/GeneratedValuesUtilsTest.java b/src/test/java/io/r2dbc/postgresql/util/GeneratedValuesUtilsTest.java index 23c88e15..665fc20c 100644 --- a/src/test/java/io/r2dbc/postgresql/util/GeneratedValuesUtilsTest.java +++ b/src/test/java/io/r2dbc/postgresql/util/GeneratedValuesUtilsTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/util/PostgresqlServerExtension.java b/src/test/java/io/r2dbc/postgresql/util/PostgresqlServerExtension.java index b4b71627..44063258 100644 --- a/src/test/java/io/r2dbc/postgresql/util/PostgresqlServerExtension.java +++ b/src/test/java/io/r2dbc/postgresql/util/PostgresqlServerExtension.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/io/r2dbc/postgresql/util/TestByteBufAllocator.java b/src/test/java/io/r2dbc/postgresql/util/TestByteBufAllocator.java index c6d75080..0e273ff2 100644 --- a/src/test/java/io/r2dbc/postgresql/util/TestByteBufAllocator.java +++ b/src/test/java/io/r2dbc/postgresql/util/TestByteBufAllocator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required 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/resources/logback-test.xml b/src/test/resources/logback-test.xml index 36d62900..5737d77e 100644 --- a/src/test/resources/logback-test.xml +++ b/src/test/resources/logback-test.xml @@ -6,7 +6,7 @@ ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ https://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS,