From 385098f4a22c282e51f0d83a63a1f97256ef897d Mon Sep 17 00:00:00 2001 From: Ali Ince Date: Mon, 7 Jan 2019 10:34:38 +0000 Subject: [PATCH] Update copyright to 2019 --- cmd/go-bolt/logger.go | 5 +++-- cmd/go-bolt/main.go | 5 +++-- config.go | 2 +- connection.go | 2 +- connection_mock_test.go | 2 +- connection_seabolt.go | 2 +- connection_worker.go | 2 +- connection_worker_test.go | 2 +- connector.go | 2 +- connector_seabolt.go | 2 +- connector_worker.go | 2 +- error.go | 2 +- lifecycle.go | 2 +- logging.go | 2 +- resolver.go | 2 +- seabolt-static.go | 2 +- seabolt.go | 2 +- stats.go | 2 +- value.go | 2 +- value_handler.go | 4 ++-- worker_pool.go | 2 +- worker_pool_test.go | 2 +- 22 files changed, 27 insertions(+), 25 deletions(-) diff --git a/cmd/go-bolt/logger.go b/cmd/go-bolt/logger.go index fff8fa3..70a11a8 100644 --- a/cmd/go-bolt/logger.go +++ b/cmd/go-bolt/logger.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,8 +20,9 @@ package main import ( - "log" "io" + "log" + "github.com/neo4j-drivers/gobolt" ) diff --git a/cmd/go-bolt/main.go b/cmd/go-bolt/main.go index be43bfc..a83f3c6 100644 --- a/cmd/go-bolt/main.go +++ b/cmd/go-bolt/main.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. @@ -23,10 +23,11 @@ import ( "errors" "flag" "fmt" - "github.com/neo4j-drivers/gobolt" "net/url" "os" "strings" + + "github.com/neo4j-drivers/gobolt" ) var ( diff --git a/config.go b/config.go index bad0875..78cc2c2 100644 --- a/config.go +++ b/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/connection.go b/connection.go index 800696b..0304441 100644 --- a/connection.go +++ b/connection.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/connection_mock_test.go b/connection_mock_test.go index f13b4a2..73b6e18 100644 --- a/connection_mock_test.go +++ b/connection_mock_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/connection_seabolt.go b/connection_seabolt.go index 946b60c..63edb87 100644 --- a/connection_seabolt.go +++ b/connection_seabolt.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/connection_worker.go b/connection_worker.go index 3f0861e..80f4727 100644 --- a/connection_worker.go +++ b/connection_worker.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/connection_worker_test.go b/connection_worker_test.go index 2fd562c..234b4a5 100644 --- a/connection_worker_test.go +++ b/connection_worker_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/connector.go b/connector.go index 29f56ac..3c242f5 100644 --- a/connector.go +++ b/connector.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/connector_seabolt.go b/connector_seabolt.go index 97a17b5..a0b36cd 100644 --- a/connector_seabolt.go +++ b/connector_seabolt.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/connector_worker.go b/connector_worker.go index 8ee7cbb..799a6a1 100644 --- a/connector_worker.go +++ b/connector_worker.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/error.go b/error.go index da662cc..26c27c1 100644 --- a/error.go +++ b/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. diff --git a/lifecycle.go b/lifecycle.go index 3ec3ec2..911073a 100644 --- a/lifecycle.go +++ b/lifecycle.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/logging.go b/logging.go index 56e0885..ca70058 100644 --- a/logging.go +++ b/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/resolver.go b/resolver.go index 73b51d8..d213160 100644 --- a/resolver.go +++ b/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/seabolt-static.go b/seabolt-static.go index c62b28c..d347159 100644 --- a/seabolt-static.go +++ b/seabolt-static.go @@ -1,7 +1,7 @@ // +build seabolt_static /* - * 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/seabolt.go b/seabolt.go index 07788f6..4fc9b9e 100644 --- a/seabolt.go +++ b/seabolt.go @@ -1,7 +1,7 @@ // +build !seabolt_static /* - * 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/stats.go b/stats.go index 62a1f60..6a2dbf5 100644 --- a/stats.go +++ b/stats.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/value.go b/value.go index 75e4650..17317c8 100644 --- a/value.go +++ b/value.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/value_handler.go b/value_handler.go index 4cacb9d..5a82760 100644 --- a/value_handler.go +++ b/value_handler.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. @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + package gobolt import ( diff --git a/worker_pool.go b/worker_pool.go index bb75e01..ae56841 100644 --- a/worker_pool.go +++ b/worker_pool.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/worker_pool_test.go b/worker_pool_test.go index 77b68b7..65a9694 100644 --- a/worker_pool_test.go +++ b/worker_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.