From b9a2bc3b8643caac083c709440eea70cb466025f Mon Sep 17 00:00:00 2001 From: Aiee <18348405+Aiee@users.noreply.github.com> Date: Tue, 9 Nov 2021 15:28:34 +0800 Subject: [PATCH] Remove common clause in the license headers --- basic_example/graph_client_basic_example.go | 8 +++++--- client_test.go | 8 +++++--- configs.go | 8 +++++--- connection.go | 8 +++++--- connection_pool.go | 8 +++++--- gorountines_example/graph_client_goroutines_example.go | 8 +++++--- host_address.go | 8 +++++--- json_example/parse_json_example.go | 8 +++++--- logger.go | 8 +++++--- result_set.go | 10 ++++++---- result_set_test.go | 8 +++++--- session.go | 8 +++++--- ssl_connection_test.go | 8 +++++--- value_wrapper.go | 8 +++++--- 14 files changed, 71 insertions(+), 43 deletions(-) diff --git a/basic_example/graph_client_basic_example.go b/basic_example/graph_client_basic_example.go index ea93155a..9c8011ae 100644 --- a/basic_example/graph_client_basic_example.go +++ b/basic_example/graph_client_basic_example.go @@ -1,7 +1,9 @@ -/* Copyright (c) 2021 vesoft inc. All rights reserved. +/* + * + * Copyright (c) 2021 vesoft inc. All rights reserved. + * + * This source code is licensed under Apache 2.0 License. * - * This source code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ package main diff --git a/client_test.go b/client_test.go index c5285098..9f20e61a 100644 --- a/client_test.go +++ b/client_test.go @@ -1,7 +1,9 @@ -/* Copyright (c) 2020 vesoft inc. All rights reserved. +/* + * + * Copyright (c) 2020 vesoft inc. All rights reserved. + * + * This source code is licensed under Apache 2.0 License. * - * This source code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ package nebula_go diff --git a/configs.go b/configs.go index da541beb..b7e0a285 100644 --- a/configs.go +++ b/configs.go @@ -1,7 +1,9 @@ -/* Copyright (c) 2020 vesoft inc. All rights reserved. +/* + * + * Copyright (c) 2020 vesoft inc. All rights reserved. + * + * This source code is licensed under Apache 2.0 License. * - * This source code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ package nebula_go diff --git a/connection.go b/connection.go index 8c50a336..83b491bc 100644 --- a/connection.go +++ b/connection.go @@ -1,7 +1,9 @@ -/* Copyright (c) 2020 vesoft inc. All rights reserved. +/* + * + * Copyright (c) 2020 vesoft inc. All rights reserved. + * + * This source code is licensed under Apache 2.0 License. * - * This source code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ package nebula_go diff --git a/connection_pool.go b/connection_pool.go index 2b345ade..4c995fb5 100644 --- a/connection_pool.go +++ b/connection_pool.go @@ -1,7 +1,9 @@ -/* Copyright (c) 2020 vesoft inc. All rights reserved. +/* + * + * Copyright (c) 2020 vesoft inc. All rights reserved. + * + * This source code is licensed under Apache 2.0 License. * - * This source code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ package nebula_go diff --git a/gorountines_example/graph_client_goroutines_example.go b/gorountines_example/graph_client_goroutines_example.go index 27c9406d..b0c4be5f 100644 --- a/gorountines_example/graph_client_goroutines_example.go +++ b/gorountines_example/graph_client_goroutines_example.go @@ -1,7 +1,9 @@ -/* Copyright (c) 2021 vesoft inc. All rights reserved. +/* + * + * Copyright (c) 2021 vesoft inc. All rights reserved. + * + * This source code is licensed under Apache 2.0 License. * - * This source code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ package main diff --git a/host_address.go b/host_address.go index 66bf5a10..f1609ffa 100644 --- a/host_address.go +++ b/host_address.go @@ -1,7 +1,9 @@ -/* Copyright (c) 2020 vesoft inc. All rights reserved. +/* + * + * Copyright (c) 2020 vesoft inc. All rights reserved. + * + * This source code is licensed under Apache 2.0 License. * - * This source code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ package nebula_go diff --git a/json_example/parse_json_example.go b/json_example/parse_json_example.go index 74738900..bcc5c68e 100644 --- a/json_example/parse_json_example.go +++ b/json_example/parse_json_example.go @@ -1,7 +1,9 @@ -/* Copyright (c) 2021 vesoft inc. All rights reserved. +/* + * + * Copyright (c) 2021 vesoft inc. All rights reserved. + * + * This source code is licensed under Apache 2.0 License. * - * This source code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ package main diff --git a/logger.go b/logger.go index ac58b15d..bfa08924 100644 --- a/logger.go +++ b/logger.go @@ -1,7 +1,9 @@ -/* Copyright (c) 2020 vesoft inc. All rights reserved. +/* + * + * Copyright (c) 2020 vesoft inc. All rights reserved. + * + * This source code is licensed under Apache 2.0 License. * - * This source code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ package nebula_go diff --git a/result_set.go b/result_set.go index b24f70b2..ce018ea1 100644 --- a/result_set.go +++ b/result_set.go @@ -1,7 +1,9 @@ -/* Copyright (c) 2020 vesoft inc. All rights reserved. -* -* This source code is licensed under Apache 2.0 License, -* attached with Common Clause Condition 1.0, found in the LICENSES directory. +/* + * + * Copyright (c) 2020 vesoft inc. All rights reserved. + * + * This source code is licensed under Apache 2.0 License. + * */ package nebula_go diff --git a/result_set_test.go b/result_set_test.go index 3e35199f..d6d249f4 100644 --- a/result_set_test.go +++ b/result_set_test.go @@ -1,7 +1,9 @@ -/* Copyright (c) 2020 vesoft inc. All rights reserved. +/* + * + * Copyright (c) 2020 vesoft inc. All rights reserved. + * + * This source code is licensed under Apache 2.0 License. * - * This source code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ package nebula_go diff --git a/session.go b/session.go index 560a157b..ec1a713f 100644 --- a/session.go +++ b/session.go @@ -1,7 +1,9 @@ -/* Copyright (c) 2020 vesoft inc. All rights reserved. +/* + * + * Copyright (c) 2020 vesoft inc. All rights reserved. + * + * This source code is licensed under Apache 2.0 License. * - * This source code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ package nebula_go diff --git a/ssl_connection_test.go b/ssl_connection_test.go index ce591ed7..a61be10a 100644 --- a/ssl_connection_test.go +++ b/ssl_connection_test.go @@ -1,7 +1,9 @@ -/* Copyright (c) 2020 vesoft inc. All rights reserved. +/* + * + * Copyright (c) 2020 vesoft inc. All rights reserved. + * + * This source code is licensed under Apache 2.0 License. * - * This source code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ package nebula_go diff --git a/value_wrapper.go b/value_wrapper.go index 3c392fa3..90bd2989 100644 --- a/value_wrapper.go +++ b/value_wrapper.go @@ -1,7 +1,9 @@ -/* Copyright (c) 2020 vesoft inc. All rights reserved. +/* + * + * Copyright (c) 2020 vesoft inc. All rights reserved. + * + * This source code is licensed under Apache 2.0 License. * - * This source code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ package nebula_go