From 72f1ee34a405f4da5a4bd5aeed957d4b777b9d6e Mon Sep 17 00:00:00 2001 From: Ali Ince Date: Mon, 7 Jan 2019 11:01:09 +0000 Subject: [PATCH] Update copyright to 2019 --- neo4j/auth_tokens.go | 2 +- neo4j/auth_tokens_test.go | 2 +- neo4j/config.go | 2 +- neo4j/config_resolver.go | 2 +- neo4j/config_test.go | 2 +- neo4j/config_trust.go | 2 +- neo4j/driver.go | 2 +- neo4j/driver_test.go | 2 +- neo4j/error.go | 3 +- neo4j/error_test.go | 2 +- neo4j/ginkgo_test.go | 2 +- neo4j/gobolt_driver.go | 2 +- neo4j/gobolt_driver_test.go | 2 +- neo4j/logging.go | 2 +- neo4j/logging_impl.go | 2 +- neo4j/logging_test.go | 2 +- neo4j/mock_connection_test.go | 2 +- neo4j/mock_connector_test.go | 2 +- neo4j/mock_factory_test.go | 2 +- neo4j/mock_logging_test.go | 2 +- neo4j/mock_pool_test.go | 2 +- neo4j/mock_record_test.go | 5 +- neo4j/mock_result_test.go | 5 +- neo4j/mock_resultsummary_test.go | 5 +- neo4j/record.go | 2 +- neo4j/record_impl.go | 2 +- neo4j/result.go | 2 +- neo4j/result_helpers.go | 2 +- neo4j/result_helpers_test.go | 2 +- neo4j/result_impl.go | 2 +- neo4j/retry.go | 2 +- neo4j/runner.go | 2 +- neo4j/runner_test.go | 2 +- neo4j/session.go | 2 +- neo4j/session_impl.go | 2 +- neo4j/statement.go | 2 +- neo4j/statement_impl.go | 2 +- neo4j/summary.go | 2 +- neo4j/summary_collection.go | 2 +- neo4j/summary_counters.go | 2 +- neo4j/summary_notification.go | 2 +- neo4j/summary_plan.go | 2 +- neo4j/summary_position.go | 2 +- neo4j/summary_profiled_plan.go | 2 +- neo4j/summary_server_info.go | 2 +- neo4j/summary_test.go | 2 +- neo4j/test-integration/auth_test.go | 2 +- neo4j/test-integration/bookmark_test.go | 2 +- .../control/causal-cluster-controller.go | 2 +- .../control/causal-cluster.go | 5 +- neo4j/test-integration/control/constants.go | 2 +- .../control/single-instance-controller.go | 2 +- .../control/single-instance.go | 2 +- neo4j/test-integration/control/utils.go | 2 +- neo4j/test-integration/driver_test.go | 7 ++- neo4j/test-integration/examples_test.go | 2 +- neo4j/test-integration/ginkgo_test.go | 2 +- neo4j/test-integration/it_test.go | 2 +- neo4j/test-integration/routing_test.go | 2 +- neo4j/test-integration/session_test.go | 2 +- neo4j/test-integration/stress/stress.go | 9 +-- neo4j/test-integration/stress_test.go | 9 +-- neo4j/test-integration/timeout_test.go | 2 +- neo4j/test-integration/tls_test.go | 2 +- neo4j/test-integration/transaction_test.go | 5 +- neo4j/test-integration/types_test.go | 61 ++++++++++--------- neo4j/test-integration/utils/error_utils.go | 3 +- neo4j/test-integration/utils/mem_log.go | 8 +-- neo4j/test-integration/utils_test.go | 5 +- neo4j/test-integration/values_spatial_test.go | 2 +- .../test-integration/values_temporal_test.go | 2 +- .../values_unsupported_test.go | 2 +- neo4j/test-stub/control/boltstub.go | 2 +- neo4j/test-stub/disconnect_test.go | 5 +- neo4j/test-stub/ginkgo_test.go | 2 +- neo4j/test-stub/query_test.go | 7 ++- neo4j/test-stub/tx_test.go | 7 ++- neo4j/test-stub/util_test.go | 5 +- neo4j/transaction.go | 2 +- neo4j/transaction_config.go | 2 +- neo4j/transaction_impl.go | 2 +- neo4j/utils.go | 2 +- neo4j/utils/test/gomock_matchers.go | 2 +- neo4j/utils/test/omega_error_matchers.go | 3 +- neo4j/utils/test/omega_number_matchers.go | 2 +- neo4j/utils/version.go | 2 +- neo4j/values_graph.go | 2 +- neo4j/values_graph_handlers.go | 2 +- neo4j/values_spatial.go | 2 +- neo4j/values_spatial_handlers.go | 6 +- neo4j/values_spatial_test.go | 2 +- neo4j/values_temporal.go | 2 +- neo4j/values_temporal_handlers.go | 14 ++--- neo4j/values_temporal_test.go | 2 +- 94 files changed, 171 insertions(+), 154 deletions(-) diff --git a/neo4j/auth_tokens.go b/neo4j/auth_tokens.go index 84189373..99752b38 100644 --- a/neo4j/auth_tokens.go +++ b/neo4j/auth_tokens.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/auth_tokens_test.go b/neo4j/auth_tokens_test.go index 329988be..1fda81da 100644 --- a/neo4j/auth_tokens_test.go +++ b/neo4j/auth_tokens_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/config.go b/neo4j/config.go index f05a0f7a..8de3d541 100644 --- a/neo4j/config.go +++ b/neo4j/config.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/config_resolver.go b/neo4j/config_resolver.go index 3dbb6bf7..0043b506 100644 --- a/neo4j/config_resolver.go +++ b/neo4j/config_resolver.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/config_test.go b/neo4j/config_test.go index eaae2e13..ebde01fa 100644 --- a/neo4j/config_test.go +++ b/neo4j/config_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/config_trust.go b/neo4j/config_trust.go index 1eff2222..0a1dbd84 100644 --- a/neo4j/config_trust.go +++ b/neo4j/config_trust.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/driver.go b/neo4j/driver.go index b0f46707..8a1a46b2 100644 --- a/neo4j/driver.go +++ b/neo4j/driver.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/driver_test.go b/neo4j/driver_test.go index 4e733044..c5e02273 100644 --- a/neo4j/driver_test.go +++ b/neo4j/driver_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/error.go b/neo4j/error.go index 442436eb..6fa77ba0 100644 --- a/neo4j/error.go +++ b/neo4j/error.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -22,6 +22,7 @@ package neo4j import "C" import ( "fmt" + "github.com/neo4j-drivers/gobolt" ) diff --git a/neo4j/error_test.go b/neo4j/error_test.go index bb147ec7..b61acfc1 100644 --- a/neo4j/error_test.go +++ b/neo4j/error_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/ginkgo_test.go b/neo4j/ginkgo_test.go index 0d7a5fea..a9c29d82 100644 --- a/neo4j/ginkgo_test.go +++ b/neo4j/ginkgo_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/gobolt_driver.go b/neo4j/gobolt_driver.go index a2c80621..30f5f9eb 100644 --- a/neo4j/gobolt_driver.go +++ b/neo4j/gobolt_driver.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/gobolt_driver_test.go b/neo4j/gobolt_driver_test.go index 40ed0739..1816ca92 100644 --- a/neo4j/gobolt_driver_test.go +++ b/neo4j/gobolt_driver_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/logging.go b/neo4j/logging.go index 16d40e36..4b4d7539 100644 --- a/neo4j/logging.go +++ b/neo4j/logging.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/logging_impl.go b/neo4j/logging_impl.go index b460a0a5..9c325ebf 100644 --- a/neo4j/logging_impl.go +++ b/neo4j/logging_impl.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/logging_test.go b/neo4j/logging_test.go index 4f513a4d..7a509512 100644 --- a/neo4j/logging_test.go +++ b/neo4j/logging_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/mock_connection_test.go b/neo4j/mock_connection_test.go index 46613749..d295ca3a 100644 --- a/neo4j/mock_connection_test.go +++ b/neo4j/mock_connection_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/mock_connector_test.go b/neo4j/mock_connector_test.go index f7a80334..a09e090e 100644 --- a/neo4j/mock_connector_test.go +++ b/neo4j/mock_connector_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/mock_factory_test.go b/neo4j/mock_factory_test.go index 5cac5e64..f82ed3bb 100644 --- a/neo4j/mock_factory_test.go +++ b/neo4j/mock_factory_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/mock_logging_test.go b/neo4j/mock_logging_test.go index 6cad4916..8fc8b78b 100644 --- a/neo4j/mock_logging_test.go +++ b/neo4j/mock_logging_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/mock_pool_test.go b/neo4j/mock_pool_test.go index 1c443c59..d788016a 100644 --- a/neo4j/mock_pool_test.go +++ b/neo4j/mock_pool_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/mock_record_test.go b/neo4j/mock_record_test.go index f896b84d..6b6a17e8 100644 --- a/neo4j/mock_record_test.go +++ b/neo4j/mock_record_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -24,8 +24,9 @@ package neo4j import ( - gomock "github.com/golang/mock/gomock" reflect "reflect" + + gomock "github.com/golang/mock/gomock" ) // MockRecord is a mock of Record interface diff --git a/neo4j/mock_result_test.go b/neo4j/mock_result_test.go index 288b2b5f..a62b2950 100644 --- a/neo4j/mock_result_test.go +++ b/neo4j/mock_result_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -24,8 +24,9 @@ package neo4j import ( - gomock "github.com/golang/mock/gomock" reflect "reflect" + + gomock "github.com/golang/mock/gomock" ) // MockResult is a mock of Result interface diff --git a/neo4j/mock_resultsummary_test.go b/neo4j/mock_resultsummary_test.go index e32bea05..4f94cc3d 100644 --- a/neo4j/mock_resultsummary_test.go +++ b/neo4j/mock_resultsummary_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -24,9 +24,10 @@ package neo4j import ( - gomock "github.com/golang/mock/gomock" reflect "reflect" time "time" + + gomock "github.com/golang/mock/gomock" ) // MockResultSummary is a mock of ResultSummary interface diff --git a/neo4j/record.go b/neo4j/record.go index 5b96e5e5..cba44ec0 100644 --- a/neo4j/record.go +++ b/neo4j/record.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/record_impl.go b/neo4j/record_impl.go index 6f2768f9..18cd1c7a 100644 --- a/neo4j/record_impl.go +++ b/neo4j/record_impl.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/result.go b/neo4j/result.go index e8e47701..a2898ef3 100644 --- a/neo4j/result.go +++ b/neo4j/result.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/result_helpers.go b/neo4j/result_helpers.go index a174c1a4..411297b7 100644 --- a/neo4j/result_helpers.go +++ b/neo4j/result_helpers.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/result_helpers_test.go b/neo4j/result_helpers_test.go index da10de82..8129b42e 100644 --- a/neo4j/result_helpers_test.go +++ b/neo4j/result_helpers_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/result_impl.go b/neo4j/result_impl.go index e011626e..8740f0f0 100644 --- a/neo4j/result_impl.go +++ b/neo4j/result_impl.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/retry.go b/neo4j/retry.go index 7cf84940..7c653f08 100644 --- a/neo4j/retry.go +++ b/neo4j/retry.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/runner.go b/neo4j/runner.go index 3a3d39f1..a84226ee 100644 --- a/neo4j/runner.go +++ b/neo4j/runner.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://seabolt.com] * * This file is part of seabolt. diff --git a/neo4j/runner_test.go b/neo4j/runner_test.go index 6aa7dc29..5cdf03c5 100644 --- a/neo4j/runner_test.go +++ b/neo4j/runner_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/session.go b/neo4j/session.go index e1b888c6..6719da12 100644 --- a/neo4j/session.go +++ b/neo4j/session.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/session_impl.go b/neo4j/session_impl.go index 49480907..00b8bd83 100644 --- a/neo4j/session_impl.go +++ b/neo4j/session_impl.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/statement.go b/neo4j/statement.go index 751c8295..46ef6dfd 100644 --- a/neo4j/statement.go +++ b/neo4j/statement.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/statement_impl.go b/neo4j/statement_impl.go index 42e8698c..b9e38074 100644 --- a/neo4j/statement_impl.go +++ b/neo4j/statement_impl.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/summary.go b/neo4j/summary.go index 564e9f3f..40550e45 100644 --- a/neo4j/summary.go +++ b/neo4j/summary.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/summary_collection.go b/neo4j/summary_collection.go index d75a8870..793ec1d9 100644 --- a/neo4j/summary_collection.go +++ b/neo4j/summary_collection.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/summary_counters.go b/neo4j/summary_counters.go index 7af7fa42..4937e835 100644 --- a/neo4j/summary_counters.go +++ b/neo4j/summary_counters.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/summary_notification.go b/neo4j/summary_notification.go index b3e8d345..51f9182b 100644 --- a/neo4j/summary_notification.go +++ b/neo4j/summary_notification.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/summary_plan.go b/neo4j/summary_plan.go index 131d3f76..eae9fbde 100644 --- a/neo4j/summary_plan.go +++ b/neo4j/summary_plan.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/summary_position.go b/neo4j/summary_position.go index fbdbfe41..de1a576e 100644 --- a/neo4j/summary_position.go +++ b/neo4j/summary_position.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/summary_profiled_plan.go b/neo4j/summary_profiled_plan.go index 59e30706..8279c4da 100644 --- a/neo4j/summary_profiled_plan.go +++ b/neo4j/summary_profiled_plan.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/summary_server_info.go b/neo4j/summary_server_info.go index 21fbac19..b0a03301 100644 --- a/neo4j/summary_server_info.go +++ b/neo4j/summary_server_info.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/summary_test.go b/neo4j/summary_test.go index a9ee223d..fb41261f 100644 --- a/neo4j/summary_test.go +++ b/neo4j/summary_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-integration/auth_test.go b/neo4j/test-integration/auth_test.go index e49af5b6..361dcf21 100644 --- a/neo4j/test-integration/auth_test.go +++ b/neo4j/test-integration/auth_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-integration/bookmark_test.go b/neo4j/test-integration/bookmark_test.go index 39515c5b..9561b714 100644 --- a/neo4j/test-integration/bookmark_test.go +++ b/neo4j/test-integration/bookmark_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-integration/control/causal-cluster-controller.go b/neo4j/test-integration/control/causal-cluster-controller.go index 4acb54c5..c788964f 100644 --- a/neo4j/test-integration/control/causal-cluster-controller.go +++ b/neo4j/test-integration/control/causal-cluster-controller.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-integration/control/causal-cluster.go b/neo4j/test-integration/control/causal-cluster.go index 9ddaf030..7bf352a2 100644 --- a/neo4j/test-integration/control/causal-cluster.go +++ b/neo4j/test-integration/control/causal-cluster.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -22,13 +22,14 @@ package control import ( "bufio" "fmt" - "github.com/pkg/errors" "math/rand" "net/url" "strings" "sync" "time" + "github.com/pkg/errors" + "github.com/neo4j/neo4j-go-driver/neo4j" ) diff --git a/neo4j/test-integration/control/constants.go b/neo4j/test-integration/control/constants.go index 79701193..6851abbd 100644 --- a/neo4j/test-integration/control/constants.go +++ b/neo4j/test-integration/control/constants.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-integration/control/single-instance-controller.go b/neo4j/test-integration/control/single-instance-controller.go index 2f2ecee1..fe24e7c0 100644 --- a/neo4j/test-integration/control/single-instance-controller.go +++ b/neo4j/test-integration/control/single-instance-controller.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-integration/control/single-instance.go b/neo4j/test-integration/control/single-instance.go index d7412739..3046e7f5 100644 --- a/neo4j/test-integration/control/single-instance.go +++ b/neo4j/test-integration/control/single-instance.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-integration/control/utils.go b/neo4j/test-integration/control/utils.go index 74f40147..f806a065 100644 --- a/neo4j/test-integration/control/utils.go +++ b/neo4j/test-integration/control/utils.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-integration/driver_test.go b/neo4j/test-integration/driver_test.go index 1cf065f0..5e5f67ee 100644 --- a/neo4j/test-integration/driver_test.go +++ b/neo4j/test-integration/driver_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -20,11 +20,12 @@ package test_integration import ( - "github.com/neo4j/neo4j-go-driver/neo4j" - "github.com/neo4j/neo4j-go-driver/neo4j/test-integration/control" "math" "time" + "github.com/neo4j/neo4j-go-driver/neo4j" + "github.com/neo4j/neo4j-go-driver/neo4j/test-integration/control" + . "github.com/neo4j/neo4j-go-driver/neo4j/utils/test" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/neo4j/test-integration/examples_test.go b/neo4j/test-integration/examples_test.go index d8323546..bec1bac1 100644 --- a/neo4j/test-integration/examples_test.go +++ b/neo4j/test-integration/examples_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-integration/ginkgo_test.go b/neo4j/test-integration/ginkgo_test.go index c5ee6b53..32414ad7 100644 --- a/neo4j/test-integration/ginkgo_test.go +++ b/neo4j/test-integration/ginkgo_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-integration/it_test.go b/neo4j/test-integration/it_test.go index 5e5a515e..6521059c 100644 --- a/neo4j/test-integration/it_test.go +++ b/neo4j/test-integration/it_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-integration/routing_test.go b/neo4j/test-integration/routing_test.go index b6409588..5d5916a4 100644 --- a/neo4j/test-integration/routing_test.go +++ b/neo4j/test-integration/routing_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-integration/session_test.go b/neo4j/test-integration/session_test.go index a2eb4211..55d90fcd 100644 --- a/neo4j/test-integration/session_test.go +++ b/neo4j/test-integration/session_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-integration/stress/stress.go b/neo4j/test-integration/stress/stress.go index aa6985d7..3e470525 100644 --- a/neo4j/test-integration/stress/stress.go +++ b/neo4j/test-integration/stress/stress.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -21,12 +21,13 @@ package stress import ( "fmt" - "github.com/neo4j/neo4j-go-driver/neo4j" - . "github.com/neo4j/neo4j-go-driver/neo4j/utils/test" - . "github.com/onsi/gomega" "strings" "sync" "sync/atomic" + + "github.com/neo4j/neo4j-go-driver/neo4j" + . "github.com/neo4j/neo4j-go-driver/neo4j/utils/test" + . "github.com/onsi/gomega" ) // TestContext provides state data shared across tests diff --git a/neo4j/test-integration/stress_test.go b/neo4j/test-integration/stress_test.go index c6f2b752..510c5241 100644 --- a/neo4j/test-integration/stress_test.go +++ b/neo4j/test-integration/stress_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -20,13 +20,14 @@ package test_integration import ( - "github.com/neo4j/neo4j-go-driver/neo4j" - "github.com/neo4j/neo4j-go-driver/neo4j/test-integration/control" - "github.com/neo4j/neo4j-go-driver/neo4j/test-integration/stress" "math/rand" "sync" "time" + "github.com/neo4j/neo4j-go-driver/neo4j" + "github.com/neo4j/neo4j-go-driver/neo4j/test-integration/control" + "github.com/neo4j/neo4j-go-driver/neo4j/test-integration/stress" + . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/neo4j/test-integration/timeout_test.go b/neo4j/test-integration/timeout_test.go index 189a6629..2dda1dfa 100644 --- a/neo4j/test-integration/timeout_test.go +++ b/neo4j/test-integration/timeout_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-integration/tls_test.go b/neo4j/test-integration/tls_test.go index 3d84a545..e17153df 100644 --- a/neo4j/test-integration/tls_test.go +++ b/neo4j/test-integration/tls_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-integration/transaction_test.go b/neo4j/test-integration/transaction_test.go index b623868f..e344583c 100644 --- a/neo4j/test-integration/transaction_test.go +++ b/neo4j/test-integration/transaction_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -20,9 +20,10 @@ package test_integration import ( + "time" + "github.com/neo4j/neo4j-go-driver/neo4j/test-integration/utils" "github.com/pkg/errors" - "time" "github.com/neo4j/neo4j-go-driver/neo4j" "github.com/neo4j/neo4j-go-driver/neo4j/test-integration/control" diff --git a/neo4j/test-integration/types_test.go b/neo4j/test-integration/types_test.go index 4af3fb46..199f5b09 100644 --- a/neo4j/test-integration/types_test.go +++ b/neo4j/test-integration/types_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -20,14 +20,15 @@ package test_integration import ( + "math/rand" + "reflect" + "github.com/neo4j/neo4j-go-driver/neo4j" "github.com/neo4j/neo4j-go-driver/neo4j/test-integration/control" . "github.com/neo4j/neo4j-go-driver/neo4j/utils/test" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" - "math/rand" - "reflect" ) var _ = Describe("Types", func() { @@ -519,36 +520,36 @@ var _ = Describe("Types", func() { Context("Aliased types", func() { type ( - booleanAlias bool - byteAlias byte - int8Alias int8 - int16Alias int16 - int32Alias int32 - int64Alias int64 - intAlias int - uint8Alias uint8 - uint16Alias uint16 - uint32Alias uint32 - uint64Alias uint64 - uintAlias uint - float32Alias float32 - float64Alias float64 - stringAlias string + booleanAlias bool + byteAlias byte + int8Alias int8 + int16Alias int16 + int32Alias int32 + int64Alias int64 + intAlias int + uint8Alias uint8 + uint16Alias uint16 + uint32Alias uint32 + uint64Alias uint64 + uintAlias uint + float32Alias float32 + float64Alias float64 + stringAlias string booleanArrayAlias []bool - byteArrayAlias []byte - int8ArrayAlias []int8 - int16ArrayAlias []int16 - int32ArrayAlias []int32 - int64ArrayAlias []int64 - intArrayAlias []int - uint8ArrayAlias []uint8 - uint16ArrayAlias []uint16 - uint32ArrayAlias []uint32 - uint64ArrayAlias []uint64 - uintArrayAlias []uint + byteArrayAlias []byte + int8ArrayAlias []int8 + int16ArrayAlias []int16 + int32ArrayAlias []int32 + int64ArrayAlias []int64 + intArrayAlias []int + uint8ArrayAlias []uint8 + uint16ArrayAlias []uint16 + uint32ArrayAlias []uint32 + uint64ArrayAlias []uint64 + uintArrayAlias []uint float32ArrayAlias []float32 float64ArrayAlias []float64 - stringArrayAlias []string + stringArrayAlias []string ) var ( diff --git a/neo4j/test-integration/utils/error_utils.go b/neo4j/test-integration/utils/error_utils.go index 22c06a57..9d769199 100644 --- a/neo4j/test-integration/utils/error_utils.go +++ b/neo4j/test-integration/utils/error_utils.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -21,6 +21,7 @@ package utils import ( "fmt" + "github.com/neo4j-drivers/gobolt" ) diff --git a/neo4j/test-integration/utils/mem_log.go b/neo4j/test-integration/utils/mem_log.go index b45c18f7..871fe2ee 100644 --- a/neo4j/test-integration/utils/mem_log.go +++ b/neo4j/test-integration/utils/mem_log.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -25,13 +25,13 @@ import "fmt" // be used in tests type MemoryLogging struct { // Errors contains all log messages written at Error level - Errors []string + Errors []string // Warnings contains all log messages written at Warning level Warnings []string // Infos contains all log messages written at Info level - Infos []string + Infos []string // Debugs contains all log messages written at Debug level - Debugs []string + Debugs []string } // ErrorEnabled returns whether Error level is enabled diff --git a/neo4j/test-integration/utils_test.go b/neo4j/test-integration/utils_test.go index 3c85137c..0656cafe 100644 --- a/neo4j/test-integration/utils_test.go +++ b/neo4j/test-integration/utils_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -21,9 +21,10 @@ package test_integration import ( "fmt" + "reflect" + "github.com/neo4j/neo4j-go-driver/neo4j" "github.com/onsi/ginkgo" - "reflect" . "github.com/onsi/gomega" ) diff --git a/neo4j/test-integration/values_spatial_test.go b/neo4j/test-integration/values_spatial_test.go index 3c5aba1b..3b7d21c2 100644 --- a/neo4j/test-integration/values_spatial_test.go +++ b/neo4j/test-integration/values_spatial_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-integration/values_temporal_test.go b/neo4j/test-integration/values_temporal_test.go index 3973e8be..5726071f 100644 --- a/neo4j/test-integration/values_temporal_test.go +++ b/neo4j/test-integration/values_temporal_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-integration/values_unsupported_test.go b/neo4j/test-integration/values_unsupported_test.go index ffb60b8a..0b68a48d 100644 --- a/neo4j/test-integration/values_unsupported_test.go +++ b/neo4j/test-integration/values_unsupported_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-stub/control/boltstub.go b/neo4j/test-stub/control/boltstub.go index 074c5825..37a94e8c 100644 --- a/neo4j/test-stub/control/boltstub.go +++ b/neo4j/test-stub/control/boltstub.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-stub/disconnect_test.go b/neo4j/test-stub/disconnect_test.go index bd1effb9..40b6815a 100644 --- a/neo4j/test-stub/disconnect_test.go +++ b/neo4j/test-stub/disconnect_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -20,11 +20,12 @@ package test_stub import ( + "path" + "github.com/neo4j/neo4j-go-driver/neo4j/test-stub/control" "github.com/neo4j/neo4j-go-driver/neo4j/utils/test" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "path" ) var _ = Describe("Disconnect", func() { diff --git a/neo4j/test-stub/ginkgo_test.go b/neo4j/test-stub/ginkgo_test.go index 91dc117e..9e8e7dc9 100644 --- a/neo4j/test-stub/ginkgo_test.go +++ b/neo4j/test-stub/ginkgo_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/test-stub/query_test.go b/neo4j/test-stub/query_test.go index b9bcc0dc..c84b2c5f 100644 --- a/neo4j/test-stub/query_test.go +++ b/neo4j/test-stub/query_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -20,12 +20,13 @@ package test_stub import ( + "path" + "time" + "github.com/neo4j/neo4j-go-driver/neo4j" "github.com/neo4j/neo4j-go-driver/neo4j/test-stub/control" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "path" - "time" ) var _ = Describe("Query", func() { diff --git a/neo4j/test-stub/tx_test.go b/neo4j/test-stub/tx_test.go index b6f76b36..57ff88ef 100644 --- a/neo4j/test-stub/tx_test.go +++ b/neo4j/test-stub/tx_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -20,12 +20,13 @@ package test_stub import ( + "path" + "time" + "github.com/neo4j/neo4j-go-driver/neo4j" "github.com/neo4j/neo4j-go-driver/neo4j/test-stub/control" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "path" - "time" ) var _ = Describe("Transaction", func() { diff --git a/neo4j/test-stub/util_test.go b/neo4j/test-stub/util_test.go index 1ba8e43b..fb6f96b3 100644 --- a/neo4j/test-stub/util_test.go +++ b/neo4j/test-stub/util_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -20,10 +20,11 @@ package test_stub import ( - "github.com/neo4j/neo4j-go-driver/neo4j" "os" "strings" + "github.com/neo4j/neo4j-go-driver/neo4j" + . "github.com/onsi/gomega" ) diff --git a/neo4j/transaction.go b/neo4j/transaction.go index 365deb27..6bf8f040 100644 --- a/neo4j/transaction.go +++ b/neo4j/transaction.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/transaction_config.go b/neo4j/transaction_config.go index 52ec851d..bcc659be 100644 --- a/neo4j/transaction_config.go +++ b/neo4j/transaction_config.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/transaction_impl.go b/neo4j/transaction_impl.go index 1ecd4108..b4024313 100644 --- a/neo4j/transaction_impl.go +++ b/neo4j/transaction_impl.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/utils.go b/neo4j/utils.go index e1fbd388..dfdaa6b6 100644 --- a/neo4j/utils.go +++ b/neo4j/utils.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/utils/test/gomock_matchers.go b/neo4j/utils/test/gomock_matchers.go index db4eebd8..3c33a147 100644 --- a/neo4j/utils/test/gomock_matchers.go +++ b/neo4j/utils/test/gomock_matchers.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/utils/test/omega_error_matchers.go b/neo4j/utils/test/omega_error_matchers.go index d98bf05c..403d5b5a 100644 --- a/neo4j/utils/test/omega_error_matchers.go +++ b/neo4j/utils/test/omega_error_matchers.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -21,6 +21,7 @@ package test import ( "fmt" + "github.com/neo4j-drivers/gobolt" "github.com/onsi/gomega" "github.com/onsi/gomega/types" diff --git a/neo4j/utils/test/omega_number_matchers.go b/neo4j/utils/test/omega_number_matchers.go index 3a13d988..2dd9b804 100644 --- a/neo4j/utils/test/omega_number_matchers.go +++ b/neo4j/utils/test/omega_number_matchers.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/utils/version.go b/neo4j/utils/version.go index 9de174c9..f3bee15e 100644 --- a/neo4j/utils/version.go +++ b/neo4j/utils/version.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/values_graph.go b/neo4j/values_graph.go index df3839b2..9e6b43c7 100644 --- a/neo4j/values_graph.go +++ b/neo4j/values_graph.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/values_graph_handlers.go b/neo4j/values_graph_handlers.go index ceef1dec..ef8131e5 100644 --- a/neo4j/values_graph_handlers.go +++ b/neo4j/values_graph_handlers.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/values_spatial.go b/neo4j/values_spatial.go index 80394016..e90089af 100644 --- a/neo4j/values_spatial.go +++ b/neo4j/values_spatial.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/values_spatial_handlers.go b/neo4j/values_spatial_handlers.go index ffb7ee38..c4216b90 100644 --- a/neo4j/values_spatial_handlers.go +++ b/neo4j/values_spatial_handlers.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -28,9 +28,9 @@ import ( const ( point2DSignature int16 = 'X' - point2DSize = 3 + point2DSize = 3 point3DSignature int16 = 'Y' - point3DSize = 4 + point3DSize = 4 ) type pointValueHandler struct { diff --git a/neo4j/values_spatial_test.go b/neo4j/values_spatial_test.go index e26ec997..9a01801b 100644 --- a/neo4j/values_spatial_test.go +++ b/neo4j/values_spatial_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/values_temporal.go b/neo4j/values_temporal.go index 3376a64b..f684e0b5 100644 --- a/neo4j/values_temporal.go +++ b/neo4j/values_temporal.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. diff --git a/neo4j/values_temporal_handlers.go b/neo4j/values_temporal_handlers.go index 5b12d5bd..ac2d37a3 100644 --- a/neo4j/values_temporal_handlers.go +++ b/neo4j/values_temporal_handlers.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. @@ -28,18 +28,18 @@ import ( const ( dateSignature int16 = 'D' - dateSize = 1 + dateSize = 1 localTimeSignature int16 = 't' - localTimeSize = 1 + localTimeSize = 1 offsetTimeSignature int16 = 'T' - offsetTimeSize = 2 + offsetTimeSize = 2 durationSignature int16 = 'E' - durationSize = 4 + durationSize = 4 localDateTimeSignature int16 = 'd' - localDateTimeSize int = 2 + localDateTimeSize int = 2 dateTimeWithOffsetSignature int16 = 'F' dateTimeWithZoneIdSignature int16 = 'f' - dateTimeSize int = 3 + dateTimeSize int = 3 ) type dateTimeValueHandler struct { diff --git a/neo4j/values_temporal_test.go b/neo4j/values_temporal_test.go index f05bae7f..989ad212 100644 --- a/neo4j/values_temporal_test.go +++ b/neo4j/values_temporal_test.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2018 "Neo4j," + * Copyright (c) 2002-2019 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j.