diff --git a/.travis.yml b/.travis.yml index b75f481f6..f778bf1c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ # Copyright (c) 2019 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. +# This source code is licensed under Apache 2.0 License. language: java diff --git a/LICENSES/CC-1.0.txt b/LICENSES/CC-1.0.txt deleted file mode 100644 index a1ab12658..000000000 --- a/LICENSES/CC-1.0.txt +++ /dev/null @@ -1,14 +0,0 @@ -"Commons Clause" License Condition v1.0 - -The Software is provided to you by the Licensor under the License, as defined below, subject to the following condition. - -Without limiting other conditions in the License, the grant of rights under the License will not include, and the License does not grant to you, the right to Sell the Software. - -For purposes of the foregoing, "Sell" means practicing any or all of the rights granted to you under the License to provide to third parties, for a fee or other considerationon (including without limitation fees for hosting or consulting/support services related to the Software), a product or service whose value derives, entirely or substantially, from the functionality of the Software. Any license notice or attribution required by the License must also include this Commons Clause License Condition notice. - -Software: Nebula Graph [Software in this repository] - -License: Apache 2.0 [https://www.apache.org/licenses/LICENSE-2.0.html] - -Licensor: vesoft inc. - diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/NebulaPoolConfig.java b/client/src/main/java/com/vesoft/nebula/client/graph/NebulaPoolConfig.java index 60bba75ea..5c064a833 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/NebulaPoolConfig.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/NebulaPoolConfig.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/SessionsManagerConfig.java b/client/src/main/java/com/vesoft/nebula/client/graph/SessionsManagerConfig.java index 83bb129c8..6285cb3f4 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/SessionsManagerConfig.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/SessionsManagerConfig.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/BaseDataObject.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/BaseDataObject.java index 6c8c77d0b..1b3e83197 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/BaseDataObject.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/BaseDataObject.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/CASignedSSLParam.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/CASignedSSLParam.java index 9667c70f9..fd320c663 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/CASignedSSLParam.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/CASignedSSLParam.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/CoordinateWrapper.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/CoordinateWrapper.java index 2d95a84e4..8d4f236fc 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/CoordinateWrapper.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/CoordinateWrapper.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/DateTimeWrapper.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/DateTimeWrapper.java index 088e00160..92ef74781 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/DateTimeWrapper.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/DateTimeWrapper.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/DateWrapper.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/DateWrapper.java index 34239eb2d..a2ea64eb1 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/DateWrapper.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/DateWrapper.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/GeographyWrapper.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/GeographyWrapper.java index 7a9962af7..b7b56e279 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/GeographyWrapper.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/GeographyWrapper.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/HostAddress.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/HostAddress.java index efcc8af92..0fa8918d2 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/HostAddress.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/HostAddress.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/LineStringWrapper.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/LineStringWrapper.java index f1ca7baf0..d0091c9f2 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/LineStringWrapper.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/LineStringWrapper.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/Node.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/Node.java index 50919da4c..c78c314c3 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/Node.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/Node.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/PathWrapper.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/PathWrapper.java index 6ad28ee4b..e582e8964 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/PathWrapper.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/PathWrapper.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/PointWrapper.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/PointWrapper.java index 85fab7095..14dc85c21 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/PointWrapper.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/PointWrapper.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/PolygonWrapper.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/PolygonWrapper.java index ee6b2d377..83dd53a38 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/PolygonWrapper.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/PolygonWrapper.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/Relationship.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/Relationship.java index b0404aa10..d7e11befd 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/Relationship.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/Relationship.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/ResultSet.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/ResultSet.java index 48a6b0208..a8a8c71dc 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/ResultSet.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/ResultSet.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/SSLParam.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/SSLParam.java index 1a19ec48d..c31608d8d 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/SSLParam.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/SSLParam.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/SelfSignedSSLParam.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/SelfSignedSSLParam.java index d10046a6d..d8fee75cd 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/SelfSignedSSLParam.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/SelfSignedSSLParam.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/TimeUtil.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/TimeUtil.java index 25ff46235..c2113c09b 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/TimeUtil.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/TimeUtil.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/TimeWrapper.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/TimeWrapper.java index 2810e4ea4..a394f97bf 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/TimeWrapper.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/TimeWrapper.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/data/ValueWrapper.java b/client/src/main/java/com/vesoft/nebula/client/graph/data/ValueWrapper.java index 3e3986674..600f66e9e 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/data/ValueWrapper.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/data/ValueWrapper.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/exception/AuthFailedException.java b/client/src/main/java/com/vesoft/nebula/client/graph/exception/AuthFailedException.java index 72bf834fe..faa9832c2 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/exception/AuthFailedException.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/exception/AuthFailedException.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.exception; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/exception/ClientServerIncompatibleException.java b/client/src/main/java/com/vesoft/nebula/client/graph/exception/ClientServerIncompatibleException.java index 6287a381f..d4bdf3f51 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/exception/ClientServerIncompatibleException.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/exception/ClientServerIncompatibleException.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.exception; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/exception/IOErrorException.java b/client/src/main/java/com/vesoft/nebula/client/graph/exception/IOErrorException.java index 6231b5435..10f7aa615 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/exception/IOErrorException.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/exception/IOErrorException.java @@ -1,7 +1,6 @@ /* Copyright (c) 2019 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.exception; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/exception/InvalidConfigException.java b/client/src/main/java/com/vesoft/nebula/client/graph/exception/InvalidConfigException.java index ac6e6e3f9..6b3d40162 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/exception/InvalidConfigException.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/exception/InvalidConfigException.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.exception; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/exception/InvalidSessionException.java b/client/src/main/java/com/vesoft/nebula/client/graph/exception/InvalidSessionException.java index 194e76dc8..83c07d5c8 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/exception/InvalidSessionException.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/exception/InvalidSessionException.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.exception; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/exception/InvalidValueException.java b/client/src/main/java/com/vesoft/nebula/client/graph/exception/InvalidValueException.java index a040d6a86..0b7703f14 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/exception/InvalidValueException.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/exception/InvalidValueException.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.exception; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/exception/NotValidConnectionException.java b/client/src/main/java/com/vesoft/nebula/client/graph/exception/NotValidConnectionException.java index fd064db82..5501d8044 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/exception/NotValidConnectionException.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/exception/NotValidConnectionException.java @@ -1,7 +1,6 @@ /* Copyright (c) 2019 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.exception; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/net/AuthResult.java b/client/src/main/java/com/vesoft/nebula/client/graph/net/AuthResult.java index 3e31b564d..8237153f1 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/net/AuthResult.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/net/AuthResult.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.net; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/net/NebulaPool.java b/client/src/main/java/com/vesoft/nebula/client/graph/net/NebulaPool.java index 54c0c4670..ec4d419f1 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/net/NebulaPool.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/net/NebulaPool.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.net; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/net/Session.java b/client/src/main/java/com/vesoft/nebula/client/graph/net/Session.java index 3b216910a..940843617 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/net/Session.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/net/Session.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.net; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/net/SessionWrapper.java b/client/src/main/java/com/vesoft/nebula/client/graph/net/SessionWrapper.java index c514264a2..faa2cf2dd 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/net/SessionWrapper.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/net/SessionWrapper.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.net; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/net/SessionsManager.java b/client/src/main/java/com/vesoft/nebula/client/graph/net/SessionsManager.java index 9c1aa9a88..6fe4da3dc 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/net/SessionsManager.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/net/SessionsManager.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.net; diff --git a/client/src/main/java/com/vesoft/nebula/client/graph/net/SyncConnection.java b/client/src/main/java/com/vesoft/nebula/client/graph/net/SyncConnection.java index d07bf5ae1..07e625aae 100644 --- a/client/src/main/java/com/vesoft/nebula/client/graph/net/SyncConnection.java +++ b/client/src/main/java/com/vesoft/nebula/client/graph/net/SyncConnection.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.net; diff --git a/client/src/main/java/com/vesoft/nebula/client/meta/AbstractMetaClient.java b/client/src/main/java/com/vesoft/nebula/client/meta/AbstractMetaClient.java index 2b154110d..c74e30ac3 100644 --- a/client/src/main/java/com/vesoft/nebula/client/meta/AbstractMetaClient.java +++ b/client/src/main/java/com/vesoft/nebula/client/meta/AbstractMetaClient.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.meta; diff --git a/client/src/main/java/com/vesoft/nebula/client/meta/MetaCache.java b/client/src/main/java/com/vesoft/nebula/client/meta/MetaCache.java index 71cd1a453..aa3a6a0b6 100644 --- a/client/src/main/java/com/vesoft/nebula/client/meta/MetaCache.java +++ b/client/src/main/java/com/vesoft/nebula/client/meta/MetaCache.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.meta; diff --git a/client/src/main/java/com/vesoft/nebula/client/meta/MetaClient.java b/client/src/main/java/com/vesoft/nebula/client/meta/MetaClient.java index 4fe02c70e..a5cfa60b8 100644 --- a/client/src/main/java/com/vesoft/nebula/client/meta/MetaClient.java +++ b/client/src/main/java/com/vesoft/nebula/client/meta/MetaClient.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.meta; diff --git a/client/src/main/java/com/vesoft/nebula/client/meta/MetaManager.java b/client/src/main/java/com/vesoft/nebula/client/meta/MetaManager.java index 5c6bbf185..8416b0fd0 100644 --- a/client/src/main/java/com/vesoft/nebula/client/meta/MetaManager.java +++ b/client/src/main/java/com/vesoft/nebula/client/meta/MetaManager.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.meta; diff --git a/client/src/main/java/com/vesoft/nebula/client/meta/exception/ExecuteFailedException.java b/client/src/main/java/com/vesoft/nebula/client/meta/exception/ExecuteFailedException.java index a8a877e18..a371f7d36 100644 --- a/client/src/main/java/com/vesoft/nebula/client/meta/exception/ExecuteFailedException.java +++ b/client/src/main/java/com/vesoft/nebula/client/meta/exception/ExecuteFailedException.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.meta.exception; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/GraphStorageConnection.java b/client/src/main/java/com/vesoft/nebula/client/storage/GraphStorageConnection.java index 8a614df79..a3884cea5 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/GraphStorageConnection.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/GraphStorageConnection.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/StorageClient.java b/client/src/main/java/com/vesoft/nebula/client/storage/StorageClient.java index 9de258c10..f66bb05e7 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/StorageClient.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/StorageClient.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/StorageConnPool.java b/client/src/main/java/com/vesoft/nebula/client/storage/StorageConnPool.java index 988f668fb..c9ae1ed2b 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/StorageConnPool.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/StorageConnPool.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/StorageConnPoolFactory.java b/client/src/main/java/com/vesoft/nebula/client/storage/StorageConnPoolFactory.java index 88472d9fe..7bb1515ad 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/StorageConnPoolFactory.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/StorageConnPoolFactory.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/StoragePoolConfig.java b/client/src/main/java/com/vesoft/nebula/client/storage/StoragePoolConfig.java index 82c879ea6..a458ce0bc 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/StoragePoolConfig.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/StoragePoolConfig.java @@ -1,8 +1,6 @@ -/* - * 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, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/data/BaseTableRow.java b/client/src/main/java/com/vesoft/nebula/client/storage/data/BaseTableRow.java index 97035c495..9e30afeee 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/data/BaseTableRow.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/data/BaseTableRow.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/data/EdgeRow.java b/client/src/main/java/com/vesoft/nebula/client/storage/data/EdgeRow.java index 6bab5ff4f..f934cb50a 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/data/EdgeRow.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/data/EdgeRow.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/data/EdgeTableRow.java b/client/src/main/java/com/vesoft/nebula/client/storage/data/EdgeTableRow.java index ca2a776fd..834eee4f8 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/data/EdgeTableRow.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/data/EdgeTableRow.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/data/ScanStatus.java b/client/src/main/java/com/vesoft/nebula/client/storage/data/ScanStatus.java index 912b22151..1441bd0c3 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/data/ScanStatus.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/data/ScanStatus.java @@ -1,8 +1,6 @@ -/* - * 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, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/data/VertexRow.java b/client/src/main/java/com/vesoft/nebula/client/storage/data/VertexRow.java index 1aa0fa6fd..28e04c6eb 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/data/VertexRow.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/data/VertexRow.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/data/VertexTableRow.java b/client/src/main/java/com/vesoft/nebula/client/storage/data/VertexTableRow.java index 2c3c473a9..8c5306838 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/data/VertexTableRow.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/data/VertexTableRow.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.data; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/processor/EdgeProcessor.java b/client/src/main/java/com/vesoft/nebula/client/storage/processor/EdgeProcessor.java index 1ba09c555..3fdade027 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/processor/EdgeProcessor.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/processor/EdgeProcessor.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.processor; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/processor/VertexProcessor.java b/client/src/main/java/com/vesoft/nebula/client/storage/processor/VertexProcessor.java index 0c7d2e029..7dbc63018 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/processor/VertexProcessor.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/processor/VertexProcessor.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.processor; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/scan/PartScanInfo.java b/client/src/main/java/com/vesoft/nebula/client/storage/scan/PartScanInfo.java index 7b81f8da8..e72f3b40d 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/scan/PartScanInfo.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/scan/PartScanInfo.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.scan; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/scan/PartScanQueue.java b/client/src/main/java/com/vesoft/nebula/client/storage/scan/PartScanQueue.java index 6f246d71c..676664c86 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/scan/PartScanQueue.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/scan/PartScanQueue.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.scan; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanEdgeResult.java b/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanEdgeResult.java index 42c51d003..e2a98d461 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanEdgeResult.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanEdgeResult.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.scan; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanEdgeResultIterator.java b/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanEdgeResultIterator.java index fdee8a347..2fd926391 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanEdgeResultIterator.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanEdgeResultIterator.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.scan; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanResultIterator.java b/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanResultIterator.java index fbf6e3764..01327d38a 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanResultIterator.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanResultIterator.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.scan; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanVertexResult.java b/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanVertexResult.java index 7d552f1f9..2bb72faf9 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanVertexResult.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanVertexResult.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.scan; diff --git a/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanVertexResultIterator.java b/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanVertexResultIterator.java index 5b6355b82..7271a526f 100644 --- a/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanVertexResultIterator.java +++ b/client/src/main/java/com/vesoft/nebula/client/storage/scan/ScanVertexResultIterator.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.scan; diff --git a/client/src/main/java/com/vesoft/nebula/encoder/NebulaCodec.java b/client/src/main/java/com/vesoft/nebula/encoder/NebulaCodec.java index 4f7247991..e5c53de3a 100644 --- a/client/src/main/java/com/vesoft/nebula/encoder/NebulaCodec.java +++ b/client/src/main/java/com/vesoft/nebula/encoder/NebulaCodec.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.encoder; diff --git a/client/src/main/java/com/vesoft/nebula/encoder/NebulaCodecImpl.java b/client/src/main/java/com/vesoft/nebula/encoder/NebulaCodecImpl.java index 276bd006e..605725eef 100644 --- a/client/src/main/java/com/vesoft/nebula/encoder/NebulaCodecImpl.java +++ b/client/src/main/java/com/vesoft/nebula/encoder/NebulaCodecImpl.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.encoder; diff --git a/client/src/main/java/com/vesoft/nebula/encoder/RowWriter.java b/client/src/main/java/com/vesoft/nebula/encoder/RowWriter.java index 89dcb1650..492a1986d 100644 --- a/client/src/main/java/com/vesoft/nebula/encoder/RowWriter.java +++ b/client/src/main/java/com/vesoft/nebula/encoder/RowWriter.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.encoder; diff --git a/client/src/main/java/com/vesoft/nebula/encoder/RowWriterImpl.java b/client/src/main/java/com/vesoft/nebula/encoder/RowWriterImpl.java index ce21c58bc..9a0fab6b7 100644 --- a/client/src/main/java/com/vesoft/nebula/encoder/RowWriterImpl.java +++ b/client/src/main/java/com/vesoft/nebula/encoder/RowWriterImpl.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.encoder; diff --git a/client/src/main/java/com/vesoft/nebula/encoder/SchemaProvider.java b/client/src/main/java/com/vesoft/nebula/encoder/SchemaProvider.java index 63897d847..9f6940134 100644 --- a/client/src/main/java/com/vesoft/nebula/encoder/SchemaProvider.java +++ b/client/src/main/java/com/vesoft/nebula/encoder/SchemaProvider.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.encoder; diff --git a/client/src/main/java/com/vesoft/nebula/encoder/SchemaProviderImpl.java b/client/src/main/java/com/vesoft/nebula/encoder/SchemaProviderImpl.java index d964e0f66..6aebb6298 100644 --- a/client/src/main/java/com/vesoft/nebula/encoder/SchemaProviderImpl.java +++ b/client/src/main/java/com/vesoft/nebula/encoder/SchemaProviderImpl.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.encoder; diff --git a/client/src/main/java/com/vesoft/nebula/util/SslUtil.java b/client/src/main/java/com/vesoft/nebula/util/SslUtil.java index e75087e10..82133e95e 100644 --- a/client/src/main/java/com/vesoft/nebula/util/SslUtil.java +++ b/client/src/main/java/com/vesoft/nebula/util/SslUtil.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.util; diff --git a/client/src/test/java/com/vesoft/nebula/client/graph/data/TestData.java b/client/src/test/java/com/vesoft/nebula/client/graph/data/TestData.java index 54af89306..b0175a7e4 100644 --- a/client/src/test/java/com/vesoft/nebula/client/graph/data/TestData.java +++ b/client/src/test/java/com/vesoft/nebula/client/graph/data/TestData.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/test/java/com/vesoft/nebula/client/graph/data/TestDataFromServer.java b/client/src/test/java/com/vesoft/nebula/client/graph/data/TestDataFromServer.java index 5140f7e0c..03bdb5615 100644 --- a/client/src/test/java/com/vesoft/nebula/client/graph/data/TestDataFromServer.java +++ b/client/src/test/java/com/vesoft/nebula/client/graph/data/TestDataFromServer.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.data; diff --git a/client/src/test/java/com/vesoft/nebula/client/graph/net/TestConnectionPool.java b/client/src/test/java/com/vesoft/nebula/client/graph/net/TestConnectionPool.java index ba7a972a9..77b2bd5d6 100644 --- a/client/src/test/java/com/vesoft/nebula/client/graph/net/TestConnectionPool.java +++ b/client/src/test/java/com/vesoft/nebula/client/graph/net/TestConnectionPool.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.net; diff --git a/client/src/test/java/com/vesoft/nebula/client/graph/net/TestSession.java b/client/src/test/java/com/vesoft/nebula/client/graph/net/TestSession.java index e598d6132..35b197b74 100644 --- a/client/src/test/java/com/vesoft/nebula/client/graph/net/TestSession.java +++ b/client/src/test/java/com/vesoft/nebula/client/graph/net/TestSession.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.net; diff --git a/client/src/test/java/com/vesoft/nebula/client/graph/net/TestSessionsManager.java b/client/src/test/java/com/vesoft/nebula/client/graph/net/TestSessionsManager.java index 7f1fc6704..e9aca15ff 100644 --- a/client/src/test/java/com/vesoft/nebula/client/graph/net/TestSessionsManager.java +++ b/client/src/test/java/com/vesoft/nebula/client/graph/net/TestSessionsManager.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.net; diff --git a/client/src/test/java/com/vesoft/nebula/client/graph/net/TestSyncConnection.java b/client/src/test/java/com/vesoft/nebula/client/graph/net/TestSyncConnection.java index 8751fb247..2cd7d8ca1 100644 --- a/client/src/test/java/com/vesoft/nebula/client/graph/net/TestSyncConnection.java +++ b/client/src/test/java/com/vesoft/nebula/client/graph/net/TestSyncConnection.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.graph.net; diff --git a/client/src/test/java/com/vesoft/nebula/client/meta/MockNebulaGraph.java b/client/src/test/java/com/vesoft/nebula/client/meta/MockNebulaGraph.java index 1e8585b6f..d94304ed5 100644 --- a/client/src/test/java/com/vesoft/nebula/client/meta/MockNebulaGraph.java +++ b/client/src/test/java/com/vesoft/nebula/client/meta/MockNebulaGraph.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.meta; diff --git a/client/src/test/java/com/vesoft/nebula/client/meta/TestMetaClient.java b/client/src/test/java/com/vesoft/nebula/client/meta/TestMetaClient.java index a450883f4..a805fcb96 100644 --- a/client/src/test/java/com/vesoft/nebula/client/meta/TestMetaClient.java +++ b/client/src/test/java/com/vesoft/nebula/client/meta/TestMetaClient.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.meta; diff --git a/client/src/test/java/com/vesoft/nebula/client/meta/TestMetaManager.java b/client/src/test/java/com/vesoft/nebula/client/meta/TestMetaManager.java index 992f38c75..0d6ceeb74 100644 --- a/client/src/test/java/com/vesoft/nebula/client/meta/TestMetaManager.java +++ b/client/src/test/java/com/vesoft/nebula/client/meta/TestMetaManager.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.meta; diff --git a/client/src/test/java/com/vesoft/nebula/client/storage/MockStorageData.java b/client/src/test/java/com/vesoft/nebula/client/storage/MockStorageData.java index f8bdfea92..f75d5860e 100644 --- a/client/src/test/java/com/vesoft/nebula/client/storage/MockStorageData.java +++ b/client/src/test/java/com/vesoft/nebula/client/storage/MockStorageData.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage; diff --git a/client/src/test/java/com/vesoft/nebula/client/storage/MockUtil.java b/client/src/test/java/com/vesoft/nebula/client/storage/MockUtil.java index 649e73a56..284a36201 100644 --- a/client/src/test/java/com/vesoft/nebula/client/storage/MockUtil.java +++ b/client/src/test/java/com/vesoft/nebula/client/storage/MockUtil.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage; diff --git a/client/src/test/java/com/vesoft/nebula/client/storage/StorageClientTest.java b/client/src/test/java/com/vesoft/nebula/client/storage/StorageClientTest.java index 22f0e16a4..ea303400e 100644 --- a/client/src/test/java/com/vesoft/nebula/client/storage/StorageClientTest.java +++ b/client/src/test/java/com/vesoft/nebula/client/storage/StorageClientTest.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage; diff --git a/client/src/test/java/com/vesoft/nebula/client/storage/StorageConnPoolTest.java b/client/src/test/java/com/vesoft/nebula/client/storage/StorageConnPoolTest.java index 710c595e5..25d532da7 100644 --- a/client/src/test/java/com/vesoft/nebula/client/storage/StorageConnPoolTest.java +++ b/client/src/test/java/com/vesoft/nebula/client/storage/StorageConnPoolTest.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage; diff --git a/client/src/test/java/com/vesoft/nebula/client/storage/processor/EdgeProcessorTest.java b/client/src/test/java/com/vesoft/nebula/client/storage/processor/EdgeProcessorTest.java index bfe64b9cc..34cd08b6f 100644 --- a/client/src/test/java/com/vesoft/nebula/client/storage/processor/EdgeProcessorTest.java +++ b/client/src/test/java/com/vesoft/nebula/client/storage/processor/EdgeProcessorTest.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.processor; diff --git a/client/src/test/java/com/vesoft/nebula/client/storage/processor/VertexProcessorTest.java b/client/src/test/java/com/vesoft/nebula/client/storage/processor/VertexProcessorTest.java index ebbdb8300..341d4f8d4 100644 --- a/client/src/test/java/com/vesoft/nebula/client/storage/processor/VertexProcessorTest.java +++ b/client/src/test/java/com/vesoft/nebula/client/storage/processor/VertexProcessorTest.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.processor; diff --git a/client/src/test/java/com/vesoft/nebula/client/storage/scan/PartScanQueueTest.java b/client/src/test/java/com/vesoft/nebula/client/storage/scan/PartScanQueueTest.java index 580ae4e1e..646f4018d 100644 --- a/client/src/test/java/com/vesoft/nebula/client/storage/scan/PartScanQueueTest.java +++ b/client/src/test/java/com/vesoft/nebula/client/storage/scan/PartScanQueueTest.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.storage.scan; diff --git a/client/src/test/java/com/vesoft/nebula/client/util/ProcessUtil.java b/client/src/test/java/com/vesoft/nebula/client/util/ProcessUtil.java index 04f65e341..04c1863ae 100644 --- a/client/src/test/java/com/vesoft/nebula/client/util/ProcessUtil.java +++ b/client/src/test/java/com/vesoft/nebula/client/util/ProcessUtil.java @@ -1,7 +1,6 @@ /* Copyright (c) 2021 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.client.util; diff --git a/client/src/test/java/com/vesoft/nebula/encoder/MetaCacheImplTest.java b/client/src/test/java/com/vesoft/nebula/encoder/MetaCacheImplTest.java index 09bda6469..483c73560 100644 --- a/client/src/test/java/com/vesoft/nebula/encoder/MetaCacheImplTest.java +++ b/client/src/test/java/com/vesoft/nebula/encoder/MetaCacheImplTest.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.encoder; diff --git a/client/src/test/java/com/vesoft/nebula/encoder/TestEncoder.java b/client/src/test/java/com/vesoft/nebula/encoder/TestEncoder.java index 1e976faf8..31ed6fb08 100644 --- a/client/src/test/java/com/vesoft/nebula/encoder/TestEncoder.java +++ b/client/src/test/java/com/vesoft/nebula/encoder/TestEncoder.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package test.java.com.vesoft.nebula.encoder; diff --git a/examples/src/main/java/com/vesoft/nebula/examples/GraphClientExample.java b/examples/src/main/java/com/vesoft/nebula/examples/GraphClientExample.java index f9e0c1ce7..3204d461c 100644 --- a/examples/src/main/java/com/vesoft/nebula/examples/GraphClientExample.java +++ b/examples/src/main/java/com/vesoft/nebula/examples/GraphClientExample.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.examples; diff --git a/examples/src/main/java/com/vesoft/nebula/examples/StorageClientExample.java b/examples/src/main/java/com/vesoft/nebula/examples/StorageClientExample.java index 39cab78c3..bd0608878 100644 --- a/examples/src/main/java/com/vesoft/nebula/examples/StorageClientExample.java +++ b/examples/src/main/java/com/vesoft/nebula/examples/StorageClientExample.java @@ -1,7 +1,6 @@ /* 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. + * This source code is licensed under Apache 2.0 License. */ package com.vesoft.nebula.examples;