From 315e81065eefdac72930f577e56d26bc0600b603 Mon Sep 17 00:00:00 2001 From: nebula-bots <88429921+nebula-bots@users.noreply.github.com> Date: Thu, 4 Nov 2021 23:53:46 +0800 Subject: [PATCH] Remove Common Clause License (#244) * Remove Common Clause License (#3263) * Remove Common Clause 1.0 License * Again * Cleanup CC * Remove common clause 1.0 Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com> --- .clang-format | 3 +-- .github/ISSUE_TEMPLATE/enhancement.md | 2 +- .linters/cpp/checkKeyword.py | 3 +-- .linters/cpp/hooks/pre-commit.sh | 3 +-- CMakeLists.txt | 3 +-- CODE_OF_CONDUCT.md | 2 +- LICENSES/CC-1.0.txt | 14 -------------- README-CN.md | 2 -- README.md | 2 -- cmake/CPackage.cmake | 5 ++--- cmake/FetchModule.cmake | 3 +-- codecov.yml | 3 +-- conf/CMakeLists.txt | 3 +-- resources/CMakeLists.txt | 3 +-- scripts/CMakeLists.txt | 3 +-- scripts/services.sh | 3 +-- src/CMakeLists.txt | 3 +-- src/clients/CMakeLists.txt | 3 +-- src/clients/meta/CMakeLists.txt | 3 +-- src/clients/meta/FileBasedClusterIdMan.cpp | 3 +-- src/clients/meta/FileBasedClusterIdMan.h | 3 +-- src/clients/meta/MetaClient.cpp | 3 +-- src/clients/meta/MetaClient.h | 3 +-- src/clients/meta/test/CMakeLists.txt | 3 +-- .../meta/test/FileBasedClusterIdManTest.cpp | 3 +-- src/clients/storage/CMakeLists.txt | 3 +-- src/clients/storage/GeneralStorageClient.cpp | 3 +-- src/clients/storage/GeneralStorageClient.h | 3 +-- src/clients/storage/GraphStorageClient.cpp | 3 +-- src/clients/storage/GraphStorageClient.h | 3 +-- src/clients/storage/InternalStorageClient.cpp | 3 +-- src/clients/storage/InternalStorageClient.h | 3 +-- src/clients/storage/StorageClientBase-inl.h | 3 +-- src/clients/storage/StorageClientBase.cpp | 3 +-- src/clients/storage/StorageClientBase.h | 3 +-- src/codec/Common.h | 3 +-- src/codec/NebulaCodecImpl.cpp | 3 +-- src/codec/NebulaCodecImpl.h | 3 +-- src/codec/RowReader.cpp | 3 +-- src/codec/RowReader.h | 3 +-- src/codec/RowReaderV1.cpp | 3 +-- src/codec/RowReaderV1.h | 3 +-- src/codec/RowReaderV2.cpp | 3 +-- src/codec/RowReaderV2.h | 3 +-- src/codec/RowReaderWrapper.cpp | 3 +-- src/codec/RowReaderWrapper.h | 3 +-- src/codec/RowWriterV2.cpp | 3 +-- src/codec/RowWriterV2.h | 3 +-- src/codec/include/NebulaCodec.h | 3 +-- src/codec/test/NebulaCodecTest.cpp | 3 +-- src/codec/test/ResultSchemaProvider.cpp | 3 +-- src/codec/test/ResultSchemaProvider.h | 3 +-- src/codec/test/RowReaderBenchmark.cpp | 3 +-- src/codec/test/RowReaderV1Test.cpp | 3 +-- src/codec/test/RowReaderV2Test.cpp | 3 +-- src/codec/test/RowWriterBenchmark.cpp | 3 +-- src/codec/test/RowWriterV1-inl.h | 3 +-- src/codec/test/RowWriterV1.cpp | 3 +-- src/codec/test/RowWriterV1.h | 3 +-- src/codec/test/RowWriterV2Test.cpp | 3 +-- src/codec/test/SchemaWriter.cpp | 3 +-- src/codec/test/SchemaWriter.h | 3 +-- src/common/CMakeLists.txt | 3 +-- src/common/algorithm/CMakeLists.txt | 3 +-- src/common/algorithm/ReservoirSampling.cpp | 3 +-- src/common/algorithm/ReservoirSampling.h | 3 +-- src/common/algorithm/test/CMakeLists.txt | 3 +-- .../algorithm/test/ReservoirSamplingTest.cpp | 3 +-- src/common/base/Base.cpp | 3 +-- src/common/base/Base.h | 3 +-- src/common/base/CMakeLists.txt | 3 +-- src/common/base/CheckPointer.h | 3 +-- src/common/base/CollectNSucceeded-inl.h | 3 +-- src/common/base/CollectNSucceeded.h | 3 +-- src/common/base/CommonMacro.h | 3 +-- src/common/base/ConcurrentLRUCache.h | 3 +-- src/common/base/Cord.cpp | 3 +-- src/common/base/Cord.h | 3 +-- src/common/base/EitherOr.h | 3 +-- src/common/base/ErrorOr.h | 3 +-- src/common/base/GdbDebugScript.cpp | 3 +-- src/common/base/ICord.h | 3 +-- src/common/base/Logging.h | 3 +-- src/common/base/MurmurHash2.h | 3 +-- src/common/base/ObjectPool.h | 3 +-- src/common/base/SanitizerOptions.cpp | 3 +-- src/common/base/SignalHandler.cpp | 3 +-- src/common/base/SignalHandler.h | 3 +-- src/common/base/SlowOpTracker.cpp | 3 +-- src/common/base/SlowOpTracker.h | 3 +-- src/common/base/Status.cpp | 3 +-- src/common/base/Status.h | 3 +-- src/common/base/StatusOr.h | 3 +-- src/common/base/StringUnorderedMap.h | 3 +-- src/common/base/StringValue.cpp | 3 +-- src/common/base/StringValue.h | 3 +-- src/common/base/test/CMakeLists.txt | 3 +-- src/common/base/test/ConcurrentLRUCacheTest.cpp | 3 +-- src/common/base/test/CordTest.cpp | 3 +-- src/common/base/test/CordTestT.cpp | 3 +-- src/common/base/test/EitherOrTest.cpp | 3 +-- src/common/base/test/ErrorOrTest.cpp | 3 +-- src/common/base/test/HashBenchmark.cpp | 3 +-- src/common/base/test/ICordBenchmark.cpp | 3 +-- src/common/base/test/ICordTest.cpp | 3 +-- src/common/base/test/LoggingBenchmark.cpp | 3 +-- src/common/base/test/MurmurHash2Test.cpp | 3 +-- src/common/base/test/ObjectPoolTest.cpp | 3 +-- src/common/base/test/RangeVsTransformBenchmark.cpp | 3 +-- src/common/base/test/SignalHandlerTest.cpp | 3 +-- src/common/base/test/SlowOpTrackerTest.cpp | 3 +-- src/common/base/test/StatusOrTest.cpp | 3 +-- src/common/base/test/StatusTest.cpp | 3 +-- src/common/charset/CMakeLists.txt | 3 +-- src/common/charset/Charset.cpp | 3 +-- src/common/charset/Charset.h | 3 +-- src/common/charset/test/CMakeLists.txt | 3 +-- src/common/charset/test/CharsetTest.cpp | 3 +-- src/common/concurrent/Barrier.cpp | 3 +-- src/common/concurrent/Barrier.h | 3 +-- src/common/concurrent/CMakeLists.txt | 3 +-- src/common/concurrent/Latch.cpp | 3 +-- src/common/concurrent/Latch.h | 3 +-- src/common/concurrent/test/BarrierTest.cpp | 3 +-- src/common/concurrent/test/CMakeLists.txt | 3 +-- src/common/concurrent/test/LatchTest.cpp | 3 +-- src/common/conf/CMakeLists.txt | 3 +-- src/common/conf/Configuration.cpp | 3 +-- src/common/conf/Configuration.h | 3 +-- src/common/conf/test/CMakeLists.txt | 3 +-- src/common/conf/test/ConfigurationTest.cpp | 3 +-- src/common/context/ExpressionContext.h | 3 +-- src/common/cpp/helpers.h | 3 +-- src/common/datatypes/CMakeLists.txt | 3 +-- src/common/datatypes/CommonCpp2Ops.h | 3 +-- src/common/datatypes/DataSet.h | 3 +-- src/common/datatypes/DataSetOps-inl.h | 3 +-- src/common/datatypes/Date.cpp | 3 +-- src/common/datatypes/Date.h | 3 +-- src/common/datatypes/DateOps-inl.h | 3 +-- src/common/datatypes/Edge.cpp | 3 +-- src/common/datatypes/Edge.h | 3 +-- src/common/datatypes/EdgeOps-inl.h | 3 +-- src/common/datatypes/Geography.cpp | 3 +-- src/common/datatypes/Geography.h | 3 +-- src/common/datatypes/GeographyOps-inl.h | 3 +-- src/common/datatypes/HostAddr.cpp | 3 +-- src/common/datatypes/HostAddr.h | 3 +-- src/common/datatypes/HostAddrOps-inl.h | 3 +-- src/common/datatypes/KeyValue.h | 3 +-- src/common/datatypes/KeyValueOps-inl.h | 3 +-- src/common/datatypes/List.cpp | 3 +-- src/common/datatypes/List.h | 3 +-- src/common/datatypes/ListOps-inl.h | 3 +-- src/common/datatypes/Map.cpp | 3 +-- src/common/datatypes/Map.h | 3 +-- src/common/datatypes/MapOps-inl.h | 3 +-- src/common/datatypes/Path.cpp | 3 +-- src/common/datatypes/Path.h | 3 +-- src/common/datatypes/PathOps-inl.h | 3 +-- src/common/datatypes/Set.cpp | 3 +-- src/common/datatypes/Set.h | 3 +-- src/common/datatypes/SetOps-inl.h | 3 +-- src/common/datatypes/Value.cpp | 3 +-- src/common/datatypes/Value.h | 3 +-- src/common/datatypes/ValueOps-inl.h | 3 +-- src/common/datatypes/Vertex.cpp | 3 +-- src/common/datatypes/Vertex.h | 3 +-- src/common/datatypes/VertexOps-inl.h | 3 +-- src/common/datatypes/test/CMakeLists.txt | 3 +-- src/common/datatypes/test/DataSetTest.cpp | 3 +-- src/common/datatypes/test/DateTest.cpp | 3 +-- src/common/datatypes/test/EdgeBenchmark.cpp | 3 +-- src/common/datatypes/test/EdgeTest.cpp | 3 +-- src/common/datatypes/test/GeographyTest.cpp | 3 +-- src/common/datatypes/test/HostAddrTest.cpp | 3 +-- src/common/datatypes/test/PathTest.cpp | 3 +-- src/common/datatypes/test/ValueBenchmark.cpp | 3 +-- src/common/datatypes/test/ValueTest.cpp | 3 +-- src/common/datatypes/test/ValueToJsonTest.cpp | 3 +-- src/common/encryption/Base64.cpp | 3 +-- src/common/encryption/Base64.h | 3 +-- src/common/encryption/CMakeLists.txt | 3 +-- src/common/encryption/License.cpp | 3 +-- src/common/encryption/License.h | 3 +-- src/common/encryption/MD5Utils.cpp | 3 +-- src/common/encryption/MD5Utils.h | 3 +-- src/common/expression/AggregateExpression.cpp | 3 +-- src/common/expression/AggregateExpression.h | 3 +-- src/common/expression/ArithmeticExpression.cpp | 3 +-- src/common/expression/ArithmeticExpression.h | 3 +-- src/common/expression/AttributeExpression.cpp | 3 +-- src/common/expression/AttributeExpression.h | 3 +-- src/common/expression/BinaryExpression.cpp | 3 +-- src/common/expression/BinaryExpression.h | 3 +-- src/common/expression/CMakeLists.txt | 3 +-- src/common/expression/CaseExpression.cpp | 3 +-- src/common/expression/CaseExpression.h | 3 +-- src/common/expression/ColumnExpression.cpp | 3 +-- src/common/expression/ColumnExpression.h | 3 +-- src/common/expression/ConstantExpression.cpp | 3 +-- src/common/expression/ConstantExpression.h | 3 +-- src/common/expression/ContainerExpression.cpp | 3 +-- src/common/expression/ContainerExpression.h | 3 +-- src/common/expression/EdgeExpression.cpp | 3 +-- src/common/expression/EdgeExpression.h | 3 +-- src/common/expression/ExprVisitor.h | 3 +-- src/common/expression/Expression.cpp | 3 +-- src/common/expression/Expression.h | 3 +-- src/common/expression/FunctionCallExpression.cpp | 3 +-- src/common/expression/FunctionCallExpression.h | 3 +-- src/common/expression/LabelAttributeExpression.cpp | 3 +-- src/common/expression/LabelAttributeExpression.h | 3 +-- src/common/expression/LabelExpression.cpp | 3 +-- src/common/expression/LabelExpression.h | 3 +-- .../expression/ListComprehensionExpression.cpp | 3 +-- .../expression/ListComprehensionExpression.h | 3 +-- src/common/expression/LogicalExpression.cpp | 3 +-- src/common/expression/LogicalExpression.h | 3 +-- src/common/expression/PathBuildExpression.cpp | 3 +-- src/common/expression/PathBuildExpression.h | 3 +-- src/common/expression/PredicateExpression.cpp | 3 +-- src/common/expression/PredicateExpression.h | 3 +-- src/common/expression/PropertyExpression.cpp | 3 +-- src/common/expression/PropertyExpression.h | 3 +-- src/common/expression/ReduceExpression.cpp | 3 +-- src/common/expression/ReduceExpression.h | 3 +-- src/common/expression/RelationalExpression.cpp | 3 +-- src/common/expression/RelationalExpression.h | 3 +-- src/common/expression/SubscriptExpression.cpp | 3 +-- src/common/expression/SubscriptExpression.h | 3 +-- src/common/expression/TextSearchExpression.cpp | 3 +-- src/common/expression/TextSearchExpression.h | 3 +-- src/common/expression/TypeCastingExpression.cpp | 3 +-- src/common/expression/TypeCastingExpression.h | 3 +-- src/common/expression/UUIDExpression.cpp | 3 +-- src/common/expression/UUIDExpression.h | 3 +-- src/common/expression/UnaryExpression.cpp | 3 +-- src/common/expression/UnaryExpression.h | 3 +-- src/common/expression/VariableExpression.cpp | 3 +-- src/common/expression/VariableExpression.h | 3 +-- src/common/expression/VertexExpression.cpp | 3 +-- src/common/expression/VertexExpression.h | 3 +-- .../test/AggregateExpressionBenchmark.cpp | 3 +-- .../expression/test/AggregateExpressionTest.cpp | 3 +-- .../expression/test/ArithmeticExpressionTest.cpp | 3 +-- .../expression/test/AttributeExpressionTest.cpp | 3 +-- src/common/expression/test/CMakeLists.txt | 3 +-- src/common/expression/test/CaseExpressionTest.cpp | 3 +-- .../expression/test/ColumnExpressionTest.cpp | 3 +-- .../expression/test/ConstantExpressionTest.cpp | 3 +-- .../expression/test/ContainerExpressionTest.cpp | 3 +-- src/common/expression/test/EncodeDecodeTest.cpp | 3 +-- src/common/expression/test/ExpressionBenchmark.cpp | 3 +-- .../expression/test/ExpressionContextMock.cpp | 3 +-- src/common/expression/test/ExpressionContextMock.h | 3 +-- src/common/expression/test/ExpressionTest.cpp | 3 +-- .../test/FunctionCallExpressionBenchmark.cpp | 3 +-- .../expression/test/FunctionCallExpressionTest.cpp | 3 +-- src/common/expression/test/LabelExpressionTest.cpp | 3 +-- .../test/ListComprehensionExpressionTest.cpp | 3 +-- .../expression/test/LogicalExpressionTest.cpp | 3 +-- .../expression/test/PathBuildExpressionTest.cpp | 3 +-- .../expression/test/PredicateExpressionTest.cpp | 3 +-- .../expression/test/PropertyExpressionTest.cpp | 3 +-- .../expression/test/ReduceExpressionTest.cpp | 3 +-- .../expression/test/RelationalExpressionTest.cpp | 3 +-- .../expression/test/SubscriptExpressionTest.cpp | 3 +-- src/common/expression/test/TestBase.h | 3 +-- .../expression/test/TypeCastingExpressionTest.cpp | 3 +-- src/common/expression/test/UnaryExpressionTest.cpp | 3 +-- .../test/VersionedVariableExpressionTest.cpp | 3 +-- src/common/fs/CMakeLists.txt | 3 +-- src/common/fs/FileUtils.cpp | 3 +-- src/common/fs/FileUtils.h | 3 +-- src/common/fs/TempDir.cpp | 3 +-- src/common/fs/TempDir.h | 3 +-- src/common/fs/TempFile.cpp | 3 +-- src/common/fs/TempFile.h | 3 +-- src/common/fs/test/CMakeLists.txt | 3 +-- src/common/fs/test/FileUtilsTest.cpp | 3 +-- src/common/fs/test/TempDirTest.cpp | 3 +-- src/common/fs/test/TempFileTest.cpp | 3 +-- src/common/function/AggFunctionManager.cpp | 3 +-- src/common/function/AggFunctionManager.h | 3 +-- src/common/function/CMakeLists.txt | 3 +-- src/common/function/FunctionManager.cpp | 3 +-- src/common/function/FunctionManager.h | 3 +-- .../function/test/AggFunctionManagerTest.cpp | 3 +-- src/common/function/test/CMakeLists.txt | 3 +-- src/common/function/test/FunctionManagerTest.cpp | 3 +-- src/common/geo/CMakeLists.txt | 3 +-- src/common/geo/GeoFunction.cpp | 3 +-- src/common/geo/GeoFunction.h | 3 +-- src/common/geo/GeoIndex.cpp | 3 +-- src/common/geo/GeoIndex.h | 3 +-- src/common/geo/GeoUtils.h | 3 +-- src/common/geo/io/CMakeLists.txt | 3 +-- src/common/geo/io/wkb/ByteOrder.h | 3 +-- src/common/geo/io/wkb/ByteOrderDataIOStream.cpp | 3 +-- src/common/geo/io/wkb/ByteOrderDataIOStream.h | 3 +-- src/common/geo/io/wkb/CMakeLists.txt | 3 +-- src/common/geo/io/wkb/WKBReader.cpp | 3 +-- src/common/geo/io/wkb/WKBReader.h | 3 +-- src/common/geo/io/wkb/WKBWriter.cpp | 3 +-- src/common/geo/io/wkb/WKBWriter.h | 3 +-- src/common/geo/io/wkb/test/CMakeLists.txt | 3 +-- src/common/geo/io/wkb/test/WKBTest.cpp | 3 +-- src/common/geo/io/wkt/CMakeLists.txt | 3 +-- src/common/geo/io/wkt/WKTReader.cpp | 3 +-- src/common/geo/io/wkt/WKTReader.h | 3 +-- src/common/geo/io/wkt/WKTScanner.h | 3 +-- src/common/geo/io/wkt/WKTWriter.cpp | 3 +-- src/common/geo/io/wkt/WKTWriter.h | 3 +-- src/common/geo/io/wkt/test/CMakeLists.txt | 3 +-- src/common/geo/io/wkt/test/WKTTest.cpp | 3 +-- src/common/geo/test/CMakeLists.txt | 3 +-- src/common/geo/test/GeoFunctionTest.cpp | 3 +-- src/common/graph/AuthResponseOps-inl.h | 3 +-- src/common/graph/CMakeLists.txt | 3 +-- src/common/graph/ExecutionResponseOps-inl.h | 3 +-- src/common/graph/GraphCpp2Ops.h | 3 +-- src/common/graph/PairOps-inl.h | 3 +-- src/common/graph/PlanDescriptionOps-inl.h | 3 +-- src/common/graph/PlanNodeBranchInfoOps-inl.h | 3 +-- src/common/graph/PlanNodeDescriptionOps-inl.h | 3 +-- src/common/graph/ProfilingStatsOps-inl.h | 3 +-- src/common/graph/Response.cpp | 3 +-- src/common/graph/Response.h | 3 +-- src/common/graph/tests/CMakeLists.txt | 3 +-- .../graph/tests/ResponseEncodeDecodeTest.cpp | 3 +-- src/common/hdfs/CMakeLists.txt | 3 +-- src/common/hdfs/HdfsCommandHelper.cpp | 3 +-- src/common/hdfs/HdfsCommandHelper.h | 3 +-- src/common/hdfs/HdfsHelper.h | 3 +-- src/common/hdfs/test/CMakeLists.txt | 3 +-- src/common/hdfs/test/HdfsHelperTest.cpp | 3 +-- src/common/http/CMakeLists.txt | 3 +-- src/common/http/HttpClient.cpp | 3 +-- src/common/http/HttpClient.h | 3 +-- src/common/http/test/CMakeLists.txt | 3 +-- src/common/http/test/HttpClientTest.cpp | 3 +-- src/common/memory/CMakeLists.txt | 3 +-- src/common/memory/MemoryUtils.cpp | 3 +-- src/common/memory/MemoryUtils.h | 3 +-- src/common/memory/test/CMakeLists.txt | 3 +-- src/common/memory/test/MemoryUtilsTest.cpp | 3 +-- src/common/memory/test/SysInfoReadBenchmark.cpp | 3 +-- src/common/meta/CMakeLists.txt | 3 +-- src/common/meta/ClusterIdManBase.h | 3 +-- src/common/meta/Common.h | 3 +-- src/common/meta/GflagsManager.cpp | 3 +-- src/common/meta/GflagsManager.h | 3 +-- src/common/meta/IndexManager.cpp | 3 +-- src/common/meta/IndexManager.h | 3 +-- src/common/meta/NebulaSchemaProvider.cpp | 3 +-- src/common/meta/NebulaSchemaProvider.h | 3 +-- src/common/meta/SchemaManager.cpp | 3 +-- src/common/meta/SchemaManager.h | 3 +-- src/common/meta/SchemaProviderIf.cpp | 3 +-- src/common/meta/SchemaProviderIf.h | 3 +-- src/common/meta/ServerBasedIndexManager.cpp | 3 +-- src/common/meta/ServerBasedIndexManager.h | 3 +-- src/common/meta/ServerBasedSchemaManager.cpp | 3 +-- src/common/meta/ServerBasedSchemaManager.h | 3 +-- src/common/network/CMakeLists.txt | 3 +-- src/common/network/NetworkUtils.cpp | 3 +-- src/common/network/NetworkUtils.h | 3 +-- src/common/network/test/CMakeLists.txt | 3 +-- src/common/network/test/NetworkUtilsBenchmark.cpp | 3 +-- src/common/network/test/NetworkUtilsTest.cpp | 3 +-- src/common/plugin/CMakeLists.txt | 3 +-- src/common/plugin/fulltext/CMakeLists.txt | 3 +-- src/common/plugin/fulltext/FTGraphAdapter.h | 3 +-- src/common/plugin/fulltext/FTStorageAdapter.h | 3 +-- src/common/plugin/fulltext/FTUtils.h | 3 +-- .../fulltext/elasticsearch/ESGraphAdapter.cpp | 3 +-- .../plugin/fulltext/elasticsearch/ESGraphAdapter.h | 3 +-- .../fulltext/elasticsearch/ESStorageAdapter.cpp | 3 +-- .../fulltext/elasticsearch/ESStorageAdapter.h | 3 +-- src/common/plugin/fulltext/test/CMakeLists.txt | 3 +-- .../plugin/fulltext/test/FulltextPluginTest.cpp | 3 +-- src/common/process/CMakeLists.txt | 3 +-- src/common/process/ProcessUtils.cpp | 3 +-- src/common/process/ProcessUtils.h | 3 +-- src/common/process/test/CMakeLists.txt | 3 +-- src/common/process/test/ProcessTest.cpp | 3 +-- src/common/session/SessionManager.h | 3 +-- src/common/ssl/CMakeLists.txt | 3 +-- src/common/ssl/SSLConfig.cpp | 3 +-- src/common/ssl/SSLConfig.h | 3 +-- src/common/stats/CMakeLists.txt | 3 +-- src/common/stats/StatsManager-inl.h | 3 +-- src/common/stats/StatsManager.cpp | 3 +-- src/common/stats/StatsManager.h | 3 +-- src/common/stats/test/CMakeLists.txt | 3 +-- src/common/stats/test/StatsManagerBenchmark.cpp | 3 +-- .../stats/test/StatsManagerCrossLevelTest.cpp | 3 +-- src/common/stats/test/StatsManagerRateTest.cpp | 3 +-- src/common/stats/test/StatsManagerTest.cpp | 3 +-- src/common/test/ServerContext.h | 3 +-- src/common/thread/CMakeLists.txt | 3 +-- src/common/thread/GenericThreadPool.cpp | 3 +-- src/common/thread/GenericThreadPool.h | 3 +-- src/common/thread/GenericWorker.cpp | 3 +-- src/common/thread/GenericWorker.h | 3 +-- src/common/thread/NamedThread.cpp | 3 +-- src/common/thread/NamedThread.h | 3 +-- src/common/thread/test/CMakeLists.txt | 3 +-- src/common/thread/test/GenericThreadPoolTest.cpp | 3 +-- src/common/thread/test/GenericWorkerTest.cpp | 3 +-- src/common/thread/test/ThreadTest.cpp | 3 +-- src/common/thrift/CMakeLists.txt | 3 +-- src/common/thrift/ThriftClientManager-inl.h | 3 +-- src/common/thrift/ThriftClientManager.cpp | 3 +-- src/common/thrift/ThriftClientManager.h | 3 +-- src/common/thrift/ThriftCpp2OpsHelper.h | 3 +-- src/common/thrift/ThriftTypes.h | 3 +-- src/common/time/CMakeLists.txt | 3 +-- src/common/time/Duration.cpp | 3 +-- src/common/time/Duration.h | 3 +-- src/common/time/ScopedTimer.h | 3 +-- src/common/time/TimeConversion.cpp | 3 +-- src/common/time/TimeConversion.h | 3 +-- src/common/time/TimeUtils.cpp | 3 +-- src/common/time/TimeUtils.h | 3 +-- src/common/time/TimezoneInfo.cpp | 3 +-- src/common/time/TimezoneInfo.h | 3 +-- src/common/time/WallClock.cpp | 3 +-- src/common/time/WallClock.h | 3 +-- src/common/time/detail/TscHelper.cpp | 3 +-- src/common/time/detail/TscHelper.h | 3 +-- src/common/time/test/CMakeLists.txt | 3 +-- src/common/time/test/DurationBenchmark.cpp | 3 +-- src/common/time/test/DurationTest.cpp | 3 +-- src/common/time/test/ScopedTimerTest.cpp | 3 +-- src/common/time/test/TimeUtilsTest.cpp | 3 +-- src/common/time/test/TimezoneInfoTest.cpp | 3 +-- src/common/time/test/WallClockBenchmark.cpp | 3 +-- src/common/time/test/WallClockTest.cpp | 3 +-- src/common/utils/DefaultValueContext.h | 3 +-- src/common/utils/IndexKeyUtils.cpp | 3 +-- src/common/utils/IndexKeyUtils.h | 3 +-- src/common/utils/LogIterator.h | 3 +-- src/common/utils/MemoryLockCore.h | 3 +-- src/common/utils/MemoryLockWrapper.h | 3 +-- src/common/utils/MetaKeyUtils.cpp | 3 +-- src/common/utils/MetaKeyUtils.h | 3 +-- src/common/utils/NebulaKeyUtils.cpp | 3 +-- src/common/utils/NebulaKeyUtils.h | 3 +-- src/common/utils/OperationKeyUtils.cpp | 3 +-- src/common/utils/OperationKeyUtils.h | 3 +-- src/common/utils/Types.h | 3 +-- src/common/utils/Utils.h | 3 +-- src/common/utils/test/IndexKeyUtilsTest.cpp | 3 +-- src/common/utils/test/MetaKeyUtilsTest.cpp | 3 +-- src/common/utils/test/NebulaKeyUtilsTest.cpp | 3 +-- src/common/utils/test/OperationKeyUtilsTest.cpp | 3 +-- src/daemons/CMakeLists.txt | 3 +-- src/daemons/DrainerDaemon.cpp | 3 +-- src/daemons/GraphDaemon.cpp | 3 +-- src/daemons/MetaDaemon.cpp | 3 +-- src/daemons/SetupBreakpad.cpp | 3 +-- src/daemons/SetupLogging.cpp | 3 +-- src/daemons/StorageDaemon.cpp | 3 +-- src/drainer/CommonUtils.h | 3 +-- src/drainer/DrainerServer.cpp | 3 +-- src/drainer/DrainerServer.h | 3 +-- src/drainer/DrainerServiceHandler.cpp | 3 +-- src/drainer/DrainerServiceHandler.h | 3 +-- src/drainer/processor/AppendLogProcessor.cpp | 3 +-- src/drainer/processor/AppendLogProcessor.h | 3 +-- src/drainer/processor/BaseProcessor.h | 3 +-- src/graph/CMakeLists.txt | 3 +-- src/graph/context/CMakeLists.txt | 3 +-- src/graph/context/ExecutionContext.cpp | 3 +-- src/graph/context/ExecutionContext.h | 3 +-- src/graph/context/Iterator.cpp | 3 +-- src/graph/context/Iterator.h | 3 +-- src/graph/context/QueryContext.cpp | 3 +-- src/graph/context/QueryContext.h | 3 +-- src/graph/context/QueryExpressionContext.cpp | 3 +-- src/graph/context/QueryExpressionContext.h | 3 +-- src/graph/context/Result.cpp | 3 +-- src/graph/context/Result.h | 3 +-- src/graph/context/Symbols.cpp | 3 +-- src/graph/context/Symbols.h | 3 +-- src/graph/context/ValidateContext.h | 3 +-- src/graph/context/ast/AstContext.h | 3 +-- src/graph/context/ast/CypherAstContext.h | 3 +-- src/graph/context/ast/QueryAstContext.h | 3 +-- src/graph/context/test/CMakeLists.txt | 3 +-- src/graph/context/test/ExecutionContextTest.cpp | 3 +-- src/graph/context/test/ExpressionContextTest.cpp | 3 +-- src/graph/context/test/IteratorBenchmark.cpp | 3 +-- src/graph/context/test/IteratorTest.cpp | 3 +-- src/graph/executor/CMakeLists.txt | 3 +-- src/graph/executor/ExecutionError.h | 3 +-- src/graph/executor/Executor.cpp | 3 +-- src/graph/executor/Executor.h | 3 +-- src/graph/executor/StorageAccessExecutor.cpp | 3 +-- src/graph/executor/StorageAccessExecutor.h | 3 +-- src/graph/executor/admin/BalanceExecutor.cpp | 3 +-- src/graph/executor/admin/BalanceExecutor.h | 3 +-- .../executor/admin/BalanceLeadersExecutor.cpp | 3 +-- src/graph/executor/admin/BalanceLeadersExecutor.h | 3 +-- .../executor/admin/ChangePasswordExecutor.cpp | 3 +-- src/graph/executor/admin/ChangePasswordExecutor.h | 3 +-- src/graph/executor/admin/CharsetExecutor.cpp | 3 +-- src/graph/executor/admin/CharsetExecutor.h | 3 +-- src/graph/executor/admin/ConfigExecutor.cpp | 3 +-- src/graph/executor/admin/ConfigExecutor.h | 3 +-- src/graph/executor/admin/CreateUserExecutor.cpp | 3 +-- src/graph/executor/admin/CreateUserExecutor.h | 3 +-- src/graph/executor/admin/DownloadExecutor.cpp | 3 +-- src/graph/executor/admin/DownloadExecutor.h | 3 +-- src/graph/executor/admin/DrainerExecutor.cpp | 3 +-- src/graph/executor/admin/DrainerExecutor.h | 3 +-- src/graph/executor/admin/DropUserExecutor.cpp | 3 +-- src/graph/executor/admin/DropUserExecutor.h | 3 +-- src/graph/executor/admin/GrantRoleExecutor.cpp | 3 +-- src/graph/executor/admin/GrantRoleExecutor.h | 3 +-- src/graph/executor/admin/GroupExecutor.cpp | 3 +-- src/graph/executor/admin/GroupExecutor.h | 3 +-- src/graph/executor/admin/IngestExecutor.cpp | 3 +-- src/graph/executor/admin/IngestExecutor.h | 3 +-- src/graph/executor/admin/KillQueryExecutor.cpp | 3 +-- src/graph/executor/admin/KillQueryExecutor.h | 3 +-- src/graph/executor/admin/ListRolesExecutor.cpp | 3 +-- src/graph/executor/admin/ListRolesExecutor.h | 3 +-- src/graph/executor/admin/ListUserRolesExecutor.cpp | 3 +-- src/graph/executor/admin/ListUserRolesExecutor.h | 3 +-- src/graph/executor/admin/ListUsersExecutor.cpp | 3 +-- src/graph/executor/admin/ListUsersExecutor.h | 3 +-- src/graph/executor/admin/ListenerExecutor.cpp | 3 +-- src/graph/executor/admin/ListenerExecutor.h | 3 +-- src/graph/executor/admin/PartExecutor.cpp | 3 +-- src/graph/executor/admin/PartExecutor.h | 3 +-- src/graph/executor/admin/ResetBalanceExecutor.cpp | 3 +-- src/graph/executor/admin/ResetBalanceExecutor.h | 3 +-- src/graph/executor/admin/RevokeRoleExecutor.cpp | 3 +-- src/graph/executor/admin/RevokeRoleExecutor.h | 3 +-- src/graph/executor/admin/SessionExecutor.cpp | 3 +-- src/graph/executor/admin/SessionExecutor.h | 3 +-- src/graph/executor/admin/ShowBalanceExecutor.cpp | 3 +-- src/graph/executor/admin/ShowBalanceExecutor.h | 3 +-- src/graph/executor/admin/ShowHostsExecutor.cpp | 3 +-- src/graph/executor/admin/ShowHostsExecutor.h | 3 +-- .../executor/admin/ShowMetaLeaderExecutor.cpp | 3 +-- src/graph/executor/admin/ShowMetaLeaderExecutor.h | 3 +-- src/graph/executor/admin/ShowQueriesExecutor.cpp | 3 +-- src/graph/executor/admin/ShowQueriesExecutor.h | 3 +-- .../executor/admin/ShowServiceClientsExecutor.cpp | 3 +-- .../executor/admin/ShowServiceClientsExecutor.h | 3 +-- src/graph/executor/admin/ShowStatsExecutor.cpp | 3 +-- src/graph/executor/admin/ShowStatsExecutor.h | 3 +-- src/graph/executor/admin/SignInServiceExecutor.cpp | 3 +-- src/graph/executor/admin/SignInServiceExecutor.h | 3 +-- .../executor/admin/SignOutServiceExecutor.cpp | 3 +-- src/graph/executor/admin/SignOutServiceExecutor.h | 3 +-- src/graph/executor/admin/SnapshotExecutor.cpp | 3 +-- src/graph/executor/admin/SnapshotExecutor.h | 3 +-- src/graph/executor/admin/SpaceExecutor.cpp | 3 +-- src/graph/executor/admin/SpaceExecutor.h | 3 +-- src/graph/executor/admin/StopBalanceExecutor.cpp | 3 +-- src/graph/executor/admin/StopBalanceExecutor.h | 3 +-- src/graph/executor/admin/SubmitJobExecutor.cpp | 3 +-- src/graph/executor/admin/SubmitJobExecutor.h | 3 +-- src/graph/executor/admin/SwitchSpaceExecutor.cpp | 3 +-- src/graph/executor/admin/SwitchSpaceExecutor.h | 3 +-- src/graph/executor/admin/UpdateUserExecutor.cpp | 3 +-- src/graph/executor/admin/UpdateUserExecutor.h | 3 +-- src/graph/executor/admin/ZoneExecutor.cpp | 3 +-- src/graph/executor/admin/ZoneExecutor.h | 3 +-- .../executor/algo/BFSShortestPathExecutor.cpp | 3 +-- src/graph/executor/algo/BFSShortestPathExecutor.h | 3 +-- .../executor/algo/CartesianProductExecutor.cpp | 3 +-- src/graph/executor/algo/CartesianProductExecutor.h | 3 +-- src/graph/executor/algo/ConjunctPathExecutor.cpp | 3 +-- src/graph/executor/algo/ConjunctPathExecutor.h | 3 +-- .../executor/algo/ProduceAllPathsExecutor.cpp | 3 +-- src/graph/executor/algo/ProduceAllPathsExecutor.h | 3 +-- .../algo/ProduceSemiShortestPathExecutor.cpp | 3 +-- .../algo/ProduceSemiShortestPathExecutor.h | 3 +-- src/graph/executor/algo/SubgraphExecutor.cpp | 3 +-- src/graph/executor/algo/SubgraphExecutor.h | 3 +-- src/graph/executor/logic/LoopExecutor.cpp | 3 +-- src/graph/executor/logic/LoopExecutor.h | 3 +-- src/graph/executor/logic/PassThroughExecutor.cpp | 3 +-- src/graph/executor/logic/PassThroughExecutor.h | 3 +-- src/graph/executor/logic/SelectExecutor.cpp | 3 +-- src/graph/executor/logic/SelectExecutor.h | 3 +-- src/graph/executor/logic/StartExecutor.cpp | 3 +-- src/graph/executor/logic/StartExecutor.h | 3 +-- src/graph/executor/maintain/EdgeExecutor.cpp | 3 +-- src/graph/executor/maintain/EdgeExecutor.h | 3 +-- src/graph/executor/maintain/EdgeIndexExecutor.cpp | 3 +-- src/graph/executor/maintain/EdgeIndexExecutor.h | 3 +-- src/graph/executor/maintain/FTIndexExecutor.cpp | 3 +-- src/graph/executor/maintain/FTIndexExecutor.h | 3 +-- src/graph/executor/maintain/TagExecutor.cpp | 3 +-- src/graph/executor/maintain/TagExecutor.h | 3 +-- src/graph/executor/maintain/TagIndexExecutor.cpp | 3 +-- src/graph/executor/maintain/TagIndexExecutor.h | 3 +-- src/graph/executor/mutate/DeleteExecutor.cpp | 3 +-- src/graph/executor/mutate/DeleteExecutor.h | 3 +-- src/graph/executor/mutate/InsertExecutor.cpp | 3 +-- src/graph/executor/mutate/InsertExecutor.h | 3 +-- src/graph/executor/mutate/UpdateExecutor.cpp | 3 +-- src/graph/executor/mutate/UpdateExecutor.h | 3 +-- src/graph/executor/query/AggregateExecutor.cpp | 3 +-- src/graph/executor/query/AggregateExecutor.h | 3 +-- src/graph/executor/query/AssignExecutor.cpp | 3 +-- src/graph/executor/query/AssignExecutor.h | 3 +-- src/graph/executor/query/DataCollectExecutor.cpp | 3 +-- src/graph/executor/query/DataCollectExecutor.h | 3 +-- src/graph/executor/query/DedupExecutor.cpp | 3 +-- src/graph/executor/query/DedupExecutor.h | 3 +-- src/graph/executor/query/FilterExecutor.cpp | 3 +-- src/graph/executor/query/FilterExecutor.h | 3 +-- src/graph/executor/query/GetEdgesExecutor.cpp | 3 +-- src/graph/executor/query/GetEdgesExecutor.h | 3 +-- src/graph/executor/query/GetNeighborsExecutor.cpp | 3 +-- src/graph/executor/query/GetNeighborsExecutor.h | 3 +-- src/graph/executor/query/GetPropExecutor.h | 3 +-- src/graph/executor/query/GetVerticesExecutor.cpp | 3 +-- src/graph/executor/query/GetVerticesExecutor.h | 3 +-- src/graph/executor/query/IndexScanExecutor.cpp | 3 +-- src/graph/executor/query/IndexScanExecutor.h | 3 +-- src/graph/executor/query/InnerJoinExecutor.cpp | 3 +-- src/graph/executor/query/InnerJoinExecutor.h | 3 +-- src/graph/executor/query/IntersectExecutor.cpp | 3 +-- src/graph/executor/query/IntersectExecutor.h | 3 +-- src/graph/executor/query/JoinExecutor.cpp | 3 +-- src/graph/executor/query/JoinExecutor.h | 3 +-- src/graph/executor/query/LeftJoinExecutor.cpp | 3 +-- src/graph/executor/query/LeftJoinExecutor.h | 3 +-- src/graph/executor/query/LimitExecutor.cpp | 3 +-- src/graph/executor/query/LimitExecutor.h | 3 +-- src/graph/executor/query/MinusExecutor.cpp | 3 +-- src/graph/executor/query/MinusExecutor.h | 3 +-- src/graph/executor/query/ProjectExecutor.cpp | 3 +-- src/graph/executor/query/ProjectExecutor.h | 3 +-- src/graph/executor/query/SampleExecutor.cpp | 3 +-- src/graph/executor/query/SampleExecutor.h | 3 +-- src/graph/executor/query/SetExecutor.cpp | 3 +-- src/graph/executor/query/SetExecutor.h | 3 +-- src/graph/executor/query/SortExecutor.cpp | 3 +-- src/graph/executor/query/SortExecutor.h | 3 +-- src/graph/executor/query/TopNExecutor.cpp | 3 +-- src/graph/executor/query/TopNExecutor.h | 3 +-- .../executor/query/UnionAllVersionVarExecutor.cpp | 3 +-- .../executor/query/UnionAllVersionVarExecutor.h | 3 +-- src/graph/executor/query/UnionExecutor.cpp | 3 +-- src/graph/executor/query/UnionExecutor.h | 3 +-- src/graph/executor/query/UnwindExecutor.cpp | 3 +-- src/graph/executor/query/UnwindExecutor.h | 3 +-- src/graph/executor/test/AggregateTest.cpp | 3 +-- src/graph/executor/test/AssignTest.cpp | 3 +-- src/graph/executor/test/BFSShortestTest.cpp | 3 +-- src/graph/executor/test/CMakeLists.txt | 3 +-- src/graph/executor/test/CartesianProductTest.cpp | 3 +-- src/graph/executor/test/ConjunctPathTest.cpp | 3 +-- src/graph/executor/test/DataCollectTest.cpp | 3 +-- src/graph/executor/test/DedupTest.cpp | 3 +-- src/graph/executor/test/FilterTest.cpp | 3 +-- src/graph/executor/test/GetNeighborsTest.cpp | 3 +-- src/graph/executor/test/JobTest.cpp | 3 +-- src/graph/executor/test/JoinTest.cpp | 3 +-- src/graph/executor/test/LimitTest.cpp | 3 +-- src/graph/executor/test/LogicExecutorsTest.cpp | 3 +-- src/graph/executor/test/ProduceAllPathsTest.cpp | 3 +-- .../executor/test/ProduceSemiShortestPathTest.cpp | 3 +-- src/graph/executor/test/ProjectTest.cpp | 3 +-- src/graph/executor/test/QueryTestBase.h | 3 +-- src/graph/executor/test/SampleTest.cpp | 3 +-- src/graph/executor/test/SetExecutorTest.cpp | 3 +-- src/graph/executor/test/ShowQueriesTest.cpp | 3 +-- src/graph/executor/test/SortTest.cpp | 3 +-- src/graph/executor/test/TestMain.cpp | 3 +-- src/graph/executor/test/TopNTest.cpp | 3 +-- src/graph/executor/test/UnwindTest.cpp | 3 +-- src/graph/optimizer/CMakeLists.txt | 3 +-- src/graph/optimizer/OptContext.cpp | 3 +-- src/graph/optimizer/OptContext.h | 3 +-- src/graph/optimizer/OptGroup.cpp | 3 +-- src/graph/optimizer/OptGroup.h | 3 +-- src/graph/optimizer/OptRule.cpp | 3 +-- src/graph/optimizer/OptRule.h | 3 +-- src/graph/optimizer/Optimizer.cpp | 3 +-- src/graph/optimizer/Optimizer.h | 3 +-- src/graph/optimizer/OptimizerUtils.cpp | 3 +-- src/graph/optimizer/OptimizerUtils.h | 3 +-- src/graph/optimizer/rule/CollapseProjectRule.cpp | 3 +-- src/graph/optimizer/rule/CollapseProjectRule.h | 3 +-- src/graph/optimizer/rule/CombineFilterRule.cpp | 3 +-- src/graph/optimizer/rule/CombineFilterRule.h | 3 +-- src/graph/optimizer/rule/EdgeIndexFullScanRule.cpp | 3 +-- src/graph/optimizer/rule/EdgeIndexFullScanRule.h | 3 +-- .../rule/GeoPredicateEdgeIndexScanRule.cpp | 3 +-- .../optimizer/rule/GeoPredicateEdgeIndexScanRule.h | 3 +-- .../rule/GeoPredicateIndexScanBaseRule.cpp | 3 +-- .../optimizer/rule/GeoPredicateIndexScanBaseRule.h | 3 +-- .../rule/GeoPredicateTagIndexScanRule.cpp | 3 +-- .../optimizer/rule/GeoPredicateTagIndexScanRule.h | 3 +-- src/graph/optimizer/rule/IndexFullScanBaseRule.cpp | 3 +-- src/graph/optimizer/rule/IndexFullScanBaseRule.h | 3 +-- src/graph/optimizer/rule/IndexScanRule.cpp | 3 +-- src/graph/optimizer/rule/IndexScanRule.h | 3 +-- .../optimizer/rule/MergeGetNbrsAndDedupRule.cpp | 3 +-- .../optimizer/rule/MergeGetNbrsAndDedupRule.h | 3 +-- .../optimizer/rule/MergeGetNbrsAndProjectRule.cpp | 3 +-- .../optimizer/rule/MergeGetNbrsAndProjectRule.h | 3 +-- .../rule/MergeGetVerticesAndDedupRule.cpp | 3 +-- .../optimizer/rule/MergeGetVerticesAndDedupRule.h | 3 +-- .../rule/MergeGetVerticesAndProjectRule.cpp | 3 +-- .../rule/MergeGetVerticesAndProjectRule.h | 3 +-- .../rule/OptimizeEdgeIndexScanByFilterRule.cpp | 3 +-- .../rule/OptimizeEdgeIndexScanByFilterRule.h | 3 +-- .../rule/OptimizeTagIndexScanByFilterRule.cpp | 3 +-- .../rule/OptimizeTagIndexScanByFilterRule.h | 3 +-- .../optimizer/rule/PushFilterDownAggregateRule.cpp | 3 +-- .../optimizer/rule/PushFilterDownAggregateRule.h | 3 +-- .../optimizer/rule/PushFilterDownGetNbrsRule.cpp | 3 +-- .../optimizer/rule/PushFilterDownGetNbrsRule.h | 3 +-- .../optimizer/rule/PushFilterDownLeftJoinRule.cpp | 3 +-- .../optimizer/rule/PushFilterDownLeftJoinRule.h | 3 +-- .../optimizer/rule/PushFilterDownProjectRule.cpp | 3 +-- .../optimizer/rule/PushFilterDownProjectRule.h | 3 +-- .../rule/PushLimitDownEdgeIndexFullScanRule.cpp | 3 +-- .../rule/PushLimitDownEdgeIndexFullScanRule.h | 3 +-- .../rule/PushLimitDownEdgeIndexPrefixScanRule.cpp | 3 +-- .../rule/PushLimitDownEdgeIndexPrefixScanRule.h | 3 +-- .../rule/PushLimitDownEdgeIndexRangeScanRule.cpp | 3 +-- .../rule/PushLimitDownEdgeIndexRangeScanRule.h | 3 +-- .../rule/PushLimitDownGetNeighborsRule.cpp | 3 +-- .../optimizer/rule/PushLimitDownGetNeighborsRule.h | 3 +-- .../optimizer/rule/PushLimitDownIndexScanRule.cpp | 3 +-- .../optimizer/rule/PushLimitDownIndexScanRule.h | 3 +-- .../optimizer/rule/PushLimitDownProjectRule.cpp | 3 +-- .../optimizer/rule/PushLimitDownProjectRule.h | 3 +-- .../rule/PushLimitDownTagIndexFullScanRule.cpp | 3 +-- .../rule/PushLimitDownTagIndexFullScanRule.h | 3 +-- .../rule/PushLimitDownTagIndexPrefixScanRule.cpp | 3 +-- .../rule/PushLimitDownTagIndexPrefixScanRule.h | 3 +-- .../rule/PushLimitDownTagIndexRangeScanRule.cpp | 3 +-- .../rule/PushLimitDownTagIndexRangeScanRule.h | 3 +-- .../rule/PushStepLimitDownGetNeighborsRule.cpp | 3 +-- .../rule/PushStepLimitDownGetNeighborsRule.h | 3 +-- .../rule/PushStepSampleDownGetNeighborsRule.cpp | 3 +-- .../rule/PushStepSampleDownGetNeighborsRule.h | 3 +-- src/graph/optimizer/rule/RemoveNoopProjectRule.cpp | 3 +-- src/graph/optimizer/rule/RemoveNoopProjectRule.h | 3 +-- src/graph/optimizer/rule/TagIndexFullScanRule.cpp | 3 +-- src/graph/optimizer/rule/TagIndexFullScanRule.h | 3 +-- src/graph/optimizer/rule/TopNRule.cpp | 3 +-- src/graph/optimizer/rule/TopNRule.h | 3 +-- .../optimizer/rule/UnionAllEdgeIndexScanRule.cpp | 3 +-- .../optimizer/rule/UnionAllEdgeIndexScanRule.h | 3 +-- .../optimizer/rule/UnionAllIndexScanBaseRule.cpp | 3 +-- .../optimizer/rule/UnionAllIndexScanBaseRule.h | 3 +-- .../optimizer/rule/UnionAllTagIndexScanRule.cpp | 3 +-- .../optimizer/rule/UnionAllTagIndexScanRule.h | 3 +-- src/graph/optimizer/test/CMakeLists.txt | 3 +-- src/graph/optimizer/test/IndexBoundValueTest.cpp | 3 +-- src/graph/optimizer/test/IndexScanRuleTest.cpp | 3 +-- src/graph/planner/CMakeLists.txt | 3 +-- src/graph/planner/Planner.cpp | 3 +-- src/graph/planner/Planner.h | 3 +-- src/graph/planner/PlannersRegister.cpp | 3 +-- src/graph/planner/PlannersRegister.h | 3 +-- src/graph/planner/SequentialPlanner.cpp | 3 +-- src/graph/planner/SequentialPlanner.h | 3 +-- src/graph/planner/match/AddDependencyStrategy.cpp | 3 +-- src/graph/planner/match/AddDependencyStrategy.h | 3 +-- src/graph/planner/match/AddInputStrategy.cpp | 3 +-- src/graph/planner/match/AddInputStrategy.h | 3 +-- .../planner/match/CartesianProductStrategy.cpp | 3 +-- src/graph/planner/match/CartesianProductStrategy.h | 3 +-- src/graph/planner/match/CypherClausePlanner.h | 3 +-- src/graph/planner/match/EdgeIndexSeek.h | 3 +-- src/graph/planner/match/Expand.cpp | 3 +-- src/graph/planner/match/Expand.h | 3 +-- src/graph/planner/match/InnerJoinStrategy.cpp | 3 +-- src/graph/planner/match/InnerJoinStrategy.h | 3 +-- src/graph/planner/match/LabelIndexSeek.cpp | 3 +-- src/graph/planner/match/LabelIndexSeek.h | 3 +-- src/graph/planner/match/LeftOuterJoinStrategy.h | 3 +-- src/graph/planner/match/MatchClausePlanner.cpp | 3 +-- src/graph/planner/match/MatchClausePlanner.h | 3 +-- src/graph/planner/match/MatchPlanner.cpp | 3 +-- src/graph/planner/match/MatchPlanner.h | 3 +-- src/graph/planner/match/MatchSolver.cpp | 3 +-- src/graph/planner/match/MatchSolver.h | 3 +-- src/graph/planner/match/OrderByClausePlanner.cpp | 3 +-- src/graph/planner/match/OrderByClausePlanner.h | 3 +-- src/graph/planner/match/PaginationPlanner.cpp | 3 +-- src/graph/planner/match/PaginationPlanner.h | 3 +-- src/graph/planner/match/PropIndexSeek.cpp | 3 +-- src/graph/planner/match/PropIndexSeek.h | 3 +-- src/graph/planner/match/ReturnClausePlanner.cpp | 3 +-- src/graph/planner/match/ReturnClausePlanner.h | 3 +-- src/graph/planner/match/SegmentsConnectStrategy.h | 3 +-- src/graph/planner/match/SegmentsConnector.cpp | 3 +-- src/graph/planner/match/SegmentsConnector.h | 3 +-- src/graph/planner/match/StartVidFinder.cpp | 3 +-- src/graph/planner/match/StartVidFinder.h | 3 +-- src/graph/planner/match/UnionStrategy.h | 3 +-- src/graph/planner/match/UnwindClausePlanner.cpp | 3 +-- src/graph/planner/match/UnwindClausePlanner.h | 3 +-- src/graph/planner/match/VertexIdSeek.cpp | 3 +-- src/graph/planner/match/VertexIdSeek.h | 3 +-- src/graph/planner/match/WhereClausePlanner.cpp | 3 +-- src/graph/planner/match/WhereClausePlanner.h | 3 +-- src/graph/planner/match/WithClausePlanner.cpp | 3 +-- src/graph/planner/match/WithClausePlanner.h | 3 +-- src/graph/planner/match/YieldClausePlanner.cpp | 3 +-- src/graph/planner/match/YieldClausePlanner.h | 3 +-- src/graph/planner/ngql/FetchEdgesPlanner.cpp | 3 +-- src/graph/planner/ngql/FetchEdgesPlanner.h | 3 +-- src/graph/planner/ngql/FetchVerticesPlanner.cpp | 3 +-- src/graph/planner/ngql/FetchVerticesPlanner.h | 3 +-- src/graph/planner/ngql/GoPlanner.cpp | 3 +-- src/graph/planner/ngql/GoPlanner.h | 3 +-- src/graph/planner/ngql/LookupPlanner.cpp | 3 +-- src/graph/planner/ngql/LookupPlanner.h | 3 +-- src/graph/planner/ngql/MaintainPlanner.cpp | 3 +-- src/graph/planner/ngql/MaintainPlanner.h | 3 +-- src/graph/planner/ngql/PathPlanner.cpp | 3 +-- src/graph/planner/ngql/PathPlanner.h | 3 +-- src/graph/planner/ngql/SubgraphPlanner.cpp | 3 +-- src/graph/planner/ngql/SubgraphPlanner.h | 3 +-- src/graph/planner/plan/Admin.cpp | 3 +-- src/graph/planner/plan/Admin.h | 3 +-- src/graph/planner/plan/Algo.cpp | 3 +-- src/graph/planner/plan/Algo.h | 3 +-- src/graph/planner/plan/ExecutionPlan.cpp | 3 +-- src/graph/planner/plan/ExecutionPlan.h | 3 +-- src/graph/planner/plan/Logic.cpp | 3 +-- src/graph/planner/plan/Logic.h | 3 +-- src/graph/planner/plan/Maintain.cpp | 3 +-- src/graph/planner/plan/Maintain.h | 3 +-- src/graph/planner/plan/Mutate.cpp | 3 +-- src/graph/planner/plan/Mutate.h | 3 +-- src/graph/planner/plan/PlanNode.cpp | 3 +-- src/graph/planner/plan/PlanNode.h | 3 +-- src/graph/planner/plan/Query.cpp | 3 +-- src/graph/planner/plan/Query.h | 3 +-- src/graph/planner/plan/Scan.h | 3 +-- src/graph/planner/test/CMakeLists.txt | 3 +-- src/graph/planner/test/ExecutionPlanTest.cpp | 3 +-- .../scheduler/AsyncMsgNotifyBasedScheduler.cpp | 3 +-- src/graph/scheduler/AsyncMsgNotifyBasedScheduler.h | 3 +-- src/graph/scheduler/CMakeLists.txt | 3 +-- src/graph/scheduler/Scheduler.cpp | 3 +-- src/graph/scheduler/Scheduler.h | 3 +-- src/graph/service/Authenticator.h | 3 +-- src/graph/service/CMakeLists.txt | 3 +-- src/graph/service/CloudAuthenticator.cpp | 3 +-- src/graph/service/CloudAuthenticator.h | 3 +-- src/graph/service/GraphFlags.cpp | 3 +-- src/graph/service/GraphFlags.h | 3 +-- src/graph/service/GraphService.cpp | 3 +-- src/graph/service/GraphService.h | 3 +-- src/graph/service/LdapAuthenticator.cpp | 3 +-- src/graph/service/LdapAuthenticator.h | 3 +-- src/graph/service/PasswordAuthenticator.cpp | 3 +-- src/graph/service/PasswordAuthenticator.h | 3 +-- src/graph/service/PermissionCheck.cpp | 3 +-- src/graph/service/PermissionCheck.h | 3 +-- src/graph/service/PermissionManager.cpp | 3 +-- src/graph/service/PermissionManager.h | 3 +-- src/graph/service/QueryEngine.cpp | 3 +-- src/graph/service/QueryEngine.h | 3 +-- src/graph/service/QueryInstance.cpp | 3 +-- src/graph/service/QueryInstance.h | 3 +-- src/graph/service/RequestContext.h | 3 +-- src/graph/session/CMakeLists.txt | 3 +-- src/graph/session/ClientSession.cpp | 3 +-- src/graph/session/ClientSession.h | 3 +-- src/graph/session/GraphSessionManager.cpp | 3 +-- src/graph/session/GraphSessionManager.h | 3 +-- src/graph/stats/CMakeLists.txt | 3 +-- src/graph/stats/StatsDef.cpp | 3 +-- src/graph/stats/StatsDef.h | 3 +-- src/graph/util/AnonColGenerator.h | 3 +-- src/graph/util/AnonVarGenerator.h | 3 +-- src/graph/util/AstUtils.h | 3 +-- src/graph/util/CMakeLists.txt | 3 +-- src/graph/util/ContainerConv.h | 3 +-- src/graph/util/ExpressionUtils.cpp | 3 +-- src/graph/util/ExpressionUtils.h | 3 +-- src/graph/util/FTIndexUtils.cpp | 3 +-- src/graph/util/FTIndexUtils.h | 3 +-- src/graph/util/IdGenerator.cpp | 3 +-- src/graph/util/IdGenerator.h | 3 +-- src/graph/util/IndexUtil.cpp | 3 +-- src/graph/util/IndexUtil.h | 3 +-- src/graph/util/ParserUtil.cpp | 3 +-- src/graph/util/ParserUtil.h | 3 +-- src/graph/util/PlannerUtil.cpp | 3 +-- src/graph/util/PlannerUtil.h | 3 +-- src/graph/util/SchemaUtil.cpp | 3 +-- src/graph/util/SchemaUtil.h | 3 +-- src/graph/util/ToJson.cpp | 3 +-- src/graph/util/ToJson.h | 3 +-- src/graph/util/Utils.h | 3 +-- src/graph/util/ValidateUtil.cpp | 3 +-- src/graph/util/ValidateUtil.h | 3 +-- src/graph/util/ZoneUtil.cpp | 3 +-- src/graph/util/ZoneUtil.h | 3 +-- src/graph/util/test/ExpressionUtilsTest.cpp | 3 +-- src/graph/util/test/IdGeneratorTest.cpp | 3 +-- src/graph/validator/ACLValidator.cpp | 3 +-- src/graph/validator/ACLValidator.h | 3 +-- src/graph/validator/AdminJobValidator.cpp | 3 +-- src/graph/validator/AdminJobValidator.h | 3 +-- src/graph/validator/AdminValidator.cpp | 3 +-- src/graph/validator/AdminValidator.h | 3 +-- src/graph/validator/AssignmentValidator.cpp | 3 +-- src/graph/validator/AssignmentValidator.h | 3 +-- src/graph/validator/BalanceValidator.cpp | 3 +-- src/graph/validator/BalanceValidator.h | 3 +-- src/graph/validator/CMakeLists.txt | 3 +-- src/graph/validator/DownloadValidator.cpp | 3 +-- src/graph/validator/DownloadValidator.h | 3 +-- src/graph/validator/ExplainValidator.cpp | 3 +-- src/graph/validator/ExplainValidator.h | 3 +-- src/graph/validator/FetchEdgesValidator.cpp | 3 +-- src/graph/validator/FetchEdgesValidator.h | 3 +-- src/graph/validator/FetchVerticesValidator.cpp | 3 +-- src/graph/validator/FetchVerticesValidator.h | 3 +-- src/graph/validator/FindPathValidator.cpp | 3 +-- src/graph/validator/FindPathValidator.h | 3 +-- src/graph/validator/GetSubgraphValidator.cpp | 3 +-- src/graph/validator/GetSubgraphValidator.h | 3 +-- src/graph/validator/GoValidator.cpp | 3 +-- src/graph/validator/GoValidator.h | 3 +-- src/graph/validator/GroupByValidator.cpp | 3 +-- src/graph/validator/GroupByValidator.h | 3 +-- src/graph/validator/IngestValidator.cpp | 3 +-- src/graph/validator/IngestValidator.h | 3 +-- src/graph/validator/LimitValidator.cpp | 3 +-- src/graph/validator/LimitValidator.h | 3 +-- src/graph/validator/LookupValidator.cpp | 3 +-- src/graph/validator/LookupValidator.h | 3 +-- src/graph/validator/MaintainValidator.cpp | 3 +-- src/graph/validator/MaintainValidator.h | 3 +-- src/graph/validator/MatchValidator.cpp | 3 +-- src/graph/validator/MatchValidator.h | 3 +-- src/graph/validator/MutateValidator.cpp | 3 +-- src/graph/validator/MutateValidator.h | 3 +-- src/graph/validator/OrderByValidator.cpp | 3 +-- src/graph/validator/OrderByValidator.h | 3 +-- src/graph/validator/PipeValidator.cpp | 3 +-- src/graph/validator/PipeValidator.h | 3 +-- src/graph/validator/ReportError.h | 3 +-- src/graph/validator/SequentialValidator.cpp | 3 +-- src/graph/validator/SequentialValidator.h | 3 +-- src/graph/validator/SetValidator.cpp | 3 +-- src/graph/validator/SetValidator.h | 3 +-- src/graph/validator/UseValidator.cpp | 3 +-- src/graph/validator/UseValidator.h | 3 +-- src/graph/validator/Validator.cpp | 3 +-- src/graph/validator/Validator.h | 3 +-- src/graph/validator/YieldValidator.cpp | 3 +-- src/graph/validator/YieldValidator.h | 3 +-- src/graph/validator/test/ACLValidatorTest.cpp | 3 +-- src/graph/validator/test/AdminValidatorTest.cpp | 3 +-- src/graph/validator/test/CMakeLists.txt | 3 +-- src/graph/validator/test/ExplainValidatorTest.cpp | 3 +-- src/graph/validator/test/FetchEdgesTest.cpp | 3 +-- src/graph/validator/test/FetchVerticesTest.cpp | 3 +-- src/graph/validator/test/FindPathValidatorTest.cpp | 3 +-- .../validator/test/GetSubgraphValidatorTest.cpp | 3 +-- src/graph/validator/test/GroupByValidatorTest.cpp | 3 +-- src/graph/validator/test/LookupValidatorTest.cpp | 3 +-- src/graph/validator/test/MaintainValidatorTest.cpp | 3 +-- src/graph/validator/test/MatchValidatorTest.cpp | 3 +-- src/graph/validator/test/MockIndexManager.cpp | 3 +-- src/graph/validator/test/MockIndexManager.h | 3 +-- src/graph/validator/test/MockSchemaManager.cpp | 3 +-- src/graph/validator/test/MockSchemaManager.h | 3 +-- src/graph/validator/test/MockSchemaManagerTest.cpp | 3 +-- src/graph/validator/test/MutateValidatorTest.cpp | 3 +-- src/graph/validator/test/QueryValidatorTest.cpp | 3 +-- src/graph/validator/test/SymbolsTest.cpp | 3 +-- src/graph/validator/test/ValidatorTestBase.cpp | 3 +-- src/graph/validator/test/ValidatorTestBase.h | 3 +-- src/graph/validator/test/YieldValidatorTest.cpp | 3 +-- src/graph/visitor/CMakeLists.txt | 3 +-- src/graph/visitor/DeducePropsVisitor.cpp | 3 +-- src/graph/visitor/DeducePropsVisitor.h | 3 +-- src/graph/visitor/DeduceTypeVisitor.cpp | 3 +-- src/graph/visitor/DeduceTypeVisitor.h | 3 +-- src/graph/visitor/EvaluableExprVisitor.h | 3 +-- src/graph/visitor/ExprVisitorImpl.cpp | 3 +-- src/graph/visitor/ExprVisitorImpl.h | 3 +-- src/graph/visitor/ExtractFilterExprVisitor.cpp | 3 +-- src/graph/visitor/ExtractFilterExprVisitor.h | 3 +-- src/graph/visitor/ExtractPropExprVisitor.cpp | 3 +-- src/graph/visitor/ExtractPropExprVisitor.h | 3 +-- src/graph/visitor/FindVisitor.cpp | 3 +-- src/graph/visitor/FindVisitor.h | 3 +-- src/graph/visitor/FoldConstantExprVisitor.cpp | 3 +-- src/graph/visitor/FoldConstantExprVisitor.h | 3 +-- src/graph/visitor/RewriteSymExprVisitor.cpp | 3 +-- src/graph/visitor/RewriteSymExprVisitor.h | 3 +-- src/graph/visitor/RewriteVisitor.cpp | 3 +-- src/graph/visitor/RewriteVisitor.h | 3 +-- src/graph/visitor/VidExtractVisitor.cpp | 3 +-- src/graph/visitor/VidExtractVisitor.h | 3 +-- src/graph/visitor/test/CMakeLists.txt | 3 +-- src/graph/visitor/test/DeduceTypeVisitorTest.cpp | 3 +-- .../visitor/test/ExtractFilterExprVisitorTest.cpp | 3 +-- src/graph/visitor/test/FilterTransformTest.cpp | 3 +-- .../visitor/test/FoldConstantExprVisitorTest.cpp | 3 +-- .../visitor/test/RewriteRelExprVisitorTest.cpp | 3 +-- .../test/RewriteUnaryNotExprVisitorTest.cpp | 3 +-- src/graph/visitor/test/TestMain.cpp | 3 +-- src/graph/visitor/test/VisitorTestBase.h | 3 +-- src/interface/CMakeLists.txt | 3 +-- src/interface/common.thrift | 3 +-- src/interface/drainer.thrift | 3 +-- src/interface/graph.thrift | 3 +-- src/interface/meta.thrift | 3 +-- src/interface/raftex.thrift | 3 +-- src/interface/storage.thrift | 3 +-- src/kvstore/Common.h | 3 +-- src/kvstore/CompactionFilter.h | 3 +-- src/kvstore/DiskManager.cpp | 3 +-- src/kvstore/DiskManager.h | 3 +-- src/kvstore/EventListener.h | 3 +-- src/kvstore/KVEngine.h | 3 +-- src/kvstore/KVIterator.h | 3 +-- src/kvstore/KVStore.h | 3 +-- src/kvstore/Listener.cpp | 3 +-- src/kvstore/Listener.h | 3 +-- src/kvstore/ListenerFactory.h | 3 +-- src/kvstore/LogEncoder.cpp | 3 +-- src/kvstore/LogEncoder.h | 3 +-- src/kvstore/NebulaSnapshotManager.cpp | 3 +-- src/kvstore/NebulaSnapshotManager.h | 3 +-- src/kvstore/NebulaStore.cpp | 3 +-- src/kvstore/NebulaStore.h | 3 +-- src/kvstore/Part.cpp | 3 +-- src/kvstore/Part.h | 3 +-- src/kvstore/PartManager.cpp | 3 +-- src/kvstore/PartManager.h | 3 +-- src/kvstore/RateLimiter.cpp | 3 +-- src/kvstore/RateLimiter.h | 3 +-- src/kvstore/RocksEngine.cpp | 3 +-- src/kvstore/RocksEngine.h | 3 +-- src/kvstore/RocksEngineConfig.cpp | 3 +-- src/kvstore/RocksEngineConfig.h | 3 +-- src/kvstore/plugins/elasticsearch/ESListener.cpp | 3 +-- src/kvstore/plugins/elasticsearch/ESListener.h | 3 +-- src/kvstore/plugins/hbase/HBaseClient.cpp | 3 +-- src/kvstore/plugins/hbase/HBaseClient.h | 3 +-- src/kvstore/plugins/hbase/HBaseStore.cpp | 3 +-- src/kvstore/plugins/hbase/HBaseStore.h | 3 +-- src/kvstore/plugins/hbase/test/HBaseClientTest.cpp | 3 +-- src/kvstore/plugins/hbase/test/HBaseStoreTest.cpp | 3 +-- src/kvstore/plugins/hbase/test/TestUtils.h | 3 +-- src/kvstore/plugins/sync/SyncListener.cpp | 3 +-- src/kvstore/plugins/sync/SyncListener.h | 3 +-- src/kvstore/raftex/Host.cpp | 3 +-- src/kvstore/raftex/Host.h | 3 +-- src/kvstore/raftex/LogStrListIterator.cpp | 3 +-- src/kvstore/raftex/LogStrListIterator.h | 3 +-- src/kvstore/raftex/RaftPart.cpp | 3 +-- src/kvstore/raftex/RaftPart.h | 3 +-- src/kvstore/raftex/RaftexService.cpp | 3 +-- src/kvstore/raftex/RaftexService.h | 3 +-- src/kvstore/raftex/SnapshotManager.cpp | 3 +-- src/kvstore/raftex/SnapshotManager.h | 3 +-- src/kvstore/raftex/test/LeaderElectionTest.cpp | 3 +-- src/kvstore/raftex/test/LeaderTransferTest.cpp | 3 +-- src/kvstore/raftex/test/LearnerTest.cpp | 3 +-- src/kvstore/raftex/test/LogAppendTest.cpp | 3 +-- src/kvstore/raftex/test/LogCASTest.cpp | 3 +-- src/kvstore/raftex/test/LogCommandTest.cpp | 3 +-- src/kvstore/raftex/test/MemberChangeTest.cpp | 3 +-- src/kvstore/raftex/test/RaftCase.cpp | 3 +-- src/kvstore/raftex/test/RaftexTestBase.cpp | 3 +-- src/kvstore/raftex/test/RaftexTestBase.h | 3 +-- src/kvstore/raftex/test/SnapshotTest.cpp | 3 +-- src/kvstore/raftex/test/TestShard.cpp | 3 +-- src/kvstore/raftex/test/TestShard.h | 3 +-- src/kvstore/test/DiskManagerTest.cpp | 3 +-- src/kvstore/test/LogEncoderTest.cpp | 3 +-- src/kvstore/test/MultiVersionBenchmark.cpp | 3 +-- src/kvstore/test/NebulaListenerTest.cpp | 3 +-- src/kvstore/test/NebulaStoreTest.cpp | 3 +-- src/kvstore/test/PartPerformanceTest.cpp | 3 +-- src/kvstore/test/PartTest.cpp | 3 +-- src/kvstore/test/RateLimiterTest.cpp | 3 +-- src/kvstore/test/RocksEngineConfigTest.cpp | 3 +-- src/kvstore/test/RocksEngineTest.cpp | 3 +-- src/kvstore/test/SnapshotLinkTest.cpp | 3 +-- src/kvstore/wal/AtomicLogBuffer.h | 3 +-- src/kvstore/wal/FileBasedWal.cpp | 3 +-- src/kvstore/wal/FileBasedWal.h | 3 +-- src/kvstore/wal/Wal.h | 3 +-- src/kvstore/wal/WalFileInfo.h | 3 +-- src/kvstore/wal/WalFileIterator.cpp | 3 +-- src/kvstore/wal/WalFileIterator.h | 3 +-- src/kvstore/wal/test/AtomicLogBufferTest.cpp | 3 +-- src/kvstore/wal/test/FileBasedWalTest.cpp | 3 +-- src/kvstore/wal/test/InMemoryLogBuffer.cpp | 3 +-- src/kvstore/wal/test/InMemoryLogBuffer.h | 3 +-- src/kvstore/wal/test/InMemoryLogBufferList.h | 3 +-- src/kvstore/wal/test/InMemoryLogBufferTest.cpp | 3 +-- src/kvstore/wal/test/LogBufferBenchmark.cpp | 3 +-- src/kvstore/wal/test/WalFileIterTest.cpp | 3 +-- src/meta/ActiveHostsMan.cpp | 3 +-- src/meta/ActiveHostsMan.h | 3 +-- src/meta/CMakeLists.txt | 3 +-- src/meta/KVBasedClusterIdMan.h | 3 +-- src/meta/MetaServiceHandler.cpp | 3 +-- src/meta/MetaServiceHandler.h | 3 +-- src/meta/MetaServiceUtils.cpp | 3 +-- src/meta/MetaServiceUtils.h | 3 +-- src/meta/MetaVersionMan.cpp | 3 +-- src/meta/MetaVersionMan.h | 3 +-- src/meta/RootUserMan.h | 3 +-- src/meta/common/MetaCommon.h | 3 +-- src/meta/http/CMakeLists.txt | 3 +-- src/meta/http/MetaHttpDownloadHandler.cpp | 3 +-- src/meta/http/MetaHttpDownloadHandler.h | 3 +-- src/meta/http/MetaHttpIngestHandler.cpp | 3 +-- src/meta/http/MetaHttpIngestHandler.h | 3 +-- src/meta/http/MetaHttpReplaceHostHandler.cpp | 3 +-- src/meta/http/MetaHttpReplaceHostHandler.h | 3 +-- src/meta/http/test/CMakeLists.txt | 3 +-- src/meta/http/test/MetaHttpDownloadHandlerTest.cpp | 3 +-- src/meta/http/test/MetaHttpIngestHandlerTest.cpp | 3 +-- src/meta/http/test/MetaHttpReplaceHandlerTest.cpp | 3 +-- src/meta/processors/BaseProcessor-inl.h | 3 +-- src/meta/processors/BaseProcessor.h | 3 +-- src/meta/processors/Common.h | 3 +-- src/meta/processors/admin/AdminClient.cpp | 3 +-- src/meta/processors/admin/AdminClient.h | 3 +-- src/meta/processors/admin/BalancePlan.cpp | 3 +-- src/meta/processors/admin/BalancePlan.h | 3 +-- src/meta/processors/admin/BalanceProcessor.cpp | 3 +-- src/meta/processors/admin/BalanceProcessor.h | 3 +-- src/meta/processors/admin/BalanceTask.cpp | 3 +-- src/meta/processors/admin/BalanceTask.h | 3 +-- src/meta/processors/admin/Balancer.cpp | 3 +-- src/meta/processors/admin/Balancer.h | 3 +-- .../processors/admin/CreateBackupProcessor.cpp | 3 +-- src/meta/processors/admin/CreateBackupProcessor.h | 3 +-- .../processors/admin/CreateSnapshotProcessor.cpp | 3 +-- .../processors/admin/CreateSnapshotProcessor.h | 3 +-- .../processors/admin/DropSnapshotProcessor.cpp | 3 +-- src/meta/processors/admin/DropSnapshotProcessor.h | 3 +-- .../processors/admin/GetMetaDirInfoProcessor.cpp | 3 +-- .../processors/admin/GetMetaDirInfoProcessor.h | 3 +-- src/meta/processors/admin/HBProcessor.cpp | 3 +-- src/meta/processors/admin/HBProcessor.h | 3 +-- .../processors/admin/LeaderBalanceProcessor.cpp | 3 +-- src/meta/processors/admin/LeaderBalanceProcessor.h | 3 +-- .../processors/admin/ListClusterInfoProcessor.cpp | 3 +-- .../processors/admin/ListClusterInfoProcessor.h | 3 +-- .../processors/admin/ListSnapshotsProcessor.cpp | 3 +-- src/meta/processors/admin/ListSnapshotsProcessor.h | 3 +-- src/meta/processors/admin/RestoreProcessor.cpp | 3 +-- src/meta/processors/admin/RestoreProcessor.h | 3 +-- src/meta/processors/admin/SnapShot.cpp | 3 +-- src/meta/processors/admin/SnapShot.h | 3 +-- .../admin/VerifyClientVersionProcessor.cpp | 3 +-- .../admin/VerifyClientVersionProcessor.h | 3 +-- src/meta/processors/config/GetConfigProcessor.cpp | 3 +-- src/meta/processors/config/GetConfigProcessor.h | 3 +-- .../processors/config/ListConfigsProcessor.cpp | 3 +-- src/meta/processors/config/ListConfigsProcessor.h | 3 +-- src/meta/processors/config/RegConfigProcessor.cpp | 3 +-- src/meta/processors/config/RegConfigProcessor.h | 3 +-- src/meta/processors/config/SetConfigProcessor.cpp | 3 +-- src/meta/processors/config/SetConfigProcessor.h | 3 +-- src/meta/processors/drainer/DrainerProcessor.cpp | 3 +-- src/meta/processors/drainer/DrainerProcessor.h | 3 +-- .../processors/index/CreateEdgeIndexProcessor.cpp | 3 +-- .../processors/index/CreateEdgeIndexProcessor.h | 3 +-- .../processors/index/CreateTagIndexProcessor.cpp | 3 +-- .../processors/index/CreateTagIndexProcessor.h | 3 +-- .../processors/index/DropEdgeIndexProcessor.cpp | 3 +-- src/meta/processors/index/DropEdgeIndexProcessor.h | 3 +-- .../processors/index/DropTagIndexProcessor.cpp | 3 +-- src/meta/processors/index/DropTagIndexProcessor.h | 3 +-- src/meta/processors/index/FTIndexProcessor.cpp | 3 +-- src/meta/processors/index/FTIndexProcessor.h | 3 +-- .../processors/index/GetEdgeIndexProcessor.cpp | 3 +-- src/meta/processors/index/GetEdgeIndexProcessor.h | 3 +-- src/meta/processors/index/GetTagIndexProcessor.cpp | 3 +-- src/meta/processors/index/GetTagIndexProcessor.h | 3 +-- .../processors/index/ListEdgeIndexesProcessor.cpp | 3 +-- .../processors/index/ListEdgeIndexesProcessor.h | 3 +-- .../processors/index/ListTagIndexesProcessor.cpp | 3 +-- .../processors/index/ListTagIndexesProcessor.h | 3 +-- src/meta/processors/job/AdminJobProcessor.cpp | 3 +-- src/meta/processors/job/AdminJobProcessor.h | 3 +-- src/meta/processors/job/BalanceJobExecutor.cpp | 3 +-- src/meta/processors/job/BalanceJobExecutor.h | 3 +-- src/meta/processors/job/CompactJobExecutor.cpp | 3 +-- src/meta/processors/job/CompactJobExecutor.h | 3 +-- src/meta/processors/job/FlushJobExecutor.cpp | 3 +-- src/meta/processors/job/FlushJobExecutor.h | 3 +-- src/meta/processors/job/GetStatsProcessor.cpp | 3 +-- src/meta/processors/job/GetStatsProcessor.h | 3 +-- src/meta/processors/job/JobDescription.cpp | 3 +-- src/meta/processors/job/JobDescription.h | 3 +-- src/meta/processors/job/JobManager.cpp | 3 +-- src/meta/processors/job/JobManager.h | 3 +-- src/meta/processors/job/JobStatus.cpp | 3 +-- src/meta/processors/job/JobStatus.h | 3 +-- src/meta/processors/job/JobUtils.cpp | 3 +-- src/meta/processors/job/JobUtils.h | 3 +-- .../job/ListEdgeIndexStatusProcessor.cpp | 3 +-- .../processors/job/ListEdgeIndexStatusProcessor.h | 3 +-- .../processors/job/ListTagIndexStatusProcessor.cpp | 3 +-- .../processors/job/ListTagIndexStatusProcessor.h | 3 +-- src/meta/processors/job/MetaJobExecutor.cpp | 3 +-- src/meta/processors/job/MetaJobExecutor.h | 3 +-- src/meta/processors/job/RebuildEdgeJobExecutor.cpp | 3 +-- src/meta/processors/job/RebuildEdgeJobExecutor.h | 3 +-- src/meta/processors/job/RebuildFTJobExecutor.cpp | 3 +-- src/meta/processors/job/RebuildFTJobExecutor.h | 3 +-- src/meta/processors/job/RebuildJobExecutor.cpp | 3 +-- src/meta/processors/job/RebuildJobExecutor.h | 3 +-- src/meta/processors/job/RebuildTagJobExecutor.cpp | 3 +-- src/meta/processors/job/RebuildTagJobExecutor.h | 3 +-- src/meta/processors/job/ReportTaskProcessor.cpp | 3 +-- src/meta/processors/job/ReportTaskProcessor.h | 3 +-- .../processors/job/SimpleConcurrentJobExecutor.cpp | 3 +-- .../processors/job/SimpleConcurrentJobExecutor.h | 3 +-- src/meta/processors/job/StatsJobExecutor.cpp | 3 +-- src/meta/processors/job/StatsJobExecutor.h | 3 +-- src/meta/processors/job/TaskDescription.cpp | 3 +-- src/meta/processors/job/TaskDescription.h | 3 +-- src/meta/processors/kv/GetProcessor.cpp | 3 +-- src/meta/processors/kv/GetProcessor.h | 3 +-- src/meta/processors/kv/MultiGetProcessor.cpp | 3 +-- src/meta/processors/kv/MultiGetProcessor.h | 3 +-- src/meta/processors/kv/MultiPutProcessor.cpp | 3 +-- src/meta/processors/kv/MultiPutProcessor.h | 3 +-- src/meta/processors/kv/RemoveProcessor.cpp | 3 +-- src/meta/processors/kv/RemoveProcessor.h | 3 +-- src/meta/processors/kv/RemoveRangeProcessor.cpp | 3 +-- src/meta/processors/kv/RemoveRangeProcessor.h | 3 +-- src/meta/processors/kv/ScanProcessor.cpp | 3 +-- src/meta/processors/kv/ScanProcessor.h | 3 +-- src/meta/processors/listener/ListenerProcessor.cpp | 3 +-- src/meta/processors/listener/ListenerProcessor.h | 3 +-- .../processors/parts/CreateSpaceAsProcessor.cpp | 3 +-- src/meta/processors/parts/CreateSpaceAsProcessor.h | 3 +-- src/meta/processors/parts/CreateSpaceProcessor.cpp | 3 +-- src/meta/processors/parts/CreateSpaceProcessor.h | 3 +-- src/meta/processors/parts/DropSpaceProcessor.cpp | 3 +-- src/meta/processors/parts/DropSpaceProcessor.h | 3 +-- .../processors/parts/GetPartsAllocProcessor.cpp | 3 +-- src/meta/processors/parts/GetPartsAllocProcessor.h | 3 +-- src/meta/processors/parts/GetSpaceProcessor.cpp | 3 +-- src/meta/processors/parts/GetSpaceProcessor.h | 3 +-- src/meta/processors/parts/ListHostsProcessor.cpp | 3 +-- src/meta/processors/parts/ListHostsProcessor.h | 3 +-- src/meta/processors/parts/ListPartsProcessor.cpp | 3 +-- src/meta/processors/parts/ListPartsProcessor.h | 3 +-- src/meta/processors/parts/ListSpacesProcessor.cpp | 3 +-- src/meta/processors/parts/ListSpacesProcessor.h | 3 +-- src/meta/processors/schema/AlterEdgeProcessor.cpp | 3 +-- src/meta/processors/schema/AlterEdgeProcessor.h | 3 +-- src/meta/processors/schema/AlterTagProcessor.cpp | 3 +-- src/meta/processors/schema/AlterTagProcessor.h | 3 +-- src/meta/processors/schema/CreateEdgeProcessor.cpp | 3 +-- src/meta/processors/schema/CreateEdgeProcessor.h | 3 +-- src/meta/processors/schema/CreateTagProcessor.cpp | 3 +-- src/meta/processors/schema/CreateTagProcessor.h | 3 +-- src/meta/processors/schema/DropEdgeProcessor.cpp | 3 +-- src/meta/processors/schema/DropEdgeProcessor.h | 3 +-- src/meta/processors/schema/DropTagProcessor.cpp | 3 +-- src/meta/processors/schema/DropTagProcessor.h | 3 +-- src/meta/processors/schema/GetEdgeProcessor.cpp | 3 +-- src/meta/processors/schema/GetEdgeProcessor.h | 3 +-- src/meta/processors/schema/GetTagProcessor.cpp | 3 +-- src/meta/processors/schema/GetTagProcessor.h | 3 +-- src/meta/processors/schema/ListEdgesProcessor.cpp | 3 +-- src/meta/processors/schema/ListEdgesProcessor.h | 3 +-- src/meta/processors/schema/ListTagsProcessor.cpp | 3 +-- src/meta/processors/schema/ListTagsProcessor.h | 3 +-- src/meta/processors/schema/SchemaUtil.cpp | 3 +-- src/meta/processors/schema/SchemaUtil.h | 3 +-- src/meta/processors/service/ServiceProcessor.cpp | 3 +-- src/meta/processors/service/ServiceProcessor.h | 3 +-- .../processors/session/SessionManagerProcessor.cpp | 3 +-- .../processors/session/SessionManagerProcessor.h | 3 +-- .../processors/user/AuthenticationProcessor.cpp | 3 +-- src/meta/processors/user/AuthenticationProcessor.h | 3 +-- src/meta/processors/zone/AddGroupProcessor.cpp | 3 +-- src/meta/processors/zone/AddGroupProcessor.h | 3 +-- src/meta/processors/zone/AddZoneProcessor.cpp | 3 +-- src/meta/processors/zone/AddZoneProcessor.h | 3 +-- src/meta/processors/zone/DropGroupProcessor.cpp | 3 +-- src/meta/processors/zone/DropGroupProcessor.h | 3 +-- src/meta/processors/zone/DropZoneProcessor.cpp | 3 +-- src/meta/processors/zone/DropZoneProcessor.h | 3 +-- src/meta/processors/zone/GetGroupProcessor.cpp | 3 +-- src/meta/processors/zone/GetGroupProcessor.h | 3 +-- src/meta/processors/zone/GetZoneProcessor.cpp | 3 +-- src/meta/processors/zone/GetZoneProcessor.h | 3 +-- src/meta/processors/zone/ListGroupsProcessor.cpp | 3 +-- src/meta/processors/zone/ListGroupsProcessor.h | 3 +-- src/meta/processors/zone/ListZonesProcessor.cpp | 3 +-- src/meta/processors/zone/ListZonesProcessor.h | 3 +-- src/meta/processors/zone/UpdateGroupProcessor.cpp | 3 +-- src/meta/processors/zone/UpdateGroupProcessor.h | 3 +-- src/meta/processors/zone/UpdateZoneProcessor.cpp | 3 +-- src/meta/processors/zone/UpdateZoneProcessor.h | 3 +-- src/meta/test/ActiveHostsManTest.cpp | 3 +-- src/meta/test/AdminClientTest.cpp | 3 +-- src/meta/test/AuthProcessorTest.cpp | 3 +-- src/meta/test/BalanceIntegrationTest.cpp | 3 +-- src/meta/test/BalancerTest.cpp | 3 +-- src/meta/test/CMakeLists.txt | 3 +-- src/meta/test/ClusterIdManTest.cpp | 3 +-- src/meta/test/ConfigManTest.cpp | 3 +-- src/meta/test/CreateBackupProcessorTest.cpp | 3 +-- src/meta/test/DrainerTest.cpp | 3 +-- src/meta/test/GetStatsTest.cpp | 4 +--- src/meta/test/GroupZoneTest.cpp | 3 +-- src/meta/test/HBProcessorTest.cpp | 3 +-- src/meta/test/IndexProcessorTest.cpp | 3 +-- src/meta/test/JobManagerTest.cpp | 3 +-- src/meta/test/ListClusterInfoTest.cpp | 3 +-- src/meta/test/MetaClientTest.cpp | 3 +-- src/meta/test/MockAdminClient.h | 3 +-- src/meta/test/MockHdfsHelper.h | 3 +-- src/meta/test/ProcessorTest.cpp | 3 +-- src/meta/test/RestoreProcessorTest.cpp | 3 +-- src/meta/test/TestUtils.h | 3 +-- src/meta/upgrade/CMakeLists.txt | 3 +-- src/meta/upgrade/MetaDataUpgrade.cpp | 3 +-- src/meta/upgrade/MetaDataUpgrade.h | 3 +-- src/meta/upgrade/v1/CMakeLists.txt | 3 +-- src/meta/upgrade/v1/MetaServiceUtilsV1.cpp | 3 +-- src/meta/upgrade/v1/MetaServiceUtilsV1.h | 3 +-- src/meta/upgrade/v1/meta.thrift | 3 +-- src/mock/AdHocIndexManager.cpp | 3 +-- src/mock/AdHocIndexManager.h | 3 +-- src/mock/AdHocSchemaManager.cpp | 3 +-- src/mock/AdHocSchemaManager.h | 3 +-- src/mock/MockCluster.cpp | 3 +-- src/mock/MockCluster.h | 3 +-- src/mock/MockData.cpp | 3 +-- src/mock/MockData.h | 3 +-- src/mock/RpcServer.h | 3 +-- src/parser/AdminSentences.cpp | 3 +-- src/parser/AdminSentences.h | 3 +-- src/parser/CMakeLists.txt | 3 +-- src/parser/Clauses.cpp | 3 +-- src/parser/Clauses.h | 3 +-- src/parser/EdgeKey.cpp | 3 +-- src/parser/EdgeKey.h | 3 +-- src/parser/ExplainSentence.cpp | 3 +-- src/parser/ExplainSentence.h | 3 +-- src/parser/GQLParser.cpp | 3 +-- src/parser/GQLParser.h | 3 +-- src/parser/GraphScanner.h | 3 +-- src/parser/MaintainSentences.cpp | 3 +-- src/parser/MaintainSentences.h | 3 +-- src/parser/MatchSentence.cpp | 3 +-- src/parser/MatchSentence.h | 3 +-- src/parser/MutateSentences.cpp | 3 +-- src/parser/MutateSentences.h | 3 +-- src/parser/ProcessControlSentences.cpp | 3 +-- src/parser/ProcessControlSentences.h | 3 +-- src/parser/Sentence.h | 3 +-- src/parser/SequentialSentences.cpp | 3 +-- src/parser/SequentialSentences.h | 3 +-- src/parser/TraverseSentences.cpp | 3 +-- src/parser/TraverseSentences.h | 3 +-- src/parser/UserSentences.cpp | 3 +-- src/parser/UserSentences.h | 3 +-- src/parser/test/CMakeLists.txt | 3 +-- src/parser/test/ExpressionParsingTest.cpp | 3 +-- src/parser/test/ParserBenchmark.cpp | 3 +-- src/parser/test/ParserTest.cpp | 3 +-- src/parser/test/ScannerTest.cpp | 3 +-- src/parser/test/fuzzing/CMakeLists.txt | 3 +-- src/parser/test/fuzzing/ParserFuzzer.cpp | 3 +-- src/parser/test/fuzzing/nebula.dict | 3 +-- src/storage/BaseProcessor-inl.h | 3 +-- src/storage/BaseProcessor.h | 3 +-- src/storage/CommonUtils.cpp | 3 +-- src/storage/CommonUtils.h | 3 +-- src/storage/CompactionFilter.h | 3 +-- src/storage/GeneralStorageServiceHandler.cpp | 3 +-- src/storage/GeneralStorageServiceHandler.h | 3 +-- src/storage/GraphStorageServiceHandler.cpp | 3 +-- src/storage/GraphStorageServiceHandler.h | 3 +-- src/storage/InternalStorageServiceHandler.cpp | 3 +-- src/storage/InternalStorageServiceHandler.h | 3 +-- src/storage/MergeOperator.h | 3 +-- src/storage/StorageAdminServiceHandler.cpp | 3 +-- src/storage/StorageAdminServiceHandler.h | 3 +-- src/storage/StorageFlags.cpp | 3 +-- src/storage/StorageFlags.h | 3 +-- src/storage/StorageServer.cpp | 3 +-- src/storage/StorageServer.h | 3 +-- src/storage/admin/AdminProcessor.h | 3 +-- src/storage/admin/AdminTask.cpp | 3 +-- src/storage/admin/AdminTask.h | 3 +-- src/storage/admin/AdminTaskManager.cpp | 3 +-- src/storage/admin/AdminTaskManager.h | 3 +-- src/storage/admin/AdminTaskProcessor.cpp | 3 +-- src/storage/admin/AdminTaskProcessor.h | 3 +-- src/storage/admin/CompactTask.cpp | 3 +-- src/storage/admin/CompactTask.h | 3 +-- src/storage/admin/CreateCheckpointProcessor.cpp | 3 +-- src/storage/admin/CreateCheckpointProcessor.h | 3 +-- src/storage/admin/DropCheckpointProcessor.cpp | 3 +-- src/storage/admin/DropCheckpointProcessor.h | 3 +-- src/storage/admin/FlushTask.cpp | 3 +-- src/storage/admin/FlushTask.h | 3 +-- src/storage/admin/ListClusterInfoProcessor.cpp | 3 +-- src/storage/admin/ListClusterInfoProcessor.h | 3 +-- src/storage/admin/RebuildEdgeIndexTask.cpp | 3 +-- src/storage/admin/RebuildEdgeIndexTask.h | 3 +-- src/storage/admin/RebuildFTIndexTask.cpp | 3 +-- src/storage/admin/RebuildFTIndexTask.h | 3 +-- src/storage/admin/RebuildIndexTask.cpp | 3 +-- src/storage/admin/RebuildIndexTask.h | 3 +-- src/storage/admin/RebuildTagIndexTask.cpp | 3 +-- src/storage/admin/RebuildTagIndexTask.h | 3 +-- src/storage/admin/SendBlockSignProcessor.cpp | 3 +-- src/storage/admin/SendBlockSignProcessor.h | 3 +-- src/storage/admin/StatsTask.cpp | 3 +-- src/storage/admin/StatsTask.h | 3 +-- src/storage/admin/StopAdminTaskProcessor.cpp | 3 +-- src/storage/admin/StopAdminTaskProcessor.h | 3 +-- src/storage/context/StorageExpressionContext.cpp | 3 +-- src/storage/context/StorageExpressionContext.h | 3 +-- src/storage/exec/AggregateNode.h | 3 +-- src/storage/exec/DeDupNode.h | 3 +-- src/storage/exec/EdgeNode.h | 3 +-- src/storage/exec/FilterNode.h | 3 +-- src/storage/exec/GetNeighborsNode.h | 3 +-- src/storage/exec/GetPropNode.h | 3 +-- src/storage/exec/HashJoinNode.h | 3 +-- src/storage/exec/IndexEdgeNode.h | 3 +-- src/storage/exec/IndexFilterNode.h | 3 +-- src/storage/exec/IndexOutputNode.h | 3 +-- src/storage/exec/IndexScanNode.h | 3 +-- src/storage/exec/IndexVertexNode.h | 3 +-- src/storage/exec/QueryUtils.h | 3 +-- src/storage/exec/RelNode.h | 3 +-- src/storage/exec/StorageIterator.h | 3 +-- src/storage/exec/StoragePlan.h | 3 +-- src/storage/exec/TagNode.h | 3 +-- src/storage/exec/UpdateNode.h | 3 +-- src/storage/exec/UpdateResultNode.h | 3 +-- src/storage/http/StorageHttpAdminHandler.cpp | 3 +-- src/storage/http/StorageHttpAdminHandler.h | 3 +-- src/storage/http/StorageHttpDownloadHandler.cpp | 3 +-- src/storage/http/StorageHttpDownloadHandler.h | 3 +-- src/storage/http/StorageHttpIngestHandler.cpp | 3 +-- src/storage/http/StorageHttpIngestHandler.h | 3 +-- src/storage/http/StorageHttpPropertyHandler.cpp | 3 +-- src/storage/http/StorageHttpPropertyHandler.h | 3 +-- src/storage/http/StorageHttpStatsHandler.cpp | 3 +-- src/storage/http/StorageHttpStatsHandler.h | 3 +-- src/storage/index/LookupBaseProcessor-inl.h | 3 +-- src/storage/index/LookupBaseProcessor.h | 3 +-- src/storage/index/LookupProcessor.cpp | 3 +-- src/storage/index/LookupProcessor.h | 3 +-- src/storage/kv/GetProcessor.cpp | 3 +-- src/storage/kv/GetProcessor.h | 3 +-- src/storage/kv/PutProcessor.cpp | 3 +-- src/storage/kv/PutProcessor.h | 3 +-- src/storage/kv/RemoveProcessor.cpp | 3 +-- src/storage/kv/RemoveProcessor.h | 3 +-- src/storage/mutate/AddEdgesProcessor.cpp | 3 +-- src/storage/mutate/AddEdgesProcessor.h | 3 +-- src/storage/mutate/AddVerticesProcessor.cpp | 3 +-- src/storage/mutate/AddVerticesProcessor.h | 3 +-- src/storage/mutate/DeleteEdgesProcessor.cpp | 3 +-- src/storage/mutate/DeleteEdgesProcessor.h | 3 +-- src/storage/mutate/DeleteTagsProcessor.cpp | 3 +-- src/storage/mutate/DeleteTagsProcessor.h | 3 +-- src/storage/mutate/DeleteVerticesProcessor.cpp | 3 +-- src/storage/mutate/DeleteVerticesProcessor.h | 3 +-- src/storage/mutate/UpdateEdgeProcessor.cpp | 3 +-- src/storage/mutate/UpdateEdgeProcessor.h | 3 +-- src/storage/mutate/UpdateVertexProcessor.cpp | 3 +-- src/storage/mutate/UpdateVertexProcessor.h | 3 +-- src/storage/query/GetNeighborsProcessor.cpp | 3 +-- src/storage/query/GetNeighborsProcessor.h | 3 +-- src/storage/query/GetPropProcessor.cpp | 3 +-- src/storage/query/GetPropProcessor.h | 3 +-- src/storage/query/QueryBaseProcessor-inl.h | 3 +-- src/storage/query/QueryBaseProcessor.h | 3 +-- src/storage/query/ScanEdgeProcessor.cpp | 3 +-- src/storage/query/ScanEdgeProcessor.h | 3 +-- src/storage/query/ScanVertexProcessor.cpp | 3 +-- src/storage/query/ScanVertexProcessor.h | 3 +-- .../test/AddAndUpdateVertexAndEdgeBenchmark.cpp | 3 +-- src/storage/test/AddEdgesTest.cpp | 3 +-- src/storage/test/AddVerticesTest.cpp | 3 +-- src/storage/test/AdminTaskManagerTest.cpp | 3 +-- src/storage/test/ChainAddEdgesTest.cpp | 3 +-- src/storage/test/ChainResumeEdgeTest.cpp | 3 +-- src/storage/test/ChainTestUtils.h | 3 +-- src/storage/test/ChainUpdateEdgeTest.cpp | 3 +-- src/storage/test/CheckpointTest.cpp | 3 +-- src/storage/test/CompactionTest.cpp | 3 +-- src/storage/test/ConsistUtilTest.cpp | 3 +-- src/storage/test/DeleteEdgesTest.cpp | 3 +-- src/storage/test/DeleteTagsTest.cpp | 3 +-- src/storage/test/DeleteVerticesTest.cpp | 3 +-- src/storage/test/ElasticSearchBulkInsertTest.cpp | 3 +-- src/storage/test/GetNeighborsBenchmark.cpp | 3 +-- src/storage/test/GetNeighborsTest.cpp | 3 +-- src/storage/test/GetPropTest.cpp | 3 +-- src/storage/test/IndexScanLimitTest.cpp | 3 +-- src/storage/test/IndexScanTest.cpp | 3 +-- src/storage/test/IndexWithTTLTest.cpp | 3 +-- src/storage/test/IndexWriteTest.cpp | 3 +-- src/storage/test/KVClientTest.cpp | 3 +-- src/storage/test/KVTest.cpp | 3 +-- src/storage/test/KillQueryTest.cpp | 3 +-- src/storage/test/ListClusterInfoTest.cpp | 3 +-- src/storage/test/LookupIndexTest.cpp | 3 +-- src/storage/test/MemoryLockBenchmark.cpp | 3 +-- src/storage/test/MemoryLockTest.cpp | 3 +-- src/storage/test/MockHdfsHelper.h | 3 +-- src/storage/test/PrefixBloomFilterBenchmark.cpp | 3 +-- src/storage/test/QueryStatsTest.cpp | 3 +-- src/storage/test/QueryTestUtils.h | 3 +-- src/storage/test/RebuildIndexTest.cpp | 3 +-- src/storage/test/ScanEdgePropBenchmark.cpp | 3 +-- src/storage/test/ScanEdgeTest.cpp | 3 +-- src/storage/test/ScanVertexTest.cpp | 3 +-- src/storage/test/ShuffleIpTest.cpp | 3 +-- src/storage/test/StatsTaskTest.cpp | 3 +-- src/storage/test/StorageClientTest.cpp | 3 +-- src/storage/test/StorageDAGBenchmark.cpp | 3 +-- src/storage/test/StorageDAGTest.cpp | 3 +-- src/storage/test/StorageHttpAdminHandlerTest.cpp | 3 +-- .../test/StorageHttpDownloadHandlerTest.cpp | 3 +-- src/storage/test/StorageHttpIngestHandlerTest.cpp | 3 +-- .../test/StorageHttpPropertyHandlerTest.cpp | 3 +-- src/storage/test/StorageHttpStatsHandlerTest.cpp | 3 +-- src/storage/test/StorageIndexWriteBenchmark.cpp | 3 +-- src/storage/test/StorageLookupBenchmark.cpp | 3 +-- src/storage/test/TestUtils.h | 3 +-- src/storage/test/TossTestExecutor.h | 3 +-- src/storage/test/TossTestUtils.h | 3 +-- src/storage/test/UpdateEdgeTest.cpp | 3 +-- src/storage/test/UpdateVertexTest.cpp | 3 +-- .../transaction/ChainAddEdgesGroupProcessor.cpp | 3 +-- .../transaction/ChainAddEdgesGroupProcessor.h | 3 +-- .../transaction/ChainAddEdgesProcessorLocal.cpp | 3 +-- .../transaction/ChainAddEdgesProcessorLocal.h | 3 +-- .../transaction/ChainAddEdgesProcessorRemote.cpp | 3 +-- .../transaction/ChainAddEdgesProcessorRemote.h | 3 +-- src/storage/transaction/ChainBaseProcessor.h | 3 +-- src/storage/transaction/ChainProcessorFactory.cpp | 3 +-- src/storage/transaction/ChainProcessorFactory.h | 3 +-- src/storage/transaction/ChainResumeProcessor.cpp | 3 +-- src/storage/transaction/ChainResumeProcessor.h | 3 +-- .../transaction/ChainUpdateEdgeProcessorLocal.cpp | 3 +-- .../transaction/ChainUpdateEdgeProcessorLocal.h | 3 +-- .../transaction/ChainUpdateEdgeProcessorRemote.cpp | 3 +-- .../transaction/ChainUpdateEdgeProcessorRemote.h | 3 +-- src/storage/transaction/ConsistUtil.cpp | 3 +-- src/storage/transaction/ConsistUtil.h | 3 +-- src/storage/transaction/ResumeAddEdgeProcessor.cpp | 3 +-- src/storage/transaction/ResumeAddEdgeProcessor.h | 3 +-- .../transaction/ResumeAddEdgeRemoteProcessor.cpp | 3 +-- .../transaction/ResumeAddEdgeRemoteProcessor.h | 3 +-- src/storage/transaction/ResumeUpdateProcessor.cpp | 3 +-- src/storage/transaction/ResumeUpdateProcessor.h | 3 +-- .../transaction/ResumeUpdateRemoteProcessor.cpp | 3 +-- .../transaction/ResumeUpdateRemoteProcessor.h | 3 +-- src/storage/transaction/TransactionManager.cpp | 3 +-- src/storage/transaction/TransactionManager.h | 3 +-- src/tools/db-dump/DbDumpTool.cpp | 3 +-- src/tools/db-dump/DbDumper.cpp | 3 +-- src/tools/db-dump/DbDumper.h | 3 +-- src/tools/db-upgrade/DbUpgrader.cpp | 3 +-- src/tools/db-upgrade/DbUpgrader.h | 3 +-- src/tools/db-upgrade/DbUpgraderTool.cpp | 3 +-- src/tools/db-upgrade/NebulaKeyUtilsV1.cpp | 3 +-- src/tools/db-upgrade/NebulaKeyUtilsV1.h | 3 +-- src/tools/db-upgrade/NebulaKeyUtilsV2.cpp | 3 +-- src/tools/db-upgrade/NebulaKeyUtilsV2.h | 3 +-- src/tools/meta-dump/MetaDumpTool.cpp | 3 +-- src/tools/simple-kv-verify/SimpleKVVerifyTool.cpp | 3 +-- src/tools/storage-perf/StorageIntegrityTool.cpp | 3 +-- src/tools/storage-perf/StoragePerfTool.cpp | 3 +-- src/version/CMakeLists.txt | 3 +-- src/version/Version.cpp.in | 7 ++----- src/version/Version.h | 3 +-- src/webservice/CMakeLists.txt | 3 +-- src/webservice/Common.cpp | 3 +-- src/webservice/Common.h | 3 +-- src/webservice/GetFlagsHandler.cpp | 3 +-- src/webservice/GetFlagsHandler.h | 3 +-- src/webservice/GetStatsHandler.cpp | 3 +-- src/webservice/GetStatsHandler.h | 3 +-- src/webservice/NotFoundHandler.cpp | 3 +-- src/webservice/NotFoundHandler.h | 3 +-- src/webservice/Router.cpp | 3 +-- src/webservice/Router.h | 3 +-- src/webservice/SetFlagsHandler.cpp | 3 +-- src/webservice/SetFlagsHandler.h | 3 +-- src/webservice/StatusHandler.cpp | 3 +-- src/webservice/StatusHandler.h | 3 +-- src/webservice/WebService.cpp | 3 +-- src/webservice/WebService.h | 3 +-- src/webservice/test/CMakeLists.txt | 3 +-- src/webservice/test/FlagsAccessTest.cpp | 3 +-- src/webservice/test/RouterTest.cpp | 3 +-- src/webservice/test/StatsReaderTest.cpp | 3 +-- src/webservice/test/StatusHandlerTest.cpp | 3 +-- src/webservice/test/TestUtils.h | 3 +-- tests/Makefile | 3 +-- tests/admin/test_charset.py | 3 +-- tests/admin/test_configs.py | 3 +-- tests/admin/test_listener.py | 3 +-- tests/admin/test_parts.py | 3 +-- tests/admin/test_permission.py | 3 +-- tests/admin/test_show_hosts.py | 3 +-- tests/admin/test_space.py | 3 +-- tests/admin/test_users.py | 3 +-- tests/bench/data_generate.py | 3 +-- tests/cert/test.ca.password | 2 +- tests/common/comparator.py | 3 +-- tests/common/configs.py | 3 +-- tests/common/constants.py | 3 +-- tests/common/csv_import.py | 3 +-- tests/common/dataset_printer.py | 3 +-- tests/common/nebula_service.py | 3 +-- tests/common/nebula_test_suite.py | 3 +-- tests/common/path_value.py | 3 +-- tests/common/plan_differ.py | 3 +-- tests/common/types.py | 3 +-- tests/common/utils.py | 3 +-- tests/conftest.py | 3 +-- tests/job/test_session.py | 3 +-- tests/job/test_snapshot.py | 3 +-- tests/maintain/test_comments.py | 3 +-- tests/maintain/test_zone.py | 3 +-- tests/nebula-test-run.py | 3 +-- tests/query/bugs/fixed_bigint_2031.py | 3 +-- tests/query/bugs/fixed_delete_vertex_1996.py | 3 +-- tests/query/bugs/fixed_issue2020.py | 3 +-- tests/query/bugs/fixed_negative_ttl.py | 3 +-- tests/query/bugs/fixed_over_all_pr1962.py | 3 +-- tests/query/bugs/fixed_pr2042.py | 3 +-- .../remove_unreasonable_error_message_pr1983.py | 3 +-- ...y_after_schema_altered_issue1185_1154_pr1606.py | 3 +-- .../test_query_after_schema_rebuilt_issue1843.py | 3 +-- tests/query/stateless/test_admin.py | 3 +-- tests/query/stateless/test_fetch.py | 3 +-- tests/query/stateless/test_findpath.py | 3 +-- tests/query/stateless/test_go.py | 3 +-- tests/query/stateless/test_groupby.py | 3 +-- tests/query/stateless/test_if_exists.py | 3 +-- tests/query/stateless/test_index.py | 3 +-- tests/query/stateless/test_keyword.py | 3 +-- tests/query/stateless/test_query_reversely.py | 3 +-- tests/query/stateless/test_range.py | 3 +-- tests/query/stateless/test_schema.py | 3 +-- tests/query/stateless/test_set.py | 3 +-- tests/query/stateless/test_update.py | 3 +-- tests/query/stateless/test_where.py | 3 +-- tests/query/stateless/test_yield.py | 3 +-- tests/tck/conftest.py | 3 +-- tests/tck/features/admin/Hosts.feature | 3 +-- .../bugfix/InsertMismatchedTypeDateTime.feature | 3 +-- .../features/bugfix/ListSlicingWithNull.feature | 3 +-- .../bugfix/MatchNotFilterTheUndeclaredTag.feature | 3 +-- .../features/bugfix/MatchReturnEmptyTag.feature | 3 +-- tests/tck/features/bugfix/MatchUsedInPipe.feature | 3 +-- .../features/bugfix/StringFlaotAddition.feature | 3 +-- .../tck/features/bugfix/SubgraphBeforePipe.feature | 3 +-- .../bugfix/TestYieldConstantAfterPipe.feature | 3 +-- tests/tck/features/bugfix/TimeDefaultValue.feature | 3 +-- .../tck/features/delete/DeleteEdge.IntVid.feature | 3 +-- tests/tck/features/delete/DeleteEdge.feature | 3 +-- tests/tck/features/delete/DeleteTag.IntVid.feature | 3 +-- tests/tck/features/delete/DeleteTag.feature | 3 +-- .../features/delete/DeleteVertex.IntVid.feature | 3 +-- tests/tck/features/delete/DeleteVertex.feature | 3 +-- tests/tck/features/expression/Attribute.feature | 3 +-- tests/tck/features/expression/Case.feature | 3 +-- tests/tck/features/expression/EndsWith.feature | 3 +-- tests/tck/features/expression/FunctionCall.feature | 3 +-- tests/tck/features/expression/In.feature | 3 +-- tests/tck/features/expression/LabelExpr.feature | 3 +-- .../features/expression/ListComprehension.feature | 3 +-- .../features/expression/ListRangeSubscript.feature | 3 +-- tests/tck/features/expression/NotIn.feature | 3 +-- tests/tck/features/expression/Null.feature | 3 +-- tests/tck/features/expression/Predicate.feature | 3 +-- tests/tck/features/expression/Reduce.feature | 3 +-- tests/tck/features/expression/Regex.feature | 3 +-- .../tck/features/expression/RelationalExpr.feature | 3 +-- tests/tck/features/expression/StartsWith.feature | 3 +-- tests/tck/features/expression/UnaryExpr.feature | 3 +-- .../expression/function/Mathematical.feature | 3 +-- .../expression/function/TypeConversion.feature | 3 +-- tests/tck/features/fetch/FetchEmpty.feature | 3 +-- tests/tck/features/geo/GeoBase.feature | 3 +-- tests/tck/features/go/GO.IntVid.feature | 3 +-- tests/tck/features/go/GO.feature | 3 +-- tests/tck/features/go/GoYieldVertexEdge.feature | 3 +-- tests/tck/features/go/Orderby.feature | 3 +-- tests/tck/features/go/SampleLimit.feature | 3 +-- tests/tck/features/go/SampleLimit.intVid.feature | 3 +-- tests/tck/features/insert/BoundCheck.feature | 3 +-- tests/tck/features/insert/Insert.IntVid.feature | 3 +-- tests/tck/features/insert/Insert.feature | 3 +-- .../features/insert/InsertEdgeOnDiffParts.feature | 3 +-- .../tck/features/insert/InsertIfNotExists.feature | 3 +-- tests/tck/features/ldap/Ldap.feature | 4 ++-- tests/tck/features/lookup/ByIndex.feature | 3 +-- tests/tck/features/lookup/ByIndex.intVid.feature | 3 +-- tests/tck/features/lookup/LookUpLimit.feature | 3 +-- tests/tck/features/match/Base.IntVid.feature | 3 +-- tests/tck/features/match/Base.feature | 3 +-- tests/tck/features/match/MatchById.IntVid.feature | 3 +-- tests/tck/features/match/MatchById.feature | 3 +-- tests/tck/features/match/MatchGroupBy.feature | 3 +-- tests/tck/features/match/PipeAndVariable.feature | 3 +-- .../features/match/StartFromAnyNode.IntVid.feature | 3 +-- tests/tck/features/match/StartFromAnyNode.feature | 3 +-- .../features/match/VariableLengthPattern.feature | 3 +-- .../match/VariableLengthPattern.intVid.feature | 3 +-- tests/tck/features/match/ZeroStep.feature | 3 +-- tests/tck/features/match/ZeroStep.intVid.feature | 3 +-- tests/tck/features/match/ZeroStep2.feature | 3 +-- .../features/optimizer/CollapseProjectRule.feature | 3 +-- .../features/optimizer/CombineFilterRule.feature | 3 +-- tests/tck/features/optimizer/IndexScanRule.feature | 3 +-- .../optimizer/MergeGetNbrsDedupProjectRule.feature | 3 +-- .../MergeGetVerticesDedupProjectRule.feature | 3 +-- .../optimizer/PushFilterDownAggregateRule.feature | 3 +-- .../optimizer/PushFilterDownGetNbrsRule.feature | 3 +-- .../optimizer/PushFilterDownLeftJoinRule.feature | 3 +-- .../optimizer/PushFilterDownProjectRule.feature | 3 +-- .../PushLimitDownGetNeighborsRule.feature | 3 +-- .../optimizer/PushLimitDownProjectRule.feature | 3 +-- .../features/optimizer/PushSampleDownRule.feature | 3 +-- .../optimizer/RemoveUselessProjectRule.feature | 3 +-- tests/tck/features/optimizer/TopNRule.feature | 3 +-- tests/tck/features/parser/Example.feature | 3 +-- tests/tck/features/parser/nebula.feature | 3 +-- tests/tck/features/path/AllPath.IntVid.feature | 3 +-- tests/tck/features/path/AllPath.feature | 3 +-- tests/tck/features/path/NoLoop.IntVid.feature | 3 +-- tests/tck/features/path/NoLoop.feature | 3 +-- .../tck/features/path/ShortestPath.IntVid.feature | 3 +-- tests/tck/features/path/ShortestPath.feature | 3 +-- tests/tck/features/schema/Comment.feature | 3 +-- tests/tck/features/schema/CreateSpaceAs.feature | 3 +-- tests/tck/features/schema/Schema.feature | 3 +-- tests/tck/features/set/Set.IntVid.feature | 3 +-- tests/tck/features/set/Set.feature | 3 +-- .../tck/features/subgraph/subgraph.IntVid.feature | 3 +-- tests/tck/features/subgraph/subgraph.feature | 3 +-- tests/tck/features/update/Update.IntVid.feature | 3 +-- tests/tck/features/update/Update.feature | 3 +-- .../VerifyClientVersion.feature | 3 +-- tests/tck/features/yield/return.feature | 3 +-- tests/tck/job/Job.feature | 3 +-- .../features/expressions/list/List2.feature | 3 +-- .../features/expressions/map/Map1.feature | 3 +-- .../features/expressions/map/Map2.feature | 3 +-- .../features/expressions/path/Path1.feature | 3 +-- .../features/expressions/path/Path2.feature | 3 +-- .../features/expressions/path/Path3.feature | 3 +-- .../KillSlowQueryViaDiffrentService.feature | 3 +-- .../slowquery/KillSlowQueryViaSameService.feature | 3 +-- tests/tck/steps/conftest.py | 3 +-- tests/tck/steps/test_jobs.py | 3 +-- .../test_kill_slow_query_via_different_service.py | 3 +-- .../steps/test_kill_slow_query_via_same_service.py | 3 +-- tests/tck/steps/test_tck.py | 3 +-- tests/tck/utils/mmh2.py | 3 +-- tests/tck/utils/nbv.py | 3 +-- tests/tck/utils/table.py | 3 +-- third-party/cxx-compiler-abi-version.sh | 3 +-- third-party/install-cmake.sh | 3 +-- third-party/install-gcc.sh | 3 +-- third-party/install-third-party.sh | 3 +-- 1798 files changed, 1798 insertions(+), 3610 deletions(-) delete mode 100644 LICENSES/CC-1.0.txt diff --git a/.clang-format b/.clang-format index bcf5df71785..1f43cf47158 100644 --- a/.clang-format +++ b/.clang-format @@ -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. # # This is the output of clang-format-10.0.0 --style=google --dump-config, # except for changes mentioned below. diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index aa1147cec3d..17621bcdaea 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -13,4 +13,4 @@ assignees: '' ## Related work - \ No newline at end of file + diff --git a/.linters/cpp/checkKeyword.py b/.linters/cpp/checkKeyword.py index 1f72874d104..af8916cf1a9 100755 --- a/.linters/cpp/checkKeyword.py +++ b/.linters/cpp/checkKeyword.py @@ -2,8 +2,7 @@ # 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. import os import re diff --git a/.linters/cpp/hooks/pre-commit.sh b/.linters/cpp/hooks/pre-commit.sh index 21472b3c5c7..215762d7543 100755 --- a/.linters/cpp/hooks/pre-commit.sh +++ b/.linters/cpp/hooks/pre-commit.sh @@ -2,8 +2,7 @@ # Copyright (c) 2018 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. CPPLINT=`dirname $0`/../../.linters/cpp/cpplint.py CHECKKEYWORD=`dirname $0`/../../.linters/cpp/checkKeyword.py diff --git a/CMakeLists.txt b/CMakeLists.txt index c75f200bd8a..0cbbd014766 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,6 @@ # Copyright (c) 2018 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. # The build can be controlled by defining following variables on the # command line diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 6e87443502a..502cf796c85 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -7,4 +7,4 @@ Currently we use clang-format to format the code. We recommend you to configure - Emacs https://github.com/llvm-mirror/clang/blob/master/tools/clang-format/clang-format.el - VS Code - https://code.visualstudio.com/docs/cpp/cpp-ide#_code-formatting \ No newline at end of file + https://code.visualstudio.com/docs/cpp/cpp-ide#_code-formatting diff --git a/LICENSES/CC-1.0.txt b/LICENSES/CC-1.0.txt deleted file mode 100644 index a1ab1265801..00000000000 --- 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/README-CN.md b/README-CN.md index 8e01ef6dba8..ad668e7432e 100644 --- a/README-CN.md +++ b/README-CN.md @@ -90,8 +90,6 @@ Nebula Graph 1.x 后续不再进行功能的更新,请升级到2.0版本中。 **Nebula Graph** 使用 [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) 许可证,您可以免费下载,修改以及部署源代码。您还可以将 **Nebula Graph** 作为后端服务部署以支持您的 SaaS 部署。 -为防止云供应商从项目赢利而不回馈,**Nebula Graph** 在项目中添加了 [Commons Clause 1.0](https://commonsclause.com/) 条款。如上所述,**Nebula Graph** 是一个完全开源的项目,欢迎您就许可模式提出建议,帮助 **Nebula Graph** 社区更好地发展。 - ## 联系方式 * 访问[官网](http://nebula-graph.com.cn/) diff --git a/README.md b/README.md index 5cd64044bab..548408db9ba 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,6 @@ Contributions are warmly welcomed and greatly appreciated. And here are a few wa **Nebula Graph** is under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license, so you can freely download, modify, and deploy the source code to meet your needs. You can also freely deploy **Nebula Graph** as a back-end service to support your SaaS deployment. -In order to prevent cloud providers monetizing from the project without contributing back, we added [Commons Clause 1.0](https://commonsclause.com/) to the project. As mentioned above, we fully commit to the open source community. We would love to hear your thoughts on the licensing model and are willing to make it more suitable for the community. - ## Contact * [Slack channel](https://join.slack.com/t/nebulagraph/shared_invite/zt-7ybejuqa-NCZBroh~PCh66d9kOQj45g) diff --git a/cmake/CPackage.cmake b/cmake/CPackage.cmake index 36a9acbc149..2cdb2167f7d 100644 --- a/cmake/CPackage.cmake +++ b/cmake/CPackage.cmake @@ -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. # @@ -10,7 +9,7 @@ macro(package to_one name home_page scripts_dir) set(CPACK_PACKAGE_DESCRIPTION ${name}) set(CPACK_PACKAGE_CONTACT ${name}) set(CPACK_PACKAGE_VERSION ${NEBULA_BUILD_VERSION}) - set(CPACK_RPM_PACKAGE_LICENSE "Apache 2.0 + Common Clause 1.0") + set(CPACK_RPM_PACKAGE_LICENSE "Apache 2.0") set(CPACK_PACKAGE_NAME ${name}) # set(CPACK_SET_DESTDIR TRUE) set(CPACK_PACKAGE_RELOCATABLE ON) diff --git a/cmake/FetchModule.cmake b/cmake/FetchModule.cmake index f9dd79b5ff1..b81ebc1e50f 100644 --- a/cmake/FetchModule.cmake +++ b/cmake/FetchModule.cmake @@ -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. # find_package(Git) diff --git a/codecov.yml b/codecov.yml index dd59a0ba054..9ad5a2200dc 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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. # For more configuration details: # https://docs.codecov.io/docs/codecov-yaml diff --git a/conf/CMakeLists.txt b/conf/CMakeLists.txt index 6b675beb559..6d2f9c68d9a 100644 --- a/conf/CMakeLists.txt +++ b/conf/CMakeLists.txt @@ -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. # These configuration files are for reference to generate your own customized ones. # Thus, they are installed as read-only, even for the owner. diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt index eeea0964ef3..2368900fdc6 100644 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -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. install( FILES diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 84b8ed3af4e..5d375d2bd14 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -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. install( FILES diff --git a/scripts/services.sh b/scripts/services.sh index 5052d8ff720..6f9739ef507 100755 --- a/scripts/services.sh +++ b/scripts/services.sh @@ -2,8 +2,7 @@ # 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. SCRIPT_PATH=$(cd "$(dirname "$0")";pwd) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bfca6616f03..c05b605fc43 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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. nebula_add_subdirectory(clients) nebula_add_subdirectory(codec) diff --git a/src/clients/CMakeLists.txt b/src/clients/CMakeLists.txt index ea96cd1eb86..e2bb5d30123 100644 --- a/src/clients/CMakeLists.txt +++ b/src/clients/CMakeLists.txt @@ -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. nebula_add_subdirectory(meta) nebula_add_subdirectory(storage) diff --git a/src/clients/meta/CMakeLists.txt b/src/clients/meta/CMakeLists.txt index 8228d9161ce..113b88245c6 100644 --- a/src/clients/meta/CMakeLists.txt +++ b/src/clients/meta/CMakeLists.txt @@ -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. nebula_add_library( meta_client_obj OBJECT diff --git a/src/clients/meta/FileBasedClusterIdMan.cpp b/src/clients/meta/FileBasedClusterIdMan.cpp index e4ac85de92e..15212fbc030 100644 --- a/src/clients/meta/FileBasedClusterIdMan.cpp +++ b/src/clients/meta/FileBasedClusterIdMan.cpp @@ -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. */ #include "clients/meta/FileBasedClusterIdMan.h" diff --git a/src/clients/meta/FileBasedClusterIdMan.h b/src/clients/meta/FileBasedClusterIdMan.h index 35a49ae1fe1..5e95f1551e5 100644 --- a/src/clients/meta/FileBasedClusterIdMan.h +++ b/src/clients/meta/FileBasedClusterIdMan.h @@ -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. */ #ifndef CLIENTS_META_FILEBASEDCLUSTERIDMAN_H_ diff --git a/src/clients/meta/MetaClient.cpp b/src/clients/meta/MetaClient.cpp index 3c47a37ef0f..42ba7826fe9 100644 --- a/src/clients/meta/MetaClient.cpp +++ b/src/clients/meta/MetaClient.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "clients/meta/MetaClient.h" diff --git a/src/clients/meta/MetaClient.h b/src/clients/meta/MetaClient.h index 39a3ec18773..3a0aecea7eb 100644 --- a/src/clients/meta/MetaClient.h +++ b/src/clients/meta/MetaClient.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef CLIENTS_META_METACLIENT_H_ diff --git a/src/clients/meta/test/CMakeLists.txt b/src/clients/meta/test/CMakeLists.txt index 80fc0bf0434..e517b7cd63e 100644 --- a/src/clients/meta/test/CMakeLists.txt +++ b/src/clients/meta/test/CMakeLists.txt @@ -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. nebula_add_test( NAME file_based_cluster_id_man_test diff --git a/src/clients/meta/test/FileBasedClusterIdManTest.cpp b/src/clients/meta/test/FileBasedClusterIdManTest.cpp index f05762cc1b2..f701e19682d 100644 --- a/src/clients/meta/test/FileBasedClusterIdManTest.cpp +++ b/src/clients/meta/test/FileBasedClusterIdManTest.cpp @@ -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. */ #include diff --git a/src/clients/storage/CMakeLists.txt b/src/clients/storage/CMakeLists.txt index 107e3a771f5..693f412f2cb 100644 --- a/src/clients/storage/CMakeLists.txt +++ b/src/clients/storage/CMakeLists.txt @@ -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. nebula_add_library( graph_storage_client_obj OBJECT diff --git a/src/clients/storage/GeneralStorageClient.cpp b/src/clients/storage/GeneralStorageClient.cpp index 1c7121ff798..03a1fbb327f 100644 --- a/src/clients/storage/GeneralStorageClient.cpp +++ b/src/clients/storage/GeneralStorageClient.cpp @@ -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. */ #include "clients/storage/GeneralStorageClient.h" diff --git a/src/clients/storage/GeneralStorageClient.h b/src/clients/storage/GeneralStorageClient.h index 8de4a46cf0d..77d21608c8c 100644 --- a/src/clients/storage/GeneralStorageClient.h +++ b/src/clients/storage/GeneralStorageClient.h @@ -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. */ #ifndef CLIENTS_STORAGE_GENERALSTORAGECLIENT_H_ diff --git a/src/clients/storage/GraphStorageClient.cpp b/src/clients/storage/GraphStorageClient.cpp index 8bda62fb181..1c5cb30a589 100644 --- a/src/clients/storage/GraphStorageClient.cpp +++ b/src/clients/storage/GraphStorageClient.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "clients/storage/GraphStorageClient.h" diff --git a/src/clients/storage/GraphStorageClient.h b/src/clients/storage/GraphStorageClient.h index 80f25ec3bbc..9ce6258e899 100644 --- a/src/clients/storage/GraphStorageClient.h +++ b/src/clients/storage/GraphStorageClient.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef CLIENTS_STORAGE_GRAPHSTORAGECLIENT_H_ diff --git a/src/clients/storage/InternalStorageClient.cpp b/src/clients/storage/InternalStorageClient.cpp index 00ef000c4fc..c3bfb15fe2b 100644 --- a/src/clients/storage/InternalStorageClient.cpp +++ b/src/clients/storage/InternalStorageClient.cpp @@ -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. */ #include "clients/storage/InternalStorageClient.h" diff --git a/src/clients/storage/InternalStorageClient.h b/src/clients/storage/InternalStorageClient.h index 6ef772cb4f5..fe16b78c0a0 100644 --- a/src/clients/storage/InternalStorageClient.h +++ b/src/clients/storage/InternalStorageClient.h @@ -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. */ #ifndef CLIENTS_STORAGE_INTERNALSTORAGEClient_H_ diff --git a/src/clients/storage/StorageClientBase-inl.h b/src/clients/storage/StorageClientBase-inl.h index 65eb546b381..ddb69a53232 100644 --- a/src/clients/storage/StorageClientBase-inl.h +++ b/src/clients/storage/StorageClientBase-inl.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #pragma once diff --git a/src/clients/storage/StorageClientBase.cpp b/src/clients/storage/StorageClientBase.cpp index 63f950e99a7..b915e15addd 100644 --- a/src/clients/storage/StorageClientBase.cpp +++ b/src/clients/storage/StorageClientBase.cpp @@ -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. */ #include "clients/storage/StorageClientBase.h" diff --git a/src/clients/storage/StorageClientBase.h b/src/clients/storage/StorageClientBase.h index 2a2538a3a3e..900e4001e22 100644 --- a/src/clients/storage/StorageClientBase.h +++ b/src/clients/storage/StorageClientBase.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef CLIENTS_STORAGE_STORAGECLIENTBASE_H_ diff --git a/src/codec/Common.h b/src/codec/Common.h index dd7ddfc91e2..328231dd971 100644 --- a/src/codec/Common.h +++ b/src/codec/Common.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef CODEC_COMMON_H_ diff --git a/src/codec/NebulaCodecImpl.cpp b/src/codec/NebulaCodecImpl.cpp index 71bf136efbd..9f4d614e4b8 100644 --- a/src/codec/NebulaCodecImpl.cpp +++ b/src/codec/NebulaCodecImpl.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "codec/NebulaCodecImpl.h" diff --git a/src/codec/NebulaCodecImpl.h b/src/codec/NebulaCodecImpl.h index 297f164fa47..8c2c7d5b9d5 100644 --- a/src/codec/NebulaCodecImpl.h +++ b/src/codec/NebulaCodecImpl.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef NEBULA_GRAPH_NEBULACODECIMPL_H diff --git a/src/codec/RowReader.cpp b/src/codec/RowReader.cpp index 71e125a5582..3a892038ba5 100644 --- a/src/codec/RowReader.cpp +++ b/src/codec/RowReader.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "codec/RowReader.h" diff --git a/src/codec/RowReader.h b/src/codec/RowReader.h index 28f49b4a6b7..1a3ff180bcd 100644 --- a/src/codec/RowReader.h +++ b/src/codec/RowReader.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef CODEC_ROWREADER_H_ diff --git a/src/codec/RowReaderV1.cpp b/src/codec/RowReaderV1.cpp index 5643a656d60..bcbfcd7d97f 100644 --- a/src/codec/RowReaderV1.cpp +++ b/src/codec/RowReaderV1.cpp @@ -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. */ #include "codec/RowReaderV1.h" diff --git a/src/codec/RowReaderV1.h b/src/codec/RowReaderV1.h index aa89facc593..55a59bc2bef 100644 --- a/src/codec/RowReaderV1.h +++ b/src/codec/RowReaderV1.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef CODEC_ROWREADERV1_H_ diff --git a/src/codec/RowReaderV2.cpp b/src/codec/RowReaderV2.cpp index cb64cff125a..7b904d47092 100644 --- a/src/codec/RowReaderV2.cpp +++ b/src/codec/RowReaderV2.cpp @@ -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. */ #include "codec/RowReaderV2.h" diff --git a/src/codec/RowReaderV2.h b/src/codec/RowReaderV2.h index a1a3b7dd0e4..0ecc440854f 100644 --- a/src/codec/RowReaderV2.h +++ b/src/codec/RowReaderV2.h @@ -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. */ #ifndef CODEC_ROWREADERV2_H_ diff --git a/src/codec/RowReaderWrapper.cpp b/src/codec/RowReaderWrapper.cpp index f2f61b30471..bda7e106a6a 100644 --- a/src/codec/RowReaderWrapper.cpp +++ b/src/codec/RowReaderWrapper.cpp @@ -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. */ #include "codec/RowReaderWrapper.h" diff --git a/src/codec/RowReaderWrapper.h b/src/codec/RowReaderWrapper.h index f5e603bbebd..a4b70e7ae2c 100644 --- a/src/codec/RowReaderWrapper.h +++ b/src/codec/RowReaderWrapper.h @@ -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. */ #ifndef CODEC_ROWREADERWRAPPER_H_ diff --git a/src/codec/RowWriterV2.cpp b/src/codec/RowWriterV2.cpp index ddf97fb0223..98954da232b 100644 --- a/src/codec/RowWriterV2.cpp +++ b/src/codec/RowWriterV2.cpp @@ -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. */ #include "codec/RowWriterV2.h" diff --git a/src/codec/RowWriterV2.h b/src/codec/RowWriterV2.h index 16030a00afd..6b45a76550f 100644 --- a/src/codec/RowWriterV2.h +++ b/src/codec/RowWriterV2.h @@ -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. */ #ifndef CODEC_ROWWRITERV2_H_ diff --git a/src/codec/include/NebulaCodec.h b/src/codec/include/NebulaCodec.h index 2fa20fe51d0..01ee14cd43b 100644 --- a/src/codec/include/NebulaCodec.h +++ b/src/codec/include/NebulaCodec.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #pragma once diff --git a/src/codec/test/NebulaCodecTest.cpp b/src/codec/test/NebulaCodecTest.cpp index 7637b15f41b..b73da088ad6 100644 --- a/src/codec/test/NebulaCodecTest.cpp +++ b/src/codec/test/NebulaCodecTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/codec/test/ResultSchemaProvider.cpp b/src/codec/test/ResultSchemaProvider.cpp index 38cd5df29c2..2ff95c1c782 100644 --- a/src/codec/test/ResultSchemaProvider.cpp +++ b/src/codec/test/ResultSchemaProvider.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "codec/test/ResultSchemaProvider.h" diff --git a/src/codec/test/ResultSchemaProvider.h b/src/codec/test/ResultSchemaProvider.h index 7b040639afb..87327b13c97 100644 --- a/src/codec/test/ResultSchemaProvider.h +++ b/src/codec/test/ResultSchemaProvider.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef CODEC_TEST_RESULTSCHEMAPROVIDER_H_ diff --git a/src/codec/test/RowReaderBenchmark.cpp b/src/codec/test/RowReaderBenchmark.cpp index 10b5a76fc12..dc651814f71 100644 --- a/src/codec/test/RowReaderBenchmark.cpp +++ b/src/codec/test/RowReaderBenchmark.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/codec/test/RowReaderV1Test.cpp b/src/codec/test/RowReaderV1Test.cpp index 4f8edba0023..7f28d614943 100644 --- a/src/codec/test/RowReaderV1Test.cpp +++ b/src/codec/test/RowReaderV1Test.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/codec/test/RowReaderV2Test.cpp b/src/codec/test/RowReaderV2Test.cpp index fbcc9ce6028..81598d6da00 100644 --- a/src/codec/test/RowReaderV2Test.cpp +++ b/src/codec/test/RowReaderV2Test.cpp @@ -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. */ #include diff --git a/src/codec/test/RowWriterBenchmark.cpp b/src/codec/test/RowWriterBenchmark.cpp index 0e41bb7be43..94b4a86985f 100644 --- a/src/codec/test/RowWriterBenchmark.cpp +++ b/src/codec/test/RowWriterBenchmark.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/codec/test/RowWriterV1-inl.h b/src/codec/test/RowWriterV1-inl.h index 4ac1239cfe8..ac95c4f8254 100644 --- a/src/codec/test/RowWriterV1-inl.h +++ b/src/codec/test/RowWriterV1-inl.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #pragma once diff --git a/src/codec/test/RowWriterV1.cpp b/src/codec/test/RowWriterV1.cpp index 40b78d27d9c..3e9f10801a2 100644 --- a/src/codec/test/RowWriterV1.cpp +++ b/src/codec/test/RowWriterV1.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "codec/test/RowWriterV1.h" diff --git a/src/codec/test/RowWriterV1.h b/src/codec/test/RowWriterV1.h index c4988cfe92d..fcb82131a51 100644 --- a/src/codec/test/RowWriterV1.h +++ b/src/codec/test/RowWriterV1.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef CODEC_TEST_ROWWRITERV1_H_ diff --git a/src/codec/test/RowWriterV2Test.cpp b/src/codec/test/RowWriterV2Test.cpp index 6ce4cda5ead..527a46b8492 100644 --- a/src/codec/test/RowWriterV2Test.cpp +++ b/src/codec/test/RowWriterV2Test.cpp @@ -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. */ #include diff --git a/src/codec/test/SchemaWriter.cpp b/src/codec/test/SchemaWriter.cpp index 6a3bf52ad90..a2649518a75 100644 --- a/src/codec/test/SchemaWriter.cpp +++ b/src/codec/test/SchemaWriter.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "codec/test/SchemaWriter.h" diff --git a/src/codec/test/SchemaWriter.h b/src/codec/test/SchemaWriter.h index 78638c26b0f..8b0e8228e43 100644 --- a/src/codec/test/SchemaWriter.h +++ b/src/codec/test/SchemaWriter.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef CODEC_TEST_SCHEMAWRITER_H_ diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index dc6948c8198..a1a45aaff41 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -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. nebula_add_subdirectory(base) nebula_add_subdirectory(time) diff --git a/src/common/algorithm/CMakeLists.txt b/src/common/algorithm/CMakeLists.txt index 14ad932baf5..44161c74385 100644 --- a/src/common/algorithm/CMakeLists.txt +++ b/src/common/algorithm/CMakeLists.txt @@ -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. nebula_add_library( nebula_algo_obj OBJECT diff --git a/src/common/algorithm/ReservoirSampling.cpp b/src/common/algorithm/ReservoirSampling.cpp index e29af8a2a5b..e08f7f4dbbe 100644 --- a/src/common/algorithm/ReservoirSampling.cpp +++ b/src/common/algorithm/ReservoirSampling.cpp @@ -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. */ #include "common/algorithm/ReservoirSampling.h" diff --git a/src/common/algorithm/ReservoirSampling.h b/src/common/algorithm/ReservoirSampling.h index 04cc937ad66..9540b61b275 100644 --- a/src/common/algorithm/ReservoirSampling.h +++ b/src/common/algorithm/ReservoirSampling.h @@ -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. */ #ifndef COMMON_ALGORITHM_RESERVOIR_H_ diff --git a/src/common/algorithm/test/CMakeLists.txt b/src/common/algorithm/test/CMakeLists.txt index a50d172cb47..ea38a321b24 100644 --- a/src/common/algorithm/test/CMakeLists.txt +++ b/src/common/algorithm/test/CMakeLists.txt @@ -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. nebula_add_test( NAME reservoir_sampling_test diff --git a/src/common/algorithm/test/ReservoirSamplingTest.cpp b/src/common/algorithm/test/ReservoirSamplingTest.cpp index 1a5d6c32bbb..0486b473ea7 100644 --- a/src/common/algorithm/test/ReservoirSamplingTest.cpp +++ b/src/common/algorithm/test/ReservoirSamplingTest.cpp @@ -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. */ #include diff --git a/src/common/base/Base.cpp b/src/common/base/Base.cpp index 468e56c6395..4afd569d52c 100644 --- a/src/common/base/Base.cpp +++ b/src/common/base/Base.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/base/Base.h" diff --git a/src/common/base/Base.h b/src/common/base/Base.h index aabff0e7b09..7d3e00a9743 100644 --- a/src/common/base/Base.h +++ b/src/common/base/Base.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_BASE_BASE_H_ diff --git a/src/common/base/CMakeLists.txt b/src/common/base/CMakeLists.txt index 2909758b165..802517822a3 100644 --- a/src/common/base/CMakeLists.txt +++ b/src/common/base/CMakeLists.txt @@ -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. if (ENABLE_GDB_SCRIPT_SECTION) set(gdb_debug_script GdbDebugScript.cpp) diff --git a/src/common/base/CheckPointer.h b/src/common/base/CheckPointer.h index e9cfceb3d51..dcb25649936 100644 --- a/src/common/base/CheckPointer.h +++ b/src/common/base/CheckPointer.h @@ -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. */ #ifndef COMMON_BASE_CHECKPOINTER_H_ diff --git a/src/common/base/CollectNSucceeded-inl.h b/src/common/base/CollectNSucceeded-inl.h index c61340c5659..c7c138f4229 100644 --- a/src/common/base/CollectNSucceeded-inl.h +++ b/src/common/base/CollectNSucceeded-inl.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #pragma once diff --git a/src/common/base/CollectNSucceeded.h b/src/common/base/CollectNSucceeded.h index 1c664e363f1..cf752163eed 100644 --- a/src/common/base/CollectNSucceeded.h +++ b/src/common/base/CollectNSucceeded.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_BASE_COLLECTNSUCCEEDED_H_ diff --git a/src/common/base/CommonMacro.h b/src/common/base/CommonMacro.h index 24c43e85b29..2af8ad8cec6 100644 --- a/src/common/base/CommonMacro.h +++ b/src/common/base/CommonMacro.h @@ -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. */ #ifndef COMMON_BASE_MACOR_H_ diff --git a/src/common/base/ConcurrentLRUCache.h b/src/common/base/ConcurrentLRUCache.h index f3c4450ab50..775d175f713 100644 --- a/src/common/base/ConcurrentLRUCache.h +++ b/src/common/base/ConcurrentLRUCache.h @@ -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. */ #ifndef COMMON_BASE_CONCURRENTLRUCACHE_H_ diff --git a/src/common/base/Cord.cpp b/src/common/base/Cord.cpp index da4919d18aa..c07e470fbe6 100644 --- a/src/common/base/Cord.cpp +++ b/src/common/base/Cord.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/base/Cord.h" diff --git a/src/common/base/Cord.h b/src/common/base/Cord.h index 6bb5d95f7d4..4bf303e3bb6 100644 --- a/src/common/base/Cord.h +++ b/src/common/base/Cord.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_BASE_CORD_H_ diff --git a/src/common/base/EitherOr.h b/src/common/base/EitherOr.h index 620ed93035c..8dcb0a1c053 100644 --- a/src/common/base/EitherOr.h +++ b/src/common/base/EitherOr.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_BASE_EITHEROR_H_ diff --git a/src/common/base/ErrorOr.h b/src/common/base/ErrorOr.h index c8c2030404c..d3d63fd1b67 100644 --- a/src/common/base/ErrorOr.h +++ b/src/common/base/ErrorOr.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_BASE_ERROROR_H_ diff --git a/src/common/base/GdbDebugScript.cpp b/src/common/base/GdbDebugScript.cpp index cc15a6f124d..1e677e7ce63 100644 --- a/src/common/base/GdbDebugScript.cpp +++ b/src/common/base/GdbDebugScript.cpp @@ -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. */ asm(".pushsection \".debug_gdb_scripts\", \"MS\",@progbits,1\n" diff --git a/src/common/base/ICord.h b/src/common/base/ICord.h index 07ee628128b..9a850f94191 100644 --- a/src/common/base/ICord.h +++ b/src/common/base/ICord.h @@ -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. */ #pragma once diff --git a/src/common/base/Logging.h b/src/common/base/Logging.h index 5107468fc75..cf65dfc95f4 100644 --- a/src/common/base/Logging.h +++ b/src/common/base/Logging.h @@ -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. */ #ifndef COMMON_BASE_LOGGING_H_ diff --git a/src/common/base/MurmurHash2.h b/src/common/base/MurmurHash2.h index 76a5f61feef..8a855624b43 100644 --- a/src/common/base/MurmurHash2.h +++ b/src/common/base/MurmurHash2.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_BASE_MURMURHASH2_H_ #define COMMON_BASE_MURMURHASH2_H_ diff --git a/src/common/base/ObjectPool.h b/src/common/base/ObjectPool.h index 5644254af33..990d5f1310c 100644 --- a/src/common/base/ObjectPool.h +++ b/src/common/base/ObjectPool.h @@ -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. */ #ifndef COMMON_BASE_OBJECTPOOL_H_ diff --git a/src/common/base/SanitizerOptions.cpp b/src/common/base/SanitizerOptions.cpp index 070d7855c31..6cd5052aab6 100644 --- a/src/common/base/SanitizerOptions.cpp +++ b/src/common/base/SanitizerOptions.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/base/Base.h" diff --git a/src/common/base/SignalHandler.cpp b/src/common/base/SignalHandler.cpp index ff0516abd8d..595fe55962f 100644 --- a/src/common/base/SignalHandler.cpp +++ b/src/common/base/SignalHandler.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/base/SignalHandler.h" diff --git a/src/common/base/SignalHandler.h b/src/common/base/SignalHandler.h index 5057ced3297..5950eacec6c 100644 --- a/src/common/base/SignalHandler.h +++ b/src/common/base/SignalHandler.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_BASE_SIGNALHANDLER_H_ diff --git a/src/common/base/SlowOpTracker.cpp b/src/common/base/SlowOpTracker.cpp index e22c4e2e23d..5a81c7db52d 100644 --- a/src/common/base/SlowOpTracker.cpp +++ b/src/common/base/SlowOpTracker.cpp @@ -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. */ #include "common/base/SlowOpTracker.h" diff --git a/src/common/base/SlowOpTracker.h b/src/common/base/SlowOpTracker.h index 59388415589..5d50628cf25 100644 --- a/src/common/base/SlowOpTracker.h +++ b/src/common/base/SlowOpTracker.h @@ -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. */ #ifndef COMMON_BASE_SLOWOPTRACKER_H_ diff --git a/src/common/base/Status.cpp b/src/common/base/Status.cpp index 38122d323ca..45a10038756 100644 --- a/src/common/base/Status.cpp +++ b/src/common/base/Status.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/base/Status.h" diff --git a/src/common/base/Status.h b/src/common/base/Status.h index 72f9382fdc2..86fe5e6693a 100644 --- a/src/common/base/Status.h +++ b/src/common/base/Status.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_BASE_STATUS_H_ diff --git a/src/common/base/StatusOr.h b/src/common/base/StatusOr.h index cf493d6056a..6b668402ab3 100644 --- a/src/common/base/StatusOr.h +++ b/src/common/base/StatusOr.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_BASE_STATUSOR_H_ diff --git a/src/common/base/StringUnorderedMap.h b/src/common/base/StringUnorderedMap.h index 8de0c6bf1e8..cdedae10036 100644 --- a/src/common/base/StringUnorderedMap.h +++ b/src/common/base/StringUnorderedMap.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_BASE_STRINGUNORDEREDMAP_H_ diff --git a/src/common/base/StringValue.cpp b/src/common/base/StringValue.cpp index 24e06d7970d..a31b96582d7 100644 --- a/src/common/base/StringValue.cpp +++ b/src/common/base/StringValue.cpp @@ -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. */ #include "common/base/StringValue.h" diff --git a/src/common/base/StringValue.h b/src/common/base/StringValue.h index 39299c9cf25..d45b601769f 100644 --- a/src/common/base/StringValue.h +++ b/src/common/base/StringValue.h @@ -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. */ #ifndef COMMON_BASE_STRINGVALUE_H_ diff --git a/src/common/base/test/CMakeLists.txt b/src/common/base/test/CMakeLists.txt index 1e621ae6137..15f89608d67 100644 --- a/src/common/base/test/CMakeLists.txt +++ b/src/common/base/test/CMakeLists.txt @@ -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. nebula_add_test( NAME cord_test diff --git a/src/common/base/test/ConcurrentLRUCacheTest.cpp b/src/common/base/test/ConcurrentLRUCacheTest.cpp index 7cd7b16c656..f109c82a41f 100644 --- a/src/common/base/test/ConcurrentLRUCacheTest.cpp +++ b/src/common/base/test/ConcurrentLRUCacheTest.cpp @@ -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. */ #include diff --git a/src/common/base/test/CordTest.cpp b/src/common/base/test/CordTest.cpp index 8683f2bba44..267e1491338 100644 --- a/src/common/base/test/CordTest.cpp +++ b/src/common/base/test/CordTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/base/test/CordTestT.cpp b/src/common/base/test/CordTestT.cpp index 4f1d247e280..0dce6062f40 100644 --- a/src/common/base/test/CordTestT.cpp +++ b/src/common/base/test/CordTestT.cpp @@ -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. */ #include diff --git a/src/common/base/test/EitherOrTest.cpp b/src/common/base/test/EitherOrTest.cpp index d40e1d353aa..db985f40e36 100644 --- a/src/common/base/test/EitherOrTest.cpp +++ b/src/common/base/test/EitherOrTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/base/test/ErrorOrTest.cpp b/src/common/base/test/ErrorOrTest.cpp index 17adc2e4851..36014e14f94 100644 --- a/src/common/base/test/ErrorOrTest.cpp +++ b/src/common/base/test/ErrorOrTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/base/test/HashBenchmark.cpp b/src/common/base/test/HashBenchmark.cpp index 92c06233a0f..c38da7fe561 100644 --- a/src/common/base/test/HashBenchmark.cpp +++ b/src/common/base/test/HashBenchmark.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/base/test/ICordBenchmark.cpp b/src/common/base/test/ICordBenchmark.cpp index df47eb45812..38627d054cf 100644 --- a/src/common/base/test/ICordBenchmark.cpp +++ b/src/common/base/test/ICordBenchmark.cpp @@ -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. */ #include diff --git a/src/common/base/test/ICordTest.cpp b/src/common/base/test/ICordTest.cpp index c0ed785be2d..8edfcc2a28b 100644 --- a/src/common/base/test/ICordTest.cpp +++ b/src/common/base/test/ICordTest.cpp @@ -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. */ #include diff --git a/src/common/base/test/LoggingBenchmark.cpp b/src/common/base/test/LoggingBenchmark.cpp index 736ba030f1a..54547d7339b 100644 --- a/src/common/base/test/LoggingBenchmark.cpp +++ b/src/common/base/test/LoggingBenchmark.cpp @@ -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. */ #include diff --git a/src/common/base/test/MurmurHash2Test.cpp b/src/common/base/test/MurmurHash2Test.cpp index 58ffc6fe144..b1f62942451 100644 --- a/src/common/base/test/MurmurHash2Test.cpp +++ b/src/common/base/test/MurmurHash2Test.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/base/test/ObjectPoolTest.cpp b/src/common/base/test/ObjectPoolTest.cpp index 077663d07d3..1b19651df6c 100644 --- a/src/common/base/test/ObjectPoolTest.cpp +++ b/src/common/base/test/ObjectPoolTest.cpp @@ -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. */ #include diff --git a/src/common/base/test/RangeVsTransformBenchmark.cpp b/src/common/base/test/RangeVsTransformBenchmark.cpp index 16dc1529b5b..f28333a772e 100644 --- a/src/common/base/test/RangeVsTransformBenchmark.cpp +++ b/src/common/base/test/RangeVsTransformBenchmark.cpp @@ -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. */ #include #include diff --git a/src/common/base/test/SignalHandlerTest.cpp b/src/common/base/test/SignalHandlerTest.cpp index 9e24bc8b9a7..30992f7be3e 100644 --- a/src/common/base/test/SignalHandlerTest.cpp +++ b/src/common/base/test/SignalHandlerTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/base/test/SlowOpTrackerTest.cpp b/src/common/base/test/SlowOpTrackerTest.cpp index d219223670c..5d12762be1e 100644 --- a/src/common/base/test/SlowOpTrackerTest.cpp +++ b/src/common/base/test/SlowOpTrackerTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/base/test/StatusOrTest.cpp b/src/common/base/test/StatusOrTest.cpp index b26a2b50932..001f7ce7f7c 100644 --- a/src/common/base/test/StatusOrTest.cpp +++ b/src/common/base/test/StatusOrTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/base/test/StatusTest.cpp b/src/common/base/test/StatusTest.cpp index 5557e2f48b5..9301948c4c7 100644 --- a/src/common/base/test/StatusTest.cpp +++ b/src/common/base/test/StatusTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/charset/CMakeLists.txt b/src/common/charset/CMakeLists.txt index 4d5e2553122..bbc308a8024 100644 --- a/src/common/charset/CMakeLists.txt +++ b/src/common/charset/CMakeLists.txt @@ -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. nebula_add_library( charset_obj OBJECT diff --git a/src/common/charset/Charset.cpp b/src/common/charset/Charset.cpp index ae68cf39d84..09fb925973b 100644 --- a/src/common/charset/Charset.cpp +++ b/src/common/charset/Charset.cpp @@ -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. */ #include "common/charset/Charset.h" diff --git a/src/common/charset/Charset.h b/src/common/charset/Charset.h index d8c3a83a572..dd3c5bdc1c4 100644 --- a/src/common/charset/Charset.h +++ b/src/common/charset/Charset.h @@ -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. */ #ifndef COMMON_CHARSET_CHARSET_H_ diff --git a/src/common/charset/test/CMakeLists.txt b/src/common/charset/test/CMakeLists.txt index 22fe95790ac..3bad906069f 100644 --- a/src/common/charset/test/CMakeLists.txt +++ b/src/common/charset/test/CMakeLists.txt @@ -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. nebula_add_test( NAME diff --git a/src/common/charset/test/CharsetTest.cpp b/src/common/charset/test/CharsetTest.cpp index 18fd571c471..631e8340947 100644 --- a/src/common/charset/test/CharsetTest.cpp +++ b/src/common/charset/test/CharsetTest.cpp @@ -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. */ #include diff --git a/src/common/concurrent/Barrier.cpp b/src/common/concurrent/Barrier.cpp index 5dcec029d29..27cf64f625d 100644 --- a/src/common/concurrent/Barrier.cpp +++ b/src/common/concurrent/Barrier.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/concurrent/Barrier.h" diff --git a/src/common/concurrent/Barrier.h b/src/common/concurrent/Barrier.h index 6f3f4b66e1b..91fabb7ea99 100644 --- a/src/common/concurrent/Barrier.h +++ b/src/common/concurrent/Barrier.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_CONCURRENT_BARRIER_H_ #define COMMON_CONCURRENT_BARRIER_H_ diff --git a/src/common/concurrent/CMakeLists.txt b/src/common/concurrent/CMakeLists.txt index d10bee9d5df..3b7e899e7cd 100644 --- a/src/common/concurrent/CMakeLists.txt +++ b/src/common/concurrent/CMakeLists.txt @@ -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. nebula_add_library( concurrent_obj OBJECT diff --git a/src/common/concurrent/Latch.cpp b/src/common/concurrent/Latch.cpp index 714909b4893..98d2d5f151b 100644 --- a/src/common/concurrent/Latch.cpp +++ b/src/common/concurrent/Latch.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/concurrent/Latch.h" diff --git a/src/common/concurrent/Latch.h b/src/common/concurrent/Latch.h index d1e66061c39..a112064ebb4 100644 --- a/src/common/concurrent/Latch.h +++ b/src/common/concurrent/Latch.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_CONCURRENT_LATCH_H_ #define COMMON_CONCURRENT_LATCH_H_ diff --git a/src/common/concurrent/test/BarrierTest.cpp b/src/common/concurrent/test/BarrierTest.cpp index edfe6220872..98bdc4d3f87 100644 --- a/src/common/concurrent/test/BarrierTest.cpp +++ b/src/common/concurrent/test/BarrierTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/concurrent/test/CMakeLists.txt b/src/common/concurrent/test/CMakeLists.txt index 33561278a6a..db1ff55fdec 100644 --- a/src/common/concurrent/test/CMakeLists.txt +++ b/src/common/concurrent/test/CMakeLists.txt @@ -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. nebula_add_test( NAME diff --git a/src/common/concurrent/test/LatchTest.cpp b/src/common/concurrent/test/LatchTest.cpp index 452021b33e0..e586bc92000 100644 --- a/src/common/concurrent/test/LatchTest.cpp +++ b/src/common/concurrent/test/LatchTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/conf/CMakeLists.txt b/src/common/conf/CMakeLists.txt index 95f079cf9d6..76104865ccc 100644 --- a/src/common/conf/CMakeLists.txt +++ b/src/common/conf/CMakeLists.txt @@ -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. nebula_add_library( conf_obj OBJECT diff --git a/src/common/conf/Configuration.cpp b/src/common/conf/Configuration.cpp index 5e69ddebfa0..a250307d868 100644 --- a/src/common/conf/Configuration.cpp +++ b/src/common/conf/Configuration.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/conf/Configuration.h" diff --git a/src/common/conf/Configuration.h b/src/common/conf/Configuration.h index 18aa9de8f0d..ab09925531b 100644 --- a/src/common/conf/Configuration.h +++ b/src/common/conf/Configuration.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_CONF_CONFIGURATION_H_ #define COMMON_CONF_CONFIGURATION_H_ diff --git a/src/common/conf/test/CMakeLists.txt b/src/common/conf/test/CMakeLists.txt index 03397e4b601..d7ccd437ec8 100644 --- a/src/common/conf/test/CMakeLists.txt +++ b/src/common/conf/test/CMakeLists.txt @@ -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. nebula_add_test( NAME configuration_test diff --git a/src/common/conf/test/ConfigurationTest.cpp b/src/common/conf/test/ConfigurationTest.cpp index 293d5576dea..10043fe1a4f 100644 --- a/src/common/conf/test/ConfigurationTest.cpp +++ b/src/common/conf/test/ConfigurationTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/context/ExpressionContext.h b/src/common/context/ExpressionContext.h index c3813232244..12127834b76 100644 --- a/src/common/context/ExpressionContext.h +++ b/src/common/context/ExpressionContext.h @@ -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. */ #ifndef COMMON_CONTEXT_EXPRESSIONCONTEXT_H_ diff --git a/src/common/cpp/helpers.h b/src/common/cpp/helpers.h index 691763ea115..b73fc518432 100644 --- a/src/common/cpp/helpers.h +++ b/src/common/cpp/helpers.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_CPP_HELPERS_H_ #define COMMON_CPP_HELPERS_H_ diff --git a/src/common/datatypes/CMakeLists.txt b/src/common/datatypes/CMakeLists.txt index a6cbaf9fad5..b9b00e7ae58 100644 --- a/src/common/datatypes/CMakeLists.txt +++ b/src/common/datatypes/CMakeLists.txt @@ -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. nebula_add_library( datatypes_obj OBJECT diff --git a/src/common/datatypes/CommonCpp2Ops.h b/src/common/datatypes/CommonCpp2Ops.h index 82dff6e0f0f..aee7d22abc4 100644 --- a/src/common/datatypes/CommonCpp2Ops.h +++ b/src/common/datatypes/CommonCpp2Ops.h @@ -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. */ #ifndef COMMON_DATATYPES_COMMON_CPP2OPS_H_ diff --git a/src/common/datatypes/DataSet.h b/src/common/datatypes/DataSet.h index 5c42bbc696d..49559736376 100644 --- a/src/common/datatypes/DataSet.h +++ b/src/common/datatypes/DataSet.h @@ -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. */ #ifndef COMMON_DATATYPES_DATASET_H_ diff --git a/src/common/datatypes/DataSetOps-inl.h b/src/common/datatypes/DataSetOps-inl.h index a0757d0b6c1..2290df8bd75 100644 --- a/src/common/datatypes/DataSetOps-inl.h +++ b/src/common/datatypes/DataSetOps-inl.h @@ -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. */ #ifndef COMMON_DATATYPES_DATASETOPS_H_ diff --git a/src/common/datatypes/Date.cpp b/src/common/datatypes/Date.cpp index 0bb1fdb0432..6252588ec7e 100644 --- a/src/common/datatypes/Date.cpp +++ b/src/common/datatypes/Date.cpp @@ -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. */ #include "common/datatypes/Date.h" diff --git a/src/common/datatypes/Date.h b/src/common/datatypes/Date.h index 7afd65f4549..5e6087e8a4b 100644 --- a/src/common/datatypes/Date.h +++ b/src/common/datatypes/Date.h @@ -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. */ #ifndef COMMON_DATATYPES_DATE_H_ diff --git a/src/common/datatypes/DateOps-inl.h b/src/common/datatypes/DateOps-inl.h index ac00252d171..e8f92ba0763 100644 --- a/src/common/datatypes/DateOps-inl.h +++ b/src/common/datatypes/DateOps-inl.h @@ -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. */ #ifndef COMMON_DATATYPES_DATEOPS_H_ diff --git a/src/common/datatypes/Edge.cpp b/src/common/datatypes/Edge.cpp index 1893fb79fca..ea11b5ec240 100644 --- a/src/common/datatypes/Edge.cpp +++ b/src/common/datatypes/Edge.cpp @@ -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. */ #include diff --git a/src/common/datatypes/Edge.h b/src/common/datatypes/Edge.h index b1c3247af84..65bd439855d 100644 --- a/src/common/datatypes/Edge.h +++ b/src/common/datatypes/Edge.h @@ -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. */ #ifndef COMMON_DATATYPES_EDGE_H_ diff --git a/src/common/datatypes/EdgeOps-inl.h b/src/common/datatypes/EdgeOps-inl.h index 93b74cd1e28..c5ad128a330 100644 --- a/src/common/datatypes/EdgeOps-inl.h +++ b/src/common/datatypes/EdgeOps-inl.h @@ -1,7 +1,6 @@ /* Copyright (c) 2020 vesoft inc. All rights reserved. * - * obj source code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. + * obj source code is licensed under Apache 2.0 License. */ #ifndef COMMON_DATATYPES_EDGEOPS_H_ diff --git a/src/common/datatypes/Geography.cpp b/src/common/datatypes/Geography.cpp index 2f4639275dc..664c4326d66 100644 --- a/src/common/datatypes/Geography.cpp +++ b/src/common/datatypes/Geography.cpp @@ -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. */ #include "common/datatypes/Geography.h" diff --git a/src/common/datatypes/Geography.h b/src/common/datatypes/Geography.h index a4f20a94c9d..45315df611b 100644 --- a/src/common/datatypes/Geography.h +++ b/src/common/datatypes/Geography.h @@ -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. */ #pragma once diff --git a/src/common/datatypes/GeographyOps-inl.h b/src/common/datatypes/GeographyOps-inl.h index 874eb5222f1..75abe0dd72a 100644 --- a/src/common/datatypes/GeographyOps-inl.h +++ b/src/common/datatypes/GeographyOps-inl.h @@ -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. */ #ifndef COMMON_DATATYPES_GEOGRAPHYOPS_H_ diff --git a/src/common/datatypes/HostAddr.cpp b/src/common/datatypes/HostAddr.cpp index f8822598e9a..5a7ce7faf94 100644 --- a/src/common/datatypes/HostAddr.cpp +++ b/src/common/datatypes/HostAddr.cpp @@ -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. */ #include "common/datatypes/HostAddr.h" diff --git a/src/common/datatypes/HostAddr.h b/src/common/datatypes/HostAddr.h index c392f5e6528..a6cfa3c1ba4 100644 --- a/src/common/datatypes/HostAddr.h +++ b/src/common/datatypes/HostAddr.h @@ -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. */ #ifndef COMMON_DATATYPES_HOSTADDR_H_ diff --git a/src/common/datatypes/HostAddrOps-inl.h b/src/common/datatypes/HostAddrOps-inl.h index 058b2dcf57a..cabe2193234 100644 --- a/src/common/datatypes/HostAddrOps-inl.h +++ b/src/common/datatypes/HostAddrOps-inl.h @@ -1,7 +1,6 @@ /* Copyright (c) 2020 vesoft inc. All rights reserved. * - * obj source code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. + * obj source code is licensed under Apache 2.0 License. */ #ifndef COMMON_DATATYPES_HOSTADDROPS_H_ diff --git a/src/common/datatypes/KeyValue.h b/src/common/datatypes/KeyValue.h index 625980b5d61..26d562b5a9f 100644 --- a/src/common/datatypes/KeyValue.h +++ b/src/common/datatypes/KeyValue.h @@ -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. */ #ifndef COMMON_DATATYPES_KEYVALUE_H_ diff --git a/src/common/datatypes/KeyValueOps-inl.h b/src/common/datatypes/KeyValueOps-inl.h index 0866b4cab04..9c4dcc30ccd 100644 --- a/src/common/datatypes/KeyValueOps-inl.h +++ b/src/common/datatypes/KeyValueOps-inl.h @@ -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. */ #ifndef COMMON_DATATYPES_KEYVALUEOPS_H_ diff --git a/src/common/datatypes/List.cpp b/src/common/datatypes/List.cpp index ac2af1679ff..fa1c35c3a60 100644 --- a/src/common/datatypes/List.cpp +++ b/src/common/datatypes/List.cpp @@ -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. */ #include "common/datatypes/List.h" diff --git a/src/common/datatypes/List.h b/src/common/datatypes/List.h index be768a0de08..259034b5a1c 100644 --- a/src/common/datatypes/List.h +++ b/src/common/datatypes/List.h @@ -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. */ #ifndef COMMON_DATATYPES_LIST_H_ diff --git a/src/common/datatypes/ListOps-inl.h b/src/common/datatypes/ListOps-inl.h index c1b80589718..047ec619b91 100644 --- a/src/common/datatypes/ListOps-inl.h +++ b/src/common/datatypes/ListOps-inl.h @@ -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. */ #ifndef COMMON_DATATYPES_LISTOPS_H_ diff --git a/src/common/datatypes/Map.cpp b/src/common/datatypes/Map.cpp index 5ac176ae86a..1fa60ab64c6 100644 --- a/src/common/datatypes/Map.cpp +++ b/src/common/datatypes/Map.cpp @@ -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. */ #include "common/datatypes/Map.h" diff --git a/src/common/datatypes/Map.h b/src/common/datatypes/Map.h index 9e7db20c1b3..51b1e4f04c4 100644 --- a/src/common/datatypes/Map.h +++ b/src/common/datatypes/Map.h @@ -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. */ #ifndef COMMON_DATATYPES_MAP_H_ diff --git a/src/common/datatypes/MapOps-inl.h b/src/common/datatypes/MapOps-inl.h index 332127e1a81..517510d3e51 100644 --- a/src/common/datatypes/MapOps-inl.h +++ b/src/common/datatypes/MapOps-inl.h @@ -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. */ #ifndef COMMON_DATATYPES_MAPOPS_H_ diff --git a/src/common/datatypes/Path.cpp b/src/common/datatypes/Path.cpp index 14b3f0c662b..b752239ed12 100644 --- a/src/common/datatypes/Path.cpp +++ b/src/common/datatypes/Path.cpp @@ -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. */ #include "common/datatypes/Path.h" diff --git a/src/common/datatypes/Path.h b/src/common/datatypes/Path.h index 17eb77a3cee..ed1f9ea11d3 100644 --- a/src/common/datatypes/Path.h +++ b/src/common/datatypes/Path.h @@ -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. */ #ifndef COMMON_DATATYPES_PATH_H_ diff --git a/src/common/datatypes/PathOps-inl.h b/src/common/datatypes/PathOps-inl.h index 677d32b822d..ff3b55e1cb7 100644 --- a/src/common/datatypes/PathOps-inl.h +++ b/src/common/datatypes/PathOps-inl.h @@ -1,7 +1,6 @@ /* Copyright (c) 2020 vesoft inc. All rights reserved. * - * obj source code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. + * obj source code is licensed under Apache 2.0 License. */ #ifndef COMMON_DATATYPES_PATHOPS_H_ diff --git a/src/common/datatypes/Set.cpp b/src/common/datatypes/Set.cpp index 5a130ace3e5..103170546e4 100644 --- a/src/common/datatypes/Set.cpp +++ b/src/common/datatypes/Set.cpp @@ -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. */ #include "common/datatypes/Set.h" diff --git a/src/common/datatypes/Set.h b/src/common/datatypes/Set.h index 425097c04f2..eaf217a9211 100644 --- a/src/common/datatypes/Set.h +++ b/src/common/datatypes/Set.h @@ -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. */ #ifndef COMMON_DATATYPES_SET_H_ diff --git a/src/common/datatypes/SetOps-inl.h b/src/common/datatypes/SetOps-inl.h index 69fdc694bfe..3f4d62d0fb8 100644 --- a/src/common/datatypes/SetOps-inl.h +++ b/src/common/datatypes/SetOps-inl.h @@ -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. */ #ifndef COMMON_DATATYPES_SETOPS_H_ diff --git a/src/common/datatypes/Value.cpp b/src/common/datatypes/Value.cpp index e6f82a2d517..7eeb69a3f4e 100644 --- a/src/common/datatypes/Value.cpp +++ b/src/common/datatypes/Value.cpp @@ -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. */ #include "common/datatypes/Value.h" diff --git a/src/common/datatypes/Value.h b/src/common/datatypes/Value.h index abd2f21173f..9bfccdae9f5 100644 --- a/src/common/datatypes/Value.h +++ b/src/common/datatypes/Value.h @@ -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. */ #ifndef COMMON_DATATYPES_VALUE_H_ diff --git a/src/common/datatypes/ValueOps-inl.h b/src/common/datatypes/ValueOps-inl.h index 32982081d2d..0e7dde8ecae 100644 --- a/src/common/datatypes/ValueOps-inl.h +++ b/src/common/datatypes/ValueOps-inl.h @@ -1,7 +1,6 @@ /* Copyright (c) 2020 vesoft inc. All rights reserved. * - * obj source code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. + * obj source code is licensed under Apache 2.0 License. */ #ifndef COMMON_DATATYPES_VALUEOPS_H_ diff --git a/src/common/datatypes/Vertex.cpp b/src/common/datatypes/Vertex.cpp index 9f839a26831..291e6cfd6f1 100644 --- a/src/common/datatypes/Vertex.cpp +++ b/src/common/datatypes/Vertex.cpp @@ -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. */ #include "common/datatypes/Vertex.h" diff --git a/src/common/datatypes/Vertex.h b/src/common/datatypes/Vertex.h index 08d50b40f0e..48bcb009bb2 100644 --- a/src/common/datatypes/Vertex.h +++ b/src/common/datatypes/Vertex.h @@ -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. */ #ifndef COMMON_DATATYPES_VERTEX_H_ diff --git a/src/common/datatypes/VertexOps-inl.h b/src/common/datatypes/VertexOps-inl.h index 79599f50c2d..7837370c5d4 100644 --- a/src/common/datatypes/VertexOps-inl.h +++ b/src/common/datatypes/VertexOps-inl.h @@ -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. */ #ifndef COMMON_DATATYPES_VERTEXOPS_H_ diff --git a/src/common/datatypes/test/CMakeLists.txt b/src/common/datatypes/test/CMakeLists.txt index 00c482a57f8..92d157bd15c 100644 --- a/src/common/datatypes/test/CMakeLists.txt +++ b/src/common/datatypes/test/CMakeLists.txt @@ -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. nebula_add_test( NAME diff --git a/src/common/datatypes/test/DataSetTest.cpp b/src/common/datatypes/test/DataSetTest.cpp index 48c1092abf7..f086b3e56a6 100644 --- a/src/common/datatypes/test/DataSetTest.cpp +++ b/src/common/datatypes/test/DataSetTest.cpp @@ -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. */ #include diff --git a/src/common/datatypes/test/DateTest.cpp b/src/common/datatypes/test/DateTest.cpp index c5a308be6cb..cd6db012b84 100644 --- a/src/common/datatypes/test/DateTest.cpp +++ b/src/common/datatypes/test/DateTest.cpp @@ -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. */ #include diff --git a/src/common/datatypes/test/EdgeBenchmark.cpp b/src/common/datatypes/test/EdgeBenchmark.cpp index 0055fdeee3f..9c6c4540905 100644 --- a/src/common/datatypes/test/EdgeBenchmark.cpp +++ b/src/common/datatypes/test/EdgeBenchmark.cpp @@ -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. */ #include diff --git a/src/common/datatypes/test/EdgeTest.cpp b/src/common/datatypes/test/EdgeTest.cpp index c49183055a7..cb436c18a5a 100644 --- a/src/common/datatypes/test/EdgeTest.cpp +++ b/src/common/datatypes/test/EdgeTest.cpp @@ -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. */ #include diff --git a/src/common/datatypes/test/GeographyTest.cpp b/src/common/datatypes/test/GeographyTest.cpp index d76c90dbf2b..ac71754a380 100644 --- a/src/common/datatypes/test/GeographyTest.cpp +++ b/src/common/datatypes/test/GeographyTest.cpp @@ -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. */ #include diff --git a/src/common/datatypes/test/HostAddrTest.cpp b/src/common/datatypes/test/HostAddrTest.cpp index 70abea6cf72..583d1255186 100644 --- a/src/common/datatypes/test/HostAddrTest.cpp +++ b/src/common/datatypes/test/HostAddrTest.cpp @@ -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. */ #include diff --git a/src/common/datatypes/test/PathTest.cpp b/src/common/datatypes/test/PathTest.cpp index fd7d8c31e9e..72c63f3bf88 100644 --- a/src/common/datatypes/test/PathTest.cpp +++ b/src/common/datatypes/test/PathTest.cpp @@ -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. */ #include diff --git a/src/common/datatypes/test/ValueBenchmark.cpp b/src/common/datatypes/test/ValueBenchmark.cpp index be33fe6f81c..394fa60d1a6 100644 --- a/src/common/datatypes/test/ValueBenchmark.cpp +++ b/src/common/datatypes/test/ValueBenchmark.cpp @@ -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. */ #include diff --git a/src/common/datatypes/test/ValueTest.cpp b/src/common/datatypes/test/ValueTest.cpp index 6d3fdb4987b..8a89ad2422d 100644 --- a/src/common/datatypes/test/ValueTest.cpp +++ b/src/common/datatypes/test/ValueTest.cpp @@ -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. */ #include #include diff --git a/src/common/datatypes/test/ValueToJsonTest.cpp b/src/common/datatypes/test/ValueToJsonTest.cpp index 3f729d37a6b..fa20b9bf5b9 100644 --- a/src/common/datatypes/test/ValueToJsonTest.cpp +++ b/src/common/datatypes/test/ValueToJsonTest.cpp @@ -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. */ #include #include diff --git a/src/common/encryption/Base64.cpp b/src/common/encryption/Base64.cpp index 49566014018..5554dece7ab 100644 --- a/src/common/encryption/Base64.cpp +++ b/src/common/encryption/Base64.cpp @@ -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. */ #include "common/encryption/Base64.h" diff --git a/src/common/encryption/Base64.h b/src/common/encryption/Base64.h index 62dc5bd7541..459f407367e 100644 --- a/src/common/encryption/Base64.h +++ b/src/common/encryption/Base64.h @@ -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. */ #ifndef COMMON_ENCRYPTION_BASE64_H_ diff --git a/src/common/encryption/CMakeLists.txt b/src/common/encryption/CMakeLists.txt index 10392e1c796..8a7d3b8c936 100644 --- a/src/common/encryption/CMakeLists.txt +++ b/src/common/encryption/CMakeLists.txt @@ -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. nebula_add_library( encryption_obj OBJECT diff --git a/src/common/encryption/License.cpp b/src/common/encryption/License.cpp index d5bb77e3865..646709bc544 100644 --- a/src/common/encryption/License.cpp +++ b/src/common/encryption/License.cpp @@ -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. */ #include "common/encryption/License.h" diff --git a/src/common/encryption/License.h b/src/common/encryption/License.h index 2729cdf3bbf..4f4253785be 100644 --- a/src/common/encryption/License.h +++ b/src/common/encryption/License.h @@ -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. */ #pragma once diff --git a/src/common/encryption/MD5Utils.cpp b/src/common/encryption/MD5Utils.cpp index 416bd79289d..31c6698c10e 100644 --- a/src/common/encryption/MD5Utils.cpp +++ b/src/common/encryption/MD5Utils.cpp @@ -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. */ #include "common/encryption/MD5Utils.h" diff --git a/src/common/encryption/MD5Utils.h b/src/common/encryption/MD5Utils.h index 339c2b7c0f7..0ea64dc6ae4 100644 --- a/src/common/encryption/MD5Utils.h +++ b/src/common/encryption/MD5Utils.h @@ -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. */ #ifndef COMMON_ENCRYPTION_MD5UTILS_H_ diff --git a/src/common/expression/AggregateExpression.cpp b/src/common/expression/AggregateExpression.cpp index 6c8c6b96775..34d128abcbc 100644 --- a/src/common/expression/AggregateExpression.cpp +++ b/src/common/expression/AggregateExpression.cpp @@ -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. */ #include "common/expression/AggregateExpression.h" diff --git a/src/common/expression/AggregateExpression.h b/src/common/expression/AggregateExpression.h index f32c4755f3a..5c9d865f72c 100644 --- a/src/common/expression/AggregateExpression.h +++ b/src/common/expression/AggregateExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_AGGREGATEEXPRESSION_H_ diff --git a/src/common/expression/ArithmeticExpression.cpp b/src/common/expression/ArithmeticExpression.cpp index 13714d316d7..696e51b8132 100644 --- a/src/common/expression/ArithmeticExpression.cpp +++ b/src/common/expression/ArithmeticExpression.cpp @@ -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. */ #include "common/expression/ArithmeticExpression.h" diff --git a/src/common/expression/ArithmeticExpression.h b/src/common/expression/ArithmeticExpression.h index 033a8bde7f4..78b0998148d 100644 --- a/src/common/expression/ArithmeticExpression.h +++ b/src/common/expression/ArithmeticExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_ARITHMETICEXPRESSION_H_ diff --git a/src/common/expression/AttributeExpression.cpp b/src/common/expression/AttributeExpression.cpp index 143ea0d8ca2..89abab0f99b 100644 --- a/src/common/expression/AttributeExpression.cpp +++ b/src/common/expression/AttributeExpression.cpp @@ -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. */ #include "common/expression/AttributeExpression.h" diff --git a/src/common/expression/AttributeExpression.h b/src/common/expression/AttributeExpression.h index 370f553f84b..36f028e3da1 100644 --- a/src/common/expression/AttributeExpression.h +++ b/src/common/expression/AttributeExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_ATTRIBUTEEXPRESSION_H_ diff --git a/src/common/expression/BinaryExpression.cpp b/src/common/expression/BinaryExpression.cpp index 7d3977d155c..52a7435106a 100644 --- a/src/common/expression/BinaryExpression.cpp +++ b/src/common/expression/BinaryExpression.cpp @@ -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. */ #include "common/expression/BinaryExpression.h" diff --git a/src/common/expression/BinaryExpression.h b/src/common/expression/BinaryExpression.h index b960ffa23d1..bee524caf5f 100644 --- a/src/common/expression/BinaryExpression.h +++ b/src/common/expression/BinaryExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_BINARYEXPRESSION_H_ diff --git a/src/common/expression/CMakeLists.txt b/src/common/expression/CMakeLists.txt index 1cca3b5321b..1c9679d89aa 100644 --- a/src/common/expression/CMakeLists.txt +++ b/src/common/expression/CMakeLists.txt @@ -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. nebula_add_library( expression_obj OBJECT diff --git a/src/common/expression/CaseExpression.cpp b/src/common/expression/CaseExpression.cpp index 7f7f7774b86..6b017d244a7 100644 --- a/src/common/expression/CaseExpression.cpp +++ b/src/common/expression/CaseExpression.cpp @@ -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. */ #include "common/expression/CaseExpression.h" diff --git a/src/common/expression/CaseExpression.h b/src/common/expression/CaseExpression.h index b416eb82770..2f49948839f 100644 --- a/src/common/expression/CaseExpression.h +++ b/src/common/expression/CaseExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_CASEEXPRESSION_H_ diff --git a/src/common/expression/ColumnExpression.cpp b/src/common/expression/ColumnExpression.cpp index ab38847f4cf..0660df9af77 100644 --- a/src/common/expression/ColumnExpression.cpp +++ b/src/common/expression/ColumnExpression.cpp @@ -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. */ #include "common/expression/ColumnExpression.h" diff --git a/src/common/expression/ColumnExpression.h b/src/common/expression/ColumnExpression.h index d7ab2860bbb..b1ecef68072 100644 --- a/src/common/expression/ColumnExpression.h +++ b/src/common/expression/ColumnExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_COLUMNEXPRESSION_H_ diff --git a/src/common/expression/ConstantExpression.cpp b/src/common/expression/ConstantExpression.cpp index 41788d8e826..40efd8a8531 100644 --- a/src/common/expression/ConstantExpression.cpp +++ b/src/common/expression/ConstantExpression.cpp @@ -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. */ #include "common/expression/ConstantExpression.h" diff --git a/src/common/expression/ConstantExpression.h b/src/common/expression/ConstantExpression.h index 5cd1b11a4d6..ade994ea0fe 100644 --- a/src/common/expression/ConstantExpression.h +++ b/src/common/expression/ConstantExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_CONSTANTEXPRESSION_H_ diff --git a/src/common/expression/ContainerExpression.cpp b/src/common/expression/ContainerExpression.cpp index 9a1bf778486..7cf6934d003 100644 --- a/src/common/expression/ContainerExpression.cpp +++ b/src/common/expression/ContainerExpression.cpp @@ -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. */ #include "common/expression/ContainerExpression.h" diff --git a/src/common/expression/ContainerExpression.h b/src/common/expression/ContainerExpression.h index 011897084ae..50d0400f984 100644 --- a/src/common/expression/ContainerExpression.h +++ b/src/common/expression/ContainerExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_CONTAINEREXPRESSION_H_ diff --git a/src/common/expression/EdgeExpression.cpp b/src/common/expression/EdgeExpression.cpp index 99e3065c272..7fb13c74f55 100644 --- a/src/common/expression/EdgeExpression.cpp +++ b/src/common/expression/EdgeExpression.cpp @@ -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. */ #include "common/expression/EdgeExpression.h" diff --git a/src/common/expression/EdgeExpression.h b/src/common/expression/EdgeExpression.h index d666c2b0913..931debfe1b6 100644 --- a/src/common/expression/EdgeExpression.h +++ b/src/common/expression/EdgeExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_EDGEEXPRESSION_H_ diff --git a/src/common/expression/ExprVisitor.h b/src/common/expression/ExprVisitor.h index abcb96f0ac2..5b73c1d5978 100644 --- a/src/common/expression/ExprVisitor.h +++ b/src/common/expression/ExprVisitor.h @@ -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. */ #ifndef EXPRESSION_EXPRVISITOR_H_ diff --git a/src/common/expression/Expression.cpp b/src/common/expression/Expression.cpp index 2178b268842..113e74be259 100644 --- a/src/common/expression/Expression.cpp +++ b/src/common/expression/Expression.cpp @@ -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. */ #include "common/expression/Expression.h" diff --git a/src/common/expression/Expression.h b/src/common/expression/Expression.h index 5bee6009a21..3ed55d12c7c 100644 --- a/src/common/expression/Expression.h +++ b/src/common/expression/Expression.h @@ -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. */ #ifndef COMMON_EXPRESSION_EXPRESSION_H_ diff --git a/src/common/expression/FunctionCallExpression.cpp b/src/common/expression/FunctionCallExpression.cpp index 99bdfe0a169..3fbbc7ed909 100644 --- a/src/common/expression/FunctionCallExpression.cpp +++ b/src/common/expression/FunctionCallExpression.cpp @@ -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. */ #include "common/expression/FunctionCallExpression.h" diff --git a/src/common/expression/FunctionCallExpression.h b/src/common/expression/FunctionCallExpression.h index b8be87aa008..16312f53eea 100644 --- a/src/common/expression/FunctionCallExpression.h +++ b/src/common/expression/FunctionCallExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_FUNCTIONCALLEXPRESSION_H_ diff --git a/src/common/expression/LabelAttributeExpression.cpp b/src/common/expression/LabelAttributeExpression.cpp index 789436bef6b..7bf23365c9c 100644 --- a/src/common/expression/LabelAttributeExpression.cpp +++ b/src/common/expression/LabelAttributeExpression.cpp @@ -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. */ #include "common/expression/LabelAttributeExpression.h" diff --git a/src/common/expression/LabelAttributeExpression.h b/src/common/expression/LabelAttributeExpression.h index a09b454ee64..633797350a6 100644 --- a/src/common/expression/LabelAttributeExpression.h +++ b/src/common/expression/LabelAttributeExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_LABELATTRIBUTEEXPRESSION_H_ diff --git a/src/common/expression/LabelExpression.cpp b/src/common/expression/LabelExpression.cpp index a88f12d3e6c..c65f47359bc 100644 --- a/src/common/expression/LabelExpression.cpp +++ b/src/common/expression/LabelExpression.cpp @@ -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. */ #include "common/expression/LabelExpression.h" diff --git a/src/common/expression/LabelExpression.h b/src/common/expression/LabelExpression.h index 4bb0ae6e44b..cc4fdc3d5be 100644 --- a/src/common/expression/LabelExpression.h +++ b/src/common/expression/LabelExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_LABELEXPRESSION_H_ diff --git a/src/common/expression/ListComprehensionExpression.cpp b/src/common/expression/ListComprehensionExpression.cpp index 9ef6e92227f..e3c647bb6b7 100644 --- a/src/common/expression/ListComprehensionExpression.cpp +++ b/src/common/expression/ListComprehensionExpression.cpp @@ -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. */ #include "common/expression/ListComprehensionExpression.h" diff --git a/src/common/expression/ListComprehensionExpression.h b/src/common/expression/ListComprehensionExpression.h index 550b6904264..5d45476cb96 100644 --- a/src/common/expression/ListComprehensionExpression.h +++ b/src/common/expression/ListComprehensionExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_LISTCOMPREHENSIONEXPRESSION_H_ diff --git a/src/common/expression/LogicalExpression.cpp b/src/common/expression/LogicalExpression.cpp index 7ef81ef3175..08b329bdf64 100644 --- a/src/common/expression/LogicalExpression.cpp +++ b/src/common/expression/LogicalExpression.cpp @@ -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. */ #include "common/expression/LogicalExpression.h" diff --git a/src/common/expression/LogicalExpression.h b/src/common/expression/LogicalExpression.h index 14efcd7a2c1..248ef051922 100644 --- a/src/common/expression/LogicalExpression.h +++ b/src/common/expression/LogicalExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_LOGICALEXPRESSION_H_ diff --git a/src/common/expression/PathBuildExpression.cpp b/src/common/expression/PathBuildExpression.cpp index 7b131fd733d..fba2c5791e3 100644 --- a/src/common/expression/PathBuildExpression.cpp +++ b/src/common/expression/PathBuildExpression.cpp @@ -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. */ #include "common/expression/PathBuildExpression.h" diff --git a/src/common/expression/PathBuildExpression.h b/src/common/expression/PathBuildExpression.h index 9353a00f543..f1f03e62726 100644 --- a/src/common/expression/PathBuildExpression.h +++ b/src/common/expression/PathBuildExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_PATHBUILDEXPRESSION_H_ diff --git a/src/common/expression/PredicateExpression.cpp b/src/common/expression/PredicateExpression.cpp index 7677d7c2f75..90563e6ae71 100644 --- a/src/common/expression/PredicateExpression.cpp +++ b/src/common/expression/PredicateExpression.cpp @@ -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. */ #include "common/expression/PredicateExpression.h" diff --git a/src/common/expression/PredicateExpression.h b/src/common/expression/PredicateExpression.h index 1cbda284717..227061fedf1 100644 --- a/src/common/expression/PredicateExpression.h +++ b/src/common/expression/PredicateExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_PREDICATEEXPRESSIONEXPRESSION_H_ diff --git a/src/common/expression/PropertyExpression.cpp b/src/common/expression/PropertyExpression.cpp index 489c4d55cef..cbed4c66469 100644 --- a/src/common/expression/PropertyExpression.cpp +++ b/src/common/expression/PropertyExpression.cpp @@ -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. */ #include "common/expression/PropertyExpression.h" diff --git a/src/common/expression/PropertyExpression.h b/src/common/expression/PropertyExpression.h index 898b550d10d..f18f2831af6 100644 --- a/src/common/expression/PropertyExpression.h +++ b/src/common/expression/PropertyExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_PROPERTYEXPRESSION_H_ diff --git a/src/common/expression/ReduceExpression.cpp b/src/common/expression/ReduceExpression.cpp index 962ea938d8f..728f93ba4b5 100644 --- a/src/common/expression/ReduceExpression.cpp +++ b/src/common/expression/ReduceExpression.cpp @@ -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. */ #include "common/expression/ReduceExpression.h" diff --git a/src/common/expression/ReduceExpression.h b/src/common/expression/ReduceExpression.h index e03f389ac4e..8810ef9e8e9 100644 --- a/src/common/expression/ReduceExpression.h +++ b/src/common/expression/ReduceExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_REDUCEEXPRESSIONEXPRESSION_H_ diff --git a/src/common/expression/RelationalExpression.cpp b/src/common/expression/RelationalExpression.cpp index dd33ee79731..4b60d0d2434 100644 --- a/src/common/expression/RelationalExpression.cpp +++ b/src/common/expression/RelationalExpression.cpp @@ -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. */ #include "common/expression/RelationalExpression.h" diff --git a/src/common/expression/RelationalExpression.h b/src/common/expression/RelationalExpression.h index 98e9bd83cc3..bfc36b1f0a5 100644 --- a/src/common/expression/RelationalExpression.h +++ b/src/common/expression/RelationalExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_RELATIONALEXPRESSION_H_ diff --git a/src/common/expression/SubscriptExpression.cpp b/src/common/expression/SubscriptExpression.cpp index a3007fe7aee..87cad714067 100644 --- a/src/common/expression/SubscriptExpression.cpp +++ b/src/common/expression/SubscriptExpression.cpp @@ -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. */ #include "common/expression/SubscriptExpression.h" diff --git a/src/common/expression/SubscriptExpression.h b/src/common/expression/SubscriptExpression.h index 3ed431a2605..98118f64e5c 100644 --- a/src/common/expression/SubscriptExpression.h +++ b/src/common/expression/SubscriptExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_SUBSCRIPTEXPRESSION_H_ diff --git a/src/common/expression/TextSearchExpression.cpp b/src/common/expression/TextSearchExpression.cpp index 0f173cfddea..013072d18de 100644 --- a/src/common/expression/TextSearchExpression.cpp +++ b/src/common/expression/TextSearchExpression.cpp @@ -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. */ #include "common/expression/TextSearchExpression.h" diff --git a/src/common/expression/TextSearchExpression.h b/src/common/expression/TextSearchExpression.h index 3b1e34c414a..5d253cf52be 100644 --- a/src/common/expression/TextSearchExpression.h +++ b/src/common/expression/TextSearchExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_TEXTSEARCHEXPRESSION_H_ diff --git a/src/common/expression/TypeCastingExpression.cpp b/src/common/expression/TypeCastingExpression.cpp index 183a2c63efa..b2214f122d4 100644 --- a/src/common/expression/TypeCastingExpression.cpp +++ b/src/common/expression/TypeCastingExpression.cpp @@ -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. */ #include "common/expression/TypeCastingExpression.h" diff --git a/src/common/expression/TypeCastingExpression.h b/src/common/expression/TypeCastingExpression.h index de41b5fca09..98597aae3f8 100644 --- a/src/common/expression/TypeCastingExpression.h +++ b/src/common/expression/TypeCastingExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_TYPECASTINGEXPRESSION_H_ diff --git a/src/common/expression/UUIDExpression.cpp b/src/common/expression/UUIDExpression.cpp index 8c3cf05771d..42bd8c3bb0d 100644 --- a/src/common/expression/UUIDExpression.cpp +++ b/src/common/expression/UUIDExpression.cpp @@ -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. */ #include "common/expression/UUIDExpression.h" diff --git a/src/common/expression/UUIDExpression.h b/src/common/expression/UUIDExpression.h index d1586ea5fcc..ff4e84ded18 100644 --- a/src/common/expression/UUIDExpression.h +++ b/src/common/expression/UUIDExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_UUIDEXPRESSION_H_ diff --git a/src/common/expression/UnaryExpression.cpp b/src/common/expression/UnaryExpression.cpp index edaf30bd41c..54adcfd7c26 100644 --- a/src/common/expression/UnaryExpression.cpp +++ b/src/common/expression/UnaryExpression.cpp @@ -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. */ #include "common/expression/UnaryExpression.h" diff --git a/src/common/expression/UnaryExpression.h b/src/common/expression/UnaryExpression.h index 24615ae1b27..a0039d02eac 100644 --- a/src/common/expression/UnaryExpression.h +++ b/src/common/expression/UnaryExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_UNARYEXPRESSION_H_ diff --git a/src/common/expression/VariableExpression.cpp b/src/common/expression/VariableExpression.cpp index 6a8992883a1..78517bb3179 100644 --- a/src/common/expression/VariableExpression.cpp +++ b/src/common/expression/VariableExpression.cpp @@ -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. */ #include "common/expression/VariableExpression.h" diff --git a/src/common/expression/VariableExpression.h b/src/common/expression/VariableExpression.h index ec2808f3ccb..245e60e9cae 100644 --- a/src/common/expression/VariableExpression.h +++ b/src/common/expression/VariableExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_VARIABLEEXPRESSION_H_ diff --git a/src/common/expression/VertexExpression.cpp b/src/common/expression/VertexExpression.cpp index 2da380e8637..3ed5739a593 100644 --- a/src/common/expression/VertexExpression.cpp +++ b/src/common/expression/VertexExpression.cpp @@ -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. */ #include "common/expression/VertexExpression.h" diff --git a/src/common/expression/VertexExpression.h b/src/common/expression/VertexExpression.h index 72e72b78978..67c0337e5aa 100644 --- a/src/common/expression/VertexExpression.h +++ b/src/common/expression/VertexExpression.h @@ -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. */ #ifndef COMMON_EXPRESSION_VERTEXEXPRESSION_H_ diff --git a/src/common/expression/test/AggregateExpressionBenchmark.cpp b/src/common/expression/test/AggregateExpressionBenchmark.cpp index e3e8eddf37d..2e7f32fa7cb 100644 --- a/src/common/expression/test/AggregateExpressionBenchmark.cpp +++ b/src/common/expression/test/AggregateExpressionBenchmark.cpp @@ -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. */ #include diff --git a/src/common/expression/test/AggregateExpressionTest.cpp b/src/common/expression/test/AggregateExpressionTest.cpp index 1b0b867d794..2f797face1e 100644 --- a/src/common/expression/test/AggregateExpressionTest.cpp +++ b/src/common/expression/test/AggregateExpressionTest.cpp @@ -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. */ #include diff --git a/src/common/expression/test/ArithmeticExpressionTest.cpp b/src/common/expression/test/ArithmeticExpressionTest.cpp index f1783f69024..e008f401c36 100644 --- a/src/common/expression/test/ArithmeticExpressionTest.cpp +++ b/src/common/expression/test/ArithmeticExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/AttributeExpressionTest.cpp b/src/common/expression/test/AttributeExpressionTest.cpp index 04d3ab4b942..40482ab98c8 100644 --- a/src/common/expression/test/AttributeExpressionTest.cpp +++ b/src/common/expression/test/AttributeExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/CMakeLists.txt b/src/common/expression/test/CMakeLists.txt index 577ce3f2f79..6036f7679a3 100644 --- a/src/common/expression/test/CMakeLists.txt +++ b/src/common/expression/test/CMakeLists.txt @@ -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. set(expression_test_common_libs $ diff --git a/src/common/expression/test/CaseExpressionTest.cpp b/src/common/expression/test/CaseExpressionTest.cpp index 84fe644e301..7d318bf355c 100644 --- a/src/common/expression/test/CaseExpressionTest.cpp +++ b/src/common/expression/test/CaseExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/ColumnExpressionTest.cpp b/src/common/expression/test/ColumnExpressionTest.cpp index ab765c2ff78..18f45306246 100644 --- a/src/common/expression/test/ColumnExpressionTest.cpp +++ b/src/common/expression/test/ColumnExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/ConstantExpressionTest.cpp b/src/common/expression/test/ConstantExpressionTest.cpp index 69e916d2e58..912a983bcb5 100644 --- a/src/common/expression/test/ConstantExpressionTest.cpp +++ b/src/common/expression/test/ConstantExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/ContainerExpressionTest.cpp b/src/common/expression/test/ContainerExpressionTest.cpp index ddcc9ac18bd..ec1f4e10f97 100644 --- a/src/common/expression/test/ContainerExpressionTest.cpp +++ b/src/common/expression/test/ContainerExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/EncodeDecodeTest.cpp b/src/common/expression/test/EncodeDecodeTest.cpp index b5d46c5425c..8b68f75492c 100644 --- a/src/common/expression/test/EncodeDecodeTest.cpp +++ b/src/common/expression/test/EncodeDecodeTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/ExpressionBenchmark.cpp b/src/common/expression/test/ExpressionBenchmark.cpp index a3a8e09d967..45f8eec2b5c 100644 --- a/src/common/expression/test/ExpressionBenchmark.cpp +++ b/src/common/expression/test/ExpressionBenchmark.cpp @@ -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. */ #include diff --git a/src/common/expression/test/ExpressionContextMock.cpp b/src/common/expression/test/ExpressionContextMock.cpp index 7b049e72505..b0318536710 100644 --- a/src/common/expression/test/ExpressionContextMock.cpp +++ b/src/common/expression/test/ExpressionContextMock.cpp @@ -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. */ #include "common/expression/test/ExpressionContextMock.h" diff --git a/src/common/expression/test/ExpressionContextMock.h b/src/common/expression/test/ExpressionContextMock.h index 36bca092897..9f91016d8fc 100644 --- a/src/common/expression/test/ExpressionContextMock.h +++ b/src/common/expression/test/ExpressionContextMock.h @@ -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. */ #include "common/context/ExpressionContext.h" diff --git a/src/common/expression/test/ExpressionTest.cpp b/src/common/expression/test/ExpressionTest.cpp index 3e3d610526f..43cc6a34693 100644 --- a/src/common/expression/test/ExpressionTest.cpp +++ b/src/common/expression/test/ExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/FunctionCallExpressionBenchmark.cpp b/src/common/expression/test/FunctionCallExpressionBenchmark.cpp index bac09d484f5..5cda068c22d 100644 --- a/src/common/expression/test/FunctionCallExpressionBenchmark.cpp +++ b/src/common/expression/test/FunctionCallExpressionBenchmark.cpp @@ -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. */ #include diff --git a/src/common/expression/test/FunctionCallExpressionTest.cpp b/src/common/expression/test/FunctionCallExpressionTest.cpp index 63f6216f445..e47dfe3edab 100644 --- a/src/common/expression/test/FunctionCallExpressionTest.cpp +++ b/src/common/expression/test/FunctionCallExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/LabelExpressionTest.cpp b/src/common/expression/test/LabelExpressionTest.cpp index 8cba146507b..e6f3819696a 100644 --- a/src/common/expression/test/LabelExpressionTest.cpp +++ b/src/common/expression/test/LabelExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/ListComprehensionExpressionTest.cpp b/src/common/expression/test/ListComprehensionExpressionTest.cpp index a017cb4fb75..8580b375ebb 100644 --- a/src/common/expression/test/ListComprehensionExpressionTest.cpp +++ b/src/common/expression/test/ListComprehensionExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/LogicalExpressionTest.cpp b/src/common/expression/test/LogicalExpressionTest.cpp index 4d87f99cbc7..4c17c416877 100644 --- a/src/common/expression/test/LogicalExpressionTest.cpp +++ b/src/common/expression/test/LogicalExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/PathBuildExpressionTest.cpp b/src/common/expression/test/PathBuildExpressionTest.cpp index 8e3f01289fc..40899676322 100644 --- a/src/common/expression/test/PathBuildExpressionTest.cpp +++ b/src/common/expression/test/PathBuildExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/PredicateExpressionTest.cpp b/src/common/expression/test/PredicateExpressionTest.cpp index c84214a49e5..aaa31c4fc6f 100644 --- a/src/common/expression/test/PredicateExpressionTest.cpp +++ b/src/common/expression/test/PredicateExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/PropertyExpressionTest.cpp b/src/common/expression/test/PropertyExpressionTest.cpp index e3ed1128f20..32972691c8f 100644 --- a/src/common/expression/test/PropertyExpressionTest.cpp +++ b/src/common/expression/test/PropertyExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/ReduceExpressionTest.cpp b/src/common/expression/test/ReduceExpressionTest.cpp index 1eb08003c2c..7a0105e5ccb 100644 --- a/src/common/expression/test/ReduceExpressionTest.cpp +++ b/src/common/expression/test/ReduceExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/RelationalExpressionTest.cpp b/src/common/expression/test/RelationalExpressionTest.cpp index 11bc892c463..d194f61618a 100644 --- a/src/common/expression/test/RelationalExpressionTest.cpp +++ b/src/common/expression/test/RelationalExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/SubscriptExpressionTest.cpp b/src/common/expression/test/SubscriptExpressionTest.cpp index e3156f28461..cdbe6cdd5d9 100644 --- a/src/common/expression/test/SubscriptExpressionTest.cpp +++ b/src/common/expression/test/SubscriptExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/TestBase.h b/src/common/expression/test/TestBase.h index 89fc2b3cb85..8217e0db337 100644 --- a/src/common/expression/test/TestBase.h +++ b/src/common/expression/test/TestBase.h @@ -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. */ #ifndef COMMON_EXPRESSION_TEST_TESTBASE_H_ diff --git a/src/common/expression/test/TypeCastingExpressionTest.cpp b/src/common/expression/test/TypeCastingExpressionTest.cpp index f158a03d440..1e9696b9aa0 100644 --- a/src/common/expression/test/TypeCastingExpressionTest.cpp +++ b/src/common/expression/test/TypeCastingExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/UnaryExpressionTest.cpp b/src/common/expression/test/UnaryExpressionTest.cpp index 4c787a1525f..0e26a2efa2e 100644 --- a/src/common/expression/test/UnaryExpressionTest.cpp +++ b/src/common/expression/test/UnaryExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/expression/test/VersionedVariableExpressionTest.cpp b/src/common/expression/test/VersionedVariableExpressionTest.cpp index 7b4b822f219..9f62ccf87ff 100644 --- a/src/common/expression/test/VersionedVariableExpressionTest.cpp +++ b/src/common/expression/test/VersionedVariableExpressionTest.cpp @@ -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. */ #include "common/expression/test/TestBase.h" diff --git a/src/common/fs/CMakeLists.txt b/src/common/fs/CMakeLists.txt index f0acaf6c178..f38d0d7ef5d 100644 --- a/src/common/fs/CMakeLists.txt +++ b/src/common/fs/CMakeLists.txt @@ -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. nebula_add_library( fs_obj OBJECT diff --git a/src/common/fs/FileUtils.cpp b/src/common/fs/FileUtils.cpp index e0867c7131e..df76b07f468 100644 --- a/src/common/fs/FileUtils.cpp +++ b/src/common/fs/FileUtils.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/fs/FileUtils.h" diff --git a/src/common/fs/FileUtils.h b/src/common/fs/FileUtils.h index a99b837b1c5..d87c59ec227 100644 --- a/src/common/fs/FileUtils.h +++ b/src/common/fs/FileUtils.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_FS_FILEUTILS_H_ diff --git a/src/common/fs/TempDir.cpp b/src/common/fs/TempDir.cpp index 16fca4c7d7f..6559c7005cb 100644 --- a/src/common/fs/TempDir.cpp +++ b/src/common/fs/TempDir.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/fs/TempDir.h" diff --git a/src/common/fs/TempDir.h b/src/common/fs/TempDir.h index c105906435e..304c35601f0 100644 --- a/src/common/fs/TempDir.h +++ b/src/common/fs/TempDir.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_FS_TEMPDIR_H_ diff --git a/src/common/fs/TempFile.cpp b/src/common/fs/TempFile.cpp index a4f9bd28f3e..2f9e5b741f7 100644 --- a/src/common/fs/TempFile.cpp +++ b/src/common/fs/TempFile.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/fs/TempFile.h" diff --git a/src/common/fs/TempFile.h b/src/common/fs/TempFile.h index f4c3a0843f8..cfb9693d559 100644 --- a/src/common/fs/TempFile.h +++ b/src/common/fs/TempFile.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_FS_TEMPFILE_H_ #define COMMON_FS_TEMPFILE_H_ diff --git a/src/common/fs/test/CMakeLists.txt b/src/common/fs/test/CMakeLists.txt index dc35d419d2f..57781114a1a 100644 --- a/src/common/fs/test/CMakeLists.txt +++ b/src/common/fs/test/CMakeLists.txt @@ -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. nebula_add_test( NAME file_utils_test diff --git a/src/common/fs/test/FileUtilsTest.cpp b/src/common/fs/test/FileUtilsTest.cpp index bcc034ba7fd..9e15669d51e 100644 --- a/src/common/fs/test/FileUtilsTest.cpp +++ b/src/common/fs/test/FileUtilsTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/fs/test/TempDirTest.cpp b/src/common/fs/test/TempDirTest.cpp index 8544407dd17..6cfa14cc581 100644 --- a/src/common/fs/test/TempDirTest.cpp +++ b/src/common/fs/test/TempDirTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/fs/test/TempFileTest.cpp b/src/common/fs/test/TempFileTest.cpp index c6af1545d14..0014afb218b 100644 --- a/src/common/fs/test/TempFileTest.cpp +++ b/src/common/fs/test/TempFileTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/function/AggFunctionManager.cpp b/src/common/function/AggFunctionManager.cpp index e8b526ed353..4621143b4b1 100644 --- a/src/common/function/AggFunctionManager.cpp +++ b/src/common/function/AggFunctionManager.cpp @@ -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. */ #include "AggFunctionManager.h" diff --git a/src/common/function/AggFunctionManager.h b/src/common/function/AggFunctionManager.h index b1a3af010e8..8e5f7cecc24 100644 --- a/src/common/function/AggFunctionManager.h +++ b/src/common/function/AggFunctionManager.h @@ -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. */ #ifndef COMMON_FUNCTION_AGGFUNCTIONMANAGER_H_ diff --git a/src/common/function/CMakeLists.txt b/src/common/function/CMakeLists.txt index 79cbfafa8cf..2bf6674cff9 100644 --- a/src/common/function/CMakeLists.txt +++ b/src/common/function/CMakeLists.txt @@ -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. nebula_add_library( function_manager_obj OBJECT diff --git a/src/common/function/FunctionManager.cpp b/src/common/function/FunctionManager.cpp index 68fc09dfd68..686891529b2 100644 --- a/src/common/function/FunctionManager.cpp +++ b/src/common/function/FunctionManager.cpp @@ -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. */ #include "FunctionManager.h" diff --git a/src/common/function/FunctionManager.h b/src/common/function/FunctionManager.h index 9285c96d7bf..44509fd79f9 100644 --- a/src/common/function/FunctionManager.h +++ b/src/common/function/FunctionManager.h @@ -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. */ #ifndef COMMON_FUNCTION_FUNCTIONMANAGER_H_ diff --git a/src/common/function/test/AggFunctionManagerTest.cpp b/src/common/function/test/AggFunctionManagerTest.cpp index 8a704fc6682..0e374478ead 100644 --- a/src/common/function/test/AggFunctionManagerTest.cpp +++ b/src/common/function/test/AggFunctionManagerTest.cpp @@ -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. */ #include diff --git a/src/common/function/test/CMakeLists.txt b/src/common/function/test/CMakeLists.txt index 65c794ca94c..a1e5366cc08 100644 --- a/src/common/function/test/CMakeLists.txt +++ b/src/common/function/test/CMakeLists.txt @@ -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. nebula_add_test( NAME diff --git a/src/common/function/test/FunctionManagerTest.cpp b/src/common/function/test/FunctionManagerTest.cpp index b8747be60c6..e0383f1106d 100644 --- a/src/common/function/test/FunctionManagerTest.cpp +++ b/src/common/function/test/FunctionManagerTest.cpp @@ -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. */ #include diff --git a/src/common/geo/CMakeLists.txt b/src/common/geo/CMakeLists.txt index a9645de0833..26c3b15fbf6 100644 --- a/src/common/geo/CMakeLists.txt +++ b/src/common/geo/CMakeLists.txt @@ -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. nebula_add_library( geo_index_obj OBJECT diff --git a/src/common/geo/GeoFunction.cpp b/src/common/geo/GeoFunction.cpp index cbf8311721f..bb058b7b04c 100644 --- a/src/common/geo/GeoFunction.cpp +++ b/src/common/geo/GeoFunction.cpp @@ -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. */ #include "common/geo/GeoFunction.h" diff --git a/src/common/geo/GeoFunction.h b/src/common/geo/GeoFunction.h index 7480a3187e4..13ca643f48e 100644 --- a/src/common/geo/GeoFunction.h +++ b/src/common/geo/GeoFunction.h @@ -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. */ #pragma once diff --git a/src/common/geo/GeoIndex.cpp b/src/common/geo/GeoIndex.cpp index 23f297e0ea7..72e8f842136 100644 --- a/src/common/geo/GeoIndex.cpp +++ b/src/common/geo/GeoIndex.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2020 vesoft inc. All rights reserved. * - * This sourc_e code is licensed under Apache 2.0 License, - * attached with Common Clause Condition 1.0, found in the LICENSES directory. + * This sourc_e code is licensed under Apache 2.0 License. */ #include "common/geo/GeoIndex.h" diff --git a/src/common/geo/GeoIndex.h b/src/common/geo/GeoIndex.h index 3143c126920..deaff94d028 100644 --- a/src/common/geo/GeoIndex.h +++ b/src/common/geo/GeoIndex.h @@ -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. */ #pragma once diff --git a/src/common/geo/GeoUtils.h b/src/common/geo/GeoUtils.h index 4623ee1a621..9421fcbe855 100644 --- a/src/common/geo/GeoUtils.h +++ b/src/common/geo/GeoUtils.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #pragma once diff --git a/src/common/geo/io/CMakeLists.txt b/src/common/geo/io/CMakeLists.txt index 0987dab88f9..b0bdbf76249 100644 --- a/src/common/geo/io/CMakeLists.txt +++ b/src/common/geo/io/CMakeLists.txt @@ -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. if(ENABLE_VERBOSE_BISON) set(bison_flags "-Werror -v") diff --git a/src/common/geo/io/wkb/ByteOrder.h b/src/common/geo/io/wkb/ByteOrder.h index 69138142f43..ac7497851b8 100644 --- a/src/common/geo/io/wkb/ByteOrder.h +++ b/src/common/geo/io/wkb/ByteOrder.h @@ -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. */ #pragma once diff --git a/src/common/geo/io/wkb/ByteOrderDataIOStream.cpp b/src/common/geo/io/wkb/ByteOrderDataIOStream.cpp index 6e7620f51eb..dbff86bf952 100644 --- a/src/common/geo/io/wkb/ByteOrderDataIOStream.cpp +++ b/src/common/geo/io/wkb/ByteOrderDataIOStream.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/geo/io/wkb/ByteOrderDataIOStream.h" diff --git a/src/common/geo/io/wkb/ByteOrderDataIOStream.h b/src/common/geo/io/wkb/ByteOrderDataIOStream.h index c8b47e7e09c..6228d8e27b9 100644 --- a/src/common/geo/io/wkb/ByteOrderDataIOStream.h +++ b/src/common/geo/io/wkb/ByteOrderDataIOStream.h @@ -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. */ #pragma once diff --git a/src/common/geo/io/wkb/CMakeLists.txt b/src/common/geo/io/wkb/CMakeLists.txt index f359a95626a..05a8f50a783 100644 --- a/src/common/geo/io/wkb/CMakeLists.txt +++ b/src/common/geo/io/wkb/CMakeLists.txt @@ -1,6 +1,5 @@ # 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. nebula_add_subdirectory(test) diff --git a/src/common/geo/io/wkb/WKBReader.cpp b/src/common/geo/io/wkb/WKBReader.cpp index fa70f4729df..d650c5143e2 100644 --- a/src/common/geo/io/wkb/WKBReader.cpp +++ b/src/common/geo/io/wkb/WKBReader.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/geo/io/wkb/WKBReader.h" diff --git a/src/common/geo/io/wkb/WKBReader.h b/src/common/geo/io/wkb/WKBReader.h index 5d2a710cab6..bfe7b33ce3c 100644 --- a/src/common/geo/io/wkb/WKBReader.h +++ b/src/common/geo/io/wkb/WKBReader.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #pragma once diff --git a/src/common/geo/io/wkb/WKBWriter.cpp b/src/common/geo/io/wkb/WKBWriter.cpp index 181e807c4ab..611ac4bd682 100644 --- a/src/common/geo/io/wkb/WKBWriter.cpp +++ b/src/common/geo/io/wkb/WKBWriter.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/geo/io/wkb/WKBWriter.h" diff --git a/src/common/geo/io/wkb/WKBWriter.h b/src/common/geo/io/wkb/WKBWriter.h index 9bb5236e74d..ef93f0a9522 100644 --- a/src/common/geo/io/wkb/WKBWriter.h +++ b/src/common/geo/io/wkb/WKBWriter.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #pragma once diff --git a/src/common/geo/io/wkb/test/CMakeLists.txt b/src/common/geo/io/wkb/test/CMakeLists.txt index 8923d630868..cc6ebedd674 100644 --- a/src/common/geo/io/wkb/test/CMakeLists.txt +++ b/src/common/geo/io/wkb/test/CMakeLists.txt @@ -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. set(WKB_TEST_LIBS $ diff --git a/src/common/geo/io/wkb/test/WKBTest.cpp b/src/common/geo/io/wkb/test/WKBTest.cpp index 1d232a88e68..b909727b9a9 100644 --- a/src/common/geo/io/wkb/test/WKBTest.cpp +++ b/src/common/geo/io/wkb/test/WKBTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/geo/io/wkt/CMakeLists.txt b/src/common/geo/io/wkt/CMakeLists.txt index f359a95626a..05a8f50a783 100644 --- a/src/common/geo/io/wkt/CMakeLists.txt +++ b/src/common/geo/io/wkt/CMakeLists.txt @@ -1,6 +1,5 @@ # 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. nebula_add_subdirectory(test) diff --git a/src/common/geo/io/wkt/WKTReader.cpp b/src/common/geo/io/wkt/WKTReader.cpp index 1b735393d8c..78560cb0601 100644 --- a/src/common/geo/io/wkt/WKTReader.cpp +++ b/src/common/geo/io/wkt/WKTReader.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/geo/io/wkt/WKTReader.h" diff --git a/src/common/geo/io/wkt/WKTReader.h b/src/common/geo/io/wkt/WKTReader.h index f3aead93daf..c880852e324 100644 --- a/src/common/geo/io/wkt/WKTReader.h +++ b/src/common/geo/io/wkt/WKTReader.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #pragma once diff --git a/src/common/geo/io/wkt/WKTScanner.h b/src/common/geo/io/wkt/WKTScanner.h index 0216070b6ba..1664601bb30 100644 --- a/src/common/geo/io/wkt/WKTScanner.h +++ b/src/common/geo/io/wkt/WKTScanner.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #pragma once diff --git a/src/common/geo/io/wkt/WKTWriter.cpp b/src/common/geo/io/wkt/WKTWriter.cpp index 0a4f8c97b8a..ec750e566a0 100644 --- a/src/common/geo/io/wkt/WKTWriter.cpp +++ b/src/common/geo/io/wkt/WKTWriter.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/geo/io/wkt/WKTWriter.h" diff --git a/src/common/geo/io/wkt/WKTWriter.h b/src/common/geo/io/wkt/WKTWriter.h index dc76d9e6356..bd870ef6fc8 100644 --- a/src/common/geo/io/wkt/WKTWriter.h +++ b/src/common/geo/io/wkt/WKTWriter.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #pragma once diff --git a/src/common/geo/io/wkt/test/CMakeLists.txt b/src/common/geo/io/wkt/test/CMakeLists.txt index 98e3d6236c1..c751a24d883 100644 --- a/src/common/geo/io/wkt/test/CMakeLists.txt +++ b/src/common/geo/io/wkt/test/CMakeLists.txt @@ -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. set(WKT_TEST_LIBS $ diff --git a/src/common/geo/io/wkt/test/WKTTest.cpp b/src/common/geo/io/wkt/test/WKTTest.cpp index 02ce9ee5217..ff27f78cf4c 100644 --- a/src/common/geo/io/wkt/test/WKTTest.cpp +++ b/src/common/geo/io/wkt/test/WKTTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/geo/test/CMakeLists.txt b/src/common/geo/test/CMakeLists.txt index e0593ca7652..a34a1e0f15d 100644 --- a/src/common/geo/test/CMakeLists.txt +++ b/src/common/geo/test/CMakeLists.txt @@ -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. nebula_add_test( NAME diff --git a/src/common/geo/test/GeoFunctionTest.cpp b/src/common/geo/test/GeoFunctionTest.cpp index 9cddf7105fb..eb9b17fbc52 100644 --- a/src/common/geo/test/GeoFunctionTest.cpp +++ b/src/common/geo/test/GeoFunctionTest.cpp @@ -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. */ #include diff --git a/src/common/graph/AuthResponseOps-inl.h b/src/common/graph/AuthResponseOps-inl.h index f1519ce0669..ff8c45faabe 100644 --- a/src/common/graph/AuthResponseOps-inl.h +++ b/src/common/graph/AuthResponseOps-inl.h @@ -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. */ #ifndef COMMON_GRAPH_AUTHRESPONSEOPS_H_ diff --git a/src/common/graph/CMakeLists.txt b/src/common/graph/CMakeLists.txt index e37791ccb56..b0345729d86 100644 --- a/src/common/graph/CMakeLists.txt +++ b/src/common/graph/CMakeLists.txt @@ -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. nebula_add_library( graph_obj OBJECT diff --git a/src/common/graph/ExecutionResponseOps-inl.h b/src/common/graph/ExecutionResponseOps-inl.h index 8015ab5c819..ee46d3f197f 100644 --- a/src/common/graph/ExecutionResponseOps-inl.h +++ b/src/common/graph/ExecutionResponseOps-inl.h @@ -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. */ #ifndef COMMON_GRAPH_EXECUTIONRESPONSE_H_ diff --git a/src/common/graph/GraphCpp2Ops.h b/src/common/graph/GraphCpp2Ops.h index d1cff9adfb2..c092e37272a 100644 --- a/src/common/graph/GraphCpp2Ops.h +++ b/src/common/graph/GraphCpp2Ops.h @@ -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. */ #ifndef COMMON_GRAPH_CPP2OPS_H_ diff --git a/src/common/graph/PairOps-inl.h b/src/common/graph/PairOps-inl.h index fdafbf73514..3e621e240b3 100644 --- a/src/common/graph/PairOps-inl.h +++ b/src/common/graph/PairOps-inl.h @@ -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. */ #ifndef COMMON_GRAPH_PAIROPS_H_ diff --git a/src/common/graph/PlanDescriptionOps-inl.h b/src/common/graph/PlanDescriptionOps-inl.h index 5000d8184e7..57f9a645e33 100644 --- a/src/common/graph/PlanDescriptionOps-inl.h +++ b/src/common/graph/PlanDescriptionOps-inl.h @@ -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. */ #ifndef COMMON_GRAPH_PLANDESCRIPTIONOPS_H_ diff --git a/src/common/graph/PlanNodeBranchInfoOps-inl.h b/src/common/graph/PlanNodeBranchInfoOps-inl.h index ade79ec1642..df40c081fe2 100644 --- a/src/common/graph/PlanNodeBranchInfoOps-inl.h +++ b/src/common/graph/PlanNodeBranchInfoOps-inl.h @@ -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. */ #ifndef COMMON_GRAPH_PLANNODEBRANCHINFOOPS_H_ diff --git a/src/common/graph/PlanNodeDescriptionOps-inl.h b/src/common/graph/PlanNodeDescriptionOps-inl.h index 97d47119b93..fcf36bd6621 100644 --- a/src/common/graph/PlanNodeDescriptionOps-inl.h +++ b/src/common/graph/PlanNodeDescriptionOps-inl.h @@ -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. */ #ifndef COMMON_GRAPH_PLANNODEDESCRIPTIONOPS_H_ diff --git a/src/common/graph/ProfilingStatsOps-inl.h b/src/common/graph/ProfilingStatsOps-inl.h index 23722394383..60dd5a78a7f 100644 --- a/src/common/graph/ProfilingStatsOps-inl.h +++ b/src/common/graph/ProfilingStatsOps-inl.h @@ -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. */ #ifndef COMMON_GRAPH_PROFILINGSTATSOPS_H_ diff --git a/src/common/graph/Response.cpp b/src/common/graph/Response.cpp index 82f3def31c7..5be559827cf 100644 --- a/src/common/graph/Response.cpp +++ b/src/common/graph/Response.cpp @@ -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. */ #include "common/graph/Response.h" diff --git a/src/common/graph/Response.h b/src/common/graph/Response.h index 6af5820d83f..727c974f68b 100644 --- a/src/common/graph/Response.h +++ b/src/common/graph/Response.h @@ -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. */ #ifndef COMMON_GRAPH_RESPONSE_H diff --git a/src/common/graph/tests/CMakeLists.txt b/src/common/graph/tests/CMakeLists.txt index 275b6eb1545..cba41ef98ae 100644 --- a/src/common/graph/tests/CMakeLists.txt +++ b/src/common/graph/tests/CMakeLists.txt @@ -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. nebula_add_test( NAME diff --git a/src/common/graph/tests/ResponseEncodeDecodeTest.cpp b/src/common/graph/tests/ResponseEncodeDecodeTest.cpp index ec0a024df8c..a741f57dd3b 100644 --- a/src/common/graph/tests/ResponseEncodeDecodeTest.cpp +++ b/src/common/graph/tests/ResponseEncodeDecodeTest.cpp @@ -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. */ #include diff --git a/src/common/hdfs/CMakeLists.txt b/src/common/hdfs/CMakeLists.txt index 6be19cc545d..dbe10f16f8c 100644 --- a/src/common/hdfs/CMakeLists.txt +++ b/src/common/hdfs/CMakeLists.txt @@ -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. nebula_add_library( hdfs_helper_obj OBJECT diff --git a/src/common/hdfs/HdfsCommandHelper.cpp b/src/common/hdfs/HdfsCommandHelper.cpp index 2956078e1ec..e72fc94f1b5 100644 --- a/src/common/hdfs/HdfsCommandHelper.cpp +++ b/src/common/hdfs/HdfsCommandHelper.cpp @@ -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. */ #include "common/hdfs/HdfsCommandHelper.h" diff --git a/src/common/hdfs/HdfsCommandHelper.h b/src/common/hdfs/HdfsCommandHelper.h index b242486c072..63900a8110b 100644 --- a/src/common/hdfs/HdfsCommandHelper.h +++ b/src/common/hdfs/HdfsCommandHelper.h @@ -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. */ #ifndef COMMON_HDFSCOMMANDHELPER_H diff --git a/src/common/hdfs/HdfsHelper.h b/src/common/hdfs/HdfsHelper.h index 8df91b979b7..4bb39b7172a 100644 --- a/src/common/hdfs/HdfsHelper.h +++ b/src/common/hdfs/HdfsHelper.h @@ -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. */ #ifndef COMMON_HDFSHELPER_H diff --git a/src/common/hdfs/test/CMakeLists.txt b/src/common/hdfs/test/CMakeLists.txt index edb1ef1af5d..0ed5df770f3 100644 --- a/src/common/hdfs/test/CMakeLists.txt +++ b/src/common/hdfs/test/CMakeLists.txt @@ -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. nebula_add_test( NAME diff --git a/src/common/hdfs/test/HdfsHelperTest.cpp b/src/common/hdfs/test/HdfsHelperTest.cpp index 1e531233fec..b6f24a06502 100644 --- a/src/common/hdfs/test/HdfsHelperTest.cpp +++ b/src/common/hdfs/test/HdfsHelperTest.cpp @@ -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. */ #include diff --git a/src/common/http/CMakeLists.txt b/src/common/http/CMakeLists.txt index ce99ae1963b..ea913fb8c7d 100644 --- a/src/common/http/CMakeLists.txt +++ b/src/common/http/CMakeLists.txt @@ -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. nebula_add_library(http_client_obj OBJECT HttpClient.cpp) diff --git a/src/common/http/HttpClient.cpp b/src/common/http/HttpClient.cpp index 3b524749199..3e70336be2f 100644 --- a/src/common/http/HttpClient.cpp +++ b/src/common/http/HttpClient.cpp @@ -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. */ #include "common/http/HttpClient.h" diff --git a/src/common/http/HttpClient.h b/src/common/http/HttpClient.h index bad6693d9a2..062cc9f0dda 100644 --- a/src/common/http/HttpClient.h +++ b/src/common/http/HttpClient.h @@ -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. */ #ifndef COMMON_HTTPCLIENT_H diff --git a/src/common/http/test/CMakeLists.txt b/src/common/http/test/CMakeLists.txt index f7dffd237eb..b8d8a602a6d 100644 --- a/src/common/http/test/CMakeLists.txt +++ b/src/common/http/test/CMakeLists.txt @@ -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. nebula_add_test( NAME diff --git a/src/common/http/test/HttpClientTest.cpp b/src/common/http/test/HttpClientTest.cpp index c38bddd2722..db9d77ee4b6 100644 --- a/src/common/http/test/HttpClientTest.cpp +++ b/src/common/http/test/HttpClientTest.cpp @@ -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. */ #include diff --git a/src/common/memory/CMakeLists.txt b/src/common/memory/CMakeLists.txt index ebff9abc064..905e809de62 100644 --- a/src/common/memory/CMakeLists.txt +++ b/src/common/memory/CMakeLists.txt @@ -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. nebula_add_library( diff --git a/src/common/memory/MemoryUtils.cpp b/src/common/memory/MemoryUtils.cpp index 1e238d0efe2..442e7a87597 100644 --- a/src/common/memory/MemoryUtils.cpp +++ b/src/common/memory/MemoryUtils.cpp @@ -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. */ #include "common/memory/MemoryUtils.h" diff --git a/src/common/memory/MemoryUtils.h b/src/common/memory/MemoryUtils.h index dc3f92d920b..2f2df2c6220 100644 --- a/src/common/memory/MemoryUtils.h +++ b/src/common/memory/MemoryUtils.h @@ -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. */ #pragma once diff --git a/src/common/memory/test/CMakeLists.txt b/src/common/memory/test/CMakeLists.txt index bb181fdda44..095bf2a6298 100644 --- a/src/common/memory/test/CMakeLists.txt +++ b/src/common/memory/test/CMakeLists.txt @@ -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. nebula_add_executable( NAME sys_info_read_bm diff --git a/src/common/memory/test/MemoryUtilsTest.cpp b/src/common/memory/test/MemoryUtilsTest.cpp index 318a64d534c..f3e8cce8522 100644 --- a/src/common/memory/test/MemoryUtilsTest.cpp +++ b/src/common/memory/test/MemoryUtilsTest.cpp @@ -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. */ #include diff --git a/src/common/memory/test/SysInfoReadBenchmark.cpp b/src/common/memory/test/SysInfoReadBenchmark.cpp index a8e892cdc3e..ab85ac992f5 100644 --- a/src/common/memory/test/SysInfoReadBenchmark.cpp +++ b/src/common/memory/test/SysInfoReadBenchmark.cpp @@ -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. */ #include diff --git a/src/common/meta/CMakeLists.txt b/src/common/meta/CMakeLists.txt index a5916bd1f02..7a7603ae56c 100644 --- a/src/common/meta/CMakeLists.txt +++ b/src/common/meta/CMakeLists.txt @@ -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. nebula_add_library( meta_obj OBJECT diff --git a/src/common/meta/ClusterIdManBase.h b/src/common/meta/ClusterIdManBase.h index 6e2b48a98b1..b3f200813e1 100644 --- a/src/common/meta/ClusterIdManBase.h +++ b/src/common/meta/ClusterIdManBase.h @@ -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. */ #ifndef COMMON_META_CLUSTERIDMANBASE_H_ diff --git a/src/common/meta/Common.h b/src/common/meta/Common.h index 5c44ab41337..0f08a8e0aa4 100644 --- a/src/common/meta/Common.h +++ b/src/common/meta/Common.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_META_METACOMMON_H_ diff --git a/src/common/meta/GflagsManager.cpp b/src/common/meta/GflagsManager.cpp index e28fe2ff243..56731c28e57 100644 --- a/src/common/meta/GflagsManager.cpp +++ b/src/common/meta/GflagsManager.cpp @@ -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. */ #include "common/meta/GflagsManager.h" diff --git a/src/common/meta/GflagsManager.h b/src/common/meta/GflagsManager.h index 3c7e7823e52..25b255a1902 100644 --- a/src/common/meta/GflagsManager.h +++ b/src/common/meta/GflagsManager.h @@ -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. */ #ifndef COMMON_META_GFLAGSMANAGER_H_ diff --git a/src/common/meta/IndexManager.cpp b/src/common/meta/IndexManager.cpp index 0392ebb49de..273e8c9603c 100644 --- a/src/common/meta/IndexManager.cpp +++ b/src/common/meta/IndexManager.cpp @@ -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. */ #include "common/meta/IndexManager.h" diff --git a/src/common/meta/IndexManager.h b/src/common/meta/IndexManager.h index b0480cf0ed1..993e0efebd2 100644 --- a/src/common/meta/IndexManager.h +++ b/src/common/meta/IndexManager.h @@ -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. */ #ifndef COMMON_META_INDEXMANAGER_H_ diff --git a/src/common/meta/NebulaSchemaProvider.cpp b/src/common/meta/NebulaSchemaProvider.cpp index e89f178a796..cb2a5a8a787 100644 --- a/src/common/meta/NebulaSchemaProvider.cpp +++ b/src/common/meta/NebulaSchemaProvider.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/meta/NebulaSchemaProvider.h" diff --git a/src/common/meta/NebulaSchemaProvider.h b/src/common/meta/NebulaSchemaProvider.h index cf3b320e0c0..6c47b33acbf 100644 --- a/src/common/meta/NebulaSchemaProvider.h +++ b/src/common/meta/NebulaSchemaProvider.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_META_NEBULASCHEMAPROVIDER_H_ diff --git a/src/common/meta/SchemaManager.cpp b/src/common/meta/SchemaManager.cpp index 27331189c51..f50642b60cc 100644 --- a/src/common/meta/SchemaManager.cpp +++ b/src/common/meta/SchemaManager.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/base/Base.h" diff --git a/src/common/meta/SchemaManager.h b/src/common/meta/SchemaManager.h index 3fd13059167..503b96acc99 100644 --- a/src/common/meta/SchemaManager.h +++ b/src/common/meta/SchemaManager.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_META_SCHEMAMANAGER_H_ diff --git a/src/common/meta/SchemaProviderIf.cpp b/src/common/meta/SchemaProviderIf.cpp index c085b1978d7..05b75eeef33 100644 --- a/src/common/meta/SchemaProviderIf.cpp +++ b/src/common/meta/SchemaProviderIf.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/meta/SchemaProviderIf.h" diff --git a/src/common/meta/SchemaProviderIf.h b/src/common/meta/SchemaProviderIf.h index 381f611ab29..a268215ed7b 100644 --- a/src/common/meta/SchemaProviderIf.h +++ b/src/common/meta/SchemaProviderIf.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_META_SCHEMAPROVIDERIF_H_ diff --git a/src/common/meta/ServerBasedIndexManager.cpp b/src/common/meta/ServerBasedIndexManager.cpp index 8cb170d49ca..3325dd50e2d 100644 --- a/src/common/meta/ServerBasedIndexManager.cpp +++ b/src/common/meta/ServerBasedIndexManager.cpp @@ -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. */ #include "common/meta/ServerBasedIndexManager.h" diff --git a/src/common/meta/ServerBasedIndexManager.h b/src/common/meta/ServerBasedIndexManager.h index 8eb71174cae..5315b49deb4 100644 --- a/src/common/meta/ServerBasedIndexManager.h +++ b/src/common/meta/ServerBasedIndexManager.h @@ -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. */ #ifndef COMMON_META_SERVERBASEDINDEXMANAGER_H_ diff --git a/src/common/meta/ServerBasedSchemaManager.cpp b/src/common/meta/ServerBasedSchemaManager.cpp index c1ccfdcda61..d260642f28d 100644 --- a/src/common/meta/ServerBasedSchemaManager.cpp +++ b/src/common/meta/ServerBasedSchemaManager.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/meta/ServerBasedSchemaManager.h" diff --git a/src/common/meta/ServerBasedSchemaManager.h b/src/common/meta/ServerBasedSchemaManager.h index bcaefdbeddc..acf01dd7b0e 100644 --- a/src/common/meta/ServerBasedSchemaManager.h +++ b/src/common/meta/ServerBasedSchemaManager.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_META_SERVERBASEDSCHEMAMANAGER_H_ diff --git a/src/common/network/CMakeLists.txt b/src/common/network/CMakeLists.txt index ea6faa64528..7f8561f1599 100644 --- a/src/common/network/CMakeLists.txt +++ b/src/common/network/CMakeLists.txt @@ -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. nebula_add_library( network_obj OBJECT diff --git a/src/common/network/NetworkUtils.cpp b/src/common/network/NetworkUtils.cpp index e82aa481ad4..14d3323610e 100644 --- a/src/common/network/NetworkUtils.cpp +++ b/src/common/network/NetworkUtils.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/network/NetworkUtils.h" diff --git a/src/common/network/NetworkUtils.h b/src/common/network/NetworkUtils.h index 9d97a52fe48..8062397c898 100644 --- a/src/common/network/NetworkUtils.h +++ b/src/common/network/NetworkUtils.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_NETWORK_NETWORKUTILS_H_ diff --git a/src/common/network/test/CMakeLists.txt b/src/common/network/test/CMakeLists.txt index b6a1675e5ed..c15d9209995 100644 --- a/src/common/network/test/CMakeLists.txt +++ b/src/common/network/test/CMakeLists.txt @@ -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. nebula_add_test( NAME diff --git a/src/common/network/test/NetworkUtilsBenchmark.cpp b/src/common/network/test/NetworkUtilsBenchmark.cpp index 89f6e09b014..59a4c34d5d0 100644 --- a/src/common/network/test/NetworkUtilsBenchmark.cpp +++ b/src/common/network/test/NetworkUtilsBenchmark.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/network/test/NetworkUtilsTest.cpp b/src/common/network/test/NetworkUtilsTest.cpp index 8e227055b03..3092c255909 100644 --- a/src/common/network/test/NetworkUtilsTest.cpp +++ b/src/common/network/test/NetworkUtilsTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/plugin/CMakeLists.txt b/src/common/plugin/CMakeLists.txt index 3671999c0db..e81e6bc2fb6 100644 --- a/src/common/plugin/CMakeLists.txt +++ b/src/common/plugin/CMakeLists.txt @@ -1,6 +1,5 @@ # 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. nebula_add_subdirectory(fulltext) diff --git a/src/common/plugin/fulltext/CMakeLists.txt b/src/common/plugin/fulltext/CMakeLists.txt index 12a816fcb60..1f26a1f0c2d 100644 --- a/src/common/plugin/fulltext/CMakeLists.txt +++ b/src/common/plugin/fulltext/CMakeLists.txt @@ -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. nebula_add_library( ft_es_graph_adapter_obj OBJECT diff --git a/src/common/plugin/fulltext/FTGraphAdapter.h b/src/common/plugin/fulltext/FTGraphAdapter.h index fe9c39e3be4..42057d816b5 100644 --- a/src/common/plugin/fulltext/FTGraphAdapter.h +++ b/src/common/plugin/fulltext/FTGraphAdapter.h @@ -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. */ #ifndef COMMON_PLUGIN_FULLTEXT_G_ADAPTER_H_ diff --git a/src/common/plugin/fulltext/FTStorageAdapter.h b/src/common/plugin/fulltext/FTStorageAdapter.h index c63e14af81a..2c046988f8f 100644 --- a/src/common/plugin/fulltext/FTStorageAdapter.h +++ b/src/common/plugin/fulltext/FTStorageAdapter.h @@ -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. */ #ifndef COMMON_PLUGIN_FULLTEXT_S_ADAPTER_H_ diff --git a/src/common/plugin/fulltext/FTUtils.h b/src/common/plugin/fulltext/FTUtils.h index 86bc96b0ed8..fea6d89f261 100644 --- a/src/common/plugin/fulltext/FTUtils.h +++ b/src/common/plugin/fulltext/FTUtils.h @@ -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. */ #ifndef COMMON_PLUGIN_FULLTEXT_UTILS_H_ diff --git a/src/common/plugin/fulltext/elasticsearch/ESGraphAdapter.cpp b/src/common/plugin/fulltext/elasticsearch/ESGraphAdapter.cpp index 3eb21676b9b..a347c8721d0 100644 --- a/src/common/plugin/fulltext/elasticsearch/ESGraphAdapter.cpp +++ b/src/common/plugin/fulltext/elasticsearch/ESGraphAdapter.cpp @@ -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. */ #include "common/plugin/fulltext/elasticsearch/ESGraphAdapter.h" diff --git a/src/common/plugin/fulltext/elasticsearch/ESGraphAdapter.h b/src/common/plugin/fulltext/elasticsearch/ESGraphAdapter.h index ae2fdc28e76..24561c63751 100644 --- a/src/common/plugin/fulltext/elasticsearch/ESGraphAdapter.h +++ b/src/common/plugin/fulltext/elasticsearch/ESGraphAdapter.h @@ -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. */ #ifndef NEBULA_PLUGIN_ESGRAPHADAPTER_H diff --git a/src/common/plugin/fulltext/elasticsearch/ESStorageAdapter.cpp b/src/common/plugin/fulltext/elasticsearch/ESStorageAdapter.cpp index 04858c536bd..94c1d02ecd0 100644 --- a/src/common/plugin/fulltext/elasticsearch/ESStorageAdapter.cpp +++ b/src/common/plugin/fulltext/elasticsearch/ESStorageAdapter.cpp @@ -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. */ #include "common/plugin/fulltext/elasticsearch/ESStorageAdapter.h" diff --git a/src/common/plugin/fulltext/elasticsearch/ESStorageAdapter.h b/src/common/plugin/fulltext/elasticsearch/ESStorageAdapter.h index 23fc31590d2..323018724c6 100644 --- a/src/common/plugin/fulltext/elasticsearch/ESStorageAdapter.h +++ b/src/common/plugin/fulltext/elasticsearch/ESStorageAdapter.h @@ -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. */ #ifndef NEBULA_PLUGIN_ESSTORAGEADAPTER_H diff --git a/src/common/plugin/fulltext/test/CMakeLists.txt b/src/common/plugin/fulltext/test/CMakeLists.txt index 2bc5d1b2407..235e220f7e4 100644 --- a/src/common/plugin/fulltext/test/CMakeLists.txt +++ b/src/common/plugin/fulltext/test/CMakeLists.txt @@ -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. nebula_add_test( NAME diff --git a/src/common/plugin/fulltext/test/FulltextPluginTest.cpp b/src/common/plugin/fulltext/test/FulltextPluginTest.cpp index 86c09b30d70..ce8f85c1ce8 100644 --- a/src/common/plugin/fulltext/test/FulltextPluginTest.cpp +++ b/src/common/plugin/fulltext/test/FulltextPluginTest.cpp @@ -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. */ #include diff --git a/src/common/process/CMakeLists.txt b/src/common/process/CMakeLists.txt index af0248e4f9d..fd7374b3163 100644 --- a/src/common/process/CMakeLists.txt +++ b/src/common/process/CMakeLists.txt @@ -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. nebula_add_library( process_obj OBJECT diff --git a/src/common/process/ProcessUtils.cpp b/src/common/process/ProcessUtils.cpp index f241cf41b3e..0b73c306e8c 100644 --- a/src/common/process/ProcessUtils.cpp +++ b/src/common/process/ProcessUtils.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/process/ProcessUtils.h" diff --git a/src/common/process/ProcessUtils.h b/src/common/process/ProcessUtils.h index 4f6c77b7991..0c42a6d2d7f 100644 --- a/src/common/process/ProcessUtils.h +++ b/src/common/process/ProcessUtils.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_PROCESSUTILS_H_ diff --git a/src/common/process/test/CMakeLists.txt b/src/common/process/test/CMakeLists.txt index f0b1debf62e..2f32167c7a9 100644 --- a/src/common/process/test/CMakeLists.txt +++ b/src/common/process/test/CMakeLists.txt @@ -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. nebula_add_test( NAME diff --git a/src/common/process/test/ProcessTest.cpp b/src/common/process/test/ProcessTest.cpp index eee287cf3f8..a759acc3abc 100644 --- a/src/common/process/test/ProcessTest.cpp +++ b/src/common/process/test/ProcessTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/session/SessionManager.h b/src/common/session/SessionManager.h index 1fa8dd71fac..4b5c06b50b9 100644 --- a/src/common/session/SessionManager.h +++ b/src/common/session/SessionManager.h @@ -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. */ #ifndef COMMON_SESSION_SESSIONMANAGER_H_ diff --git a/src/common/ssl/CMakeLists.txt b/src/common/ssl/CMakeLists.txt index eb19ddc3442..de783857f73 100644 --- a/src/common/ssl/CMakeLists.txt +++ b/src/common/ssl/CMakeLists.txt @@ -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. nebula_add_library( ssl_obj diff --git a/src/common/ssl/SSLConfig.cpp b/src/common/ssl/SSLConfig.cpp index b6623e54332..0a3592dd834 100644 --- a/src/common/ssl/SSLConfig.cpp +++ b/src/common/ssl/SSLConfig.cpp @@ -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. */ #include "common/ssl/SSLConfig.h" diff --git a/src/common/ssl/SSLConfig.h b/src/common/ssl/SSLConfig.h index 45889b86b27..8ffbda3b980 100644 --- a/src/common/ssl/SSLConfig.h +++ b/src/common/ssl/SSLConfig.h @@ -1,8 +1,7 @@ /* 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. */ #pragma once diff --git a/src/common/stats/CMakeLists.txt b/src/common/stats/CMakeLists.txt index 5b069976e38..5e6ab8dcec7 100644 --- a/src/common/stats/CMakeLists.txt +++ b/src/common/stats/CMakeLists.txt @@ -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. nebula_add_library( stats_obj diff --git a/src/common/stats/StatsManager-inl.h b/src/common/stats/StatsManager-inl.h index 0bf64144ab8..a50fbf9ade9 100644 --- a/src/common/stats/StatsManager-inl.h +++ b/src/common/stats/StatsManager-inl.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #pragma once diff --git a/src/common/stats/StatsManager.cpp b/src/common/stats/StatsManager.cpp index 17458f807ec..dc6a604c944 100644 --- a/src/common/stats/StatsManager.cpp +++ b/src/common/stats/StatsManager.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/stats/StatsManager.h" diff --git a/src/common/stats/StatsManager.h b/src/common/stats/StatsManager.h index dd2649263a7..5c4fe4960f6 100644 --- a/src/common/stats/StatsManager.h +++ b/src/common/stats/StatsManager.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_STATS_STATSMANAGER_H_ diff --git a/src/common/stats/test/CMakeLists.txt b/src/common/stats/test/CMakeLists.txt index da98312470b..36876b2a6b9 100644 --- a/src/common/stats/test/CMakeLists.txt +++ b/src/common/stats/test/CMakeLists.txt @@ -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. nebula_add_test( NAME diff --git a/src/common/stats/test/StatsManagerBenchmark.cpp b/src/common/stats/test/StatsManagerBenchmark.cpp index da308bb7dd0..933fcc5136a 100644 --- a/src/common/stats/test/StatsManagerBenchmark.cpp +++ b/src/common/stats/test/StatsManagerBenchmark.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/stats/test/StatsManagerCrossLevelTest.cpp b/src/common/stats/test/StatsManagerCrossLevelTest.cpp index 320b94603d3..e51ba2de9db 100644 --- a/src/common/stats/test/StatsManagerCrossLevelTest.cpp +++ b/src/common/stats/test/StatsManagerCrossLevelTest.cpp @@ -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. */ #include diff --git a/src/common/stats/test/StatsManagerRateTest.cpp b/src/common/stats/test/StatsManagerRateTest.cpp index f01088af08f..abe32894a54 100644 --- a/src/common/stats/test/StatsManagerRateTest.cpp +++ b/src/common/stats/test/StatsManagerRateTest.cpp @@ -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. */ #include diff --git a/src/common/stats/test/StatsManagerTest.cpp b/src/common/stats/test/StatsManagerTest.cpp index 0d66321ad46..513181b400a 100644 --- a/src/common/stats/test/StatsManagerTest.cpp +++ b/src/common/stats/test/StatsManagerTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/test/ServerContext.h b/src/common/test/ServerContext.h index 15e7a0bb69d..c6fedab83be 100644 --- a/src/common/test/ServerContext.h +++ b/src/common/test/ServerContext.h @@ -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. */ #ifndef COMMON_TEST_SERVERCONTEXT_H_ #define COMMON_TEST_SERVERCONTEXT_H_ diff --git a/src/common/thread/CMakeLists.txt b/src/common/thread/CMakeLists.txt index ca4cc8a76d2..5052d559149 100644 --- a/src/common/thread/CMakeLists.txt +++ b/src/common/thread/CMakeLists.txt @@ -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. nebula_add_library( thread_obj OBJECT diff --git a/src/common/thread/GenericThreadPool.cpp b/src/common/thread/GenericThreadPool.cpp index 1cb90fe3d36..a14eef354bb 100644 --- a/src/common/thread/GenericThreadPool.cpp +++ b/src/common/thread/GenericThreadPool.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/thread/GenericThreadPool.h" diff --git a/src/common/thread/GenericThreadPool.h b/src/common/thread/GenericThreadPool.h index bdb2331fb0a..63e8e6a07dd 100644 --- a/src/common/thread/GenericThreadPool.h +++ b/src/common/thread/GenericThreadPool.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_THREAD_GENERICTHREADPOOL_H_ #define COMMON_THREAD_GENERICTHREADPOOL_H_ diff --git a/src/common/thread/GenericWorker.cpp b/src/common/thread/GenericWorker.cpp index e18b399980d..c21c442c8db 100644 --- a/src/common/thread/GenericWorker.cpp +++ b/src/common/thread/GenericWorker.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/thread/GenericWorker.h" diff --git a/src/common/thread/GenericWorker.h b/src/common/thread/GenericWorker.h index 83e3de063a8..fe07592bb1f 100644 --- a/src/common/thread/GenericWorker.h +++ b/src/common/thread/GenericWorker.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_THREAD_GENERICWORKER_H_ #define COMMON_THREAD_GENERICWORKER_H_ diff --git a/src/common/thread/NamedThread.cpp b/src/common/thread/NamedThread.cpp index 1aff5649f1f..fa5495afb67 100644 --- a/src/common/thread/NamedThread.cpp +++ b/src/common/thread/NamedThread.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/thread/NamedThread.h" diff --git a/src/common/thread/NamedThread.h b/src/common/thread/NamedThread.h index c334448ebdc..d455309709f 100644 --- a/src/common/thread/NamedThread.h +++ b/src/common/thread/NamedThread.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_THREAD_NAMEDTHREAD_H_ #define COMMON_THREAD_NAMEDTHREAD_H_ diff --git a/src/common/thread/test/CMakeLists.txt b/src/common/thread/test/CMakeLists.txt index b6ac76caeae..8189e21cad3 100644 --- a/src/common/thread/test/CMakeLists.txt +++ b/src/common/thread/test/CMakeLists.txt @@ -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. nebula_add_test( NAME diff --git a/src/common/thread/test/GenericThreadPoolTest.cpp b/src/common/thread/test/GenericThreadPoolTest.cpp index f5e7f3398af..2157411d77a 100644 --- a/src/common/thread/test/GenericThreadPoolTest.cpp +++ b/src/common/thread/test/GenericThreadPoolTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/thread/test/GenericWorkerTest.cpp b/src/common/thread/test/GenericWorkerTest.cpp index 89f0a7eb928..bdbeb696906 100644 --- a/src/common/thread/test/GenericWorkerTest.cpp +++ b/src/common/thread/test/GenericWorkerTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/thread/test/ThreadTest.cpp b/src/common/thread/test/ThreadTest.cpp index 6b1776eaf79..7f990b2eebd 100644 --- a/src/common/thread/test/ThreadTest.cpp +++ b/src/common/thread/test/ThreadTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/thrift/CMakeLists.txt b/src/common/thrift/CMakeLists.txt index 4dc127c801d..686a1e0bef3 100644 --- a/src/common/thrift/CMakeLists.txt +++ b/src/common/thrift/CMakeLists.txt @@ -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. nebula_add_library( thrift_obj OBJECT diff --git a/src/common/thrift/ThriftClientManager-inl.h b/src/common/thrift/ThriftClientManager-inl.h index caf0a27f252..bcd35d604db 100644 --- a/src/common/thrift/ThriftClientManager-inl.h +++ b/src/common/thrift/ThriftClientManager-inl.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #pragma once diff --git a/src/common/thrift/ThriftClientManager.cpp b/src/common/thrift/ThriftClientManager.cpp index f6c4bb92948..b6ad458dd89 100644 --- a/src/common/thrift/ThriftClientManager.cpp +++ b/src/common/thrift/ThriftClientManager.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/thrift/ThriftClientManager.h" diff --git a/src/common/thrift/ThriftClientManager.h b/src/common/thrift/ThriftClientManager.h index 04800dab4bd..fc7ceaeaa56 100644 --- a/src/common/thrift/ThriftClientManager.h +++ b/src/common/thrift/ThriftClientManager.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_THRIFT_THRIFTCLIENTMANAGER_H_ diff --git a/src/common/thrift/ThriftCpp2OpsHelper.h b/src/common/thrift/ThriftCpp2OpsHelper.h index 1c6fddc9f88..33f3c96a5ac 100644 --- a/src/common/thrift/ThriftCpp2OpsHelper.h +++ b/src/common/thrift/ThriftCpp2OpsHelper.h @@ -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. */ #ifndef COMMON_THRIFT_THRIFTCPP2OPS_HELPER_H_ diff --git a/src/common/thrift/ThriftTypes.h b/src/common/thrift/ThriftTypes.h index e8c722fa15c..e297739ea4e 100644 --- a/src/common/thrift/ThriftTypes.h +++ b/src/common/thrift/ThriftTypes.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_THRIFT_THRIFTTYPES_H_ diff --git a/src/common/time/CMakeLists.txt b/src/common/time/CMakeLists.txt index 959efda8a8f..f1f239a3150 100644 --- a/src/common/time/CMakeLists.txt +++ b/src/common/time/CMakeLists.txt @@ -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. nebula_add_library( time_obj OBJECT diff --git a/src/common/time/Duration.cpp b/src/common/time/Duration.cpp index 36098797c79..29fdaad7d97 100644 --- a/src/common/time/Duration.cpp +++ b/src/common/time/Duration.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/time/Duration.h" diff --git a/src/common/time/Duration.h b/src/common/time/Duration.h index ecc1c0a9f10..2d388047ca7 100644 --- a/src/common/time/Duration.h +++ b/src/common/time/Duration.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_TIME_DURATION_H_ diff --git a/src/common/time/ScopedTimer.h b/src/common/time/ScopedTimer.h index e6ce05eaba9..2d8431bd938 100644 --- a/src/common/time/ScopedTimer.h +++ b/src/common/time/ScopedTimer.h @@ -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. */ #pragma once diff --git a/src/common/time/TimeConversion.cpp b/src/common/time/TimeConversion.cpp index 22cfcec96e8..77050303948 100644 --- a/src/common/time/TimeConversion.cpp +++ b/src/common/time/TimeConversion.cpp @@ -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. */ #include "common/time/TimeConversion.h" diff --git a/src/common/time/TimeConversion.h b/src/common/time/TimeConversion.h index 37faecd9054..a5950e1bafc 100644 --- a/src/common/time/TimeConversion.h +++ b/src/common/time/TimeConversion.h @@ -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. */ #ifndef COMMON_TIME_TIMECONVERSION_H_ diff --git a/src/common/time/TimeUtils.cpp b/src/common/time/TimeUtils.cpp index 01045531ee1..bcc6773032c 100644 --- a/src/common/time/TimeUtils.cpp +++ b/src/common/time/TimeUtils.cpp @@ -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. */ #include "common/time/TimeUtils.h" diff --git a/src/common/time/TimeUtils.h b/src/common/time/TimeUtils.h index 898aa24a358..12235e0851e 100644 --- a/src/common/time/TimeUtils.h +++ b/src/common/time/TimeUtils.h @@ -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. */ #ifndef COMMON_TIME_TIME_H_ diff --git a/src/common/time/TimezoneInfo.cpp b/src/common/time/TimezoneInfo.cpp index 5dde8efa5af..c82007f1f7b 100644 --- a/src/common/time/TimezoneInfo.cpp +++ b/src/common/time/TimezoneInfo.cpp @@ -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. */ #include "common/time/TimezoneInfo.h" diff --git a/src/common/time/TimezoneInfo.h b/src/common/time/TimezoneInfo.h index 221dba3c3fa..7adcc150174 100644 --- a/src/common/time/TimezoneInfo.h +++ b/src/common/time/TimezoneInfo.h @@ -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. */ #ifndef COMMON_TIME_TIMEZONEINFO_H_ diff --git a/src/common/time/WallClock.cpp b/src/common/time/WallClock.cpp index e5579986277..d5ee1d06fd1 100644 --- a/src/common/time/WallClock.cpp +++ b/src/common/time/WallClock.cpp @@ -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. */ #include "common/time/WallClock.h" diff --git a/src/common/time/WallClock.h b/src/common/time/WallClock.h index ff0d84b1c15..8a5d3b2c17e 100644 --- a/src/common/time/WallClock.h +++ b/src/common/time/WallClock.h @@ -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. */ #ifndef COMMON_TIME_WALLCLOCK_H_ diff --git a/src/common/time/detail/TscHelper.cpp b/src/common/time/detail/TscHelper.cpp index 74d54964738..d833061312b 100644 --- a/src/common/time/detail/TscHelper.cpp +++ b/src/common/time/detail/TscHelper.cpp @@ -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. */ #include "common/time/detail/TscHelper.h" diff --git a/src/common/time/detail/TscHelper.h b/src/common/time/detail/TscHelper.h index 4536908e9bf..ac387a7512e 100644 --- a/src/common/time/detail/TscHelper.h +++ b/src/common/time/detail/TscHelper.h @@ -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. */ #ifndef COMMON_TIME_DETAIL_TSCHELPER_H_ diff --git a/src/common/time/test/CMakeLists.txt b/src/common/time/test/CMakeLists.txt index 5d9d2036d3d..ba14f0fd95e 100644 --- a/src/common/time/test/CMakeLists.txt +++ b/src/common/time/test/CMakeLists.txt @@ -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. nebula_add_test( NAME diff --git a/src/common/time/test/DurationBenchmark.cpp b/src/common/time/test/DurationBenchmark.cpp index 7f1888d490a..5afb38a2826 100644 --- a/src/common/time/test/DurationBenchmark.cpp +++ b/src/common/time/test/DurationBenchmark.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/time/test/DurationTest.cpp b/src/common/time/test/DurationTest.cpp index 6fd3b2cdd9a..1d4e01fc018 100644 --- a/src/common/time/test/DurationTest.cpp +++ b/src/common/time/test/DurationTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/time/test/ScopedTimerTest.cpp b/src/common/time/test/ScopedTimerTest.cpp index dd7e873b490..2ceb1de30d1 100644 --- a/src/common/time/test/ScopedTimerTest.cpp +++ b/src/common/time/test/ScopedTimerTest.cpp @@ -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. */ #include diff --git a/src/common/time/test/TimeUtilsTest.cpp b/src/common/time/test/TimeUtilsTest.cpp index 63848c4bfbf..60c2d53e44b 100644 --- a/src/common/time/test/TimeUtilsTest.cpp +++ b/src/common/time/test/TimeUtilsTest.cpp @@ -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. */ #include diff --git a/src/common/time/test/TimezoneInfoTest.cpp b/src/common/time/test/TimezoneInfoTest.cpp index 0b1ff3108f1..f507bac145f 100644 --- a/src/common/time/test/TimezoneInfoTest.cpp +++ b/src/common/time/test/TimezoneInfoTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/time/test/WallClockBenchmark.cpp b/src/common/time/test/WallClockBenchmark.cpp index 2dc2892ccf5..87c1b0b5f04 100644 --- a/src/common/time/test/WallClockBenchmark.cpp +++ b/src/common/time/test/WallClockBenchmark.cpp @@ -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. */ #include diff --git a/src/common/time/test/WallClockTest.cpp b/src/common/time/test/WallClockTest.cpp index 114536a35aa..fff37b82bdc 100644 --- a/src/common/time/test/WallClockTest.cpp +++ b/src/common/time/test/WallClockTest.cpp @@ -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. */ #include diff --git a/src/common/utils/DefaultValueContext.h b/src/common/utils/DefaultValueContext.h index 6a59b50c82f..9d500fe9298 100644 --- a/src/common/utils/DefaultValueContext.h +++ b/src/common/utils/DefaultValueContext.h @@ -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. */ #ifndef COMMON_UTILS_DEFAULTVALUECONTEXT_H_ diff --git a/src/common/utils/IndexKeyUtils.cpp b/src/common/utils/IndexKeyUtils.cpp index da08df43e1f..7694db7f0c3 100644 --- a/src/common/utils/IndexKeyUtils.cpp +++ b/src/common/utils/IndexKeyUtils.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/utils/IndexKeyUtils.h" diff --git a/src/common/utils/IndexKeyUtils.h b/src/common/utils/IndexKeyUtils.h index 5b2a630b27b..23288827422 100644 --- a/src/common/utils/IndexKeyUtils.h +++ b/src/common/utils/IndexKeyUtils.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_UTILS_INDEXKEYUTILS_H_ diff --git a/src/common/utils/LogIterator.h b/src/common/utils/LogIterator.h index e7547901fb2..1875d01d71d 100644 --- a/src/common/utils/LogIterator.h +++ b/src/common/utils/LogIterator.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_UTILS_LOGITERATOR_H_ diff --git a/src/common/utils/MemoryLockCore.h b/src/common/utils/MemoryLockCore.h index e279e7f51d2..e1f190c0150 100644 --- a/src/common/utils/MemoryLockCore.h +++ b/src/common/utils/MemoryLockCore.h @@ -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. */ #pragma once diff --git a/src/common/utils/MemoryLockWrapper.h b/src/common/utils/MemoryLockWrapper.h index ca8f2c90179..8e5f73ecca4 100644 --- a/src/common/utils/MemoryLockWrapper.h +++ b/src/common/utils/MemoryLockWrapper.h @@ -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. */ #pragma once diff --git a/src/common/utils/MetaKeyUtils.cpp b/src/common/utils/MetaKeyUtils.cpp index b0b253f9561..d2bed1f1fb0 100644 --- a/src/common/utils/MetaKeyUtils.cpp +++ b/src/common/utils/MetaKeyUtils.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/utils/MetaKeyUtils.h" diff --git a/src/common/utils/MetaKeyUtils.h b/src/common/utils/MetaKeyUtils.h index 390b087c9c5..ece785dc40d 100644 --- a/src/common/utils/MetaKeyUtils.h +++ b/src/common/utils/MetaKeyUtils.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_KEY_UTILS_H_ diff --git a/src/common/utils/NebulaKeyUtils.cpp b/src/common/utils/NebulaKeyUtils.cpp index 2bac2e2b7ee..6445d8e88dd 100644 --- a/src/common/utils/NebulaKeyUtils.cpp +++ b/src/common/utils/NebulaKeyUtils.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/utils/NebulaKeyUtils.h" diff --git a/src/common/utils/NebulaKeyUtils.h b/src/common/utils/NebulaKeyUtils.h index adbdea7c32e..5dc5904c2bf 100644 --- a/src/common/utils/NebulaKeyUtils.h +++ b/src/common/utils/NebulaKeyUtils.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef COMMON_UTILS_NEBULAKEYUTILS_H_ diff --git a/src/common/utils/OperationKeyUtils.cpp b/src/common/utils/OperationKeyUtils.cpp index a4886a43157..3092a72ce47 100644 --- a/src/common/utils/OperationKeyUtils.cpp +++ b/src/common/utils/OperationKeyUtils.cpp @@ -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. */ #include "common/utils/OperationKeyUtils.h" diff --git a/src/common/utils/OperationKeyUtils.h b/src/common/utils/OperationKeyUtils.h index 130227baaff..98fbd0ab132 100644 --- a/src/common/utils/OperationKeyUtils.h +++ b/src/common/utils/OperationKeyUtils.h @@ -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. */ #ifndef COMMON_BASE_OPERATIONKEYUTILS_H_ diff --git a/src/common/utils/Types.h b/src/common/utils/Types.h index f388da3d81d..1546cd537ee 100644 --- a/src/common/utils/Types.h +++ b/src/common/utils/Types.h @@ -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. */ #ifndef COMMON_UTILS_TYPES_H_ diff --git a/src/common/utils/Utils.h b/src/common/utils/Utils.h index 8f806b168e2..b888ca585b6 100644 --- a/src/common/utils/Utils.h +++ b/src/common/utils/Utils.h @@ -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. */ #ifndef COMMON_UTILS_UTILS_H_ diff --git a/src/common/utils/test/IndexKeyUtilsTest.cpp b/src/common/utils/test/IndexKeyUtilsTest.cpp index c41f6148c31..79b298bf2b3 100644 --- a/src/common/utils/test/IndexKeyUtilsTest.cpp +++ b/src/common/utils/test/IndexKeyUtilsTest.cpp @@ -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. */ #include diff --git a/src/common/utils/test/MetaKeyUtilsTest.cpp b/src/common/utils/test/MetaKeyUtilsTest.cpp index b63c4d83338..26945701112 100644 --- a/src/common/utils/test/MetaKeyUtilsTest.cpp +++ b/src/common/utils/test/MetaKeyUtilsTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/utils/test/NebulaKeyUtilsTest.cpp b/src/common/utils/test/NebulaKeyUtilsTest.cpp index 7c37d2e2cc6..eb5504225b2 100644 --- a/src/common/utils/test/NebulaKeyUtilsTest.cpp +++ b/src/common/utils/test/NebulaKeyUtilsTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/common/utils/test/OperationKeyUtilsTest.cpp b/src/common/utils/test/OperationKeyUtilsTest.cpp index 1e5329de10f..2dfa21603ec 100644 --- a/src/common/utils/test/OperationKeyUtilsTest.cpp +++ b/src/common/utils/test/OperationKeyUtilsTest.cpp @@ -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. */ #include diff --git a/src/daemons/CMakeLists.txt b/src/daemons/CMakeLists.txt index 7b9c716a84f..553f5f8bf8f 100644 --- a/src/daemons/CMakeLists.txt +++ b/src/daemons/CMakeLists.txt @@ -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. set(common_deps $ diff --git a/src/daemons/DrainerDaemon.cpp b/src/daemons/DrainerDaemon.cpp index d25a2c3164e..fa4462bc601 100644 --- a/src/daemons/DrainerDaemon.cpp +++ b/src/daemons/DrainerDaemon.cpp @@ -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. */ #include diff --git a/src/daemons/GraphDaemon.cpp b/src/daemons/GraphDaemon.cpp index 2efa800ee73..877b2c6064b 100644 --- a/src/daemons/GraphDaemon.cpp +++ b/src/daemons/GraphDaemon.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/daemons/MetaDaemon.cpp b/src/daemons/MetaDaemon.cpp index cf75abfcb47..a47082e08a7 100644 --- a/src/daemons/MetaDaemon.cpp +++ b/src/daemons/MetaDaemon.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/daemons/SetupBreakpad.cpp b/src/daemons/SetupBreakpad.cpp index 1e7f9fd53bd..ddd204f4a5c 100644 --- a/src/daemons/SetupBreakpad.cpp +++ b/src/daemons/SetupBreakpad.cpp @@ -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. */ #if defined(__x86_64__) diff --git a/src/daemons/SetupLogging.cpp b/src/daemons/SetupLogging.cpp index 34c51c92802..2b34a07e440 100644 --- a/src/daemons/SetupLogging.cpp +++ b/src/daemons/SetupLogging.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "common/base/Base.h" diff --git a/src/daemons/StorageDaemon.cpp b/src/daemons/StorageDaemon.cpp index f1bbf752cd6..97faf10ec75 100644 --- a/src/daemons/StorageDaemon.cpp +++ b/src/daemons/StorageDaemon.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/drainer/CommonUtils.h b/src/drainer/CommonUtils.h index c669f0d7d63..237248692e9 100644 --- a/src/drainer/CommonUtils.h +++ b/src/drainer/CommonUtils.h @@ -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. */ #ifndef DRAINER_COMMON_H_ diff --git a/src/drainer/DrainerServer.cpp b/src/drainer/DrainerServer.cpp index f74f79f91e1..eba207c9e15 100644 --- a/src/drainer/DrainerServer.cpp +++ b/src/drainer/DrainerServer.cpp @@ -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. */ #include "drainer/DrainerServer.h" diff --git a/src/drainer/DrainerServer.h b/src/drainer/DrainerServer.h index d1fc4c7dcbe..4e620dd7ca9 100644 --- a/src/drainer/DrainerServer.h +++ b/src/drainer/DrainerServer.h @@ -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. */ #ifndef DRAINER_DRAINERSERVER_H_ diff --git a/src/drainer/DrainerServiceHandler.cpp b/src/drainer/DrainerServiceHandler.cpp index dc75fa6560c..f9c64257788 100644 --- a/src/drainer/DrainerServiceHandler.cpp +++ b/src/drainer/DrainerServiceHandler.cpp @@ -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. */ #include "drainer/DrainerServiceHandler.h" diff --git a/src/drainer/DrainerServiceHandler.h b/src/drainer/DrainerServiceHandler.h index 7c36412826c..13579d27671 100644 --- a/src/drainer/DrainerServiceHandler.h +++ b/src/drainer/DrainerServiceHandler.h @@ -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. */ #ifndef DRAINER_DRAINERSERVICEHANDLER_H_ diff --git a/src/drainer/processor/AppendLogProcessor.cpp b/src/drainer/processor/AppendLogProcessor.cpp index 8f6562eec66..225ee24d306 100644 --- a/src/drainer/processor/AppendLogProcessor.cpp +++ b/src/drainer/processor/AppendLogProcessor.cpp @@ -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. */ #include "drainer/processor/AppendLogProcessor.h" diff --git a/src/drainer/processor/AppendLogProcessor.h b/src/drainer/processor/AppendLogProcessor.h index 9f174cace8f..e1bb7fec47d 100644 --- a/src/drainer/processor/AppendLogProcessor.h +++ b/src/drainer/processor/AppendLogProcessor.h @@ -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. */ #ifndef DRAINER_APPENDLOGPROCESSOR_H_ diff --git a/src/drainer/processor/BaseProcessor.h b/src/drainer/processor/BaseProcessor.h index e86908b3f0e..7d713c2dc0a 100644 --- a/src/drainer/processor/BaseProcessor.h +++ b/src/drainer/processor/BaseProcessor.h @@ -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. */ #ifndef DRAINER_BASEPROCESSOR_H_ diff --git a/src/graph/CMakeLists.txt b/src/graph/CMakeLists.txt index e4b9bb180a0..83dc5c9f6e8 100644 --- a/src/graph/CMakeLists.txt +++ b/src/graph/CMakeLists.txt @@ -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. nebula_add_subdirectory(context) nebula_add_subdirectory(executor) diff --git a/src/graph/context/CMakeLists.txt b/src/graph/context/CMakeLists.txt index ef1df1aecda..74d9cb784e0 100644 --- a/src/graph/context/CMakeLists.txt +++ b/src/graph/context/CMakeLists.txt @@ -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. nebula_add_library( graph_context_obj OBJECT diff --git a/src/graph/context/ExecutionContext.cpp b/src/graph/context/ExecutionContext.cpp index 39ef92a6ee4..b1fcc17fb49 100644 --- a/src/graph/context/ExecutionContext.cpp +++ b/src/graph/context/ExecutionContext.cpp @@ -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. */ #include "graph/context/ExecutionContext.h" diff --git a/src/graph/context/ExecutionContext.h b/src/graph/context/ExecutionContext.h index 0bcbb3da1ff..3cb4af51a95 100644 --- a/src/graph/context/ExecutionContext.h +++ b/src/graph/context/ExecutionContext.h @@ -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. */ #ifndef GRAPH_CONTEXT_EXECUTIONCONTEXT_H_ diff --git a/src/graph/context/Iterator.cpp b/src/graph/context/Iterator.cpp index b3af28f5d86..fad0b67d64c 100644 --- a/src/graph/context/Iterator.cpp +++ b/src/graph/context/Iterator.cpp @@ -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. */ #include "graph/context/Iterator.h" diff --git a/src/graph/context/Iterator.h b/src/graph/context/Iterator.h index 86b3be66834..ff0217d8596 100644 --- a/src/graph/context/Iterator.h +++ b/src/graph/context/Iterator.h @@ -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. */ #ifndef GRAPH_CONTEXT_ITERATOR_H_ diff --git a/src/graph/context/QueryContext.cpp b/src/graph/context/QueryContext.cpp index 46f7fe02af6..f70727e9ad0 100644 --- a/src/graph/context/QueryContext.cpp +++ b/src/graph/context/QueryContext.cpp @@ -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. */ #include "graph/context/QueryContext.h" diff --git a/src/graph/context/QueryContext.h b/src/graph/context/QueryContext.h index c85aed49221..e9cba6cd4a1 100644 --- a/src/graph/context/QueryContext.h +++ b/src/graph/context/QueryContext.h @@ -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. */ #ifndef GRAPH_CONTEXT_QUERYCONTEXT_H_ diff --git a/src/graph/context/QueryExpressionContext.cpp b/src/graph/context/QueryExpressionContext.cpp index 9f0f4157ddb..4271009808a 100644 --- a/src/graph/context/QueryExpressionContext.cpp +++ b/src/graph/context/QueryExpressionContext.cpp @@ -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. */ #include "graph/context/QueryExpressionContext.h" diff --git a/src/graph/context/QueryExpressionContext.h b/src/graph/context/QueryExpressionContext.h index e6962ab5d2d..004f954049e 100644 --- a/src/graph/context/QueryExpressionContext.h +++ b/src/graph/context/QueryExpressionContext.h @@ -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. */ #ifndef GRAPH_CONTEXT_QUERYEXPRESSIONCONTEXT_H_ diff --git a/src/graph/context/Result.cpp b/src/graph/context/Result.cpp index ea27d165920..14075cdf662 100644 --- a/src/graph/context/Result.cpp +++ b/src/graph/context/Result.cpp @@ -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. */ #include "graph/context/Result.h" diff --git a/src/graph/context/Result.h b/src/graph/context/Result.h index 40d779930ea..6f475fc501a 100644 --- a/src/graph/context/Result.h +++ b/src/graph/context/Result.h @@ -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. */ #ifndef GRAPH_CONTEXT_RESULT_H_ diff --git a/src/graph/context/Symbols.cpp b/src/graph/context/Symbols.cpp index d6810b72b63..f3ae6d43419 100644 --- a/src/graph/context/Symbols.cpp +++ b/src/graph/context/Symbols.cpp @@ -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. */ #include "graph/context/Symbols.h" diff --git a/src/graph/context/Symbols.h b/src/graph/context/Symbols.h index e9a04ed11e4..0a65f0aabb8 100644 --- a/src/graph/context/Symbols.h +++ b/src/graph/context/Symbols.h @@ -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. */ #ifndef GRAPH_CONTEXT_SYMBOLS_H_ diff --git a/src/graph/context/ValidateContext.h b/src/graph/context/ValidateContext.h index b5e21ecca13..df59eb1fc69 100644 --- a/src/graph/context/ValidateContext.h +++ b/src/graph/context/ValidateContext.h @@ -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. */ #ifndef GRAPH_CONTEXT_VALIDATECONTEXT_H_ diff --git a/src/graph/context/ast/AstContext.h b/src/graph/context/ast/AstContext.h index e3beda613cb..45a7e36ff50 100644 --- a/src/graph/context/ast/AstContext.h +++ b/src/graph/context/ast/AstContext.h @@ -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. */ #ifndef GRAPH_CONTEXT_ASTCONTEXT_H_ diff --git a/src/graph/context/ast/CypherAstContext.h b/src/graph/context/ast/CypherAstContext.h index b366b2c9273..f6d4e775a57 100644 --- a/src/graph/context/ast/CypherAstContext.h +++ b/src/graph/context/ast/CypherAstContext.h @@ -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. */ #ifndef GRAPH_CONTEXT_AST_CYPHERASTCONTEXT_H_ diff --git a/src/graph/context/ast/QueryAstContext.h b/src/graph/context/ast/QueryAstContext.h index df6f7049529..683df2e2a73 100644 --- a/src/graph/context/ast/QueryAstContext.h +++ b/src/graph/context/ast/QueryAstContext.h @@ -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. */ #ifndef GRAPH_CONTEXT_AST_QUERYASTCONTEXT_H_ diff --git a/src/graph/context/test/CMakeLists.txt b/src/graph/context/test/CMakeLists.txt index d3d8ca55695..cb78393777a 100644 --- a/src/graph/context/test/CMakeLists.txt +++ b/src/graph/context/test/CMakeLists.txt @@ -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. SET(CONTEXT_TEST_LIBS $ diff --git a/src/graph/context/test/ExecutionContextTest.cpp b/src/graph/context/test/ExecutionContextTest.cpp index 74f0d30266f..6f9e00f28de 100644 --- a/src/graph/context/test/ExecutionContextTest.cpp +++ b/src/graph/context/test/ExecutionContextTest.cpp @@ -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. */ #include diff --git a/src/graph/context/test/ExpressionContextTest.cpp b/src/graph/context/test/ExpressionContextTest.cpp index 2e94bbe83d1..59d47678298 100644 --- a/src/graph/context/test/ExpressionContextTest.cpp +++ b/src/graph/context/test/ExpressionContextTest.cpp @@ -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. */ #include diff --git a/src/graph/context/test/IteratorBenchmark.cpp b/src/graph/context/test/IteratorBenchmark.cpp index 56179d1669c..7e0489801c4 100644 --- a/src/graph/context/test/IteratorBenchmark.cpp +++ b/src/graph/context/test/IteratorBenchmark.cpp @@ -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. */ #include diff --git a/src/graph/context/test/IteratorTest.cpp b/src/graph/context/test/IteratorTest.cpp index c25d08fd0d9..9aa92583674 100644 --- a/src/graph/context/test/IteratorTest.cpp +++ b/src/graph/context/test/IteratorTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/CMakeLists.txt b/src/graph/executor/CMakeLists.txt index a69d2e513d0..43f9ca636e3 100644 --- a/src/graph/executor/CMakeLists.txt +++ b/src/graph/executor/CMakeLists.txt @@ -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. nebula_add_library( executor_obj OBJECT diff --git a/src/graph/executor/ExecutionError.h b/src/graph/executor/ExecutionError.h index d30ba277ef6..715fdb42e72 100644 --- a/src/graph/executor/ExecutionError.h +++ b/src/graph/executor/ExecutionError.h @@ -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. */ #ifndef GRAPH_EXECUTOR_EXECUTIONERROR_H_ diff --git a/src/graph/executor/Executor.cpp b/src/graph/executor/Executor.cpp index 51ce9766264..323d879b661 100644 --- a/src/graph/executor/Executor.cpp +++ b/src/graph/executor/Executor.cpp @@ -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. */ #include "graph/executor/Executor.h" diff --git a/src/graph/executor/Executor.h b/src/graph/executor/Executor.h index 1ae94e61948..d9946700399 100644 --- a/src/graph/executor/Executor.h +++ b/src/graph/executor/Executor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_EXECUTOR_H_ diff --git a/src/graph/executor/StorageAccessExecutor.cpp b/src/graph/executor/StorageAccessExecutor.cpp index 890448ca27b..cf348bf2368 100644 --- a/src/graph/executor/StorageAccessExecutor.cpp +++ b/src/graph/executor/StorageAccessExecutor.cpp @@ -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. */ #include "graph/executor/StorageAccessExecutor.h" diff --git a/src/graph/executor/StorageAccessExecutor.h b/src/graph/executor/StorageAccessExecutor.h index 5113dac3dfa..01eccc22f67 100644 --- a/src/graph/executor/StorageAccessExecutor.h +++ b/src/graph/executor/StorageAccessExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_STORAGEACCESSEXECUTOR_H_ diff --git a/src/graph/executor/admin/BalanceExecutor.cpp b/src/graph/executor/admin/BalanceExecutor.cpp index 8abb479e9d3..e7bddb85c4a 100644 --- a/src/graph/executor/admin/BalanceExecutor.cpp +++ b/src/graph/executor/admin/BalanceExecutor.cpp @@ -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. */ #include "graph/executor/admin/BalanceExecutor.h" diff --git a/src/graph/executor/admin/BalanceExecutor.h b/src/graph/executor/admin/BalanceExecutor.h index e6b184b8d37..72878d8effb 100644 --- a/src/graph/executor/admin/BalanceExecutor.h +++ b/src/graph/executor/admin/BalanceExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_BALANCEEXECUTOR_H_ diff --git a/src/graph/executor/admin/BalanceLeadersExecutor.cpp b/src/graph/executor/admin/BalanceLeadersExecutor.cpp index 3adb1c058cb..48182a2b4de 100644 --- a/src/graph/executor/admin/BalanceLeadersExecutor.cpp +++ b/src/graph/executor/admin/BalanceLeadersExecutor.cpp @@ -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. */ #include "graph/executor/admin/BalanceLeadersExecutor.h" diff --git a/src/graph/executor/admin/BalanceLeadersExecutor.h b/src/graph/executor/admin/BalanceLeadersExecutor.h index b89cdee325c..02a4d215cbc 100644 --- a/src/graph/executor/admin/BalanceLeadersExecutor.h +++ b/src/graph/executor/admin/BalanceLeadersExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_BALANCELEADERSEXECUTOR_H_ diff --git a/src/graph/executor/admin/ChangePasswordExecutor.cpp b/src/graph/executor/admin/ChangePasswordExecutor.cpp index 75e76ac5a95..b8244684651 100644 --- a/src/graph/executor/admin/ChangePasswordExecutor.cpp +++ b/src/graph/executor/admin/ChangePasswordExecutor.cpp @@ -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. */ #include "graph/executor/admin/ChangePasswordExecutor.h" diff --git a/src/graph/executor/admin/ChangePasswordExecutor.h b/src/graph/executor/admin/ChangePasswordExecutor.h index 73e7d98190c..2f20da3607b 100644 --- a/src/graph/executor/admin/ChangePasswordExecutor.h +++ b/src/graph/executor/admin/ChangePasswordExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_CHANGEPASSWORDEXECUTOR_H_ diff --git a/src/graph/executor/admin/CharsetExecutor.cpp b/src/graph/executor/admin/CharsetExecutor.cpp index aeca7d7e7af..1ac91bae195 100644 --- a/src/graph/executor/admin/CharsetExecutor.cpp +++ b/src/graph/executor/admin/CharsetExecutor.cpp @@ -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. */ #include "graph/executor/admin/CharsetExecutor.h" diff --git a/src/graph/executor/admin/CharsetExecutor.h b/src/graph/executor/admin/CharsetExecutor.h index 80eba590a2d..5c910d48c97 100644 --- a/src/graph/executor/admin/CharsetExecutor.h +++ b/src/graph/executor/admin/CharsetExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_CHARSETEXECUTOR_H_ diff --git a/src/graph/executor/admin/ConfigExecutor.cpp b/src/graph/executor/admin/ConfigExecutor.cpp index 4175ed92dfd..bdffc7ea6dd 100644 --- a/src/graph/executor/admin/ConfigExecutor.cpp +++ b/src/graph/executor/admin/ConfigExecutor.cpp @@ -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. */ #include "graph/executor/admin/ConfigExecutor.h" diff --git a/src/graph/executor/admin/ConfigExecutor.h b/src/graph/executor/admin/ConfigExecutor.h index ed2c98d2669..3bc6e5b40d2 100644 --- a/src/graph/executor/admin/ConfigExecutor.h +++ b/src/graph/executor/admin/ConfigExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_CONFIGEXECUTOR_H_ diff --git a/src/graph/executor/admin/CreateUserExecutor.cpp b/src/graph/executor/admin/CreateUserExecutor.cpp index e12bb5ca0b9..6c185f9d041 100644 --- a/src/graph/executor/admin/CreateUserExecutor.cpp +++ b/src/graph/executor/admin/CreateUserExecutor.cpp @@ -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. */ #include "graph/executor/admin/CreateUserExecutor.h" diff --git a/src/graph/executor/admin/CreateUserExecutor.h b/src/graph/executor/admin/CreateUserExecutor.h index 63147a98c47..19f2c68e27d 100644 --- a/src/graph/executor/admin/CreateUserExecutor.h +++ b/src/graph/executor/admin/CreateUserExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_CREATEUSEREXECUTOR_H_ diff --git a/src/graph/executor/admin/DownloadExecutor.cpp b/src/graph/executor/admin/DownloadExecutor.cpp index 50977fa5e5f..94e44b1d897 100644 --- a/src/graph/executor/admin/DownloadExecutor.cpp +++ b/src/graph/executor/admin/DownloadExecutor.cpp @@ -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. */ #include "graph/executor/admin/DownloadExecutor.h" diff --git a/src/graph/executor/admin/DownloadExecutor.h b/src/graph/executor/admin/DownloadExecutor.h index 34ea78b4102..c0912c9aedf 100644 --- a/src/graph/executor/admin/DownloadExecutor.h +++ b/src/graph/executor/admin/DownloadExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_DOWNLOADEXECUTOR_H_ diff --git a/src/graph/executor/admin/DrainerExecutor.cpp b/src/graph/executor/admin/DrainerExecutor.cpp index 11a0de9e3b3..266f46dcd9d 100644 --- a/src/graph/executor/admin/DrainerExecutor.cpp +++ b/src/graph/executor/admin/DrainerExecutor.cpp @@ -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. */ #include "graph/executor/admin/DrainerExecutor.h" diff --git a/src/graph/executor/admin/DrainerExecutor.h b/src/graph/executor/admin/DrainerExecutor.h index bf42c71d8c5..f7ea4c1fdb3 100644 --- a/src/graph/executor/admin/DrainerExecutor.h +++ b/src/graph/executor/admin/DrainerExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_DRAINEREXECUTOR_H_ diff --git a/src/graph/executor/admin/DropUserExecutor.cpp b/src/graph/executor/admin/DropUserExecutor.cpp index 64dbfaccf18..7f07c3f86f4 100644 --- a/src/graph/executor/admin/DropUserExecutor.cpp +++ b/src/graph/executor/admin/DropUserExecutor.cpp @@ -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. */ #include "graph/executor/admin/DropUserExecutor.h" diff --git a/src/graph/executor/admin/DropUserExecutor.h b/src/graph/executor/admin/DropUserExecutor.h index 60e946f3bcb..bfd32c807c7 100644 --- a/src/graph/executor/admin/DropUserExecutor.h +++ b/src/graph/executor/admin/DropUserExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_DROPUSEREXECUTOR_H_ diff --git a/src/graph/executor/admin/GrantRoleExecutor.cpp b/src/graph/executor/admin/GrantRoleExecutor.cpp index 0a7345ae156..ebc64490727 100644 --- a/src/graph/executor/admin/GrantRoleExecutor.cpp +++ b/src/graph/executor/admin/GrantRoleExecutor.cpp @@ -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. */ #include "graph/executor/admin/GrantRoleExecutor.h" diff --git a/src/graph/executor/admin/GrantRoleExecutor.h b/src/graph/executor/admin/GrantRoleExecutor.h index 925a638fe56..c7f03616115 100644 --- a/src/graph/executor/admin/GrantRoleExecutor.h +++ b/src/graph/executor/admin/GrantRoleExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_GRANTROLEEXECUTOR_H_ diff --git a/src/graph/executor/admin/GroupExecutor.cpp b/src/graph/executor/admin/GroupExecutor.cpp index 83747641fbd..462690f8f27 100644 --- a/src/graph/executor/admin/GroupExecutor.cpp +++ b/src/graph/executor/admin/GroupExecutor.cpp @@ -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. */ #include "graph/executor/admin/GroupExecutor.h" diff --git a/src/graph/executor/admin/GroupExecutor.h b/src/graph/executor/admin/GroupExecutor.h index a18c903394e..0cb38a3fd7f 100644 --- a/src/graph/executor/admin/GroupExecutor.h +++ b/src/graph/executor/admin/GroupExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_GROUPEXECUTOR_H_ diff --git a/src/graph/executor/admin/IngestExecutor.cpp b/src/graph/executor/admin/IngestExecutor.cpp index c0e4a2cc868..9cb397e3006 100644 --- a/src/graph/executor/admin/IngestExecutor.cpp +++ b/src/graph/executor/admin/IngestExecutor.cpp @@ -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. */ #include "graph/executor/admin/IngestExecutor.h" diff --git a/src/graph/executor/admin/IngestExecutor.h b/src/graph/executor/admin/IngestExecutor.h index dca6badf1b2..8a84c1dbf67 100644 --- a/src/graph/executor/admin/IngestExecutor.h +++ b/src/graph/executor/admin/IngestExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_INGESTEXECUTOR_H_ diff --git a/src/graph/executor/admin/KillQueryExecutor.cpp b/src/graph/executor/admin/KillQueryExecutor.cpp index 8bc724ffaaf..d3e956a95c7 100644 --- a/src/graph/executor/admin/KillQueryExecutor.cpp +++ b/src/graph/executor/admin/KillQueryExecutor.cpp @@ -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. */ #include "graph/executor/admin/KillQueryExecutor.h" diff --git a/src/graph/executor/admin/KillQueryExecutor.h b/src/graph/executor/admin/KillQueryExecutor.h index 163ae1ed4ad..5eea04c647c 100644 --- a/src/graph/executor/admin/KillQueryExecutor.h +++ b/src/graph/executor/admin/KillQueryExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_KILLQUERYEXECUTOR_H_ diff --git a/src/graph/executor/admin/ListRolesExecutor.cpp b/src/graph/executor/admin/ListRolesExecutor.cpp index bd5b4ee808f..198714e0954 100644 --- a/src/graph/executor/admin/ListRolesExecutor.cpp +++ b/src/graph/executor/admin/ListRolesExecutor.cpp @@ -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. */ #include "graph/executor/admin/ListRolesExecutor.h" diff --git a/src/graph/executor/admin/ListRolesExecutor.h b/src/graph/executor/admin/ListRolesExecutor.h index 444640493cd..735f4f4dd01 100644 --- a/src/graph/executor/admin/ListRolesExecutor.h +++ b/src/graph/executor/admin/ListRolesExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_LISTROLESEXECUTOR_H_ diff --git a/src/graph/executor/admin/ListUserRolesExecutor.cpp b/src/graph/executor/admin/ListUserRolesExecutor.cpp index 698d2d89d93..4637721f392 100644 --- a/src/graph/executor/admin/ListUserRolesExecutor.cpp +++ b/src/graph/executor/admin/ListUserRolesExecutor.cpp @@ -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. */ #include "graph/executor/admin/ListUserRolesExecutor.h" diff --git a/src/graph/executor/admin/ListUserRolesExecutor.h b/src/graph/executor/admin/ListUserRolesExecutor.h index 33ce3e506eb..27f757accd2 100644 --- a/src/graph/executor/admin/ListUserRolesExecutor.h +++ b/src/graph/executor/admin/ListUserRolesExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_LISTUSERROLESEXECUTOR_H_ diff --git a/src/graph/executor/admin/ListUsersExecutor.cpp b/src/graph/executor/admin/ListUsersExecutor.cpp index 6989d2381e9..b196d660ad3 100644 --- a/src/graph/executor/admin/ListUsersExecutor.cpp +++ b/src/graph/executor/admin/ListUsersExecutor.cpp @@ -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. */ #include "graph/executor/admin/ListUsersExecutor.h" diff --git a/src/graph/executor/admin/ListUsersExecutor.h b/src/graph/executor/admin/ListUsersExecutor.h index edc0dbcea66..02fb737a112 100644 --- a/src/graph/executor/admin/ListUsersExecutor.h +++ b/src/graph/executor/admin/ListUsersExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_LISTUSERSEXECUTOR_H_ diff --git a/src/graph/executor/admin/ListenerExecutor.cpp b/src/graph/executor/admin/ListenerExecutor.cpp index 8582724c22a..fb10d14c18f 100644 --- a/src/graph/executor/admin/ListenerExecutor.cpp +++ b/src/graph/executor/admin/ListenerExecutor.cpp @@ -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. */ #include "graph/executor/admin/ListenerExecutor.h" diff --git a/src/graph/executor/admin/ListenerExecutor.h b/src/graph/executor/admin/ListenerExecutor.h index 7c1e44cab4e..63907a8e625 100644 --- a/src/graph/executor/admin/ListenerExecutor.h +++ b/src/graph/executor/admin/ListenerExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_LISTENEREXECUTOR_H_ diff --git a/src/graph/executor/admin/PartExecutor.cpp b/src/graph/executor/admin/PartExecutor.cpp index a6d63ee924d..786f236d33c 100644 --- a/src/graph/executor/admin/PartExecutor.cpp +++ b/src/graph/executor/admin/PartExecutor.cpp @@ -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. */ #include "graph/executor/admin/PartExecutor.h" diff --git a/src/graph/executor/admin/PartExecutor.h b/src/graph/executor/admin/PartExecutor.h index 8edd8605616..fde97f6cc23 100644 --- a/src/graph/executor/admin/PartExecutor.h +++ b/src/graph/executor/admin/PartExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_PARTEXECUTOR_H_ diff --git a/src/graph/executor/admin/ResetBalanceExecutor.cpp b/src/graph/executor/admin/ResetBalanceExecutor.cpp index b062ecef31a..f461b6de8b5 100644 --- a/src/graph/executor/admin/ResetBalanceExecutor.cpp +++ b/src/graph/executor/admin/ResetBalanceExecutor.cpp @@ -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. */ #include "graph/executor/admin/ResetBalanceExecutor.h" diff --git a/src/graph/executor/admin/ResetBalanceExecutor.h b/src/graph/executor/admin/ResetBalanceExecutor.h index f2e607b08c2..4b2d69f6fb2 100644 --- a/src/graph/executor/admin/ResetBalanceExecutor.h +++ b/src/graph/executor/admin/ResetBalanceExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_RESETBALANCEEXECUTOR_H_ diff --git a/src/graph/executor/admin/RevokeRoleExecutor.cpp b/src/graph/executor/admin/RevokeRoleExecutor.cpp index cac4b3fe2f5..f5404e88b6d 100644 --- a/src/graph/executor/admin/RevokeRoleExecutor.cpp +++ b/src/graph/executor/admin/RevokeRoleExecutor.cpp @@ -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. */ #include "graph/executor/admin/RevokeRoleExecutor.h" diff --git a/src/graph/executor/admin/RevokeRoleExecutor.h b/src/graph/executor/admin/RevokeRoleExecutor.h index 932c997fe44..69fbd41d423 100644 --- a/src/graph/executor/admin/RevokeRoleExecutor.h +++ b/src/graph/executor/admin/RevokeRoleExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_REVOKEROLEEXECUTOR_H_ diff --git a/src/graph/executor/admin/SessionExecutor.cpp b/src/graph/executor/admin/SessionExecutor.cpp index 41f32ef041f..543d27e56db 100644 --- a/src/graph/executor/admin/SessionExecutor.cpp +++ b/src/graph/executor/admin/SessionExecutor.cpp @@ -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. */ #include "graph/executor/admin/SessionExecutor.h" diff --git a/src/graph/executor/admin/SessionExecutor.h b/src/graph/executor/admin/SessionExecutor.h index cbaa6bde919..79dc9909619 100644 --- a/src/graph/executor/admin/SessionExecutor.h +++ b/src/graph/executor/admin/SessionExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_SESSIONEXECUTOR_H_ diff --git a/src/graph/executor/admin/ShowBalanceExecutor.cpp b/src/graph/executor/admin/ShowBalanceExecutor.cpp index 4bae26f7ff9..3df7ae08021 100644 --- a/src/graph/executor/admin/ShowBalanceExecutor.cpp +++ b/src/graph/executor/admin/ShowBalanceExecutor.cpp @@ -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. */ #include "graph/executor/admin/ShowBalanceExecutor.h" diff --git a/src/graph/executor/admin/ShowBalanceExecutor.h b/src/graph/executor/admin/ShowBalanceExecutor.h index bfad8a37c19..dfb89df47fc 100644 --- a/src/graph/executor/admin/ShowBalanceExecutor.h +++ b/src/graph/executor/admin/ShowBalanceExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_SHOWBALANCEEXECUTOR_H_ diff --git a/src/graph/executor/admin/ShowHostsExecutor.cpp b/src/graph/executor/admin/ShowHostsExecutor.cpp index db5133b8de9..2ff7b5a39b0 100644 --- a/src/graph/executor/admin/ShowHostsExecutor.cpp +++ b/src/graph/executor/admin/ShowHostsExecutor.cpp @@ -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. */ #include "graph/executor/admin/ShowHostsExecutor.h" diff --git a/src/graph/executor/admin/ShowHostsExecutor.h b/src/graph/executor/admin/ShowHostsExecutor.h index 95cf6486bba..0761ded6512 100644 --- a/src/graph/executor/admin/ShowHostsExecutor.h +++ b/src/graph/executor/admin/ShowHostsExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_SHOW_HOSTS_EXECUTOR_H_ diff --git a/src/graph/executor/admin/ShowMetaLeaderExecutor.cpp b/src/graph/executor/admin/ShowMetaLeaderExecutor.cpp index 0b6d5604509..8d10f523150 100644 --- a/src/graph/executor/admin/ShowMetaLeaderExecutor.cpp +++ b/src/graph/executor/admin/ShowMetaLeaderExecutor.cpp @@ -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. */ #include "graph/executor/admin/ShowMetaLeaderExecutor.h" diff --git a/src/graph/executor/admin/ShowMetaLeaderExecutor.h b/src/graph/executor/admin/ShowMetaLeaderExecutor.h index 3c189ff1d7f..2ba2a3a01f6 100644 --- a/src/graph/executor/admin/ShowMetaLeaderExecutor.h +++ b/src/graph/executor/admin/ShowMetaLeaderExecutor.h @@ -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. */ #pragma once diff --git a/src/graph/executor/admin/ShowQueriesExecutor.cpp b/src/graph/executor/admin/ShowQueriesExecutor.cpp index 4c9e64dbcf6..b2166e5a567 100644 --- a/src/graph/executor/admin/ShowQueriesExecutor.cpp +++ b/src/graph/executor/admin/ShowQueriesExecutor.cpp @@ -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. */ #include "graph/executor/admin/ShowQueriesExecutor.h" diff --git a/src/graph/executor/admin/ShowQueriesExecutor.h b/src/graph/executor/admin/ShowQueriesExecutor.h index 4ae29d27863..267d15ddcca 100644 --- a/src/graph/executor/admin/ShowQueriesExecutor.h +++ b/src/graph/executor/admin/ShowQueriesExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_SHOWQUERIESEXECUTOR_H_ diff --git a/src/graph/executor/admin/ShowServiceClientsExecutor.cpp b/src/graph/executor/admin/ShowServiceClientsExecutor.cpp index b9b23c788b0..af9748e60d1 100644 --- a/src/graph/executor/admin/ShowServiceClientsExecutor.cpp +++ b/src/graph/executor/admin/ShowServiceClientsExecutor.cpp @@ -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. */ #include "graph/executor/admin/ShowServiceClientsExecutor.h" diff --git a/src/graph/executor/admin/ShowServiceClientsExecutor.h b/src/graph/executor/admin/ShowServiceClientsExecutor.h index ad046745132..e524954c9d3 100644 --- a/src/graph/executor/admin/ShowServiceClientsExecutor.h +++ b/src/graph/executor/admin/ShowServiceClientsExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_SHOW_SERVICE_CLIENTS_EXECUTOR_H_ diff --git a/src/graph/executor/admin/ShowStatsExecutor.cpp b/src/graph/executor/admin/ShowStatsExecutor.cpp index d1658675d73..bef1b97eece 100644 --- a/src/graph/executor/admin/ShowStatsExecutor.cpp +++ b/src/graph/executor/admin/ShowStatsExecutor.cpp @@ -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. */ #include "graph/executor/admin/ShowStatsExecutor.h" diff --git a/src/graph/executor/admin/ShowStatsExecutor.h b/src/graph/executor/admin/ShowStatsExecutor.h index 707ee254a2b..1e6e3bcd1d6 100644 --- a/src/graph/executor/admin/ShowStatsExecutor.h +++ b/src/graph/executor/admin/ShowStatsExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_SHOWSTATUSEXECUTOR_H_ diff --git a/src/graph/executor/admin/SignInServiceExecutor.cpp b/src/graph/executor/admin/SignInServiceExecutor.cpp index c7fe4e77491..f83bb068314 100644 --- a/src/graph/executor/admin/SignInServiceExecutor.cpp +++ b/src/graph/executor/admin/SignInServiceExecutor.cpp @@ -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. */ #include "graph/executor/admin/SignInServiceExecutor.h" diff --git a/src/graph/executor/admin/SignInServiceExecutor.h b/src/graph/executor/admin/SignInServiceExecutor.h index 0493f3d3a42..83d4fd22ed9 100644 --- a/src/graph/executor/admin/SignInServiceExecutor.h +++ b/src/graph/executor/admin/SignInServiceExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_SIGNINSERVICEEXECUTOR_H_ diff --git a/src/graph/executor/admin/SignOutServiceExecutor.cpp b/src/graph/executor/admin/SignOutServiceExecutor.cpp index 58167e6ba96..3c6f81c8969 100644 --- a/src/graph/executor/admin/SignOutServiceExecutor.cpp +++ b/src/graph/executor/admin/SignOutServiceExecutor.cpp @@ -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. */ #include "graph/executor/admin/SignOutServiceExecutor.h" diff --git a/src/graph/executor/admin/SignOutServiceExecutor.h b/src/graph/executor/admin/SignOutServiceExecutor.h index cc156bc3a10..1e1ded6de35 100644 --- a/src/graph/executor/admin/SignOutServiceExecutor.h +++ b/src/graph/executor/admin/SignOutServiceExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_SIGNOUTTSSERVICEEXECUTOR_H_ diff --git a/src/graph/executor/admin/SnapshotExecutor.cpp b/src/graph/executor/admin/SnapshotExecutor.cpp index 1f70ffd9515..1b6375711cd 100644 --- a/src/graph/executor/admin/SnapshotExecutor.cpp +++ b/src/graph/executor/admin/SnapshotExecutor.cpp @@ -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. */ #include "graph/executor/admin/SnapshotExecutor.h" diff --git a/src/graph/executor/admin/SnapshotExecutor.h b/src/graph/executor/admin/SnapshotExecutor.h index e4e530672ec..c3ef848c52b 100644 --- a/src/graph/executor/admin/SnapshotExecutor.h +++ b/src/graph/executor/admin/SnapshotExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_SNAPSHOTEXECUTOR_H_ diff --git a/src/graph/executor/admin/SpaceExecutor.cpp b/src/graph/executor/admin/SpaceExecutor.cpp index 52d4f46e3a2..9b127dab81c 100644 --- a/src/graph/executor/admin/SpaceExecutor.cpp +++ b/src/graph/executor/admin/SpaceExecutor.cpp @@ -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. */ #include "graph/executor/admin/SpaceExecutor.h" diff --git a/src/graph/executor/admin/SpaceExecutor.h b/src/graph/executor/admin/SpaceExecutor.h index d3a339bb18a..e0c917d93f0 100644 --- a/src/graph/executor/admin/SpaceExecutor.h +++ b/src/graph/executor/admin/SpaceExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_SPACESEXECUTOR_H_ diff --git a/src/graph/executor/admin/StopBalanceExecutor.cpp b/src/graph/executor/admin/StopBalanceExecutor.cpp index 237f985829c..b727032938c 100644 --- a/src/graph/executor/admin/StopBalanceExecutor.cpp +++ b/src/graph/executor/admin/StopBalanceExecutor.cpp @@ -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. */ #include "graph/executor/admin/StopBalanceExecutor.h" diff --git a/src/graph/executor/admin/StopBalanceExecutor.h b/src/graph/executor/admin/StopBalanceExecutor.h index 78f4e619c90..6b79b6f9181 100644 --- a/src/graph/executor/admin/StopBalanceExecutor.h +++ b/src/graph/executor/admin/StopBalanceExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_STOPBALANCEEXECUTOR_H_ diff --git a/src/graph/executor/admin/SubmitJobExecutor.cpp b/src/graph/executor/admin/SubmitJobExecutor.cpp index 9fb3d651153..e0997ba61f0 100644 --- a/src/graph/executor/admin/SubmitJobExecutor.cpp +++ b/src/graph/executor/admin/SubmitJobExecutor.cpp @@ -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. */ #include "graph/executor/admin/SubmitJobExecutor.h" diff --git a/src/graph/executor/admin/SubmitJobExecutor.h b/src/graph/executor/admin/SubmitJobExecutor.h index 08f777f2629..669e783977f 100644 --- a/src/graph/executor/admin/SubmitJobExecutor.h +++ b/src/graph/executor/admin/SubmitJobExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_SUBMIT_JOB_EXECUTOR_H_ diff --git a/src/graph/executor/admin/SwitchSpaceExecutor.cpp b/src/graph/executor/admin/SwitchSpaceExecutor.cpp index 6679c3ddfbf..df7217d8f60 100644 --- a/src/graph/executor/admin/SwitchSpaceExecutor.cpp +++ b/src/graph/executor/admin/SwitchSpaceExecutor.cpp @@ -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. */ #include "graph/executor/admin/SwitchSpaceExecutor.h" diff --git a/src/graph/executor/admin/SwitchSpaceExecutor.h b/src/graph/executor/admin/SwitchSpaceExecutor.h index 874531bd9a0..633d03e9127 100644 --- a/src/graph/executor/admin/SwitchSpaceExecutor.h +++ b/src/graph/executor/admin/SwitchSpaceExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_SWITCHSPACEEXECUTOR_H_ diff --git a/src/graph/executor/admin/UpdateUserExecutor.cpp b/src/graph/executor/admin/UpdateUserExecutor.cpp index 5faefd0ca5a..4e320103dde 100644 --- a/src/graph/executor/admin/UpdateUserExecutor.cpp +++ b/src/graph/executor/admin/UpdateUserExecutor.cpp @@ -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. */ #include "graph/executor/admin/UpdateUserExecutor.h" diff --git a/src/graph/executor/admin/UpdateUserExecutor.h b/src/graph/executor/admin/UpdateUserExecutor.h index ba01c97676c..a7e85bfef5b 100644 --- a/src/graph/executor/admin/UpdateUserExecutor.h +++ b/src/graph/executor/admin/UpdateUserExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_UPDATEUSEREXECUTOR_H_ diff --git a/src/graph/executor/admin/ZoneExecutor.cpp b/src/graph/executor/admin/ZoneExecutor.cpp index e5d89e1bdde..a70961b919f 100644 --- a/src/graph/executor/admin/ZoneExecutor.cpp +++ b/src/graph/executor/admin/ZoneExecutor.cpp @@ -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. */ #include "graph/executor/admin/ZoneExecutor.h" diff --git a/src/graph/executor/admin/ZoneExecutor.h b/src/graph/executor/admin/ZoneExecutor.h index 3cd73141582..38e661eb55c 100644 --- a/src/graph/executor/admin/ZoneExecutor.h +++ b/src/graph/executor/admin/ZoneExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_ZONEEXECUTOR_H_ diff --git a/src/graph/executor/algo/BFSShortestPathExecutor.cpp b/src/graph/executor/algo/BFSShortestPathExecutor.cpp index 75de3dc2ce5..631cf3cee9d 100644 --- a/src/graph/executor/algo/BFSShortestPathExecutor.cpp +++ b/src/graph/executor/algo/BFSShortestPathExecutor.cpp @@ -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. */ #include "graph/executor/algo/BFSShortestPathExecutor.h" diff --git a/src/graph/executor/algo/BFSShortestPathExecutor.h b/src/graph/executor/algo/BFSShortestPathExecutor.h index eb0739801b3..68742b54493 100644 --- a/src/graph/executor/algo/BFSShortestPathExecutor.h +++ b/src/graph/executor/algo/BFSShortestPathExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ALGO_BFSSHORTESTPATHEXECUTOR_H_ diff --git a/src/graph/executor/algo/CartesianProductExecutor.cpp b/src/graph/executor/algo/CartesianProductExecutor.cpp index daf122f6ba6..7e6ec32e4e7 100644 --- a/src/graph/executor/algo/CartesianProductExecutor.cpp +++ b/src/graph/executor/algo/CartesianProductExecutor.cpp @@ -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. */ #include "graph/executor/algo/CartesianProductExecutor.h" diff --git a/src/graph/executor/algo/CartesianProductExecutor.h b/src/graph/executor/algo/CartesianProductExecutor.h index 33bb0434c73..03cc66745da 100644 --- a/src/graph/executor/algo/CartesianProductExecutor.h +++ b/src/graph/executor/algo/CartesianProductExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ALGO_CARTESIANPRODUCTEXECUTOR_H_ diff --git a/src/graph/executor/algo/ConjunctPathExecutor.cpp b/src/graph/executor/algo/ConjunctPathExecutor.cpp index 2648e945210..3d80c4e3fe5 100644 --- a/src/graph/executor/algo/ConjunctPathExecutor.cpp +++ b/src/graph/executor/algo/ConjunctPathExecutor.cpp @@ -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. */ #include "graph/executor/algo/ConjunctPathExecutor.h" diff --git a/src/graph/executor/algo/ConjunctPathExecutor.h b/src/graph/executor/algo/ConjunctPathExecutor.h index 018a11f3cb9..4285cd8370b 100644 --- a/src/graph/executor/algo/ConjunctPathExecutor.h +++ b/src/graph/executor/algo/ConjunctPathExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ALGO_CONJUNCTPATHEXECUTOR_H_ diff --git a/src/graph/executor/algo/ProduceAllPathsExecutor.cpp b/src/graph/executor/algo/ProduceAllPathsExecutor.cpp index fb6c4010dec..26fc027ec16 100644 --- a/src/graph/executor/algo/ProduceAllPathsExecutor.cpp +++ b/src/graph/executor/algo/ProduceAllPathsExecutor.cpp @@ -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. */ #include "graph/executor/algo/ProduceAllPathsExecutor.h" diff --git a/src/graph/executor/algo/ProduceAllPathsExecutor.h b/src/graph/executor/algo/ProduceAllPathsExecutor.h index b259c7f1aa7..986c0da3c13 100644 --- a/src/graph/executor/algo/ProduceAllPathsExecutor.h +++ b/src/graph/executor/algo/ProduceAllPathsExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ALGO_PRODUCEALLPATHSEXECUTOR_H_ diff --git a/src/graph/executor/algo/ProduceSemiShortestPathExecutor.cpp b/src/graph/executor/algo/ProduceSemiShortestPathExecutor.cpp index b76836f22ec..79e68ae4e97 100644 --- a/src/graph/executor/algo/ProduceSemiShortestPathExecutor.cpp +++ b/src/graph/executor/algo/ProduceSemiShortestPathExecutor.cpp @@ -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. */ #include "graph/executor/algo/ProduceSemiShortestPathExecutor.h" diff --git a/src/graph/executor/algo/ProduceSemiShortestPathExecutor.h b/src/graph/executor/algo/ProduceSemiShortestPathExecutor.h index a67864a48bf..e3cd3a79330 100644 --- a/src/graph/executor/algo/ProduceSemiShortestPathExecutor.h +++ b/src/graph/executor/algo/ProduceSemiShortestPathExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ALGO_PRODUCESEMISHORTESTPATHEXECUTOR_H_ diff --git a/src/graph/executor/algo/SubgraphExecutor.cpp b/src/graph/executor/algo/SubgraphExecutor.cpp index 44efd9e0d5b..fd165f675cc 100644 --- a/src/graph/executor/algo/SubgraphExecutor.cpp +++ b/src/graph/executor/algo/SubgraphExecutor.cpp @@ -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. */ #include "graph/executor/algo/SubgraphExecutor.h" diff --git a/src/graph/executor/algo/SubgraphExecutor.h b/src/graph/executor/algo/SubgraphExecutor.h index ff1adc3fa03..83da2e6cc82 100644 --- a/src/graph/executor/algo/SubgraphExecutor.h +++ b/src/graph/executor/algo/SubgraphExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ALGO_SUBGRAPHEXECUTOR_H_ diff --git a/src/graph/executor/logic/LoopExecutor.cpp b/src/graph/executor/logic/LoopExecutor.cpp index cbbd5ab392e..5781ec75b75 100644 --- a/src/graph/executor/logic/LoopExecutor.cpp +++ b/src/graph/executor/logic/LoopExecutor.cpp @@ -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. */ #include "graph/executor/logic/LoopExecutor.h" diff --git a/src/graph/executor/logic/LoopExecutor.h b/src/graph/executor/logic/LoopExecutor.h index d68ee4b875b..22cec5158dd 100644 --- a/src/graph/executor/logic/LoopExecutor.h +++ b/src/graph/executor/logic/LoopExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_LOGIC_LOOPEXECUTOR_H_ diff --git a/src/graph/executor/logic/PassThroughExecutor.cpp b/src/graph/executor/logic/PassThroughExecutor.cpp index c9b24075d39..e380fbe977a 100644 --- a/src/graph/executor/logic/PassThroughExecutor.cpp +++ b/src/graph/executor/logic/PassThroughExecutor.cpp @@ -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. */ #include "graph/executor/logic/PassThroughExecutor.h" diff --git a/src/graph/executor/logic/PassThroughExecutor.h b/src/graph/executor/logic/PassThroughExecutor.h index dae1fdc6b02..32b90a0ae33 100644 --- a/src/graph/executor/logic/PassThroughExecutor.h +++ b/src/graph/executor/logic/PassThroughExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_LOGIC_PASSTHROUGHEXECUTOR_H_ diff --git a/src/graph/executor/logic/SelectExecutor.cpp b/src/graph/executor/logic/SelectExecutor.cpp index c809f5fcd8b..ce041065a87 100644 --- a/src/graph/executor/logic/SelectExecutor.cpp +++ b/src/graph/executor/logic/SelectExecutor.cpp @@ -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. */ #include "graph/executor/logic/SelectExecutor.h" diff --git a/src/graph/executor/logic/SelectExecutor.h b/src/graph/executor/logic/SelectExecutor.h index 59155a00d92..5ba78fbc8bf 100644 --- a/src/graph/executor/logic/SelectExecutor.h +++ b/src/graph/executor/logic/SelectExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_LOGIC_SELECTEXECUTOR_H_ diff --git a/src/graph/executor/logic/StartExecutor.cpp b/src/graph/executor/logic/StartExecutor.cpp index 58a79d4f0e1..62effcf90c4 100644 --- a/src/graph/executor/logic/StartExecutor.cpp +++ b/src/graph/executor/logic/StartExecutor.cpp @@ -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. */ #include "graph/executor/logic/StartExecutor.h" diff --git a/src/graph/executor/logic/StartExecutor.h b/src/graph/executor/logic/StartExecutor.h index bee5e31a8b2..0c81e00b1aa 100644 --- a/src/graph/executor/logic/StartExecutor.h +++ b/src/graph/executor/logic/StartExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_LOGIC_STARTEXECUTOR_H_ diff --git a/src/graph/executor/maintain/EdgeExecutor.cpp b/src/graph/executor/maintain/EdgeExecutor.cpp index b61ff5cebb7..4ddd35dcd41 100644 --- a/src/graph/executor/maintain/EdgeExecutor.cpp +++ b/src/graph/executor/maintain/EdgeExecutor.cpp @@ -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. */ #include "graph/executor/maintain/EdgeExecutor.h" diff --git a/src/graph/executor/maintain/EdgeExecutor.h b/src/graph/executor/maintain/EdgeExecutor.h index d9235dc7931..bc6032d108d 100644 --- a/src/graph/executor/maintain/EdgeExecutor.h +++ b/src/graph/executor/maintain/EdgeExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_MAINTAIN_EDGEEXECUTOR_H_ diff --git a/src/graph/executor/maintain/EdgeIndexExecutor.cpp b/src/graph/executor/maintain/EdgeIndexExecutor.cpp index 930ca20c0ca..798ff8640dc 100644 --- a/src/graph/executor/maintain/EdgeIndexExecutor.cpp +++ b/src/graph/executor/maintain/EdgeIndexExecutor.cpp @@ -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. */ #include "graph/executor/maintain/EdgeIndexExecutor.h" diff --git a/src/graph/executor/maintain/EdgeIndexExecutor.h b/src/graph/executor/maintain/EdgeIndexExecutor.h index 729c327439f..f477e0b6136 100644 --- a/src/graph/executor/maintain/EdgeIndexExecutor.h +++ b/src/graph/executor/maintain/EdgeIndexExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_MAINTAIN_EDGEINDEXEXECUTOR_H_ diff --git a/src/graph/executor/maintain/FTIndexExecutor.cpp b/src/graph/executor/maintain/FTIndexExecutor.cpp index 4c4add788f1..27d4af5c900 100644 --- a/src/graph/executor/maintain/FTIndexExecutor.cpp +++ b/src/graph/executor/maintain/FTIndexExecutor.cpp @@ -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. */ #include "graph/executor/maintain/FTIndexExecutor.h" diff --git a/src/graph/executor/maintain/FTIndexExecutor.h b/src/graph/executor/maintain/FTIndexExecutor.h index 428472d14a6..5d402f42690 100644 --- a/src/graph/executor/maintain/FTIndexExecutor.h +++ b/src/graph/executor/maintain/FTIndexExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_ADMIN_SHOW_FT_INDEXES_EXECUTOR_H_ diff --git a/src/graph/executor/maintain/TagExecutor.cpp b/src/graph/executor/maintain/TagExecutor.cpp index 590219bc768..fcb6485ad0a 100644 --- a/src/graph/executor/maintain/TagExecutor.cpp +++ b/src/graph/executor/maintain/TagExecutor.cpp @@ -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. */ #include "graph/executor/maintain/TagExecutor.h" diff --git a/src/graph/executor/maintain/TagExecutor.h b/src/graph/executor/maintain/TagExecutor.h index a4d80404ad5..7be41c8aed9 100644 --- a/src/graph/executor/maintain/TagExecutor.h +++ b/src/graph/executor/maintain/TagExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_MAINTAIN_TAGEXECUTOR_H_ diff --git a/src/graph/executor/maintain/TagIndexExecutor.cpp b/src/graph/executor/maintain/TagIndexExecutor.cpp index 4dcce1a738a..3d8a8708e64 100644 --- a/src/graph/executor/maintain/TagIndexExecutor.cpp +++ b/src/graph/executor/maintain/TagIndexExecutor.cpp @@ -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. */ #include "graph/executor/maintain/TagIndexExecutor.h" diff --git a/src/graph/executor/maintain/TagIndexExecutor.h b/src/graph/executor/maintain/TagIndexExecutor.h index 3f445fe866a..5dc7e5c0565 100644 --- a/src/graph/executor/maintain/TagIndexExecutor.h +++ b/src/graph/executor/maintain/TagIndexExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_MAINTAIN_TAGINDEXEXECUTOR_H_ diff --git a/src/graph/executor/mutate/DeleteExecutor.cpp b/src/graph/executor/mutate/DeleteExecutor.cpp index 9a6ba86a4fc..49fcb6a6830 100644 --- a/src/graph/executor/mutate/DeleteExecutor.cpp +++ b/src/graph/executor/mutate/DeleteExecutor.cpp @@ -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. */ #include "DeleteExecutor.h" diff --git a/src/graph/executor/mutate/DeleteExecutor.h b/src/graph/executor/mutate/DeleteExecutor.h index cb7e636dcde..36007e30402 100644 --- a/src/graph/executor/mutate/DeleteExecutor.h +++ b/src/graph/executor/mutate/DeleteExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_MUTATE_DELETEVERTICESEXECUTOR_H_ diff --git a/src/graph/executor/mutate/InsertExecutor.cpp b/src/graph/executor/mutate/InsertExecutor.cpp index 1eb5ce5118c..94717c0d6c3 100644 --- a/src/graph/executor/mutate/InsertExecutor.cpp +++ b/src/graph/executor/mutate/InsertExecutor.cpp @@ -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. */ #include "graph/executor/mutate/InsertExecutor.h" diff --git a/src/graph/executor/mutate/InsertExecutor.h b/src/graph/executor/mutate/InsertExecutor.h index c0ddf712e5f..184cdeac1de 100644 --- a/src/graph/executor/mutate/InsertExecutor.h +++ b/src/graph/executor/mutate/InsertExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_MUTATE_INSERTVERTICESEXECUTOR_H_ diff --git a/src/graph/executor/mutate/UpdateExecutor.cpp b/src/graph/executor/mutate/UpdateExecutor.cpp index f6f9ed0bd15..de748c2c266 100644 --- a/src/graph/executor/mutate/UpdateExecutor.cpp +++ b/src/graph/executor/mutate/UpdateExecutor.cpp @@ -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. */ #include "UpdateExecutor.h" diff --git a/src/graph/executor/mutate/UpdateExecutor.h b/src/graph/executor/mutate/UpdateExecutor.h index dc276d1e892..728a85f83cc 100644 --- a/src/graph/executor/mutate/UpdateExecutor.h +++ b/src/graph/executor/mutate/UpdateExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_MUTATE_UPDATEEXECUTOR_H_ diff --git a/src/graph/executor/query/AggregateExecutor.cpp b/src/graph/executor/query/AggregateExecutor.cpp index 3d019bb609b..42358baf28a 100644 --- a/src/graph/executor/query/AggregateExecutor.cpp +++ b/src/graph/executor/query/AggregateExecutor.cpp @@ -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. */ #include "graph/executor/query/AggregateExecutor.h" diff --git a/src/graph/executor/query/AggregateExecutor.h b/src/graph/executor/query/AggregateExecutor.h index 7a82aa95f40..df82eabbbea 100644 --- a/src/graph/executor/query/AggregateExecutor.h +++ b/src/graph/executor/query/AggregateExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_AGGREGATEEXECUTOR_H_ diff --git a/src/graph/executor/query/AssignExecutor.cpp b/src/graph/executor/query/AssignExecutor.cpp index f15a25c702d..173f6c125d7 100644 --- a/src/graph/executor/query/AssignExecutor.cpp +++ b/src/graph/executor/query/AssignExecutor.cpp @@ -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. */ #include "graph/executor/query/AssignExecutor.h" diff --git a/src/graph/executor/query/AssignExecutor.h b/src/graph/executor/query/AssignExecutor.h index 17aa3366470..b21ac28a53a 100644 --- a/src/graph/executor/query/AssignExecutor.h +++ b/src/graph/executor/query/AssignExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_ASSIGNEXECUTOR_H_ diff --git a/src/graph/executor/query/DataCollectExecutor.cpp b/src/graph/executor/query/DataCollectExecutor.cpp index fae86f144fd..d165625c16c 100644 --- a/src/graph/executor/query/DataCollectExecutor.cpp +++ b/src/graph/executor/query/DataCollectExecutor.cpp @@ -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. */ #include "graph/executor/query/DataCollectExecutor.h" diff --git a/src/graph/executor/query/DataCollectExecutor.h b/src/graph/executor/query/DataCollectExecutor.h index 6c0975dd42c..fcc45ef5beb 100644 --- a/src/graph/executor/query/DataCollectExecutor.h +++ b/src/graph/executor/query/DataCollectExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_DATACOLLECTEXECUTOR_H_ diff --git a/src/graph/executor/query/DedupExecutor.cpp b/src/graph/executor/query/DedupExecutor.cpp index d45d8b95f18..cb52c38935f 100644 --- a/src/graph/executor/query/DedupExecutor.cpp +++ b/src/graph/executor/query/DedupExecutor.cpp @@ -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. */ #include "graph/executor/query/DedupExecutor.h" diff --git a/src/graph/executor/query/DedupExecutor.h b/src/graph/executor/query/DedupExecutor.h index d5ec1e45f3f..9ebb3fb9248 100644 --- a/src/graph/executor/query/DedupExecutor.h +++ b/src/graph/executor/query/DedupExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_DEDUPEXECUTOR_H_ diff --git a/src/graph/executor/query/FilterExecutor.cpp b/src/graph/executor/query/FilterExecutor.cpp index a2cf91a0df7..d4a63798ab9 100644 --- a/src/graph/executor/query/FilterExecutor.cpp +++ b/src/graph/executor/query/FilterExecutor.cpp @@ -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. */ #include "graph/executor/query/FilterExecutor.h" diff --git a/src/graph/executor/query/FilterExecutor.h b/src/graph/executor/query/FilterExecutor.h index dc1b25142ec..cfa9b963864 100644 --- a/src/graph/executor/query/FilterExecutor.h +++ b/src/graph/executor/query/FilterExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_FILTEREXECUTOR_H_ diff --git a/src/graph/executor/query/GetEdgesExecutor.cpp b/src/graph/executor/query/GetEdgesExecutor.cpp index 7165392a970..45830738962 100644 --- a/src/graph/executor/query/GetEdgesExecutor.cpp +++ b/src/graph/executor/query/GetEdgesExecutor.cpp @@ -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. */ #include "graph/executor/query/GetEdgesExecutor.h" diff --git a/src/graph/executor/query/GetEdgesExecutor.h b/src/graph/executor/query/GetEdgesExecutor.h index 8284889c974..39b57f03167 100644 --- a/src/graph/executor/query/GetEdgesExecutor.h +++ b/src/graph/executor/query/GetEdgesExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_GETEDGESEXECUTOR_H_ diff --git a/src/graph/executor/query/GetNeighborsExecutor.cpp b/src/graph/executor/query/GetNeighborsExecutor.cpp index f04918959c4..b8151d0b3e1 100644 --- a/src/graph/executor/query/GetNeighborsExecutor.cpp +++ b/src/graph/executor/query/GetNeighborsExecutor.cpp @@ -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. */ #include "graph/executor/query/GetNeighborsExecutor.h" diff --git a/src/graph/executor/query/GetNeighborsExecutor.h b/src/graph/executor/query/GetNeighborsExecutor.h index f55968ebc07..bc1818df645 100644 --- a/src/graph/executor/query/GetNeighborsExecutor.h +++ b/src/graph/executor/query/GetNeighborsExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_GETNEIGHBORSEXECUTOR_H_ diff --git a/src/graph/executor/query/GetPropExecutor.h b/src/graph/executor/query/GetPropExecutor.h index 8d7dfaccbf5..9db3be0d20c 100644 --- a/src/graph/executor/query/GetPropExecutor.h +++ b/src/graph/executor/query/GetPropExecutor.h @@ -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. */ #ifndef _EXEC_QUERY_GET_PROP_EXECUTOR_H_ diff --git a/src/graph/executor/query/GetVerticesExecutor.cpp b/src/graph/executor/query/GetVerticesExecutor.cpp index 81932a22295..ec2d9934c37 100644 --- a/src/graph/executor/query/GetVerticesExecutor.cpp +++ b/src/graph/executor/query/GetVerticesExecutor.cpp @@ -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. */ #include "graph/executor/query/GetVerticesExecutor.h" diff --git a/src/graph/executor/query/GetVerticesExecutor.h b/src/graph/executor/query/GetVerticesExecutor.h index e95d98a9132..2bd1f08410b 100644 --- a/src/graph/executor/query/GetVerticesExecutor.h +++ b/src/graph/executor/query/GetVerticesExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_GETVERTICESEXECUTOR_H_ diff --git a/src/graph/executor/query/IndexScanExecutor.cpp b/src/graph/executor/query/IndexScanExecutor.cpp index aefda16b84b..13f667be63f 100644 --- a/src/graph/executor/query/IndexScanExecutor.cpp +++ b/src/graph/executor/query/IndexScanExecutor.cpp @@ -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. */ #include "graph/executor/query/IndexScanExecutor.h" diff --git a/src/graph/executor/query/IndexScanExecutor.h b/src/graph/executor/query/IndexScanExecutor.h index 1ff6dee9c32..c9823752e26 100644 --- a/src/graph/executor/query/IndexScanExecutor.h +++ b/src/graph/executor/query/IndexScanExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_INDEXSCANEXECUTOR_H_ diff --git a/src/graph/executor/query/InnerJoinExecutor.cpp b/src/graph/executor/query/InnerJoinExecutor.cpp index 03edd177ea4..15ad8877ef5 100644 --- a/src/graph/executor/query/InnerJoinExecutor.cpp +++ b/src/graph/executor/query/InnerJoinExecutor.cpp @@ -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. */ #include "graph/executor/query/InnerJoinExecutor.h" diff --git a/src/graph/executor/query/InnerJoinExecutor.h b/src/graph/executor/query/InnerJoinExecutor.h index 4a0710529eb..8e8a8a12e45 100644 --- a/src/graph/executor/query/InnerJoinExecutor.h +++ b/src/graph/executor/query/InnerJoinExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_INNERJOINEXECUTOR_H_ diff --git a/src/graph/executor/query/IntersectExecutor.cpp b/src/graph/executor/query/IntersectExecutor.cpp index 596fd20a96c..7d006ff84ac 100644 --- a/src/graph/executor/query/IntersectExecutor.cpp +++ b/src/graph/executor/query/IntersectExecutor.cpp @@ -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. */ #include "graph/executor/query/IntersectExecutor.h" diff --git a/src/graph/executor/query/IntersectExecutor.h b/src/graph/executor/query/IntersectExecutor.h index c0c5ceb2ea2..d15d36457d8 100644 --- a/src/graph/executor/query/IntersectExecutor.h +++ b/src/graph/executor/query/IntersectExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_INTERSECTEXECUTOR_H_ diff --git a/src/graph/executor/query/JoinExecutor.cpp b/src/graph/executor/query/JoinExecutor.cpp index 6c5de40da6c..2021e4cb4eb 100644 --- a/src/graph/executor/query/JoinExecutor.cpp +++ b/src/graph/executor/query/JoinExecutor.cpp @@ -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. */ #include "graph/executor/query/JoinExecutor.h" diff --git a/src/graph/executor/query/JoinExecutor.h b/src/graph/executor/query/JoinExecutor.h index 2bd1cb4d2fe..1e3a393cf0e 100644 --- a/src/graph/executor/query/JoinExecutor.h +++ b/src/graph/executor/query/JoinExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_JOINEXECUTOR_H_ diff --git a/src/graph/executor/query/LeftJoinExecutor.cpp b/src/graph/executor/query/LeftJoinExecutor.cpp index d024fda6fcf..b9743a518b9 100644 --- a/src/graph/executor/query/LeftJoinExecutor.cpp +++ b/src/graph/executor/query/LeftJoinExecutor.cpp @@ -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. */ #include "graph/executor/query/LeftJoinExecutor.h" diff --git a/src/graph/executor/query/LeftJoinExecutor.h b/src/graph/executor/query/LeftJoinExecutor.h index 7b398c2e2bb..57009497566 100644 --- a/src/graph/executor/query/LeftJoinExecutor.h +++ b/src/graph/executor/query/LeftJoinExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_LEFTJOINEXECUTOR_H_ diff --git a/src/graph/executor/query/LimitExecutor.cpp b/src/graph/executor/query/LimitExecutor.cpp index eeeb74672c5..61a13c42e43 100644 --- a/src/graph/executor/query/LimitExecutor.cpp +++ b/src/graph/executor/query/LimitExecutor.cpp @@ -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. */ #include "graph/executor/query/LimitExecutor.h" diff --git a/src/graph/executor/query/LimitExecutor.h b/src/graph/executor/query/LimitExecutor.h index 73295339263..b605e1bae8c 100644 --- a/src/graph/executor/query/LimitExecutor.h +++ b/src/graph/executor/query/LimitExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_LIMITEXECUTOR_H_ diff --git a/src/graph/executor/query/MinusExecutor.cpp b/src/graph/executor/query/MinusExecutor.cpp index 9c5777324ff..b362a8a98a3 100644 --- a/src/graph/executor/query/MinusExecutor.cpp +++ b/src/graph/executor/query/MinusExecutor.cpp @@ -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. */ #include "graph/executor/query/MinusExecutor.h" diff --git a/src/graph/executor/query/MinusExecutor.h b/src/graph/executor/query/MinusExecutor.h index aaf8cb0354b..669a4d00794 100644 --- a/src/graph/executor/query/MinusExecutor.h +++ b/src/graph/executor/query/MinusExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_MINUSEXECUTOR_H_ diff --git a/src/graph/executor/query/ProjectExecutor.cpp b/src/graph/executor/query/ProjectExecutor.cpp index cd9ece6f746..2206046f28b 100644 --- a/src/graph/executor/query/ProjectExecutor.cpp +++ b/src/graph/executor/query/ProjectExecutor.cpp @@ -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. */ #include "graph/executor/query/ProjectExecutor.h" diff --git a/src/graph/executor/query/ProjectExecutor.h b/src/graph/executor/query/ProjectExecutor.h index 77d29a4cba7..28ddf6d4353 100644 --- a/src/graph/executor/query/ProjectExecutor.h +++ b/src/graph/executor/query/ProjectExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_PROJECTEXECUTOR_H_ diff --git a/src/graph/executor/query/SampleExecutor.cpp b/src/graph/executor/query/SampleExecutor.cpp index e50311f52e1..6625107bdaa 100644 --- a/src/graph/executor/query/SampleExecutor.cpp +++ b/src/graph/executor/query/SampleExecutor.cpp @@ -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. */ #include "graph/executor/query/SampleExecutor.h" diff --git a/src/graph/executor/query/SampleExecutor.h b/src/graph/executor/query/SampleExecutor.h index 35d88d72471..81b1aed12d9 100644 --- a/src/graph/executor/query/SampleExecutor.h +++ b/src/graph/executor/query/SampleExecutor.h @@ -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. */ #pragma once diff --git a/src/graph/executor/query/SetExecutor.cpp b/src/graph/executor/query/SetExecutor.cpp index 9da3e48cf1f..5b5eb716c73 100644 --- a/src/graph/executor/query/SetExecutor.cpp +++ b/src/graph/executor/query/SetExecutor.cpp @@ -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. */ #include "graph/executor/query/SetExecutor.h" diff --git a/src/graph/executor/query/SetExecutor.h b/src/graph/executor/query/SetExecutor.h index 811070657f4..2f6ae21ba53 100644 --- a/src/graph/executor/query/SetExecutor.h +++ b/src/graph/executor/query/SetExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_SETEXECUTOR_H_ diff --git a/src/graph/executor/query/SortExecutor.cpp b/src/graph/executor/query/SortExecutor.cpp index b24bfb87e6c..a8cc53bfd35 100644 --- a/src/graph/executor/query/SortExecutor.cpp +++ b/src/graph/executor/query/SortExecutor.cpp @@ -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. */ #include "graph/executor/query/SortExecutor.h" diff --git a/src/graph/executor/query/SortExecutor.h b/src/graph/executor/query/SortExecutor.h index c97d6abf78e..f0c3767e248 100644 --- a/src/graph/executor/query/SortExecutor.h +++ b/src/graph/executor/query/SortExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_SORTEXECUTOR_H_ diff --git a/src/graph/executor/query/TopNExecutor.cpp b/src/graph/executor/query/TopNExecutor.cpp index ca3c3dc798e..b2cc15d422d 100644 --- a/src/graph/executor/query/TopNExecutor.cpp +++ b/src/graph/executor/query/TopNExecutor.cpp @@ -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. */ #include "graph/executor/query/TopNExecutor.h" diff --git a/src/graph/executor/query/TopNExecutor.h b/src/graph/executor/query/TopNExecutor.h index f17cb51cf7b..22024846617 100644 --- a/src/graph/executor/query/TopNExecutor.h +++ b/src/graph/executor/query/TopNExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_TOPNEXECUTOR_H_ diff --git a/src/graph/executor/query/UnionAllVersionVarExecutor.cpp b/src/graph/executor/query/UnionAllVersionVarExecutor.cpp index 011be2fc250..59cda3eb2aa 100644 --- a/src/graph/executor/query/UnionAllVersionVarExecutor.cpp +++ b/src/graph/executor/query/UnionAllVersionVarExecutor.cpp @@ -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. */ #include "graph/executor/query/UnionAllVersionVarExecutor.h" diff --git a/src/graph/executor/query/UnionAllVersionVarExecutor.h b/src/graph/executor/query/UnionAllVersionVarExecutor.h index 51e7a550533..f8f69955e66 100644 --- a/src/graph/executor/query/UnionAllVersionVarExecutor.h +++ b/src/graph/executor/query/UnionAllVersionVarExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_UNIONALLVERSIONVAREXECUTOR_H_ diff --git a/src/graph/executor/query/UnionExecutor.cpp b/src/graph/executor/query/UnionExecutor.cpp index 206c8933cbd..ceb139d7b3c 100644 --- a/src/graph/executor/query/UnionExecutor.cpp +++ b/src/graph/executor/query/UnionExecutor.cpp @@ -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. */ #include "graph/executor/query/UnionExecutor.h" diff --git a/src/graph/executor/query/UnionExecutor.h b/src/graph/executor/query/UnionExecutor.h index 1f14d184564..d1c13673803 100644 --- a/src/graph/executor/query/UnionExecutor.h +++ b/src/graph/executor/query/UnionExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_UNIONEXECUTOR_H_ diff --git a/src/graph/executor/query/UnwindExecutor.cpp b/src/graph/executor/query/UnwindExecutor.cpp index 0182457aaff..dcb11c9507d 100644 --- a/src/graph/executor/query/UnwindExecutor.cpp +++ b/src/graph/executor/query/UnwindExecutor.cpp @@ -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. */ #include "graph/executor/query/UnwindExecutor.h" diff --git a/src/graph/executor/query/UnwindExecutor.h b/src/graph/executor/query/UnwindExecutor.h index ef5769d1c1e..cdfb9ff669f 100644 --- a/src/graph/executor/query/UnwindExecutor.h +++ b/src/graph/executor/query/UnwindExecutor.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_UNWINDEXECUTOR_H_ diff --git a/src/graph/executor/test/AggregateTest.cpp b/src/graph/executor/test/AggregateTest.cpp index 306ebcd81b7..7e3118217de 100644 --- a/src/graph/executor/test/AggregateTest.cpp +++ b/src/graph/executor/test/AggregateTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/AssignTest.cpp b/src/graph/executor/test/AssignTest.cpp index 865f11cb4db..418f97ced62 100644 --- a/src/graph/executor/test/AssignTest.cpp +++ b/src/graph/executor/test/AssignTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/BFSShortestTest.cpp b/src/graph/executor/test/BFSShortestTest.cpp index 6c297215b92..8b87e21e0d7 100644 --- a/src/graph/executor/test/BFSShortestTest.cpp +++ b/src/graph/executor/test/BFSShortestTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/CMakeLists.txt b/src/graph/executor/test/CMakeLists.txt index 42d1fe644d7..f51e6025d27 100644 --- a/src/graph/executor/test/CMakeLists.txt +++ b/src/graph/executor/test/CMakeLists.txt @@ -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. SET(EXEC_QUERY_TEST_OBJS $ diff --git a/src/graph/executor/test/CartesianProductTest.cpp b/src/graph/executor/test/CartesianProductTest.cpp index d5cf994f83f..c09b239e8f3 100644 --- a/src/graph/executor/test/CartesianProductTest.cpp +++ b/src/graph/executor/test/CartesianProductTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/ConjunctPathTest.cpp b/src/graph/executor/test/ConjunctPathTest.cpp index 18a0955363a..b79a01a6c55 100644 --- a/src/graph/executor/test/ConjunctPathTest.cpp +++ b/src/graph/executor/test/ConjunctPathTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/DataCollectTest.cpp b/src/graph/executor/test/DataCollectTest.cpp index fc5597a0c5c..b44fd9f1dbb 100644 --- a/src/graph/executor/test/DataCollectTest.cpp +++ b/src/graph/executor/test/DataCollectTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/DedupTest.cpp b/src/graph/executor/test/DedupTest.cpp index b28829bce27..0b75ddd82f4 100644 --- a/src/graph/executor/test/DedupTest.cpp +++ b/src/graph/executor/test/DedupTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/FilterTest.cpp b/src/graph/executor/test/FilterTest.cpp index afb166c781c..dcbb5fec98a 100644 --- a/src/graph/executor/test/FilterTest.cpp +++ b/src/graph/executor/test/FilterTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/GetNeighborsTest.cpp b/src/graph/executor/test/GetNeighborsTest.cpp index cf26ce1ce52..96175b62d64 100644 --- a/src/graph/executor/test/GetNeighborsTest.cpp +++ b/src/graph/executor/test/GetNeighborsTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/JobTest.cpp b/src/graph/executor/test/JobTest.cpp index 58e4c33f79b..88b48613e50 100644 --- a/src/graph/executor/test/JobTest.cpp +++ b/src/graph/executor/test/JobTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/JoinTest.cpp b/src/graph/executor/test/JoinTest.cpp index 3f8a69e30f3..e6a6bee0994 100644 --- a/src/graph/executor/test/JoinTest.cpp +++ b/src/graph/executor/test/JoinTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/LimitTest.cpp b/src/graph/executor/test/LimitTest.cpp index 85082fbbb31..06305fa7ec8 100644 --- a/src/graph/executor/test/LimitTest.cpp +++ b/src/graph/executor/test/LimitTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/LogicExecutorsTest.cpp b/src/graph/executor/test/LogicExecutorsTest.cpp index 798272421a7..27ef174fff1 100644 --- a/src/graph/executor/test/LogicExecutorsTest.cpp +++ b/src/graph/executor/test/LogicExecutorsTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/ProduceAllPathsTest.cpp b/src/graph/executor/test/ProduceAllPathsTest.cpp index 40b5a162b7d..06c9dfe6fd4 100644 --- a/src/graph/executor/test/ProduceAllPathsTest.cpp +++ b/src/graph/executor/test/ProduceAllPathsTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/ProduceSemiShortestPathTest.cpp b/src/graph/executor/test/ProduceSemiShortestPathTest.cpp index d310544c001..92f49b08d0b 100644 --- a/src/graph/executor/test/ProduceSemiShortestPathTest.cpp +++ b/src/graph/executor/test/ProduceSemiShortestPathTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/ProjectTest.cpp b/src/graph/executor/test/ProjectTest.cpp index 341873aa4fa..8bb6c475fa8 100644 --- a/src/graph/executor/test/ProjectTest.cpp +++ b/src/graph/executor/test/ProjectTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/QueryTestBase.h b/src/graph/executor/test/QueryTestBase.h index ab3eed85825..1ddd3cbdf48 100644 --- a/src/graph/executor/test/QueryTestBase.h +++ b/src/graph/executor/test/QueryTestBase.h @@ -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. */ #ifndef GRAPH_EXECUTOR_QUERY_TESTQUERYBASE_H diff --git a/src/graph/executor/test/SampleTest.cpp b/src/graph/executor/test/SampleTest.cpp index c8b2a67c40c..e52f5ca9dca 100644 --- a/src/graph/executor/test/SampleTest.cpp +++ b/src/graph/executor/test/SampleTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/SetExecutorTest.cpp b/src/graph/executor/test/SetExecutorTest.cpp index 16d90d08082..aee6e891a24 100644 --- a/src/graph/executor/test/SetExecutorTest.cpp +++ b/src/graph/executor/test/SetExecutorTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/ShowQueriesTest.cpp b/src/graph/executor/test/ShowQueriesTest.cpp index f7b6255bb61..4db62512b93 100644 --- a/src/graph/executor/test/ShowQueriesTest.cpp +++ b/src/graph/executor/test/ShowQueriesTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/SortTest.cpp b/src/graph/executor/test/SortTest.cpp index c1a12f5e87a..ac2774d4470 100644 --- a/src/graph/executor/test/SortTest.cpp +++ b/src/graph/executor/test/SortTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/TestMain.cpp b/src/graph/executor/test/TestMain.cpp index c6ffdc7c6f0..3dd584162d9 100644 --- a/src/graph/executor/test/TestMain.cpp +++ b/src/graph/executor/test/TestMain.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/TopNTest.cpp b/src/graph/executor/test/TopNTest.cpp index 7e4552b6771..24170b8c0d6 100644 --- a/src/graph/executor/test/TopNTest.cpp +++ b/src/graph/executor/test/TopNTest.cpp @@ -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. */ #include diff --git a/src/graph/executor/test/UnwindTest.cpp b/src/graph/executor/test/UnwindTest.cpp index 8eb85119da9..e752282fbf6 100644 --- a/src/graph/executor/test/UnwindTest.cpp +++ b/src/graph/executor/test/UnwindTest.cpp @@ -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. */ #include diff --git a/src/graph/optimizer/CMakeLists.txt b/src/graph/optimizer/CMakeLists.txt index 361463cd882..0329f9c60b7 100644 --- a/src/graph/optimizer/CMakeLists.txt +++ b/src/graph/optimizer/CMakeLists.txt @@ -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. nebula_add_library( optimizer_obj diff --git a/src/graph/optimizer/OptContext.cpp b/src/graph/optimizer/OptContext.cpp index d1fefb1c307..492fcf8a4f9 100644 --- a/src/graph/optimizer/OptContext.cpp +++ b/src/graph/optimizer/OptContext.cpp @@ -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. */ #include "graph/optimizer/OptContext.h" diff --git a/src/graph/optimizer/OptContext.h b/src/graph/optimizer/OptContext.h index 6d120c08e9c..55e8940ae1f 100644 --- a/src/graph/optimizer/OptContext.h +++ b/src/graph/optimizer/OptContext.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_OPTCONTEXT_H_ diff --git a/src/graph/optimizer/OptGroup.cpp b/src/graph/optimizer/OptGroup.cpp index dde3c0cac9f..22f6c1de36c 100644 --- a/src/graph/optimizer/OptGroup.cpp +++ b/src/graph/optimizer/OptGroup.cpp @@ -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. */ #include "graph/optimizer/OptGroup.h" diff --git a/src/graph/optimizer/OptGroup.h b/src/graph/optimizer/OptGroup.h index 4c7dc50b486..374a69e998a 100644 --- a/src/graph/optimizer/OptGroup.h +++ b/src/graph/optimizer/OptGroup.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_OPTGROUP_H_ diff --git a/src/graph/optimizer/OptRule.cpp b/src/graph/optimizer/OptRule.cpp index 505edb29d7f..908c7ebc14a 100644 --- a/src/graph/optimizer/OptRule.cpp +++ b/src/graph/optimizer/OptRule.cpp @@ -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. */ #include "graph/optimizer/OptRule.h" diff --git a/src/graph/optimizer/OptRule.h b/src/graph/optimizer/OptRule.h index 4310a468cc3..ea96bef6ed0 100644 --- a/src/graph/optimizer/OptRule.h +++ b/src/graph/optimizer/OptRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_OPTRULE_H_ diff --git a/src/graph/optimizer/Optimizer.cpp b/src/graph/optimizer/Optimizer.cpp index 9efc23da2f7..320a87b3529 100644 --- a/src/graph/optimizer/Optimizer.cpp +++ b/src/graph/optimizer/Optimizer.cpp @@ -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. */ #include "graph/optimizer/Optimizer.h" diff --git a/src/graph/optimizer/Optimizer.h b/src/graph/optimizer/Optimizer.h index d6fba0b4614..b131fb89716 100644 --- a/src/graph/optimizer/Optimizer.h +++ b/src/graph/optimizer/Optimizer.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_OPTIMIZER_H_ diff --git a/src/graph/optimizer/OptimizerUtils.cpp b/src/graph/optimizer/OptimizerUtils.cpp index 70537d03c6d..3c0de166552 100644 --- a/src/graph/optimizer/OptimizerUtils.cpp +++ b/src/graph/optimizer/OptimizerUtils.cpp @@ -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. */ #include "graph/optimizer/OptimizerUtils.h" diff --git a/src/graph/optimizer/OptimizerUtils.h b/src/graph/optimizer/OptimizerUtils.h index 4ae562b6e0e..42461df8ff8 100644 --- a/src/graph/optimizer/OptimizerUtils.h +++ b/src/graph/optimizer/OptimizerUtils.h @@ -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. */ #ifndef NEBULA_GRAPH_OPTIMIZER_OPTIMIZERUTILS_H_ #define NEBULA_GRAPH_OPTIMIZER_OPTIMIZERUTILS_H_ diff --git a/src/graph/optimizer/rule/CollapseProjectRule.cpp b/src/graph/optimizer/rule/CollapseProjectRule.cpp index 1b44c387068..c2f6764229a 100644 --- a/src/graph/optimizer/rule/CollapseProjectRule.cpp +++ b/src/graph/optimizer/rule/CollapseProjectRule.cpp @@ -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. */ #include "graph/optimizer/rule/CollapseProjectRule.h" diff --git a/src/graph/optimizer/rule/CollapseProjectRule.h b/src/graph/optimizer/rule/CollapseProjectRule.h index f0dd0210075..b2b7a74d24f 100644 --- a/src/graph/optimizer/rule/CollapseProjectRule.h +++ b/src/graph/optimizer/rule/CollapseProjectRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_COLLAPSEPROJECTRULE_H_ diff --git a/src/graph/optimizer/rule/CombineFilterRule.cpp b/src/graph/optimizer/rule/CombineFilterRule.cpp index 71927abe4fd..63903b2818e 100644 --- a/src/graph/optimizer/rule/CombineFilterRule.cpp +++ b/src/graph/optimizer/rule/CombineFilterRule.cpp @@ -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. */ #include "graph/optimizer/rule/CombineFilterRule.h" diff --git a/src/graph/optimizer/rule/CombineFilterRule.h b/src/graph/optimizer/rule/CombineFilterRule.h index e5e94b79b5a..9b69723bfb4 100644 --- a/src/graph/optimizer/rule/CombineFilterRule.h +++ b/src/graph/optimizer/rule/CombineFilterRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_COMBINEFILTERRULE_H_ diff --git a/src/graph/optimizer/rule/EdgeIndexFullScanRule.cpp b/src/graph/optimizer/rule/EdgeIndexFullScanRule.cpp index 27167975d6d..ba7315d48ae 100644 --- a/src/graph/optimizer/rule/EdgeIndexFullScanRule.cpp +++ b/src/graph/optimizer/rule/EdgeIndexFullScanRule.cpp @@ -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. */ #include "graph/optimizer/rule/EdgeIndexFullScanRule.h" diff --git a/src/graph/optimizer/rule/EdgeIndexFullScanRule.h b/src/graph/optimizer/rule/EdgeIndexFullScanRule.h index b027339be78..6466e314bb2 100644 --- a/src/graph/optimizer/rule/EdgeIndexFullScanRule.h +++ b/src/graph/optimizer/rule/EdgeIndexFullScanRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_EDGEINDEXFULLSCANRULE_H_ diff --git a/src/graph/optimizer/rule/GeoPredicateEdgeIndexScanRule.cpp b/src/graph/optimizer/rule/GeoPredicateEdgeIndexScanRule.cpp index 758cc457016..b1a36f171a2 100644 --- a/src/graph/optimizer/rule/GeoPredicateEdgeIndexScanRule.cpp +++ b/src/graph/optimizer/rule/GeoPredicateEdgeIndexScanRule.cpp @@ -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. */ #include "graph/optimizer/rule/GeoPredicateEdgeIndexScanRule.h" diff --git a/src/graph/optimizer/rule/GeoPredicateEdgeIndexScanRule.h b/src/graph/optimizer/rule/GeoPredicateEdgeIndexScanRule.h index 91a1dd28adc..bc9c62a44ed 100644 --- a/src/graph/optimizer/rule/GeoPredicateEdgeIndexScanRule.h +++ b/src/graph/optimizer/rule/GeoPredicateEdgeIndexScanRule.h @@ -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. */ #pragma once diff --git a/src/graph/optimizer/rule/GeoPredicateIndexScanBaseRule.cpp b/src/graph/optimizer/rule/GeoPredicateIndexScanBaseRule.cpp index 2b10d1fb602..13a01c52db2 100644 --- a/src/graph/optimizer/rule/GeoPredicateIndexScanBaseRule.cpp +++ b/src/graph/optimizer/rule/GeoPredicateIndexScanBaseRule.cpp @@ -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. */ #include "graph/optimizer/rule/GeoPredicateIndexScanBaseRule.h" diff --git a/src/graph/optimizer/rule/GeoPredicateIndexScanBaseRule.h b/src/graph/optimizer/rule/GeoPredicateIndexScanBaseRule.h index f5abfe62592..ac7f12b5c1e 100644 --- a/src/graph/optimizer/rule/GeoPredicateIndexScanBaseRule.h +++ b/src/graph/optimizer/rule/GeoPredicateIndexScanBaseRule.h @@ -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. */ #pragma once diff --git a/src/graph/optimizer/rule/GeoPredicateTagIndexScanRule.cpp b/src/graph/optimizer/rule/GeoPredicateTagIndexScanRule.cpp index c115e48ce5b..0ee4cb5fc79 100644 --- a/src/graph/optimizer/rule/GeoPredicateTagIndexScanRule.cpp +++ b/src/graph/optimizer/rule/GeoPredicateTagIndexScanRule.cpp @@ -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. */ #include "graph/optimizer/rule/GeoPredicateTagIndexScanRule.h" diff --git a/src/graph/optimizer/rule/GeoPredicateTagIndexScanRule.h b/src/graph/optimizer/rule/GeoPredicateTagIndexScanRule.h index e2dfc82cf14..57720ea1d3e 100644 --- a/src/graph/optimizer/rule/GeoPredicateTagIndexScanRule.h +++ b/src/graph/optimizer/rule/GeoPredicateTagIndexScanRule.h @@ -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. */ #pragma once diff --git a/src/graph/optimizer/rule/IndexFullScanBaseRule.cpp b/src/graph/optimizer/rule/IndexFullScanBaseRule.cpp index 43fa2d6f234..08cabbe856f 100644 --- a/src/graph/optimizer/rule/IndexFullScanBaseRule.cpp +++ b/src/graph/optimizer/rule/IndexFullScanBaseRule.cpp @@ -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. */ #include "graph/optimizer/rule/IndexFullScanBaseRule.h" diff --git a/src/graph/optimizer/rule/IndexFullScanBaseRule.h b/src/graph/optimizer/rule/IndexFullScanBaseRule.h index 9d1aaaf65f6..788484998fb 100644 --- a/src/graph/optimizer/rule/IndexFullScanBaseRule.h +++ b/src/graph/optimizer/rule/IndexFullScanBaseRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_INDEXFULLSCANBASERULE_H_ diff --git a/src/graph/optimizer/rule/IndexScanRule.cpp b/src/graph/optimizer/rule/IndexScanRule.cpp index c36fab6ad14..53b8d029727 100644 --- a/src/graph/optimizer/rule/IndexScanRule.cpp +++ b/src/graph/optimizer/rule/IndexScanRule.cpp @@ -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. */ #include "graph/optimizer/rule/IndexScanRule.h" diff --git a/src/graph/optimizer/rule/IndexScanRule.h b/src/graph/optimizer/rule/IndexScanRule.h index 4309285673b..f906a7049e4 100644 --- a/src/graph/optimizer/rule/IndexScanRule.h +++ b/src/graph/optimizer/rule/IndexScanRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_INDEXSCANRULE_H_ #define GRAPH_OPTIMIZER_INDEXSCANRULE_H_ diff --git a/src/graph/optimizer/rule/MergeGetNbrsAndDedupRule.cpp b/src/graph/optimizer/rule/MergeGetNbrsAndDedupRule.cpp index 048fc5d3fb2..558c420fcfd 100644 --- a/src/graph/optimizer/rule/MergeGetNbrsAndDedupRule.cpp +++ b/src/graph/optimizer/rule/MergeGetNbrsAndDedupRule.cpp @@ -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. */ #include "graph/optimizer/rule/MergeGetNbrsAndDedupRule.h" diff --git a/src/graph/optimizer/rule/MergeGetNbrsAndDedupRule.h b/src/graph/optimizer/rule/MergeGetNbrsAndDedupRule.h index 09ffcb16fc8..eb04f96b29b 100644 --- a/src/graph/optimizer/rule/MergeGetNbrsAndDedupRule.h +++ b/src/graph/optimizer/rule/MergeGetNbrsAndDedupRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_MERGEGETNBRSANDDEDUPRULE_H_ diff --git a/src/graph/optimizer/rule/MergeGetNbrsAndProjectRule.cpp b/src/graph/optimizer/rule/MergeGetNbrsAndProjectRule.cpp index b7fdc09993a..8e9f0b3fc5d 100644 --- a/src/graph/optimizer/rule/MergeGetNbrsAndProjectRule.cpp +++ b/src/graph/optimizer/rule/MergeGetNbrsAndProjectRule.cpp @@ -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. */ #include "graph/optimizer/rule/MergeGetNbrsAndProjectRule.h" diff --git a/src/graph/optimizer/rule/MergeGetNbrsAndProjectRule.h b/src/graph/optimizer/rule/MergeGetNbrsAndProjectRule.h index 49c1de95a3d..ce81f4686da 100644 --- a/src/graph/optimizer/rule/MergeGetNbrsAndProjectRule.h +++ b/src/graph/optimizer/rule/MergeGetNbrsAndProjectRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_MERGEGETNBRSANDPROJECTRULE_H_ diff --git a/src/graph/optimizer/rule/MergeGetVerticesAndDedupRule.cpp b/src/graph/optimizer/rule/MergeGetVerticesAndDedupRule.cpp index 8bb9d1aa690..bbbc2ce4d47 100644 --- a/src/graph/optimizer/rule/MergeGetVerticesAndDedupRule.cpp +++ b/src/graph/optimizer/rule/MergeGetVerticesAndDedupRule.cpp @@ -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. */ #include "graph/optimizer/rule/MergeGetVerticesAndDedupRule.h" diff --git a/src/graph/optimizer/rule/MergeGetVerticesAndDedupRule.h b/src/graph/optimizer/rule/MergeGetVerticesAndDedupRule.h index b18005ae8f5..69575e8c98a 100644 --- a/src/graph/optimizer/rule/MergeGetVerticesAndDedupRule.h +++ b/src/graph/optimizer/rule/MergeGetVerticesAndDedupRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_MERGEGETVERTICESANDDEDUPRULE_H_ diff --git a/src/graph/optimizer/rule/MergeGetVerticesAndProjectRule.cpp b/src/graph/optimizer/rule/MergeGetVerticesAndProjectRule.cpp index e4e355aa898..132065a0db0 100644 --- a/src/graph/optimizer/rule/MergeGetVerticesAndProjectRule.cpp +++ b/src/graph/optimizer/rule/MergeGetVerticesAndProjectRule.cpp @@ -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. */ #include "graph/optimizer/rule/MergeGetVerticesAndProjectRule.h" diff --git a/src/graph/optimizer/rule/MergeGetVerticesAndProjectRule.h b/src/graph/optimizer/rule/MergeGetVerticesAndProjectRule.h index 1d968419f2a..1b302c93766 100644 --- a/src/graph/optimizer/rule/MergeGetVerticesAndProjectRule.h +++ b/src/graph/optimizer/rule/MergeGetVerticesAndProjectRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_MERGEGETVERTICESANDPROJECTRULE_H_ diff --git a/src/graph/optimizer/rule/OptimizeEdgeIndexScanByFilterRule.cpp b/src/graph/optimizer/rule/OptimizeEdgeIndexScanByFilterRule.cpp index 7433c9af986..14c98768e70 100644 --- a/src/graph/optimizer/rule/OptimizeEdgeIndexScanByFilterRule.cpp +++ b/src/graph/optimizer/rule/OptimizeEdgeIndexScanByFilterRule.cpp @@ -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. */ #include "graph/optimizer/rule/OptimizeEdgeIndexScanByFilterRule.h" diff --git a/src/graph/optimizer/rule/OptimizeEdgeIndexScanByFilterRule.h b/src/graph/optimizer/rule/OptimizeEdgeIndexScanByFilterRule.h index 06b9a4ba61b..b4588a6ea1c 100644 --- a/src/graph/optimizer/rule/OptimizeEdgeIndexScanByFilterRule.h +++ b/src/graph/optimizer/rule/OptimizeEdgeIndexScanByFilterRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_OPTIMIZEEDGEINDEXSCANBYFILTERRULE_H_ diff --git a/src/graph/optimizer/rule/OptimizeTagIndexScanByFilterRule.cpp b/src/graph/optimizer/rule/OptimizeTagIndexScanByFilterRule.cpp index b06a149c0aa..685a0e51187 100644 --- a/src/graph/optimizer/rule/OptimizeTagIndexScanByFilterRule.cpp +++ b/src/graph/optimizer/rule/OptimizeTagIndexScanByFilterRule.cpp @@ -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. */ #include "graph/optimizer/rule/OptimizeTagIndexScanByFilterRule.h" diff --git a/src/graph/optimizer/rule/OptimizeTagIndexScanByFilterRule.h b/src/graph/optimizer/rule/OptimizeTagIndexScanByFilterRule.h index aee68be7841..92db526b751 100644 --- a/src/graph/optimizer/rule/OptimizeTagIndexScanByFilterRule.h +++ b/src/graph/optimizer/rule/OptimizeTagIndexScanByFilterRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_OPTIMIZETAGINDEXSCANBYFILTERRULE_H_ diff --git a/src/graph/optimizer/rule/PushFilterDownAggregateRule.cpp b/src/graph/optimizer/rule/PushFilterDownAggregateRule.cpp index 22ae6eeac1c..d0d0e9308b3 100644 --- a/src/graph/optimizer/rule/PushFilterDownAggregateRule.cpp +++ b/src/graph/optimizer/rule/PushFilterDownAggregateRule.cpp @@ -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. */ #include "graph/optimizer/rule/PushFilterDownAggregateRule.h" diff --git a/src/graph/optimizer/rule/PushFilterDownAggregateRule.h b/src/graph/optimizer/rule/PushFilterDownAggregateRule.h index 8e32af7bdeb..547e7f04106 100644 --- a/src/graph/optimizer/rule/PushFilterDownAggregateRule.h +++ b/src/graph/optimizer/rule/PushFilterDownAggregateRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_PUSHFILTERDOWNAGGREGATERULE_H_ diff --git a/src/graph/optimizer/rule/PushFilterDownGetNbrsRule.cpp b/src/graph/optimizer/rule/PushFilterDownGetNbrsRule.cpp index 4ffa80807ae..110f183af80 100644 --- a/src/graph/optimizer/rule/PushFilterDownGetNbrsRule.cpp +++ b/src/graph/optimizer/rule/PushFilterDownGetNbrsRule.cpp @@ -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. */ #include "graph/optimizer/rule/PushFilterDownGetNbrsRule.h" diff --git a/src/graph/optimizer/rule/PushFilterDownGetNbrsRule.h b/src/graph/optimizer/rule/PushFilterDownGetNbrsRule.h index dc46a97b681..208068b1903 100644 --- a/src/graph/optimizer/rule/PushFilterDownGetNbrsRule.h +++ b/src/graph/optimizer/rule/PushFilterDownGetNbrsRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_PUSHFILTERDOWNGETNBRSRULE_H_ diff --git a/src/graph/optimizer/rule/PushFilterDownLeftJoinRule.cpp b/src/graph/optimizer/rule/PushFilterDownLeftJoinRule.cpp index 7b0466af401..42293d1ffb6 100644 --- a/src/graph/optimizer/rule/PushFilterDownLeftJoinRule.cpp +++ b/src/graph/optimizer/rule/PushFilterDownLeftJoinRule.cpp @@ -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. */ #include "graph/optimizer/rule/PushFilterDownLeftJoinRule.h" diff --git a/src/graph/optimizer/rule/PushFilterDownLeftJoinRule.h b/src/graph/optimizer/rule/PushFilterDownLeftJoinRule.h index cdcffcaf3b2..6e87e32b4d1 100644 --- a/src/graph/optimizer/rule/PushFilterDownLeftJoinRule.h +++ b/src/graph/optimizer/rule/PushFilterDownLeftJoinRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_PUSHFILTERDOWNLEFTJOINRULE_H_ diff --git a/src/graph/optimizer/rule/PushFilterDownProjectRule.cpp b/src/graph/optimizer/rule/PushFilterDownProjectRule.cpp index d9aea6c1369..59761a0656d 100644 --- a/src/graph/optimizer/rule/PushFilterDownProjectRule.cpp +++ b/src/graph/optimizer/rule/PushFilterDownProjectRule.cpp @@ -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. */ #include "graph/optimizer/rule/PushFilterDownProjectRule.h" diff --git a/src/graph/optimizer/rule/PushFilterDownProjectRule.h b/src/graph/optimizer/rule/PushFilterDownProjectRule.h index 7f06cd27310..f0846afe0d0 100644 --- a/src/graph/optimizer/rule/PushFilterDownProjectRule.h +++ b/src/graph/optimizer/rule/PushFilterDownProjectRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_PUSHFILTERDOWNPROJECTRULE_H_ diff --git a/src/graph/optimizer/rule/PushLimitDownEdgeIndexFullScanRule.cpp b/src/graph/optimizer/rule/PushLimitDownEdgeIndexFullScanRule.cpp index 8fe76203b79..ffe961cd9c1 100644 --- a/src/graph/optimizer/rule/PushLimitDownEdgeIndexFullScanRule.cpp +++ b/src/graph/optimizer/rule/PushLimitDownEdgeIndexFullScanRule.cpp @@ -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. */ #include "graph/optimizer/rule/PushLimitDownEdgeIndexFullScanRule.h" diff --git a/src/graph/optimizer/rule/PushLimitDownEdgeIndexFullScanRule.h b/src/graph/optimizer/rule/PushLimitDownEdgeIndexFullScanRule.h index a1e20e415ad..ed7f5d11676 100644 --- a/src/graph/optimizer/rule/PushLimitDownEdgeIndexFullScanRule.h +++ b/src/graph/optimizer/rule/PushLimitDownEdgeIndexFullScanRule.h @@ -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. */ #pragma once diff --git a/src/graph/optimizer/rule/PushLimitDownEdgeIndexPrefixScanRule.cpp b/src/graph/optimizer/rule/PushLimitDownEdgeIndexPrefixScanRule.cpp index cb15fcfc80c..02d45fd7b97 100644 --- a/src/graph/optimizer/rule/PushLimitDownEdgeIndexPrefixScanRule.cpp +++ b/src/graph/optimizer/rule/PushLimitDownEdgeIndexPrefixScanRule.cpp @@ -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. */ #include "graph/optimizer/rule/PushLimitDownEdgeIndexPrefixScanRule.h" diff --git a/src/graph/optimizer/rule/PushLimitDownEdgeIndexPrefixScanRule.h b/src/graph/optimizer/rule/PushLimitDownEdgeIndexPrefixScanRule.h index cd5956cc346..91419dd836c 100644 --- a/src/graph/optimizer/rule/PushLimitDownEdgeIndexPrefixScanRule.h +++ b/src/graph/optimizer/rule/PushLimitDownEdgeIndexPrefixScanRule.h @@ -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. */ #pragma once diff --git a/src/graph/optimizer/rule/PushLimitDownEdgeIndexRangeScanRule.cpp b/src/graph/optimizer/rule/PushLimitDownEdgeIndexRangeScanRule.cpp index d2443f5d2aa..1762458d8be 100644 --- a/src/graph/optimizer/rule/PushLimitDownEdgeIndexRangeScanRule.cpp +++ b/src/graph/optimizer/rule/PushLimitDownEdgeIndexRangeScanRule.cpp @@ -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. */ #include "graph/optimizer/rule/PushLimitDownEdgeIndexRangeScanRule.h" diff --git a/src/graph/optimizer/rule/PushLimitDownEdgeIndexRangeScanRule.h b/src/graph/optimizer/rule/PushLimitDownEdgeIndexRangeScanRule.h index 3bb0db47e25..c07d79d6077 100644 --- a/src/graph/optimizer/rule/PushLimitDownEdgeIndexRangeScanRule.h +++ b/src/graph/optimizer/rule/PushLimitDownEdgeIndexRangeScanRule.h @@ -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. */ #pragma once diff --git a/src/graph/optimizer/rule/PushLimitDownGetNeighborsRule.cpp b/src/graph/optimizer/rule/PushLimitDownGetNeighborsRule.cpp index 940954595d0..acd2c050861 100644 --- a/src/graph/optimizer/rule/PushLimitDownGetNeighborsRule.cpp +++ b/src/graph/optimizer/rule/PushLimitDownGetNeighborsRule.cpp @@ -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. */ #include "graph/optimizer/rule/PushLimitDownGetNeighborsRule.h" diff --git a/src/graph/optimizer/rule/PushLimitDownGetNeighborsRule.h b/src/graph/optimizer/rule/PushLimitDownGetNeighborsRule.h index ae5cf31196a..06822f6f7c8 100644 --- a/src/graph/optimizer/rule/PushLimitDownGetNeighborsRule.h +++ b/src/graph/optimizer/rule/PushLimitDownGetNeighborsRule.h @@ -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. */ #pragma once diff --git a/src/graph/optimizer/rule/PushLimitDownIndexScanRule.cpp b/src/graph/optimizer/rule/PushLimitDownIndexScanRule.cpp index bee14881cfd..1138efd4c30 100644 --- a/src/graph/optimizer/rule/PushLimitDownIndexScanRule.cpp +++ b/src/graph/optimizer/rule/PushLimitDownIndexScanRule.cpp @@ -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. */ #include "graph/optimizer/rule/PushLimitDownIndexScanRule.h" diff --git a/src/graph/optimizer/rule/PushLimitDownIndexScanRule.h b/src/graph/optimizer/rule/PushLimitDownIndexScanRule.h index 0b3aa5d4078..5d2684654fb 100644 --- a/src/graph/optimizer/rule/PushLimitDownIndexScanRule.h +++ b/src/graph/optimizer/rule/PushLimitDownIndexScanRule.h @@ -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. */ #pragma once diff --git a/src/graph/optimizer/rule/PushLimitDownProjectRule.cpp b/src/graph/optimizer/rule/PushLimitDownProjectRule.cpp index 21f3d65420b..201367738b5 100644 --- a/src/graph/optimizer/rule/PushLimitDownProjectRule.cpp +++ b/src/graph/optimizer/rule/PushLimitDownProjectRule.cpp @@ -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. */ #include "graph/optimizer/rule/PushLimitDownProjectRule.h" diff --git a/src/graph/optimizer/rule/PushLimitDownProjectRule.h b/src/graph/optimizer/rule/PushLimitDownProjectRule.h index 6fa0294a5ba..dba00e26192 100644 --- a/src/graph/optimizer/rule/PushLimitDownProjectRule.h +++ b/src/graph/optimizer/rule/PushLimitDownProjectRule.h @@ -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. */ #pragma once diff --git a/src/graph/optimizer/rule/PushLimitDownTagIndexFullScanRule.cpp b/src/graph/optimizer/rule/PushLimitDownTagIndexFullScanRule.cpp index 4352c2db9b3..1a633b13440 100644 --- a/src/graph/optimizer/rule/PushLimitDownTagIndexFullScanRule.cpp +++ b/src/graph/optimizer/rule/PushLimitDownTagIndexFullScanRule.cpp @@ -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. */ #include "graph/optimizer/rule/PushLimitDownTagIndexFullScanRule.h" diff --git a/src/graph/optimizer/rule/PushLimitDownTagIndexFullScanRule.h b/src/graph/optimizer/rule/PushLimitDownTagIndexFullScanRule.h index 32bd4cbe108..27aa4780662 100644 --- a/src/graph/optimizer/rule/PushLimitDownTagIndexFullScanRule.h +++ b/src/graph/optimizer/rule/PushLimitDownTagIndexFullScanRule.h @@ -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. */ #pragma once diff --git a/src/graph/optimizer/rule/PushLimitDownTagIndexPrefixScanRule.cpp b/src/graph/optimizer/rule/PushLimitDownTagIndexPrefixScanRule.cpp index 358d79f17b0..a462e2296af 100644 --- a/src/graph/optimizer/rule/PushLimitDownTagIndexPrefixScanRule.cpp +++ b/src/graph/optimizer/rule/PushLimitDownTagIndexPrefixScanRule.cpp @@ -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. */ #include "graph/optimizer/rule/PushLimitDownTagIndexPrefixScanRule.h" diff --git a/src/graph/optimizer/rule/PushLimitDownTagIndexPrefixScanRule.h b/src/graph/optimizer/rule/PushLimitDownTagIndexPrefixScanRule.h index a12f58b71c1..d4ce7bf66ae 100644 --- a/src/graph/optimizer/rule/PushLimitDownTagIndexPrefixScanRule.h +++ b/src/graph/optimizer/rule/PushLimitDownTagIndexPrefixScanRule.h @@ -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. */ #pragma once diff --git a/src/graph/optimizer/rule/PushLimitDownTagIndexRangeScanRule.cpp b/src/graph/optimizer/rule/PushLimitDownTagIndexRangeScanRule.cpp index c46edeba4bc..12face68cee 100644 --- a/src/graph/optimizer/rule/PushLimitDownTagIndexRangeScanRule.cpp +++ b/src/graph/optimizer/rule/PushLimitDownTagIndexRangeScanRule.cpp @@ -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. */ #include "graph/optimizer/rule/PushLimitDownTagIndexRangeScanRule.h" diff --git a/src/graph/optimizer/rule/PushLimitDownTagIndexRangeScanRule.h b/src/graph/optimizer/rule/PushLimitDownTagIndexRangeScanRule.h index 3f66b998344..38f0d52a1fe 100644 --- a/src/graph/optimizer/rule/PushLimitDownTagIndexRangeScanRule.h +++ b/src/graph/optimizer/rule/PushLimitDownTagIndexRangeScanRule.h @@ -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. */ #pragma once diff --git a/src/graph/optimizer/rule/PushStepLimitDownGetNeighborsRule.cpp b/src/graph/optimizer/rule/PushStepLimitDownGetNeighborsRule.cpp index 6de7e5ad3dc..5525f81d27a 100644 --- a/src/graph/optimizer/rule/PushStepLimitDownGetNeighborsRule.cpp +++ b/src/graph/optimizer/rule/PushStepLimitDownGetNeighborsRule.cpp @@ -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. */ #include "graph/optimizer/rule/PushStepLimitDownGetNeighborsRule.h" diff --git a/src/graph/optimizer/rule/PushStepLimitDownGetNeighborsRule.h b/src/graph/optimizer/rule/PushStepLimitDownGetNeighborsRule.h index d1aae0922d7..938137ed1e4 100644 --- a/src/graph/optimizer/rule/PushStepLimitDownGetNeighborsRule.h +++ b/src/graph/optimizer/rule/PushStepLimitDownGetNeighborsRule.h @@ -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. */ #pragma once diff --git a/src/graph/optimizer/rule/PushStepSampleDownGetNeighborsRule.cpp b/src/graph/optimizer/rule/PushStepSampleDownGetNeighborsRule.cpp index dfffb072578..fa38e865a11 100644 --- a/src/graph/optimizer/rule/PushStepSampleDownGetNeighborsRule.cpp +++ b/src/graph/optimizer/rule/PushStepSampleDownGetNeighborsRule.cpp @@ -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. */ #include "graph/optimizer/rule/PushStepSampleDownGetNeighborsRule.h" diff --git a/src/graph/optimizer/rule/PushStepSampleDownGetNeighborsRule.h b/src/graph/optimizer/rule/PushStepSampleDownGetNeighborsRule.h index 519191aac6f..714d7a26afa 100644 --- a/src/graph/optimizer/rule/PushStepSampleDownGetNeighborsRule.h +++ b/src/graph/optimizer/rule/PushStepSampleDownGetNeighborsRule.h @@ -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. */ #pragma once diff --git a/src/graph/optimizer/rule/RemoveNoopProjectRule.cpp b/src/graph/optimizer/rule/RemoveNoopProjectRule.cpp index ba8310b0370..0c64051e399 100644 --- a/src/graph/optimizer/rule/RemoveNoopProjectRule.cpp +++ b/src/graph/optimizer/rule/RemoveNoopProjectRule.cpp @@ -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. */ #include "graph/optimizer/rule/RemoveNoopProjectRule.h" diff --git a/src/graph/optimizer/rule/RemoveNoopProjectRule.h b/src/graph/optimizer/rule/RemoveNoopProjectRule.h index 158a8e32a12..f1521613e2b 100644 --- a/src/graph/optimizer/rule/RemoveNoopProjectRule.h +++ b/src/graph/optimizer/rule/RemoveNoopProjectRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_REMOVENOOPPROJECTRULE_H_ diff --git a/src/graph/optimizer/rule/TagIndexFullScanRule.cpp b/src/graph/optimizer/rule/TagIndexFullScanRule.cpp index 42d99f527b1..327bd24e24a 100644 --- a/src/graph/optimizer/rule/TagIndexFullScanRule.cpp +++ b/src/graph/optimizer/rule/TagIndexFullScanRule.cpp @@ -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. */ #include "graph/optimizer/rule/TagIndexFullScanRule.h" diff --git a/src/graph/optimizer/rule/TagIndexFullScanRule.h b/src/graph/optimizer/rule/TagIndexFullScanRule.h index 82e523932c2..dc5a0bb7454 100644 --- a/src/graph/optimizer/rule/TagIndexFullScanRule.h +++ b/src/graph/optimizer/rule/TagIndexFullScanRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_TAGINDEXFULLSCANRULE_H_ diff --git a/src/graph/optimizer/rule/TopNRule.cpp b/src/graph/optimizer/rule/TopNRule.cpp index 80a7faebdf7..6db4f6c3ab0 100644 --- a/src/graph/optimizer/rule/TopNRule.cpp +++ b/src/graph/optimizer/rule/TopNRule.cpp @@ -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. */ #include "graph/optimizer/rule/TopNRule.h" diff --git a/src/graph/optimizer/rule/TopNRule.h b/src/graph/optimizer/rule/TopNRule.h index 6ebe4bfb746..879c1a2fd59 100644 --- a/src/graph/optimizer/rule/TopNRule.h +++ b/src/graph/optimizer/rule/TopNRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_TOPNRULE_H_ diff --git a/src/graph/optimizer/rule/UnionAllEdgeIndexScanRule.cpp b/src/graph/optimizer/rule/UnionAllEdgeIndexScanRule.cpp index 69e7ad395b8..066a9f0d678 100644 --- a/src/graph/optimizer/rule/UnionAllEdgeIndexScanRule.cpp +++ b/src/graph/optimizer/rule/UnionAllEdgeIndexScanRule.cpp @@ -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. */ #include "graph/optimizer/rule/UnionAllEdgeIndexScanRule.h" diff --git a/src/graph/optimizer/rule/UnionAllEdgeIndexScanRule.h b/src/graph/optimizer/rule/UnionAllEdgeIndexScanRule.h index d2759dc750e..f31e3d6b494 100644 --- a/src/graph/optimizer/rule/UnionAllEdgeIndexScanRule.h +++ b/src/graph/optimizer/rule/UnionAllEdgeIndexScanRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_UNIONALLEDGEINDEXSCANRULE_H_ diff --git a/src/graph/optimizer/rule/UnionAllIndexScanBaseRule.cpp b/src/graph/optimizer/rule/UnionAllIndexScanBaseRule.cpp index ee32b926897..bad83bb4bbc 100644 --- a/src/graph/optimizer/rule/UnionAllIndexScanBaseRule.cpp +++ b/src/graph/optimizer/rule/UnionAllIndexScanBaseRule.cpp @@ -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. */ #include "graph/optimizer/rule/UnionAllIndexScanBaseRule.h" diff --git a/src/graph/optimizer/rule/UnionAllIndexScanBaseRule.h b/src/graph/optimizer/rule/UnionAllIndexScanBaseRule.h index 5b5524c96d0..37daf7f60c4 100644 --- a/src/graph/optimizer/rule/UnionAllIndexScanBaseRule.h +++ b/src/graph/optimizer/rule/UnionAllIndexScanBaseRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_UNIONALLINDEXSCANBASERULE_H_ diff --git a/src/graph/optimizer/rule/UnionAllTagIndexScanRule.cpp b/src/graph/optimizer/rule/UnionAllTagIndexScanRule.cpp index 9051f6ec51f..1c75c12f373 100644 --- a/src/graph/optimizer/rule/UnionAllTagIndexScanRule.cpp +++ b/src/graph/optimizer/rule/UnionAllTagIndexScanRule.cpp @@ -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. */ #include "graph/optimizer/rule/UnionAllTagIndexScanRule.h" diff --git a/src/graph/optimizer/rule/UnionAllTagIndexScanRule.h b/src/graph/optimizer/rule/UnionAllTagIndexScanRule.h index 14b41667a06..b5c51f3af55 100644 --- a/src/graph/optimizer/rule/UnionAllTagIndexScanRule.h +++ b/src/graph/optimizer/rule/UnionAllTagIndexScanRule.h @@ -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. */ #ifndef GRAPH_OPTIMIZER_RULE_UNIONALLTAGINDEXSCANRULE_H_ diff --git a/src/graph/optimizer/test/CMakeLists.txt b/src/graph/optimizer/test/CMakeLists.txt index 46e1917eaf0..ec9507f425f 100644 --- a/src/graph/optimizer/test/CMakeLists.txt +++ b/src/graph/optimizer/test/CMakeLists.txt @@ -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. # set(OPTIMIZER_TEST_LIB diff --git a/src/graph/optimizer/test/IndexBoundValueTest.cpp b/src/graph/optimizer/test/IndexBoundValueTest.cpp index f5299284f8d..7a9b2d7896b 100644 --- a/src/graph/optimizer/test/IndexBoundValueTest.cpp +++ b/src/graph/optimizer/test/IndexBoundValueTest.cpp @@ -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. */ #include diff --git a/src/graph/optimizer/test/IndexScanRuleTest.cpp b/src/graph/optimizer/test/IndexScanRuleTest.cpp index 51893bbf63e..13776f28950 100644 --- a/src/graph/optimizer/test/IndexScanRuleTest.cpp +++ b/src/graph/optimizer/test/IndexScanRuleTest.cpp @@ -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. */ #include diff --git a/src/graph/planner/CMakeLists.txt b/src/graph/planner/CMakeLists.txt index 5f822cafd73..b79f97edefd 100644 --- a/src/graph/planner/CMakeLists.txt +++ b/src/graph/planner/CMakeLists.txt @@ -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. nebula_add_library( planner_obj OBJECT diff --git a/src/graph/planner/Planner.cpp b/src/graph/planner/Planner.cpp index 77086f1d086..47e5459b496 100644 --- a/src/graph/planner/Planner.cpp +++ b/src/graph/planner/Planner.cpp @@ -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. */ #include "graph/planner/Planner.h" diff --git a/src/graph/planner/Planner.h b/src/graph/planner/Planner.h index 8b7fecde1e5..96d9d421c69 100644 --- a/src/graph/planner/Planner.h +++ b/src/graph/planner/Planner.h @@ -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. */ #ifndef GRAPH_PLANNER_PLANNER_H_ diff --git a/src/graph/planner/PlannersRegister.cpp b/src/graph/planner/PlannersRegister.cpp index 15b3d4064d8..04bab266396 100644 --- a/src/graph/planner/PlannersRegister.cpp +++ b/src/graph/planner/PlannersRegister.cpp @@ -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. */ #include "graph/planner/PlannersRegister.h" diff --git a/src/graph/planner/PlannersRegister.h b/src/graph/planner/PlannersRegister.h index bc89cac3870..5577e6e1588 100644 --- a/src/graph/planner/PlannersRegister.h +++ b/src/graph/planner/PlannersRegister.h @@ -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. */ #ifndef GRAPH_PLANNER_PLANNERREGISTER_H_ diff --git a/src/graph/planner/SequentialPlanner.cpp b/src/graph/planner/SequentialPlanner.cpp index d1eb04463bb..1c2286a08b4 100644 --- a/src/graph/planner/SequentialPlanner.cpp +++ b/src/graph/planner/SequentialPlanner.cpp @@ -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. */ #include "graph/planner/SequentialPlanner.h" diff --git a/src/graph/planner/SequentialPlanner.h b/src/graph/planner/SequentialPlanner.h index 76a82d579e0..656bede413e 100644 --- a/src/graph/planner/SequentialPlanner.h +++ b/src/graph/planner/SequentialPlanner.h @@ -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. */ #ifndef GRAPH_PLANNER_PLANNERS_SEQUENTIALPLANNER_H_ diff --git a/src/graph/planner/match/AddDependencyStrategy.cpp b/src/graph/planner/match/AddDependencyStrategy.cpp index 9a3a1ce6d1a..c56e091a462 100644 --- a/src/graph/planner/match/AddDependencyStrategy.cpp +++ b/src/graph/planner/match/AddDependencyStrategy.cpp @@ -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. */ #include "graph/planner/match/AddDependencyStrategy.h" diff --git a/src/graph/planner/match/AddDependencyStrategy.h b/src/graph/planner/match/AddDependencyStrategy.h index c6f69c4bd1b..0e27517a966 100644 --- a/src/graph/planner/match/AddDependencyStrategy.h +++ b/src/graph/planner/match/AddDependencyStrategy.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_ADDDEPENDENCYSTRATEGY_H_ diff --git a/src/graph/planner/match/AddInputStrategy.cpp b/src/graph/planner/match/AddInputStrategy.cpp index e2f56475593..879cfbd3aa9 100644 --- a/src/graph/planner/match/AddInputStrategy.cpp +++ b/src/graph/planner/match/AddInputStrategy.cpp @@ -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. */ #include "graph/planner/match/AddInputStrategy.h" diff --git a/src/graph/planner/match/AddInputStrategy.h b/src/graph/planner/match/AddInputStrategy.h index 5ff62bdcc56..97f54e9e8f7 100644 --- a/src/graph/planner/match/AddInputStrategy.h +++ b/src/graph/planner/match/AddInputStrategy.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_ADDINPUTSTRATEGY_H_ diff --git a/src/graph/planner/match/CartesianProductStrategy.cpp b/src/graph/planner/match/CartesianProductStrategy.cpp index 015db7e93e4..ecd6aae13a0 100644 --- a/src/graph/planner/match/CartesianProductStrategy.cpp +++ b/src/graph/planner/match/CartesianProductStrategy.cpp @@ -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. */ #include "graph/planner/match/CartesianProductStrategy.h" diff --git a/src/graph/planner/match/CartesianProductStrategy.h b/src/graph/planner/match/CartesianProductStrategy.h index 696338b597a..2daa6917f25 100644 --- a/src/graph/planner/match/CartesianProductStrategy.h +++ b/src/graph/planner/match/CartesianProductStrategy.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_CARTESIANPRODUCTSTRATEGY_H_ diff --git a/src/graph/planner/match/CypherClausePlanner.h b/src/graph/planner/match/CypherClausePlanner.h index 75aadaba361..41a2183348b 100644 --- a/src/graph/planner/match/CypherClausePlanner.h +++ b/src/graph/planner/match/CypherClausePlanner.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_CYPHERCLAUSEPLANNER_H_ diff --git a/src/graph/planner/match/EdgeIndexSeek.h b/src/graph/planner/match/EdgeIndexSeek.h index 5248419ad1b..c39d32b6824 100644 --- a/src/graph/planner/match/EdgeIndexSeek.h +++ b/src/graph/planner/match/EdgeIndexSeek.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_EDGEINDEXSCAN_H_ diff --git a/src/graph/planner/match/Expand.cpp b/src/graph/planner/match/Expand.cpp index be7b79d3ea3..6a546c8f145 100644 --- a/src/graph/planner/match/Expand.cpp +++ b/src/graph/planner/match/Expand.cpp @@ -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. */ #include "graph/planner/match/Expand.h" diff --git a/src/graph/planner/match/Expand.h b/src/graph/planner/match/Expand.h index c0774d99e54..9292173b5d0 100644 --- a/src/graph/planner/match/Expand.h +++ b/src/graph/planner/match/Expand.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_EXPAND_H_ diff --git a/src/graph/planner/match/InnerJoinStrategy.cpp b/src/graph/planner/match/InnerJoinStrategy.cpp index 520c097729c..b3cf005a868 100644 --- a/src/graph/planner/match/InnerJoinStrategy.cpp +++ b/src/graph/planner/match/InnerJoinStrategy.cpp @@ -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. */ #include "graph/planner/match/InnerJoinStrategy.h" diff --git a/src/graph/planner/match/InnerJoinStrategy.h b/src/graph/planner/match/InnerJoinStrategy.h index e508cad6c6b..b5bd3b6104b 100644 --- a/src/graph/planner/match/InnerJoinStrategy.h +++ b/src/graph/planner/match/InnerJoinStrategy.h @@ -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. */ #ifndef GRAPH_PLANNER_PLANNERS_MATCH_INNERJOINSTRATEGY_H_ diff --git a/src/graph/planner/match/LabelIndexSeek.cpp b/src/graph/planner/match/LabelIndexSeek.cpp index 4b5009c2a9b..07187484509 100644 --- a/src/graph/planner/match/LabelIndexSeek.cpp +++ b/src/graph/planner/match/LabelIndexSeek.cpp @@ -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. */ #include "graph/planner/match/LabelIndexSeek.h" diff --git a/src/graph/planner/match/LabelIndexSeek.h b/src/graph/planner/match/LabelIndexSeek.h index 3085f8ca734..932d3b7197d 100644 --- a/src/graph/planner/match/LabelIndexSeek.h +++ b/src/graph/planner/match/LabelIndexSeek.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_LABELINDEXSEEK_H_ diff --git a/src/graph/planner/match/LeftOuterJoinStrategy.h b/src/graph/planner/match/LeftOuterJoinStrategy.h index 9ec83c74cf8..8eb2efee960 100644 --- a/src/graph/planner/match/LeftOuterJoinStrategy.h +++ b/src/graph/planner/match/LeftOuterJoinStrategy.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_LEFTOUTERJOINSTRATEGY_H_ diff --git a/src/graph/planner/match/MatchClausePlanner.cpp b/src/graph/planner/match/MatchClausePlanner.cpp index b610e515f2e..4a191ab466f 100644 --- a/src/graph/planner/match/MatchClausePlanner.cpp +++ b/src/graph/planner/match/MatchClausePlanner.cpp @@ -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. */ #include "graph/planner/match/MatchClausePlanner.h" diff --git a/src/graph/planner/match/MatchClausePlanner.h b/src/graph/planner/match/MatchClausePlanner.h index 88a3545e006..151e774a27a 100644 --- a/src/graph/planner/match/MatchClausePlanner.h +++ b/src/graph/planner/match/MatchClausePlanner.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_MATCHCLAUSEPLANNER_H_ diff --git a/src/graph/planner/match/MatchPlanner.cpp b/src/graph/planner/match/MatchPlanner.cpp index 3226e26d038..1ea2fa9bd62 100644 --- a/src/graph/planner/match/MatchPlanner.cpp +++ b/src/graph/planner/match/MatchPlanner.cpp @@ -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. */ #include "graph/planner/match/MatchPlanner.h" diff --git a/src/graph/planner/match/MatchPlanner.h b/src/graph/planner/match/MatchPlanner.h index 5bfa2095844..f0371de0def 100644 --- a/src/graph/planner/match/MatchPlanner.h +++ b/src/graph/planner/match/MatchPlanner.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCHPLANNER_H_ diff --git a/src/graph/planner/match/MatchSolver.cpp b/src/graph/planner/match/MatchSolver.cpp index 96f12f14f44..b66ec18312e 100644 --- a/src/graph/planner/match/MatchSolver.cpp +++ b/src/graph/planner/match/MatchSolver.cpp @@ -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. */ #include "graph/planner/match/MatchSolver.h" diff --git a/src/graph/planner/match/MatchSolver.h b/src/graph/planner/match/MatchSolver.h index 87f0ea6ad7b..502a9114f88 100644 --- a/src/graph/planner/match/MatchSolver.h +++ b/src/graph/planner/match/MatchSolver.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCHSOLVER_H_ diff --git a/src/graph/planner/match/OrderByClausePlanner.cpp b/src/graph/planner/match/OrderByClausePlanner.cpp index 15faf6d17f0..99270532af7 100644 --- a/src/graph/planner/match/OrderByClausePlanner.cpp +++ b/src/graph/planner/match/OrderByClausePlanner.cpp @@ -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. */ #include "graph/planner/match/OrderByClausePlanner.h" diff --git a/src/graph/planner/match/OrderByClausePlanner.h b/src/graph/planner/match/OrderByClausePlanner.h index cd61aeac410..de6c0859311 100644 --- a/src/graph/planner/match/OrderByClausePlanner.h +++ b/src/graph/planner/match/OrderByClausePlanner.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_ORDERBYCLAUSEPLANNER_H_ diff --git a/src/graph/planner/match/PaginationPlanner.cpp b/src/graph/planner/match/PaginationPlanner.cpp index 44232bdcc15..7a95a9b6ee7 100644 --- a/src/graph/planner/match/PaginationPlanner.cpp +++ b/src/graph/planner/match/PaginationPlanner.cpp @@ -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. */ #include "graph/planner/match/PaginationPlanner.h" diff --git a/src/graph/planner/match/PaginationPlanner.h b/src/graph/planner/match/PaginationPlanner.h index 251ff393a1a..c76bb9981f3 100644 --- a/src/graph/planner/match/PaginationPlanner.h +++ b/src/graph/planner/match/PaginationPlanner.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_PAGINATIONPLANNER_H_ diff --git a/src/graph/planner/match/PropIndexSeek.cpp b/src/graph/planner/match/PropIndexSeek.cpp index 1459369fc12..e1c2d47b785 100644 --- a/src/graph/planner/match/PropIndexSeek.cpp +++ b/src/graph/planner/match/PropIndexSeek.cpp @@ -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. */ #include "graph/planner/match/PropIndexSeek.h" diff --git a/src/graph/planner/match/PropIndexSeek.h b/src/graph/planner/match/PropIndexSeek.h index 75d0aaa87a9..e83c65e600a 100644 --- a/src/graph/planner/match/PropIndexSeek.h +++ b/src/graph/planner/match/PropIndexSeek.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_PROPINDEXSEEK_H_ diff --git a/src/graph/planner/match/ReturnClausePlanner.cpp b/src/graph/planner/match/ReturnClausePlanner.cpp index 4f79e44156c..6a0044e63bd 100644 --- a/src/graph/planner/match/ReturnClausePlanner.cpp +++ b/src/graph/planner/match/ReturnClausePlanner.cpp @@ -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. */ #include "graph/planner/match/ReturnClausePlanner.h" diff --git a/src/graph/planner/match/ReturnClausePlanner.h b/src/graph/planner/match/ReturnClausePlanner.h index abc020f33a6..4431a2a7c7a 100644 --- a/src/graph/planner/match/ReturnClausePlanner.h +++ b/src/graph/planner/match/ReturnClausePlanner.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_RETURNCLAUSEPLANNER_H_ diff --git a/src/graph/planner/match/SegmentsConnectStrategy.h b/src/graph/planner/match/SegmentsConnectStrategy.h index c367eaf569c..4cb6e431c26 100644 --- a/src/graph/planner/match/SegmentsConnectStrategy.h +++ b/src/graph/planner/match/SegmentsConnectStrategy.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_SEGMENTSCONNECTSTRATEGY_H_ diff --git a/src/graph/planner/match/SegmentsConnector.cpp b/src/graph/planner/match/SegmentsConnector.cpp index d48975cccbe..1c50a352002 100644 --- a/src/graph/planner/match/SegmentsConnector.cpp +++ b/src/graph/planner/match/SegmentsConnector.cpp @@ -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. */ #include "graph/planner/match/SegmentsConnector.h" diff --git a/src/graph/planner/match/SegmentsConnector.h b/src/graph/planner/match/SegmentsConnector.h index f5b3bb9bc60..fd8115fce59 100644 --- a/src/graph/planner/match/SegmentsConnector.h +++ b/src/graph/planner/match/SegmentsConnector.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_SEGMENTSCONNECTOR_H_ diff --git a/src/graph/planner/match/StartVidFinder.cpp b/src/graph/planner/match/StartVidFinder.cpp index 65c50de52c6..836c450dfa2 100644 --- a/src/graph/planner/match/StartVidFinder.cpp +++ b/src/graph/planner/match/StartVidFinder.cpp @@ -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. */ #include "graph/planner/match/StartVidFinder.h" diff --git a/src/graph/planner/match/StartVidFinder.h b/src/graph/planner/match/StartVidFinder.h index d1e9692f1f7..7a740fd57d9 100644 --- a/src/graph/planner/match/StartVidFinder.h +++ b/src/graph/planner/match/StartVidFinder.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_STARTVIDFINDER_H_ diff --git a/src/graph/planner/match/UnionStrategy.h b/src/graph/planner/match/UnionStrategy.h index 8fe4f15ff21..43d9299f666 100644 --- a/src/graph/planner/match/UnionStrategy.h +++ b/src/graph/planner/match/UnionStrategy.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_UNIONSTRATEGY_H_ diff --git a/src/graph/planner/match/UnwindClausePlanner.cpp b/src/graph/planner/match/UnwindClausePlanner.cpp index e60bdd61560..b884646f11b 100644 --- a/src/graph/planner/match/UnwindClausePlanner.cpp +++ b/src/graph/planner/match/UnwindClausePlanner.cpp @@ -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. */ #include "graph/planner/match/UnwindClausePlanner.h" diff --git a/src/graph/planner/match/UnwindClausePlanner.h b/src/graph/planner/match/UnwindClausePlanner.h index cadbd9f81c8..46b0f8777bd 100644 --- a/src/graph/planner/match/UnwindClausePlanner.h +++ b/src/graph/planner/match/UnwindClausePlanner.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_UNWINDCLAUSEPLANNER_H_ diff --git a/src/graph/planner/match/VertexIdSeek.cpp b/src/graph/planner/match/VertexIdSeek.cpp index 9ef83e9d431..1b27b877319 100644 --- a/src/graph/planner/match/VertexIdSeek.cpp +++ b/src/graph/planner/match/VertexIdSeek.cpp @@ -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. */ #include "graph/planner/match/VertexIdSeek.h" diff --git a/src/graph/planner/match/VertexIdSeek.h b/src/graph/planner/match/VertexIdSeek.h index 56b57046a47..891b3b2b8c6 100644 --- a/src/graph/planner/match/VertexIdSeek.h +++ b/src/graph/planner/match/VertexIdSeek.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_VERTEXIDSEEK_H_ diff --git a/src/graph/planner/match/WhereClausePlanner.cpp b/src/graph/planner/match/WhereClausePlanner.cpp index dbb742d6ba2..406641cc967 100644 --- a/src/graph/planner/match/WhereClausePlanner.cpp +++ b/src/graph/planner/match/WhereClausePlanner.cpp @@ -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. */ #include "graph/planner/match/WhereClausePlanner.h" diff --git a/src/graph/planner/match/WhereClausePlanner.h b/src/graph/planner/match/WhereClausePlanner.h index 56719778b33..c9a04e4c607 100644 --- a/src/graph/planner/match/WhereClausePlanner.h +++ b/src/graph/planner/match/WhereClausePlanner.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_WHERECLAUSEPLANNER_H_ diff --git a/src/graph/planner/match/WithClausePlanner.cpp b/src/graph/planner/match/WithClausePlanner.cpp index 894bf6e64ca..142d59acdeb 100644 --- a/src/graph/planner/match/WithClausePlanner.cpp +++ b/src/graph/planner/match/WithClausePlanner.cpp @@ -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. */ #include "graph/planner/match/WithClausePlanner.h" diff --git a/src/graph/planner/match/WithClausePlanner.h b/src/graph/planner/match/WithClausePlanner.h index 4ddb1ecada7..812cba8ba19 100644 --- a/src/graph/planner/match/WithClausePlanner.h +++ b/src/graph/planner/match/WithClausePlanner.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_WITHCLAUSEPLANNER_H_ diff --git a/src/graph/planner/match/YieldClausePlanner.cpp b/src/graph/planner/match/YieldClausePlanner.cpp index e40c98cf549..9d280e5c447 100644 --- a/src/graph/planner/match/YieldClausePlanner.cpp +++ b/src/graph/planner/match/YieldClausePlanner.cpp @@ -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. */ #include "graph/planner/match/YieldClausePlanner.h" diff --git a/src/graph/planner/match/YieldClausePlanner.h b/src/graph/planner/match/YieldClausePlanner.h index 2a024bfad4a..725335f5758 100644 --- a/src/graph/planner/match/YieldClausePlanner.h +++ b/src/graph/planner/match/YieldClausePlanner.h @@ -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. */ #ifndef GRAPH_PLANNER_MATCH_YIELDCLAUSEPLANNER_H_ diff --git a/src/graph/planner/ngql/FetchEdgesPlanner.cpp b/src/graph/planner/ngql/FetchEdgesPlanner.cpp index bdb1af6c67e..8c1157f7159 100644 --- a/src/graph/planner/ngql/FetchEdgesPlanner.cpp +++ b/src/graph/planner/ngql/FetchEdgesPlanner.cpp @@ -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. */ #include "graph/planner/ngql/FetchEdgesPlanner.h" diff --git a/src/graph/planner/ngql/FetchEdgesPlanner.h b/src/graph/planner/ngql/FetchEdgesPlanner.h index d5dec53c445..285ee8d9231 100644 --- a/src/graph/planner/ngql/FetchEdgesPlanner.h +++ b/src/graph/planner/ngql/FetchEdgesPlanner.h @@ -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. */ #ifndef GRAPH_PLANNER_NGQL_FETCH_EDGES_H_ diff --git a/src/graph/planner/ngql/FetchVerticesPlanner.cpp b/src/graph/planner/ngql/FetchVerticesPlanner.cpp index 2782ab622e6..76436a3737a 100644 --- a/src/graph/planner/ngql/FetchVerticesPlanner.cpp +++ b/src/graph/planner/ngql/FetchVerticesPlanner.cpp @@ -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. */ #include "graph/planner/ngql/FetchVerticesPlanner.h" diff --git a/src/graph/planner/ngql/FetchVerticesPlanner.h b/src/graph/planner/ngql/FetchVerticesPlanner.h index 7bbd9e34b91..aefca48fbec 100644 --- a/src/graph/planner/ngql/FetchVerticesPlanner.h +++ b/src/graph/planner/ngql/FetchVerticesPlanner.h @@ -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. */ #ifndef GRAPH_PLANNER_NGQL_FETCH_VERTICES_PLANNER_H_ diff --git a/src/graph/planner/ngql/GoPlanner.cpp b/src/graph/planner/ngql/GoPlanner.cpp index aa747c2063d..1d7bd036596 100644 --- a/src/graph/planner/ngql/GoPlanner.cpp +++ b/src/graph/planner/ngql/GoPlanner.cpp @@ -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. */ #include "graph/planner/ngql/GoPlanner.h" diff --git a/src/graph/planner/ngql/GoPlanner.h b/src/graph/planner/ngql/GoPlanner.h index cf7d6d2170e..bfaf0869dc3 100644 --- a/src/graph/planner/ngql/GoPlanner.h +++ b/src/graph/planner/ngql/GoPlanner.h @@ -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. */ #ifndef GRAPH_PLANNER_NGQL_GOPLANNER_H_ diff --git a/src/graph/planner/ngql/LookupPlanner.cpp b/src/graph/planner/ngql/LookupPlanner.cpp index 3a51e6eb570..45297335137 100644 --- a/src/graph/planner/ngql/LookupPlanner.cpp +++ b/src/graph/planner/ngql/LookupPlanner.cpp @@ -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. */ #include "graph/planner/ngql/LookupPlanner.h" diff --git a/src/graph/planner/ngql/LookupPlanner.h b/src/graph/planner/ngql/LookupPlanner.h index 64fb625bca8..1c9f3b72257 100644 --- a/src/graph/planner/ngql/LookupPlanner.h +++ b/src/graph/planner/ngql/LookupPlanner.h @@ -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. */ #ifndef GRAPH_PLANNER_NGQL_LOOKUPPLANNER_H_ diff --git a/src/graph/planner/ngql/MaintainPlanner.cpp b/src/graph/planner/ngql/MaintainPlanner.cpp index 2d3e92debe6..9572d1bae2a 100644 --- a/src/graph/planner/ngql/MaintainPlanner.cpp +++ b/src/graph/planner/ngql/MaintainPlanner.cpp @@ -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. */ #include "graph/planner/ngql/MaintainPlanner.h" diff --git a/src/graph/planner/ngql/MaintainPlanner.h b/src/graph/planner/ngql/MaintainPlanner.h index eb8a8953652..c0ad0a9687f 100644 --- a/src/graph/planner/ngql/MaintainPlanner.h +++ b/src/graph/planner/ngql/MaintainPlanner.h @@ -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. */ #pragma once diff --git a/src/graph/planner/ngql/PathPlanner.cpp b/src/graph/planner/ngql/PathPlanner.cpp index 3e2dab8bca2..00b683627e6 100644 --- a/src/graph/planner/ngql/PathPlanner.cpp +++ b/src/graph/planner/ngql/PathPlanner.cpp @@ -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. */ #include "graph/planner/ngql/PathPlanner.h" diff --git a/src/graph/planner/ngql/PathPlanner.h b/src/graph/planner/ngql/PathPlanner.h index 7736ed064b3..e0c6912119d 100644 --- a/src/graph/planner/ngql/PathPlanner.h +++ b/src/graph/planner/ngql/PathPlanner.h @@ -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. */ #ifndef NGQL_PLANNERS_PATHPLANNER_H diff --git a/src/graph/planner/ngql/SubgraphPlanner.cpp b/src/graph/planner/ngql/SubgraphPlanner.cpp index 71220a2a2a3..339724b15bd 100644 --- a/src/graph/planner/ngql/SubgraphPlanner.cpp +++ b/src/graph/planner/ngql/SubgraphPlanner.cpp @@ -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. */ #include "graph/planner/ngql/SubgraphPlanner.h" diff --git a/src/graph/planner/ngql/SubgraphPlanner.h b/src/graph/planner/ngql/SubgraphPlanner.h index 6c86e22ebb2..7dfe7cec5bc 100644 --- a/src/graph/planner/ngql/SubgraphPlanner.h +++ b/src/graph/planner/ngql/SubgraphPlanner.h @@ -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. */ #ifndef NGQL_PLANNERS_SUBGRAPHPLANNER_H diff --git a/src/graph/planner/plan/Admin.cpp b/src/graph/planner/plan/Admin.cpp index 2ae4d0cac35..5400ff50100 100644 --- a/src/graph/planner/plan/Admin.cpp +++ b/src/graph/planner/plan/Admin.cpp @@ -1,8 +1,7 @@ /* 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. */ #include "graph/planner/plan/Admin.h" diff --git a/src/graph/planner/plan/Admin.h b/src/graph/planner/plan/Admin.h index 5335e0f1e94..e825985e610 100644 --- a/src/graph/planner/plan/Admin.h +++ b/src/graph/planner/plan/Admin.h @@ -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. */ #ifndef GRAPH_PLANNER_PLAN_ADMIN_H_ diff --git a/src/graph/planner/plan/Algo.cpp b/src/graph/planner/plan/Algo.cpp index 055f2df06e7..1ee0aac5187 100644 --- a/src/graph/planner/plan/Algo.cpp +++ b/src/graph/planner/plan/Algo.cpp @@ -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. */ #include "graph/planner/plan/Algo.h" diff --git a/src/graph/planner/plan/Algo.h b/src/graph/planner/plan/Algo.h index 939abc399f5..d86396771f9 100644 --- a/src/graph/planner/plan/Algo.h +++ b/src/graph/planner/plan/Algo.h @@ -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. */ #ifndef GRAPH_PLANNER_PLAN_ALGO_H_ diff --git a/src/graph/planner/plan/ExecutionPlan.cpp b/src/graph/planner/plan/ExecutionPlan.cpp index 36a610e8bc0..6981782bf87 100644 --- a/src/graph/planner/plan/ExecutionPlan.cpp +++ b/src/graph/planner/plan/ExecutionPlan.cpp @@ -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. */ #include "graph/planner/plan/ExecutionPlan.h" diff --git a/src/graph/planner/plan/ExecutionPlan.h b/src/graph/planner/plan/ExecutionPlan.h index 55e28b0c6ce..b65c9e9034f 100644 --- a/src/graph/planner/plan/ExecutionPlan.h +++ b/src/graph/planner/plan/ExecutionPlan.h @@ -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. */ #ifndef GRAPH_PLANNER_PLAN_EXECUTIONPLAN_H_ diff --git a/src/graph/planner/plan/Logic.cpp b/src/graph/planner/plan/Logic.cpp index 44b59f05cc2..3ace2a15bdb 100644 --- a/src/graph/planner/plan/Logic.cpp +++ b/src/graph/planner/plan/Logic.cpp @@ -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. */ #include "graph/planner/plan/Logic.h" diff --git a/src/graph/planner/plan/Logic.h b/src/graph/planner/plan/Logic.h index a30e7e2a4f6..af68307ba03 100644 --- a/src/graph/planner/plan/Logic.h +++ b/src/graph/planner/plan/Logic.h @@ -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. */ #ifndef GRAPH_PLANNER_PLAN_LOGIC_H_ diff --git a/src/graph/planner/plan/Maintain.cpp b/src/graph/planner/plan/Maintain.cpp index 72f0d0f39de..900e433c0a5 100644 --- a/src/graph/planner/plan/Maintain.cpp +++ b/src/graph/planner/plan/Maintain.cpp @@ -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. */ #include "graph/planner/plan/Maintain.h" diff --git a/src/graph/planner/plan/Maintain.h b/src/graph/planner/plan/Maintain.h index 9fab68e0567..b93ee18ff2d 100644 --- a/src/graph/planner/plan/Maintain.h +++ b/src/graph/planner/plan/Maintain.h @@ -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. */ #ifndef GRAPH_PLANNER_PLAN_MAINTAIN_H_ diff --git a/src/graph/planner/plan/Mutate.cpp b/src/graph/planner/plan/Mutate.cpp index c5faa79ecbf..27ad08440ce 100644 --- a/src/graph/planner/plan/Mutate.cpp +++ b/src/graph/planner/plan/Mutate.cpp @@ -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. */ #include "graph/planner/plan/Mutate.h" diff --git a/src/graph/planner/plan/Mutate.h b/src/graph/planner/plan/Mutate.h index 5c914edc8fc..e144539f7ab 100644 --- a/src/graph/planner/plan/Mutate.h +++ b/src/graph/planner/plan/Mutate.h @@ -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. */ #ifndef GRAPH_PLANNER_PLAN_MUTATE_H_ diff --git a/src/graph/planner/plan/PlanNode.cpp b/src/graph/planner/plan/PlanNode.cpp index d2114c5adaa..7a0ad545771 100644 --- a/src/graph/planner/plan/PlanNode.cpp +++ b/src/graph/planner/plan/PlanNode.cpp @@ -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. */ #include "graph/planner/plan/PlanNode.h" diff --git a/src/graph/planner/plan/PlanNode.h b/src/graph/planner/plan/PlanNode.h index 64bf7333a31..5899191cbc9 100644 --- a/src/graph/planner/plan/PlanNode.h +++ b/src/graph/planner/plan/PlanNode.h @@ -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. */ #ifndef GRAPH_PLANNER_PLAN_PLANNODE_H_ diff --git a/src/graph/planner/plan/Query.cpp b/src/graph/planner/plan/Query.cpp index 07af8ff0731..07954678eee 100644 --- a/src/graph/planner/plan/Query.cpp +++ b/src/graph/planner/plan/Query.cpp @@ -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. */ #include "graph/planner/plan/Query.h" diff --git a/src/graph/planner/plan/Query.h b/src/graph/planner/plan/Query.h index e94344c3f5e..b62622bb0e4 100644 --- a/src/graph/planner/plan/Query.h +++ b/src/graph/planner/plan/Query.h @@ -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. */ #ifndef GRAPH_PLANNER_PLAN_QUERY_H_ diff --git a/src/graph/planner/plan/Scan.h b/src/graph/planner/plan/Scan.h index 09eac8c4080..d7356b6301f 100644 --- a/src/graph/planner/plan/Scan.h +++ b/src/graph/planner/plan/Scan.h @@ -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. */ #ifndef GRAPH_PLANNER_PLAN_SCAN_H_ diff --git a/src/graph/planner/test/CMakeLists.txt b/src/graph/planner/test/CMakeLists.txt index 2f7b6900e88..1cee352a80d 100644 --- a/src/graph/planner/test/CMakeLists.txt +++ b/src/graph/planner/test/CMakeLists.txt @@ -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. nebula_add_test( NAME execution_plan_test diff --git a/src/graph/planner/test/ExecutionPlanTest.cpp b/src/graph/planner/test/ExecutionPlanTest.cpp index dbbcf62a2c1..9ecbeb15617 100644 --- a/src/graph/planner/test/ExecutionPlanTest.cpp +++ b/src/graph/planner/test/ExecutionPlanTest.cpp @@ -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. */ #include diff --git a/src/graph/scheduler/AsyncMsgNotifyBasedScheduler.cpp b/src/graph/scheduler/AsyncMsgNotifyBasedScheduler.cpp index 06896164598..ef8b26c77ac 100644 --- a/src/graph/scheduler/AsyncMsgNotifyBasedScheduler.cpp +++ b/src/graph/scheduler/AsyncMsgNotifyBasedScheduler.cpp @@ -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. */ #include "graph/scheduler/AsyncMsgNotifyBasedScheduler.h" diff --git a/src/graph/scheduler/AsyncMsgNotifyBasedScheduler.h b/src/graph/scheduler/AsyncMsgNotifyBasedScheduler.h index 4290dd47e75..90ba9a657d9 100644 --- a/src/graph/scheduler/AsyncMsgNotifyBasedScheduler.h +++ b/src/graph/scheduler/AsyncMsgNotifyBasedScheduler.h @@ -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. */ #ifndef GRAPH_SCHEDULER_ASYNCMSGNOTIFYBASEDSCHEDULER_H_ diff --git a/src/graph/scheduler/CMakeLists.txt b/src/graph/scheduler/CMakeLists.txt index d62e88218c1..748ecf07e99 100644 --- a/src/graph/scheduler/CMakeLists.txt +++ b/src/graph/scheduler/CMakeLists.txt @@ -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. nebula_add_library( scheduler_obj diff --git a/src/graph/scheduler/Scheduler.cpp b/src/graph/scheduler/Scheduler.cpp index c3a571ae61c..cb2cfdd22f0 100644 --- a/src/graph/scheduler/Scheduler.cpp +++ b/src/graph/scheduler/Scheduler.cpp @@ -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. */ #include "graph/scheduler/Scheduler.h" diff --git a/src/graph/scheduler/Scheduler.h b/src/graph/scheduler/Scheduler.h index ddcaefad5fc..3a4bc97722f 100644 --- a/src/graph/scheduler/Scheduler.h +++ b/src/graph/scheduler/Scheduler.h @@ -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. */ #ifndef GRAPH_SCHEDULER_SCHEDULER_H_ diff --git a/src/graph/service/Authenticator.h b/src/graph/service/Authenticator.h index ea390b8a148..f7355275783 100644 --- a/src/graph/service/Authenticator.h +++ b/src/graph/service/Authenticator.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef GRAPH_SERVICE_AUTHENTICATOR_H_ diff --git a/src/graph/service/CMakeLists.txt b/src/graph/service/CMakeLists.txt index cefed2806e3..9fbdec607fb 100644 --- a/src/graph/service/CMakeLists.txt +++ b/src/graph/service/CMakeLists.txt @@ -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. nebula_add_library( graph_flags_obj OBJECT diff --git a/src/graph/service/CloudAuthenticator.cpp b/src/graph/service/CloudAuthenticator.cpp index 13868445493..d69ea54c656 100644 --- a/src/graph/service/CloudAuthenticator.cpp +++ b/src/graph/service/CloudAuthenticator.cpp @@ -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. */ #include "graph/service/CloudAuthenticator.h" diff --git a/src/graph/service/CloudAuthenticator.h b/src/graph/service/CloudAuthenticator.h index f5efb5e861b..0b54d0d39eb 100644 --- a/src/graph/service/CloudAuthenticator.h +++ b/src/graph/service/CloudAuthenticator.h @@ -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. */ #ifndef GRAPH_SERVICE_CLOUDAUTHENTICATOR_H_ diff --git a/src/graph/service/GraphFlags.cpp b/src/graph/service/GraphFlags.cpp index 6fcb96c6ec3..d505c1c6d39 100644 --- a/src/graph/service/GraphFlags.cpp +++ b/src/graph/service/GraphFlags.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "graph/service/GraphFlags.h" diff --git a/src/graph/service/GraphFlags.h b/src/graph/service/GraphFlags.h index 60d4401aae0..4b460702552 100644 --- a/src/graph/service/GraphFlags.h +++ b/src/graph/service/GraphFlags.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef GRAPH_SERVICE_GRAPHFLAGS_H_ diff --git a/src/graph/service/GraphService.cpp b/src/graph/service/GraphService.cpp index 86fba9a06b4..c4423874a20 100644 --- a/src/graph/service/GraphService.cpp +++ b/src/graph/service/GraphService.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "graph/service/GraphService.h" diff --git a/src/graph/service/GraphService.h b/src/graph/service/GraphService.h index dd000919e1a..c0326066bd5 100644 --- a/src/graph/service/GraphService.h +++ b/src/graph/service/GraphService.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef GRAPH_SERVICE_GRAPHSERVICE_H_ diff --git a/src/graph/service/LdapAuthenticator.cpp b/src/graph/service/LdapAuthenticator.cpp index 7ce8caa0e9a..e52a0016944 100644 --- a/src/graph/service/LdapAuthenticator.cpp +++ b/src/graph/service/LdapAuthenticator.cpp @@ -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. */ #include "graph/service/LdapAuthenticator.h" diff --git a/src/graph/service/LdapAuthenticator.h b/src/graph/service/LdapAuthenticator.h index cb05e01f44c..bedcb23cab3 100644 --- a/src/graph/service/LdapAuthenticator.h +++ b/src/graph/service/LdapAuthenticator.h @@ -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. */ #ifndef GRAPH_SERVICE_LDAPAUTHENTICATOR_H_ diff --git a/src/graph/service/PasswordAuthenticator.cpp b/src/graph/service/PasswordAuthenticator.cpp index 4d3fdc8b7e6..4326c7d5b74 100644 --- a/src/graph/service/PasswordAuthenticator.cpp +++ b/src/graph/service/PasswordAuthenticator.cpp @@ -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. */ #include "graph/service/PasswordAuthenticator.h" diff --git a/src/graph/service/PasswordAuthenticator.h b/src/graph/service/PasswordAuthenticator.h index a2ffa018225..344ca2415af 100644 --- a/src/graph/service/PasswordAuthenticator.h +++ b/src/graph/service/PasswordAuthenticator.h @@ -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. */ #ifndef GRAPH_SERVICE_PASSWORDAUTHENTICATOR_H_ diff --git a/src/graph/service/PermissionCheck.cpp b/src/graph/service/PermissionCheck.cpp index 0e4cba64aa5..41ff371ab6e 100644 --- a/src/graph/service/PermissionCheck.cpp +++ b/src/graph/service/PermissionCheck.cpp @@ -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. */ #include "graph/service/PermissionCheck.h" diff --git a/src/graph/service/PermissionCheck.h b/src/graph/service/PermissionCheck.h index 716db3baef0..59767d5236b 100644 --- a/src/graph/service/PermissionCheck.h +++ b/src/graph/service/PermissionCheck.h @@ -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. */ #include "graph/service/GraphFlags.h" diff --git a/src/graph/service/PermissionManager.cpp b/src/graph/service/PermissionManager.cpp index 367601c69e3..a0ea92b5229 100644 --- a/src/graph/service/PermissionManager.cpp +++ b/src/graph/service/PermissionManager.cpp @@ -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. */ #include "graph/service/PermissionManager.h" diff --git a/src/graph/service/PermissionManager.h b/src/graph/service/PermissionManager.h index 89444f81aca..335e8d7fdaf 100644 --- a/src/graph/service/PermissionManager.h +++ b/src/graph/service/PermissionManager.h @@ -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. */ #ifndef GRAPH_SERVICE_PERMISSIONMANAGER_H_ diff --git a/src/graph/service/QueryEngine.cpp b/src/graph/service/QueryEngine.cpp index a23d269c43c..4fcc8d78608 100644 --- a/src/graph/service/QueryEngine.cpp +++ b/src/graph/service/QueryEngine.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "graph/service/QueryEngine.h" diff --git a/src/graph/service/QueryEngine.h b/src/graph/service/QueryEngine.h index 66efd23cb5f..505a844373d 100644 --- a/src/graph/service/QueryEngine.h +++ b/src/graph/service/QueryEngine.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef GRAPH_SERVICE_QUERYENGINE_H_ diff --git a/src/graph/service/QueryInstance.cpp b/src/graph/service/QueryInstance.cpp index 7f46461c6b4..8ba141ced2a 100644 --- a/src/graph/service/QueryInstance.cpp +++ b/src/graph/service/QueryInstance.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "graph/service/QueryInstance.h" diff --git a/src/graph/service/QueryInstance.h b/src/graph/service/QueryInstance.h index d8e236d51b4..c8c51bb46cf 100644 --- a/src/graph/service/QueryInstance.h +++ b/src/graph/service/QueryInstance.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef GRAPH_SERVICE_QUERYINSTANCE_H_ diff --git a/src/graph/service/RequestContext.h b/src/graph/service/RequestContext.h index e74eaf05c3f..2486fd72453 100644 --- a/src/graph/service/RequestContext.h +++ b/src/graph/service/RequestContext.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef GRAPH_REQUESTCONTEXT_H_ diff --git a/src/graph/session/CMakeLists.txt b/src/graph/session/CMakeLists.txt index e6d64f0be95..460ea710903 100644 --- a/src/graph/session/CMakeLists.txt +++ b/src/graph/session/CMakeLists.txt @@ -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. nebula_add_library( graph_session_obj OBJECT diff --git a/src/graph/session/ClientSession.cpp b/src/graph/session/ClientSession.cpp index 3c3fa758abe..c27e60166f3 100644 --- a/src/graph/session/ClientSession.cpp +++ b/src/graph/session/ClientSession.cpp @@ -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. */ #include "graph/session/ClientSession.h" diff --git a/src/graph/session/ClientSession.h b/src/graph/session/ClientSession.h index 6432d511147..78e26b91483 100644 --- a/src/graph/session/ClientSession.h +++ b/src/graph/session/ClientSession.h @@ -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. */ #ifndef GRAPH_SESSION_CLIENTSESSION_H_ #define GRAPH_SESSION_CLIENTSESSION_H_ diff --git a/src/graph/session/GraphSessionManager.cpp b/src/graph/session/GraphSessionManager.cpp index d8ee41bcc55..a5faa5c22b5 100644 --- a/src/graph/session/GraphSessionManager.cpp +++ b/src/graph/session/GraphSessionManager.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "graph/session/GraphSessionManager.h" diff --git a/src/graph/session/GraphSessionManager.h b/src/graph/session/GraphSessionManager.h index 8fc910e58e7..ee941a422f5 100644 --- a/src/graph/session/GraphSessionManager.h +++ b/src/graph/session/GraphSessionManager.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef GRAPH_SESSION_GRAPHSESSIONMANAGER_H_ diff --git a/src/graph/stats/CMakeLists.txt b/src/graph/stats/CMakeLists.txt index c0291a1f16a..a1cd2878085 100644 --- a/src/graph/stats/CMakeLists.txt +++ b/src/graph/stats/CMakeLists.txt @@ -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. nebula_add_library( stats_def_obj diff --git a/src/graph/stats/StatsDef.cpp b/src/graph/stats/StatsDef.cpp index 258b0064850..762f07c8585 100644 --- a/src/graph/stats/StatsDef.cpp +++ b/src/graph/stats/StatsDef.cpp @@ -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. */ #include "graph/stats/StatsDef.h" diff --git a/src/graph/stats/StatsDef.h b/src/graph/stats/StatsDef.h index bf30cb9a696..0ac0a878e45 100644 --- a/src/graph/stats/StatsDef.h +++ b/src/graph/stats/StatsDef.h @@ -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. */ #ifndef GRAPH_STATS_STATSDEF_H_ diff --git a/src/graph/util/AnonColGenerator.h b/src/graph/util/AnonColGenerator.h index ec30b2cf011..390745cf027 100644 --- a/src/graph/util/AnonColGenerator.h +++ b/src/graph/util/AnonColGenerator.h @@ -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. */ #ifndef GRAPH_UTIL_ANONCOLGENERATOR_H_ diff --git a/src/graph/util/AnonVarGenerator.h b/src/graph/util/AnonVarGenerator.h index 9067ed0b16f..374e01efaa7 100644 --- a/src/graph/util/AnonVarGenerator.h +++ b/src/graph/util/AnonVarGenerator.h @@ -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. */ #ifndef GRAPH_UTIL_ANONVARGENERATOR_H_ diff --git a/src/graph/util/AstUtils.h b/src/graph/util/AstUtils.h index b30d2516b5b..8262b0c7df8 100644 --- a/src/graph/util/AstUtils.h +++ b/src/graph/util/AstUtils.h @@ -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. */ #ifndef GRAPH_UTIL_ASTUTIL_H_ diff --git a/src/graph/util/CMakeLists.txt b/src/graph/util/CMakeLists.txt index da7bdf95a2e..0a80754d58d 100644 --- a/src/graph/util/CMakeLists.txt +++ b/src/graph/util/CMakeLists.txt @@ -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. # nebula_add_library( diff --git a/src/graph/util/ContainerConv.h b/src/graph/util/ContainerConv.h index 044675496ff..817f081d7c9 100644 --- a/src/graph/util/ContainerConv.h +++ b/src/graph/util/ContainerConv.h @@ -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. */ #ifndef GRAPH_UTIL_CONTAINERCONV_H_ diff --git a/src/graph/util/ExpressionUtils.cpp b/src/graph/util/ExpressionUtils.cpp index 28bb5d3ff42..8b32888bb7a 100644 --- a/src/graph/util/ExpressionUtils.cpp +++ b/src/graph/util/ExpressionUtils.cpp @@ -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. */ #include "graph/util/ExpressionUtils.h" diff --git a/src/graph/util/ExpressionUtils.h b/src/graph/util/ExpressionUtils.h index 7af0522a09b..484f2db4127 100644 --- a/src/graph/util/ExpressionUtils.h +++ b/src/graph/util/ExpressionUtils.h @@ -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. */ #ifndef _UTIL_EXPRESSION_UTILS_H_ diff --git a/src/graph/util/FTIndexUtils.cpp b/src/graph/util/FTIndexUtils.cpp index 000818b267a..095090a352d 100644 --- a/src/graph/util/FTIndexUtils.cpp +++ b/src/graph/util/FTIndexUtils.cpp @@ -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. */ #include "graph/util/FTIndexUtils.h" diff --git a/src/graph/util/FTIndexUtils.h b/src/graph/util/FTIndexUtils.h index 3f35239c1ae..43ae6319220 100644 --- a/src/graph/util/FTIndexUtils.h +++ b/src/graph/util/FTIndexUtils.h @@ -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. */ #ifndef GRAPH_UTIL_FT_INDEXUTIL_H_ diff --git a/src/graph/util/IdGenerator.cpp b/src/graph/util/IdGenerator.cpp index 84cb69a638c..019a40920da 100644 --- a/src/graph/util/IdGenerator.cpp +++ b/src/graph/util/IdGenerator.cpp @@ -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. */ #include "graph/util/IdGenerator.h" diff --git a/src/graph/util/IdGenerator.h b/src/graph/util/IdGenerator.h index e3920f925fc..36bf62bbad0 100644 --- a/src/graph/util/IdGenerator.h +++ b/src/graph/util/IdGenerator.h @@ -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. */ #ifndef GRAPH_PLANNER_IDGENERATOR_H_ diff --git a/src/graph/util/IndexUtil.cpp b/src/graph/util/IndexUtil.cpp index a9eefc0d263..57c98bf4bbc 100644 --- a/src/graph/util/IndexUtil.cpp +++ b/src/graph/util/IndexUtil.cpp @@ -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. */ #include "graph/util/IndexUtil.h" diff --git a/src/graph/util/IndexUtil.h b/src/graph/util/IndexUtil.h index 43897aa8298..c1f08360a66 100644 --- a/src/graph/util/IndexUtil.h +++ b/src/graph/util/IndexUtil.h @@ -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. */ #ifndef GRAPH_UTIL_INDEXUTIL_H_ diff --git a/src/graph/util/ParserUtil.cpp b/src/graph/util/ParserUtil.cpp index 1d9368cc19f..a8f93c671d9 100644 --- a/src/graph/util/ParserUtil.cpp +++ b/src/graph/util/ParserUtil.cpp @@ -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. */ #include "graph/util/ParserUtil.h" diff --git a/src/graph/util/ParserUtil.h b/src/graph/util/ParserUtil.h index 95c2962832d..f86a46db238 100644 --- a/src/graph/util/ParserUtil.h +++ b/src/graph/util/ParserUtil.h @@ -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. */ #ifndef GRAPH_UTIL_PARSERUTIL_H_ diff --git a/src/graph/util/PlannerUtil.cpp b/src/graph/util/PlannerUtil.cpp index f6613f55a06..32154371647 100644 --- a/src/graph/util/PlannerUtil.cpp +++ b/src/graph/util/PlannerUtil.cpp @@ -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. */ #include "graph/util/PlannerUtil.h" diff --git a/src/graph/util/PlannerUtil.h b/src/graph/util/PlannerUtil.h index 7eb0accbec6..25f29450061 100644 --- a/src/graph/util/PlannerUtil.h +++ b/src/graph/util/PlannerUtil.h @@ -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. */ #ifndef GRAPH_UTIL_PLANNER_UTIL_H_ diff --git a/src/graph/util/SchemaUtil.cpp b/src/graph/util/SchemaUtil.cpp index 6147f8968dc..a19e381e4ea 100644 --- a/src/graph/util/SchemaUtil.cpp +++ b/src/graph/util/SchemaUtil.cpp @@ -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. */ #include "graph/util/SchemaUtil.h" diff --git a/src/graph/util/SchemaUtil.h b/src/graph/util/SchemaUtil.h index 8e305059277..3e6f6f13af4 100644 --- a/src/graph/util/SchemaUtil.h +++ b/src/graph/util/SchemaUtil.h @@ -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. */ #ifndef GRAPH_UTIL_SCHEMAUTIL_H_ diff --git a/src/graph/util/ToJson.cpp b/src/graph/util/ToJson.cpp index eee58d54980..529f4f3e257 100644 --- a/src/graph/util/ToJson.cpp +++ b/src/graph/util/ToJson.cpp @@ -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. */ #include "graph/util/ToJson.h" diff --git a/src/graph/util/ToJson.h b/src/graph/util/ToJson.h index 2a7cf37e62d..01f39a54e10 100644 --- a/src/graph/util/ToJson.h +++ b/src/graph/util/ToJson.h @@ -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. */ #ifndef GRAPH_UTIL_TOJSON_H_ #define GRAPH_UTIL_TOJSON_H_ diff --git a/src/graph/util/Utils.h b/src/graph/util/Utils.h index 6d62e6a634e..583aae3d1b7 100644 --- a/src/graph/util/Utils.h +++ b/src/graph/util/Utils.h @@ -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. */ #ifndef GRAPH_UTIL_UTILS_H_ diff --git a/src/graph/util/ValidateUtil.cpp b/src/graph/util/ValidateUtil.cpp index 953c7b75ab2..748c9db3925 100644 --- a/src/graph/util/ValidateUtil.cpp +++ b/src/graph/util/ValidateUtil.cpp @@ -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. */ #include "graph/util/ValidateUtil.h" diff --git a/src/graph/util/ValidateUtil.h b/src/graph/util/ValidateUtil.h index 80ed02a5e08..eb5bb9d3cbf 100644 --- a/src/graph/util/ValidateUtil.h +++ b/src/graph/util/ValidateUtil.h @@ -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. */ #ifndef GRAPH_UTIL_VALIDATE_UTIL_H_ diff --git a/src/graph/util/ZoneUtil.cpp b/src/graph/util/ZoneUtil.cpp index 2380bf42716..3dc91e4deb1 100644 --- a/src/graph/util/ZoneUtil.cpp +++ b/src/graph/util/ZoneUtil.cpp @@ -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. */ #include "graph/util/ZoneUtil.h" diff --git a/src/graph/util/ZoneUtil.h b/src/graph/util/ZoneUtil.h index f3936c52960..55db72b112e 100644 --- a/src/graph/util/ZoneUtil.h +++ b/src/graph/util/ZoneUtil.h @@ -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. */ #ifndef GRAPH_UTIL_ZONEUTIL_H_ diff --git a/src/graph/util/test/ExpressionUtilsTest.cpp b/src/graph/util/test/ExpressionUtilsTest.cpp index fa6963000b8..5b9c93366a3 100644 --- a/src/graph/util/test/ExpressionUtilsTest.cpp +++ b/src/graph/util/test/ExpressionUtilsTest.cpp @@ -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. */ #include diff --git a/src/graph/util/test/IdGeneratorTest.cpp b/src/graph/util/test/IdGeneratorTest.cpp index f013ff5702a..a36897387c2 100644 --- a/src/graph/util/test/IdGeneratorTest.cpp +++ b/src/graph/util/test/IdGeneratorTest.cpp @@ -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. */ #include diff --git a/src/graph/validator/ACLValidator.cpp b/src/graph/validator/ACLValidator.cpp index 44b62822edb..9fd45da9523 100644 --- a/src/graph/validator/ACLValidator.cpp +++ b/src/graph/validator/ACLValidator.cpp @@ -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. */ #include "graph/validator/ACLValidator.h" diff --git a/src/graph/validator/ACLValidator.h b/src/graph/validator/ACLValidator.h index 39dd688f16c..bf88439383c 100644 --- a/src/graph/validator/ACLValidator.h +++ b/src/graph/validator/ACLValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_ACLVALIDATOR_H_ diff --git a/src/graph/validator/AdminJobValidator.cpp b/src/graph/validator/AdminJobValidator.cpp index bb1d8f7e4a6..abb5f8382de 100644 --- a/src/graph/validator/AdminJobValidator.cpp +++ b/src/graph/validator/AdminJobValidator.cpp @@ -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. */ #include "graph/validator/AdminJobValidator.h" diff --git a/src/graph/validator/AdminJobValidator.h b/src/graph/validator/AdminJobValidator.h index ea96710e10a..73ce1452f5d 100644 --- a/src/graph/validator/AdminJobValidator.h +++ b/src/graph/validator/AdminJobValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_ADMIN_JOB_VALIDATOR_H_ diff --git a/src/graph/validator/AdminValidator.cpp b/src/graph/validator/AdminValidator.cpp index ee4d2779001..bc1ac4b99ed 100644 --- a/src/graph/validator/AdminValidator.cpp +++ b/src/graph/validator/AdminValidator.cpp @@ -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. */ #include "graph/validator/AdminValidator.h" diff --git a/src/graph/validator/AdminValidator.h b/src/graph/validator/AdminValidator.h index 94cb8ff3541..b67201e3af4 100644 --- a/src/graph/validator/AdminValidator.h +++ b/src/graph/validator/AdminValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_ADMINVALIDATOR_H_ diff --git a/src/graph/validator/AssignmentValidator.cpp b/src/graph/validator/AssignmentValidator.cpp index 56ac0a15270..31ac427fc95 100644 --- a/src/graph/validator/AssignmentValidator.cpp +++ b/src/graph/validator/AssignmentValidator.cpp @@ -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. */ #include "graph/validator/AssignmentValidator.h" diff --git a/src/graph/validator/AssignmentValidator.h b/src/graph/validator/AssignmentValidator.h index 41e78568c34..1f85f28e081 100644 --- a/src/graph/validator/AssignmentValidator.h +++ b/src/graph/validator/AssignmentValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_ASSIGNMENTVALIDATOR_H_ diff --git a/src/graph/validator/BalanceValidator.cpp b/src/graph/validator/BalanceValidator.cpp index 34e63acb16f..306d8b6a27d 100644 --- a/src/graph/validator/BalanceValidator.cpp +++ b/src/graph/validator/BalanceValidator.cpp @@ -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. */ #include "graph/validator/BalanceValidator.h" diff --git a/src/graph/validator/BalanceValidator.h b/src/graph/validator/BalanceValidator.h index 810c9e6c8c0..7766bc30b3f 100644 --- a/src/graph/validator/BalanceValidator.h +++ b/src/graph/validator/BalanceValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_BALANCEVALIDATOR_H_ diff --git a/src/graph/validator/CMakeLists.txt b/src/graph/validator/CMakeLists.txt index 0c84e7c290a..e04f08c1e65 100644 --- a/src/graph/validator/CMakeLists.txt +++ b/src/graph/validator/CMakeLists.txt @@ -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. nebula_add_library( validator_obj OBJECT diff --git a/src/graph/validator/DownloadValidator.cpp b/src/graph/validator/DownloadValidator.cpp index 0fa2b5e8e0d..6eeb0bb2715 100644 --- a/src/graph/validator/DownloadValidator.cpp +++ b/src/graph/validator/DownloadValidator.cpp @@ -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. */ #include "graph/validator/DownloadValidator.h" diff --git a/src/graph/validator/DownloadValidator.h b/src/graph/validator/DownloadValidator.h index 9804ca0822a..6c7893406c5 100644 --- a/src/graph/validator/DownloadValidator.h +++ b/src/graph/validator/DownloadValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_DOWNLOADVALIDATOR_H_ diff --git a/src/graph/validator/ExplainValidator.cpp b/src/graph/validator/ExplainValidator.cpp index 5111f2601c0..1120ed77a30 100644 --- a/src/graph/validator/ExplainValidator.cpp +++ b/src/graph/validator/ExplainValidator.cpp @@ -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. */ #include "graph/validator/ExplainValidator.h" diff --git a/src/graph/validator/ExplainValidator.h b/src/graph/validator/ExplainValidator.h index 04ab7670df4..5d9d6014c7b 100644 --- a/src/graph/validator/ExplainValidator.h +++ b/src/graph/validator/ExplainValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_EXPLAINVALIDATOR_H diff --git a/src/graph/validator/FetchEdgesValidator.cpp b/src/graph/validator/FetchEdgesValidator.cpp index 3ad7ad6119c..d0f5c0a2b4e 100644 --- a/src/graph/validator/FetchEdgesValidator.cpp +++ b/src/graph/validator/FetchEdgesValidator.cpp @@ -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. */ #include "graph/validator/FetchEdgesValidator.h" diff --git a/src/graph/validator/FetchEdgesValidator.h b/src/graph/validator/FetchEdgesValidator.h index 2c3ad8c4d3e..d78e3c012e6 100644 --- a/src/graph/validator/FetchEdgesValidator.h +++ b/src/graph/validator/FetchEdgesValidator.h @@ -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. */ #ifndef _VALIDATOR_FETCH_EDGES_VALIDATOR_H_ diff --git a/src/graph/validator/FetchVerticesValidator.cpp b/src/graph/validator/FetchVerticesValidator.cpp index 100a51c1df8..dd902d79002 100644 --- a/src/graph/validator/FetchVerticesValidator.cpp +++ b/src/graph/validator/FetchVerticesValidator.cpp @@ -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. */ #include "graph/validator/FetchVerticesValidator.h" diff --git a/src/graph/validator/FetchVerticesValidator.h b/src/graph/validator/FetchVerticesValidator.h index fda754f393d..476b70c37c8 100644 --- a/src/graph/validator/FetchVerticesValidator.h +++ b/src/graph/validator/FetchVerticesValidator.h @@ -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. */ #ifndef _VALIDATOR_FETCH_VERTICES_VALIDATOR_H_ diff --git a/src/graph/validator/FindPathValidator.cpp b/src/graph/validator/FindPathValidator.cpp index 2f4975149f9..97409ead1b5 100644 --- a/src/graph/validator/FindPathValidator.cpp +++ b/src/graph/validator/FindPathValidator.cpp @@ -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. */ #include "graph/validator/FindPathValidator.h" diff --git a/src/graph/validator/FindPathValidator.h b/src/graph/validator/FindPathValidator.h index 6e54a3b94ce..3142f268463 100644 --- a/src/graph/validator/FindPathValidator.h +++ b/src/graph/validator/FindPathValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_FINDPATHVALIDATOR_H_ diff --git a/src/graph/validator/GetSubgraphValidator.cpp b/src/graph/validator/GetSubgraphValidator.cpp index 722329366cb..df02bef7485 100644 --- a/src/graph/validator/GetSubgraphValidator.cpp +++ b/src/graph/validator/GetSubgraphValidator.cpp @@ -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. */ #include "graph/validator/GetSubgraphValidator.h" diff --git a/src/graph/validator/GetSubgraphValidator.h b/src/graph/validator/GetSubgraphValidator.h index e51bfefc4f1..358c65bd0b6 100644 --- a/src/graph/validator/GetSubgraphValidator.h +++ b/src/graph/validator/GetSubgraphValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_GETSUBGRAPHVALIDATOR_H_ diff --git a/src/graph/validator/GoValidator.cpp b/src/graph/validator/GoValidator.cpp index 8fb323094ef..1866f66e9a8 100644 --- a/src/graph/validator/GoValidator.cpp +++ b/src/graph/validator/GoValidator.cpp @@ -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. */ #include "graph/validator/GoValidator.h" diff --git a/src/graph/validator/GoValidator.h b/src/graph/validator/GoValidator.h index c652b04b577..3c42ec13023 100644 --- a/src/graph/validator/GoValidator.h +++ b/src/graph/validator/GoValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_GOVALIDATOR_H_ diff --git a/src/graph/validator/GroupByValidator.cpp b/src/graph/validator/GroupByValidator.cpp index 42cf15151de..54c6818fd58 100644 --- a/src/graph/validator/GroupByValidator.cpp +++ b/src/graph/validator/GroupByValidator.cpp @@ -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. */ #include "graph/validator/GroupByValidator.h" diff --git a/src/graph/validator/GroupByValidator.h b/src/graph/validator/GroupByValidator.h index ce9bae67218..af4b6672f7d 100644 --- a/src/graph/validator/GroupByValidator.h +++ b/src/graph/validator/GroupByValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_GROUPBY_VALIDATOR_H_ diff --git a/src/graph/validator/IngestValidator.cpp b/src/graph/validator/IngestValidator.cpp index fb6d9226a39..e2e71e09de6 100644 --- a/src/graph/validator/IngestValidator.cpp +++ b/src/graph/validator/IngestValidator.cpp @@ -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. */ #include "graph/validator/IngestValidator.h" diff --git a/src/graph/validator/IngestValidator.h b/src/graph/validator/IngestValidator.h index f9a0d0a89e9..8c9887037f0 100644 --- a/src/graph/validator/IngestValidator.h +++ b/src/graph/validator/IngestValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_INGESTVALIDATOR_H_ diff --git a/src/graph/validator/LimitValidator.cpp b/src/graph/validator/LimitValidator.cpp index 8bcd542d960..860a06a94e0 100644 --- a/src/graph/validator/LimitValidator.cpp +++ b/src/graph/validator/LimitValidator.cpp @@ -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. */ #include "graph/validator/LimitValidator.h" diff --git a/src/graph/validator/LimitValidator.h b/src/graph/validator/LimitValidator.h index caf51185056..922ed49ba5d 100644 --- a/src/graph/validator/LimitValidator.h +++ b/src/graph/validator/LimitValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_LIMITVALIDATOR_H_ diff --git a/src/graph/validator/LookupValidator.cpp b/src/graph/validator/LookupValidator.cpp index 51523d7ac01..640dc4b02a9 100644 --- a/src/graph/validator/LookupValidator.cpp +++ b/src/graph/validator/LookupValidator.cpp @@ -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. */ #include "graph/validator/LookupValidator.h" diff --git a/src/graph/validator/LookupValidator.h b/src/graph/validator/LookupValidator.h index 9d0178ad35c..54713d46ef4 100644 --- a/src/graph/validator/LookupValidator.h +++ b/src/graph/validator/LookupValidator.h @@ -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. */ #ifndef _VALIDATOR_LOOKUP_VALIDATOR_H_ #define _VALIDATOR_LOOKUP_VALIDATOR_H_ diff --git a/src/graph/validator/MaintainValidator.cpp b/src/graph/validator/MaintainValidator.cpp index 2b9a308e1d3..7c8f9a0dcc7 100644 --- a/src/graph/validator/MaintainValidator.cpp +++ b/src/graph/validator/MaintainValidator.cpp @@ -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. */ #include "graph/validator/MaintainValidator.h" diff --git a/src/graph/validator/MaintainValidator.h b/src/graph/validator/MaintainValidator.h index d8738a18960..095f4266d4a 100644 --- a/src/graph/validator/MaintainValidator.h +++ b/src/graph/validator/MaintainValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_MAINTAINVALIDATOR_H_ diff --git a/src/graph/validator/MatchValidator.cpp b/src/graph/validator/MatchValidator.cpp index f090eacc72f..8e36383c309 100644 --- a/src/graph/validator/MatchValidator.cpp +++ b/src/graph/validator/MatchValidator.cpp @@ -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. */ #include "graph/validator/MatchValidator.h" diff --git a/src/graph/validator/MatchValidator.h b/src/graph/validator/MatchValidator.h index 320e20cf4e5..10e69a1450d 100644 --- a/src/graph/validator/MatchValidator.h +++ b/src/graph/validator/MatchValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_MATCHVALIDATOR_H_ diff --git a/src/graph/validator/MutateValidator.cpp b/src/graph/validator/MutateValidator.cpp index 170569e7667..9048dab224f 100644 --- a/src/graph/validator/MutateValidator.cpp +++ b/src/graph/validator/MutateValidator.cpp @@ -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. */ #include "graph/validator/MutateValidator.h" diff --git a/src/graph/validator/MutateValidator.h b/src/graph/validator/MutateValidator.h index 58464c32b74..63e604652b4 100644 --- a/src/graph/validator/MutateValidator.h +++ b/src/graph/validator/MutateValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_MUTATEVALIDATOR_H_ diff --git a/src/graph/validator/OrderByValidator.cpp b/src/graph/validator/OrderByValidator.cpp index 9187395ac14..75ea54e4c7e 100644 --- a/src/graph/validator/OrderByValidator.cpp +++ b/src/graph/validator/OrderByValidator.cpp @@ -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. */ #include "graph/validator/OrderByValidator.h" diff --git a/src/graph/validator/OrderByValidator.h b/src/graph/validator/OrderByValidator.h index a7608486452..e2d2946231f 100644 --- a/src/graph/validator/OrderByValidator.h +++ b/src/graph/validator/OrderByValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_ORDERBYVALIDATOR_H_ diff --git a/src/graph/validator/PipeValidator.cpp b/src/graph/validator/PipeValidator.cpp index 3f378f3d004..48f04aef4ec 100644 --- a/src/graph/validator/PipeValidator.cpp +++ b/src/graph/validator/PipeValidator.cpp @@ -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. */ #include "graph/validator/PipeValidator.h" diff --git a/src/graph/validator/PipeValidator.h b/src/graph/validator/PipeValidator.h index 71f80ab78a8..c5da0ca2eed 100644 --- a/src/graph/validator/PipeValidator.h +++ b/src/graph/validator/PipeValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_PIPEVALIDATOR_H_ diff --git a/src/graph/validator/ReportError.h b/src/graph/validator/ReportError.h index 001a7f0376d..f01754a920a 100644 --- a/src/graph/validator/ReportError.h +++ b/src/graph/validator/ReportError.h @@ -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. */ #ifndef GRAPH_VALIDATOR_REPORTERROR_H_ diff --git a/src/graph/validator/SequentialValidator.cpp b/src/graph/validator/SequentialValidator.cpp index 0b5e15ad6d1..6ec59785523 100644 --- a/src/graph/validator/SequentialValidator.cpp +++ b/src/graph/validator/SequentialValidator.cpp @@ -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. */ #include "graph/validator/SequentialValidator.h" diff --git a/src/graph/validator/SequentialValidator.h b/src/graph/validator/SequentialValidator.h index 87bf2911e11..6d8c8f57505 100644 --- a/src/graph/validator/SequentialValidator.h +++ b/src/graph/validator/SequentialValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_SEQUENTIALVALIDATOR_H_ diff --git a/src/graph/validator/SetValidator.cpp b/src/graph/validator/SetValidator.cpp index 76444d8a339..343bc3facdb 100644 --- a/src/graph/validator/SetValidator.cpp +++ b/src/graph/validator/SetValidator.cpp @@ -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. */ #include "graph/validator/SetValidator.h" diff --git a/src/graph/validator/SetValidator.h b/src/graph/validator/SetValidator.h index 1148136bac3..68c651e92ed 100644 --- a/src/graph/validator/SetValidator.h +++ b/src/graph/validator/SetValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_SETVALIDATOR_H_ diff --git a/src/graph/validator/UseValidator.cpp b/src/graph/validator/UseValidator.cpp index 7049bb752d5..791bf3f3b3b 100644 --- a/src/graph/validator/UseValidator.cpp +++ b/src/graph/validator/UseValidator.cpp @@ -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. */ #include "graph/validator/UseValidator.h" diff --git a/src/graph/validator/UseValidator.h b/src/graph/validator/UseValidator.h index 37c7e6eb6c6..76333f5ff16 100644 --- a/src/graph/validator/UseValidator.h +++ b/src/graph/validator/UseValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_USEVALIDATOR_H_ diff --git a/src/graph/validator/Validator.cpp b/src/graph/validator/Validator.cpp index 0346f0fe93d..14b2c9a1a15 100644 --- a/src/graph/validator/Validator.cpp +++ b/src/graph/validator/Validator.cpp @@ -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. */ #include "graph/validator/Validator.h" diff --git a/src/graph/validator/Validator.h b/src/graph/validator/Validator.h index 381b1db65fe..e2c3fa0ce4d 100644 --- a/src/graph/validator/Validator.h +++ b/src/graph/validator/Validator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_VALIDATOR_H_ diff --git a/src/graph/validator/YieldValidator.cpp b/src/graph/validator/YieldValidator.cpp index 7476c096735..1dea01a5910 100644 --- a/src/graph/validator/YieldValidator.cpp +++ b/src/graph/validator/YieldValidator.cpp @@ -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. */ #include "graph/validator/YieldValidator.h" diff --git a/src/graph/validator/YieldValidator.h b/src/graph/validator/YieldValidator.h index e63b4dfe307..1fa199b4430 100644 --- a/src/graph/validator/YieldValidator.h +++ b/src/graph/validator/YieldValidator.h @@ -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. */ #ifndef GRAPH_VALIDATOR_YIELDVALIDATOR_H_ diff --git a/src/graph/validator/test/ACLValidatorTest.cpp b/src/graph/validator/test/ACLValidatorTest.cpp index ae0562fb620..99be08c7621 100644 --- a/src/graph/validator/test/ACLValidatorTest.cpp +++ b/src/graph/validator/test/ACLValidatorTest.cpp @@ -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. */ #include "graph/planner/plan/Admin.h" diff --git a/src/graph/validator/test/AdminValidatorTest.cpp b/src/graph/validator/test/AdminValidatorTest.cpp index 4bc3f737cea..78043fd6c2c 100644 --- a/src/graph/validator/test/AdminValidatorTest.cpp +++ b/src/graph/validator/test/AdminValidatorTest.cpp @@ -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. */ #include "graph/validator/test/ValidatorTestBase.h" diff --git a/src/graph/validator/test/CMakeLists.txt b/src/graph/validator/test/CMakeLists.txt index 0aab17a9904..99fb756b88f 100644 --- a/src/graph/validator/test/CMakeLists.txt +++ b/src/graph/validator/test/CMakeLists.txt @@ -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. nebula_add_library( mock_schema_obj OBJECT diff --git a/src/graph/validator/test/ExplainValidatorTest.cpp b/src/graph/validator/test/ExplainValidatorTest.cpp index f341864e08d..d16aae1b1a1 100644 --- a/src/graph/validator/test/ExplainValidatorTest.cpp +++ b/src/graph/validator/test/ExplainValidatorTest.cpp @@ -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. */ #include "graph/validator/ExplainValidator.h" diff --git a/src/graph/validator/test/FetchEdgesTest.cpp b/src/graph/validator/test/FetchEdgesTest.cpp index e20f29535fb..8ac2794ae21 100644 --- a/src/graph/validator/test/FetchEdgesTest.cpp +++ b/src/graph/validator/test/FetchEdgesTest.cpp @@ -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. */ #include "graph/planner/plan/Query.h" diff --git a/src/graph/validator/test/FetchVerticesTest.cpp b/src/graph/validator/test/FetchVerticesTest.cpp index c8f8a53cd4f..bfa886b81cf 100644 --- a/src/graph/validator/test/FetchVerticesTest.cpp +++ b/src/graph/validator/test/FetchVerticesTest.cpp @@ -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. */ #include "common/base/ObjectPool.h" diff --git a/src/graph/validator/test/FindPathValidatorTest.cpp b/src/graph/validator/test/FindPathValidatorTest.cpp index 980430b2371..38e2e4835a9 100644 --- a/src/graph/validator/test/FindPathValidatorTest.cpp +++ b/src/graph/validator/test/FindPathValidatorTest.cpp @@ -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. */ #include "common/base/Base.h" diff --git a/src/graph/validator/test/GetSubgraphValidatorTest.cpp b/src/graph/validator/test/GetSubgraphValidatorTest.cpp index 0393d3d850e..3df19562e7c 100644 --- a/src/graph/validator/test/GetSubgraphValidatorTest.cpp +++ b/src/graph/validator/test/GetSubgraphValidatorTest.cpp @@ -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. */ #include "common/base/Base.h" diff --git a/src/graph/validator/test/GroupByValidatorTest.cpp b/src/graph/validator/test/GroupByValidatorTest.cpp index 592d4a10fd7..8ab963058f6 100644 --- a/src/graph/validator/test/GroupByValidatorTest.cpp +++ b/src/graph/validator/test/GroupByValidatorTest.cpp @@ -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. */ #include "graph/validator/GroupByValidator.h" diff --git a/src/graph/validator/test/LookupValidatorTest.cpp b/src/graph/validator/test/LookupValidatorTest.cpp index 99eaea920c6..397b87bcb13 100644 --- a/src/graph/validator/test/LookupValidatorTest.cpp +++ b/src/graph/validator/test/LookupValidatorTest.cpp @@ -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. */ #include "common/base/ObjectPool.h" diff --git a/src/graph/validator/test/MaintainValidatorTest.cpp b/src/graph/validator/test/MaintainValidatorTest.cpp index 3a0f8bf8c4b..bc736738b13 100644 --- a/src/graph/validator/test/MaintainValidatorTest.cpp +++ b/src/graph/validator/test/MaintainValidatorTest.cpp @@ -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. */ #include "graph/validator/test/ValidatorTestBase.h" diff --git a/src/graph/validator/test/MatchValidatorTest.cpp b/src/graph/validator/test/MatchValidatorTest.cpp index 43bbb9faa6c..4e234d7fd9e 100644 --- a/src/graph/validator/test/MatchValidatorTest.cpp +++ b/src/graph/validator/test/MatchValidatorTest.cpp @@ -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. */ #include "graph/validator/MatchValidator.h" diff --git a/src/graph/validator/test/MockIndexManager.cpp b/src/graph/validator/test/MockIndexManager.cpp index bbf8421d4bb..f094401984e 100644 --- a/src/graph/validator/test/MockIndexManager.cpp +++ b/src/graph/validator/test/MockIndexManager.cpp @@ -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. */ #include "graph/validator/test/MockIndexManager.h" diff --git a/src/graph/validator/test/MockIndexManager.h b/src/graph/validator/test/MockIndexManager.h index 23063c12277..57485934c39 100644 --- a/src/graph/validator/test/MockIndexManager.h +++ b/src/graph/validator/test/MockIndexManager.h @@ -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. */ #ifndef GRAPH_VALIDATOR_MOCKINDEXMANAGER_H_ diff --git a/src/graph/validator/test/MockSchemaManager.cpp b/src/graph/validator/test/MockSchemaManager.cpp index e0e494ed7f1..18f218f8a86 100644 --- a/src/graph/validator/test/MockSchemaManager.cpp +++ b/src/graph/validator/test/MockSchemaManager.cpp @@ -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. */ #include "graph/validator/test/MockSchemaManager.h" diff --git a/src/graph/validator/test/MockSchemaManager.h b/src/graph/validator/test/MockSchemaManager.h index 5350ca2171e..d79672234d7 100644 --- a/src/graph/validator/test/MockSchemaManager.h +++ b/src/graph/validator/test/MockSchemaManager.h @@ -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. */ #ifndef GRAPH_VALIDATOR_MOCKSCHEMAMANAGER_H_ diff --git a/src/graph/validator/test/MockSchemaManagerTest.cpp b/src/graph/validator/test/MockSchemaManagerTest.cpp index 3f33bd1f955..c14725ea759 100644 --- a/src/graph/validator/test/MockSchemaManagerTest.cpp +++ b/src/graph/validator/test/MockSchemaManagerTest.cpp @@ -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. */ #include diff --git a/src/graph/validator/test/MutateValidatorTest.cpp b/src/graph/validator/test/MutateValidatorTest.cpp index a0677381f4b..cb8fd8a371a 100644 --- a/src/graph/validator/test/MutateValidatorTest.cpp +++ b/src/graph/validator/test/MutateValidatorTest.cpp @@ -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. */ #include "graph/validator/test/ValidatorTestBase.h" diff --git a/src/graph/validator/test/QueryValidatorTest.cpp b/src/graph/validator/test/QueryValidatorTest.cpp index 2a66c0b0d29..f50c22c27c6 100644 --- a/src/graph/validator/test/QueryValidatorTest.cpp +++ b/src/graph/validator/test/QueryValidatorTest.cpp @@ -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. */ #include "common/base/Base.h" diff --git a/src/graph/validator/test/SymbolsTest.cpp b/src/graph/validator/test/SymbolsTest.cpp index d3a35ef92bd..2bc27cb47d8 100644 --- a/src/graph/validator/test/SymbolsTest.cpp +++ b/src/graph/validator/test/SymbolsTest.cpp @@ -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. */ #include "common/base/Base.h" diff --git a/src/graph/validator/test/ValidatorTestBase.cpp b/src/graph/validator/test/ValidatorTestBase.cpp index a3c2d3f532e..6ed2caa50ba 100644 --- a/src/graph/validator/test/ValidatorTestBase.cpp +++ b/src/graph/validator/test/ValidatorTestBase.cpp @@ -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. */ #include "graph/validator/test/ValidatorTestBase.h" diff --git a/src/graph/validator/test/ValidatorTestBase.h b/src/graph/validator/test/ValidatorTestBase.h index 42739381e14..14c7abe5a8a 100644 --- a/src/graph/validator/test/ValidatorTestBase.h +++ b/src/graph/validator/test/ValidatorTestBase.h @@ -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. */ #ifndef _VALIDATOR_TEST_VALIDATOR_TEST_BASE_H_ diff --git a/src/graph/validator/test/YieldValidatorTest.cpp b/src/graph/validator/test/YieldValidatorTest.cpp index 4e6c2ce6713..ed1ec6070e8 100644 --- a/src/graph/validator/test/YieldValidatorTest.cpp +++ b/src/graph/validator/test/YieldValidatorTest.cpp @@ -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. */ #include "graph/validator/YieldValidator.h" diff --git a/src/graph/visitor/CMakeLists.txt b/src/graph/visitor/CMakeLists.txt index 8e51e0af3ba..bce16e2f074 100644 --- a/src/graph/visitor/CMakeLists.txt +++ b/src/graph/visitor/CMakeLists.txt @@ -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. nebula_add_library( expr_visitor_obj OBJECT diff --git a/src/graph/visitor/DeducePropsVisitor.cpp b/src/graph/visitor/DeducePropsVisitor.cpp index 10bed3fb1bd..a9ac325364f 100644 --- a/src/graph/visitor/DeducePropsVisitor.cpp +++ b/src/graph/visitor/DeducePropsVisitor.cpp @@ -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. */ #include "graph/visitor/DeducePropsVisitor.h" diff --git a/src/graph/visitor/DeducePropsVisitor.h b/src/graph/visitor/DeducePropsVisitor.h index 7578f792a68..bf71f25d7b3 100644 --- a/src/graph/visitor/DeducePropsVisitor.h +++ b/src/graph/visitor/DeducePropsVisitor.h @@ -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. */ #ifndef GRAPH_VISITOR_DEDUCEPROPSVISITOR_H_ diff --git a/src/graph/visitor/DeduceTypeVisitor.cpp b/src/graph/visitor/DeduceTypeVisitor.cpp index f03ccd3b5a3..7421bc0e0bc 100644 --- a/src/graph/visitor/DeduceTypeVisitor.cpp +++ b/src/graph/visitor/DeduceTypeVisitor.cpp @@ -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. */ #include "graph/visitor/DeduceTypeVisitor.h" diff --git a/src/graph/visitor/DeduceTypeVisitor.h b/src/graph/visitor/DeduceTypeVisitor.h index 302261f18cb..8ffa078bcd7 100644 --- a/src/graph/visitor/DeduceTypeVisitor.h +++ b/src/graph/visitor/DeduceTypeVisitor.h @@ -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. */ #ifndef GRAPH_VISITOR_DEDUCETYPEVISITOR_H_ diff --git a/src/graph/visitor/EvaluableExprVisitor.h b/src/graph/visitor/EvaluableExprVisitor.h index 8c9270e5640..6e8aec319f3 100644 --- a/src/graph/visitor/EvaluableExprVisitor.h +++ b/src/graph/visitor/EvaluableExprVisitor.h @@ -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. */ #ifndef GRAPH_VISITOR_EVALUABLEEXPRVISITOR_H_ diff --git a/src/graph/visitor/ExprVisitorImpl.cpp b/src/graph/visitor/ExprVisitorImpl.cpp index 82a75c87806..03683ba8155 100644 --- a/src/graph/visitor/ExprVisitorImpl.cpp +++ b/src/graph/visitor/ExprVisitorImpl.cpp @@ -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. */ #include "graph/visitor/ExprVisitorImpl.h" diff --git a/src/graph/visitor/ExprVisitorImpl.h b/src/graph/visitor/ExprVisitorImpl.h index 5763f6121e0..8154207a8a9 100644 --- a/src/graph/visitor/ExprVisitorImpl.h +++ b/src/graph/visitor/ExprVisitorImpl.h @@ -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. */ #ifndef GRAPH_VISITOR_EXPRVISITORIMPL_H_ diff --git a/src/graph/visitor/ExtractFilterExprVisitor.cpp b/src/graph/visitor/ExtractFilterExprVisitor.cpp index e43d48062fb..f412b1a50bb 100644 --- a/src/graph/visitor/ExtractFilterExprVisitor.cpp +++ b/src/graph/visitor/ExtractFilterExprVisitor.cpp @@ -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. */ #include "ExtractFilterExprVisitor.h" diff --git a/src/graph/visitor/ExtractFilterExprVisitor.h b/src/graph/visitor/ExtractFilterExprVisitor.h index 72051d10d95..33dfe8a7221 100644 --- a/src/graph/visitor/ExtractFilterExprVisitor.h +++ b/src/graph/visitor/ExtractFilterExprVisitor.h @@ -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. */ #ifndef GRAPH_VISITOR_EXTRACTFILTEREXPRVISITOR_H_ #define GRAPH_VISITOR_EXTRACTFILTEREXPRVISITOR_H_ diff --git a/src/graph/visitor/ExtractPropExprVisitor.cpp b/src/graph/visitor/ExtractPropExprVisitor.cpp index 6f60c26873a..52c3cbd1b08 100644 --- a/src/graph/visitor/ExtractPropExprVisitor.cpp +++ b/src/graph/visitor/ExtractPropExprVisitor.cpp @@ -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. */ #include "graph/visitor/ExtractPropExprVisitor.h" diff --git a/src/graph/visitor/ExtractPropExprVisitor.h b/src/graph/visitor/ExtractPropExprVisitor.h index afd311e34be..483c68640b5 100644 --- a/src/graph/visitor/ExtractPropExprVisitor.h +++ b/src/graph/visitor/ExtractPropExprVisitor.h @@ -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. */ #ifndef GRAPH_VISITOR_EXTRACTPROPEXPRVISITON_H_ #define GRAPH_VISITOR_EXTRACTPROPEXPRVISITON_H_ diff --git a/src/graph/visitor/FindVisitor.cpp b/src/graph/visitor/FindVisitor.cpp index 5f8142a5003..ce6d7798e4f 100644 --- a/src/graph/visitor/FindVisitor.cpp +++ b/src/graph/visitor/FindVisitor.cpp @@ -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. */ #include "graph/visitor/FindVisitor.h" namespace nebula { diff --git a/src/graph/visitor/FindVisitor.h b/src/graph/visitor/FindVisitor.h index 3553c551734..8ade58a40fe 100644 --- a/src/graph/visitor/FindVisitor.h +++ b/src/graph/visitor/FindVisitor.h @@ -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. */ #ifndef GRAPH_VISITOR_FINDVISITOR_H_ diff --git a/src/graph/visitor/FoldConstantExprVisitor.cpp b/src/graph/visitor/FoldConstantExprVisitor.cpp index a075d7eef6b..e8cf157fe14 100644 --- a/src/graph/visitor/FoldConstantExprVisitor.cpp +++ b/src/graph/visitor/FoldConstantExprVisitor.cpp @@ -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. */ #include "graph/visitor/FoldConstantExprVisitor.h" diff --git a/src/graph/visitor/FoldConstantExprVisitor.h b/src/graph/visitor/FoldConstantExprVisitor.h index adae9393e03..9a913a31ca4 100644 --- a/src/graph/visitor/FoldConstantExprVisitor.h +++ b/src/graph/visitor/FoldConstantExprVisitor.h @@ -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. */ #ifndef GRAPH_VISITOR_FOLDCONSTANTEXPRVISITOR_H_ diff --git a/src/graph/visitor/RewriteSymExprVisitor.cpp b/src/graph/visitor/RewriteSymExprVisitor.cpp index 52bf0dd578e..6f4d14a4814 100644 --- a/src/graph/visitor/RewriteSymExprVisitor.cpp +++ b/src/graph/visitor/RewriteSymExprVisitor.cpp @@ -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. */ #include "graph/visitor/RewriteSymExprVisitor.h" diff --git a/src/graph/visitor/RewriteSymExprVisitor.h b/src/graph/visitor/RewriteSymExprVisitor.h index 25795ba209d..f7210d672f4 100644 --- a/src/graph/visitor/RewriteSymExprVisitor.h +++ b/src/graph/visitor/RewriteSymExprVisitor.h @@ -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. */ #ifndef GRAPH_VISITOR_REWRITESYMEXPRVISITOR_H_ diff --git a/src/graph/visitor/RewriteVisitor.cpp b/src/graph/visitor/RewriteVisitor.cpp index 1c93107ffb5..b5d3b9a3822 100644 --- a/src/graph/visitor/RewriteVisitor.cpp +++ b/src/graph/visitor/RewriteVisitor.cpp @@ -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. */ #include "graph/visitor/RewriteVisitor.h" diff --git a/src/graph/visitor/RewriteVisitor.h b/src/graph/visitor/RewriteVisitor.h index 1a688b5c2a5..a11d3cc5ed9 100644 --- a/src/graph/visitor/RewriteVisitor.h +++ b/src/graph/visitor/RewriteVisitor.h @@ -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. */ #ifndef GRAPH_VISITOR_REWRITEVISITOR_H_ diff --git a/src/graph/visitor/VidExtractVisitor.cpp b/src/graph/visitor/VidExtractVisitor.cpp index d37a81c18b5..c70b75c4420 100644 --- a/src/graph/visitor/VidExtractVisitor.cpp +++ b/src/graph/visitor/VidExtractVisitor.cpp @@ -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. */ #include "graph/visitor/VidExtractVisitor.h" diff --git a/src/graph/visitor/VidExtractVisitor.h b/src/graph/visitor/VidExtractVisitor.h index 5f7f480ac79..bad1c5365ae 100644 --- a/src/graph/visitor/VidExtractVisitor.h +++ b/src/graph/visitor/VidExtractVisitor.h @@ -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. */ #ifndef GRAPH_VISITOR_VIDEXTRACTVISITOR_H_ diff --git a/src/graph/visitor/test/CMakeLists.txt b/src/graph/visitor/test/CMakeLists.txt index 9a4cb07e459..022ccf6978b 100644 --- a/src/graph/visitor/test/CMakeLists.txt +++ b/src/graph/visitor/test/CMakeLists.txt @@ -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. nebula_add_test( NAME diff --git a/src/graph/visitor/test/DeduceTypeVisitorTest.cpp b/src/graph/visitor/test/DeduceTypeVisitorTest.cpp index d1a011eddc5..db49cb1097a 100644 --- a/src/graph/visitor/test/DeduceTypeVisitorTest.cpp +++ b/src/graph/visitor/test/DeduceTypeVisitorTest.cpp @@ -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. */ #include diff --git a/src/graph/visitor/test/ExtractFilterExprVisitorTest.cpp b/src/graph/visitor/test/ExtractFilterExprVisitorTest.cpp index 712585fb4f6..6472ae43f68 100644 --- a/src/graph/visitor/test/ExtractFilterExprVisitorTest.cpp +++ b/src/graph/visitor/test/ExtractFilterExprVisitorTest.cpp @@ -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. */ #include diff --git a/src/graph/visitor/test/FilterTransformTest.cpp b/src/graph/visitor/test/FilterTransformTest.cpp index 0d385a1c89e..7e949b64b4c 100644 --- a/src/graph/visitor/test/FilterTransformTest.cpp +++ b/src/graph/visitor/test/FilterTransformTest.cpp @@ -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. */ #include diff --git a/src/graph/visitor/test/FoldConstantExprVisitorTest.cpp b/src/graph/visitor/test/FoldConstantExprVisitorTest.cpp index 90724f2cf95..ee5d27b69ab 100644 --- a/src/graph/visitor/test/FoldConstantExprVisitorTest.cpp +++ b/src/graph/visitor/test/FoldConstantExprVisitorTest.cpp @@ -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. */ #include diff --git a/src/graph/visitor/test/RewriteRelExprVisitorTest.cpp b/src/graph/visitor/test/RewriteRelExprVisitorTest.cpp index 397eaa57531..13cffb278a4 100644 --- a/src/graph/visitor/test/RewriteRelExprVisitorTest.cpp +++ b/src/graph/visitor/test/RewriteRelExprVisitorTest.cpp @@ -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. */ #include diff --git a/src/graph/visitor/test/RewriteUnaryNotExprVisitorTest.cpp b/src/graph/visitor/test/RewriteUnaryNotExprVisitorTest.cpp index 2b176492859..c05a6744454 100644 --- a/src/graph/visitor/test/RewriteUnaryNotExprVisitorTest.cpp +++ b/src/graph/visitor/test/RewriteUnaryNotExprVisitorTest.cpp @@ -1,8 +1,7 @@ /* 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. */ #include diff --git a/src/graph/visitor/test/TestMain.cpp b/src/graph/visitor/test/TestMain.cpp index 3049cde90d3..5c13e261702 100644 --- a/src/graph/visitor/test/TestMain.cpp +++ b/src/graph/visitor/test/TestMain.cpp @@ -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. */ #include diff --git a/src/graph/visitor/test/VisitorTestBase.h b/src/graph/visitor/test/VisitorTestBase.h index 2eb98ec367c..76991d8a11d 100644 --- a/src/graph/visitor/test/VisitorTestBase.h +++ b/src/graph/visitor/test/VisitorTestBase.h @@ -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. */ #ifndef _VISITOR_TEST_VISITOR_TEST_BASE_H_ diff --git a/src/interface/CMakeLists.txt b/src/interface/CMakeLists.txt index b465f990e02..4890ea3633a 100644 --- a/src/interface/CMakeLists.txt +++ b/src/interface/CMakeLists.txt @@ -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. if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") add_compile_options(-Wno-maybe-uninitialized) diff --git a/src/interface/common.thrift b/src/interface/common.thrift index 7d4628e8aba..e2567e99951 100644 --- a/src/interface/common.thrift +++ b/src/interface/common.thrift @@ -1,8 +1,7 @@ /* vim: ft=proto * Copyright (c) 2018 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. */ diff --git a/src/interface/drainer.thrift b/src/interface/drainer.thrift index 5e1a86f1619..17894f91363 100644 --- a/src/interface/drainer.thrift +++ b/src/interface/drainer.thrift @@ -1,8 +1,7 @@ /* vim: ft=proto * 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. */ namespace cpp nebula.drainer diff --git a/src/interface/graph.thrift b/src/interface/graph.thrift index 08412492830..9df520a450a 100644 --- a/src/interface/graph.thrift +++ b/src/interface/graph.thrift @@ -1,8 +1,7 @@ /* vim: ft=proto * Copyright (c) 2018 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. */ namespace cpp nebula.graph diff --git a/src/interface/meta.thrift b/src/interface/meta.thrift index 5841d8c20ec..43364671f56 100644 --- a/src/interface/meta.thrift +++ b/src/interface/meta.thrift @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ namespace cpp nebula.meta diff --git a/src/interface/raftex.thrift b/src/interface/raftex.thrift index ac90632c865..20972b82af7 100644 --- a/src/interface/raftex.thrift +++ b/src/interface/raftex.thrift @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ namespace cpp nebula.raftex diff --git a/src/interface/storage.thrift b/src/interface/storage.thrift index 2c61e5f3648..9099ec610e2 100644 --- a/src/interface/storage.thrift +++ b/src/interface/storage.thrift @@ -1,8 +1,7 @@ /* vim: ft=proto * Copyright (c) 2018 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. */ namespace cpp nebula.storage diff --git a/src/kvstore/Common.h b/src/kvstore/Common.h index fa4327013d7..1477573941f 100644 --- a/src/kvstore/Common.h +++ b/src/kvstore/Common.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef KVSTORE_COMMON_H_ diff --git a/src/kvstore/CompactionFilter.h b/src/kvstore/CompactionFilter.h index fc84851a49d..d1c2e65b964 100644 --- a/src/kvstore/CompactionFilter.h +++ b/src/kvstore/CompactionFilter.h @@ -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. */ #ifndef KVSTORE_COMPACTIONFILTER_H_ diff --git a/src/kvstore/DiskManager.cpp b/src/kvstore/DiskManager.cpp index d666fb36921..48f77aea21a 100644 --- a/src/kvstore/DiskManager.cpp +++ b/src/kvstore/DiskManager.cpp @@ -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. */ #include "kvstore/DiskManager.h" diff --git a/src/kvstore/DiskManager.h b/src/kvstore/DiskManager.h index 145812da1f0..8e00689dc4e 100644 --- a/src/kvstore/DiskManager.h +++ b/src/kvstore/DiskManager.h @@ -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. */ #ifndef KVSTORE_DISKMANAGER_H_ diff --git a/src/kvstore/EventListener.h b/src/kvstore/EventListener.h index f10363552a3..b90f035a3bc 100644 --- a/src/kvstore/EventListener.h +++ b/src/kvstore/EventListener.h @@ -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. */ #include "common/base/Base.h" diff --git a/src/kvstore/KVEngine.h b/src/kvstore/KVEngine.h index bd485a4333b..5f902bc9665 100644 --- a/src/kvstore/KVEngine.h +++ b/src/kvstore/KVEngine.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef KVSTORE_KVENGINE_H_ diff --git a/src/kvstore/KVIterator.h b/src/kvstore/KVIterator.h index e51b8cd4a98..c2738e98db9 100644 --- a/src/kvstore/KVIterator.h +++ b/src/kvstore/KVIterator.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef KVSTORE_KVITERATOR_H_ diff --git a/src/kvstore/KVStore.h b/src/kvstore/KVStore.h index dcef7e1a9f9..a9d12e732f3 100644 --- a/src/kvstore/KVStore.h +++ b/src/kvstore/KVStore.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef KVSTORE_KVSTORE_H_ diff --git a/src/kvstore/Listener.cpp b/src/kvstore/Listener.cpp index ba18bdf5424..196ecba18e1 100644 --- a/src/kvstore/Listener.cpp +++ b/src/kvstore/Listener.cpp @@ -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. */ #include "kvstore/Listener.h" diff --git a/src/kvstore/Listener.h b/src/kvstore/Listener.h index 49298eac9d3..104950f89d7 100644 --- a/src/kvstore/Listener.h +++ b/src/kvstore/Listener.h @@ -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. */ #ifndef KVSTORE_LISTENER_H_ diff --git a/src/kvstore/ListenerFactory.h b/src/kvstore/ListenerFactory.h index a4306c6fb94..a73b516ca4d 100644 --- a/src/kvstore/ListenerFactory.h +++ b/src/kvstore/ListenerFactory.h @@ -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. */ #ifndef KVSTORE_LISTENER_FACTORY_H_ diff --git a/src/kvstore/LogEncoder.cpp b/src/kvstore/LogEncoder.cpp index 11e943cf246..db5adfa08df 100644 --- a/src/kvstore/LogEncoder.cpp +++ b/src/kvstore/LogEncoder.cpp @@ -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. */ #include "kvstore/LogEncoder.h" diff --git a/src/kvstore/LogEncoder.h b/src/kvstore/LogEncoder.h index b42ab9fa87d..775ce30b21b 100644 --- a/src/kvstore/LogEncoder.h +++ b/src/kvstore/LogEncoder.h @@ -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. */ #ifndef KVSTORE_LOGENCODER_H_ diff --git a/src/kvstore/NebulaSnapshotManager.cpp b/src/kvstore/NebulaSnapshotManager.cpp index aff31de2925..6a2fd3ec8fc 100644 --- a/src/kvstore/NebulaSnapshotManager.cpp +++ b/src/kvstore/NebulaSnapshotManager.cpp @@ -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. */ #include "kvstore/NebulaSnapshotManager.h" diff --git a/src/kvstore/NebulaSnapshotManager.h b/src/kvstore/NebulaSnapshotManager.h index 5cc39ec1a4f..0fa0b4933a7 100644 --- a/src/kvstore/NebulaSnapshotManager.h +++ b/src/kvstore/NebulaSnapshotManager.h @@ -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. */ #pragma once diff --git a/src/kvstore/NebulaStore.cpp b/src/kvstore/NebulaStore.cpp index bbfde7d2c45..ca7693c03cf 100644 --- a/src/kvstore/NebulaStore.cpp +++ b/src/kvstore/NebulaStore.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "kvstore/NebulaStore.h" diff --git a/src/kvstore/NebulaStore.h b/src/kvstore/NebulaStore.h index ef8a77ee533..7655acffde2 100644 --- a/src/kvstore/NebulaStore.h +++ b/src/kvstore/NebulaStore.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef KVSTORE_NEBULASTORE_H_ diff --git a/src/kvstore/Part.cpp b/src/kvstore/Part.cpp index edee5511b92..feb83df0768 100644 --- a/src/kvstore/Part.cpp +++ b/src/kvstore/Part.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "kvstore/Part.h" diff --git a/src/kvstore/Part.h b/src/kvstore/Part.h index b7ca0e801dc..0af34aba900 100644 --- a/src/kvstore/Part.h +++ b/src/kvstore/Part.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef KVSTORE_PART_H_ diff --git a/src/kvstore/PartManager.cpp b/src/kvstore/PartManager.cpp index e72f3ac06c1..7808241a060 100644 --- a/src/kvstore/PartManager.cpp +++ b/src/kvstore/PartManager.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "kvstore/PartManager.h" diff --git a/src/kvstore/PartManager.h b/src/kvstore/PartManager.h index 79e08e86519..83956cdc04f 100644 --- a/src/kvstore/PartManager.h +++ b/src/kvstore/PartManager.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef KVSTORE_PARTMANAGER_H_ diff --git a/src/kvstore/RateLimiter.cpp b/src/kvstore/RateLimiter.cpp index 6419f456d7b..ec83bb19ea5 100644 --- a/src/kvstore/RateLimiter.cpp +++ b/src/kvstore/RateLimiter.cpp @@ -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. */ #include "kvstore/RateLimiter.h" diff --git a/src/kvstore/RateLimiter.h b/src/kvstore/RateLimiter.h index 97b4ef196fa..5f0e341a6ad 100644 --- a/src/kvstore/RateLimiter.h +++ b/src/kvstore/RateLimiter.h @@ -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. */ #pragma once diff --git a/src/kvstore/RocksEngine.cpp b/src/kvstore/RocksEngine.cpp index 12db0cbf110..c3af0a8a3fe 100644 --- a/src/kvstore/RocksEngine.cpp +++ b/src/kvstore/RocksEngine.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "kvstore/RocksEngine.h" diff --git a/src/kvstore/RocksEngine.h b/src/kvstore/RocksEngine.h index d94343d84e7..5542ab89784 100644 --- a/src/kvstore/RocksEngine.h +++ b/src/kvstore/RocksEngine.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef KVSTORE_ROCKSENGINE_H_ diff --git a/src/kvstore/RocksEngineConfig.cpp b/src/kvstore/RocksEngineConfig.cpp index 47eee99aaa3..701436c5d3f 100644 --- a/src/kvstore/RocksEngineConfig.cpp +++ b/src/kvstore/RocksEngineConfig.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "kvstore/RocksEngineConfig.h" diff --git a/src/kvstore/RocksEngineConfig.h b/src/kvstore/RocksEngineConfig.h index 018fae42dbc..c4d3c396b7c 100644 --- a/src/kvstore/RocksEngineConfig.h +++ b/src/kvstore/RocksEngineConfig.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef KVSTORE_ROCKSENGINECONFIG_H_ diff --git a/src/kvstore/plugins/elasticsearch/ESListener.cpp b/src/kvstore/plugins/elasticsearch/ESListener.cpp index 154a277776a..6e515a542a6 100644 --- a/src/kvstore/plugins/elasticsearch/ESListener.cpp +++ b/src/kvstore/plugins/elasticsearch/ESListener.cpp @@ -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. */ #include "kvstore/plugins/elasticsearch/ESListener.h" diff --git a/src/kvstore/plugins/elasticsearch/ESListener.h b/src/kvstore/plugins/elasticsearch/ESListener.h index bf5dcbedbc6..761368b91e4 100644 --- a/src/kvstore/plugins/elasticsearch/ESListener.h +++ b/src/kvstore/plugins/elasticsearch/ESListener.h @@ -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. */ #ifndef KVSTORE_PLUGINS_ES_LISTENER_H_ diff --git a/src/kvstore/plugins/hbase/HBaseClient.cpp b/src/kvstore/plugins/hbase/HBaseClient.cpp index e2d58ff91bd..bbdd1178842 100644 --- a/src/kvstore/plugins/hbase/HBaseClient.cpp +++ b/src/kvstore/plugins/hbase/HBaseClient.cpp @@ -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. */ #include "kvstore/plugins/hbase/HBaseClient.h" diff --git a/src/kvstore/plugins/hbase/HBaseClient.h b/src/kvstore/plugins/hbase/HBaseClient.h index c8a1961828b..372db1b30cd 100644 --- a/src/kvstore/plugins/hbase/HBaseClient.h +++ b/src/kvstore/plugins/hbase/HBaseClient.h @@ -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. */ #ifndef KVSTORE_PLUGINS_HBASE_HBASECLIENT_H_ diff --git a/src/kvstore/plugins/hbase/HBaseStore.cpp b/src/kvstore/plugins/hbase/HBaseStore.cpp index 57e8f7c5c21..81d2577ccc2 100644 --- a/src/kvstore/plugins/hbase/HBaseStore.cpp +++ b/src/kvstore/plugins/hbase/HBaseStore.cpp @@ -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. */ #include "kvstore/plugins/hbase/HBaseStore.h" diff --git a/src/kvstore/plugins/hbase/HBaseStore.h b/src/kvstore/plugins/hbase/HBaseStore.h index 6704f6451c0..f137f9f8352 100644 --- a/src/kvstore/plugins/hbase/HBaseStore.h +++ b/src/kvstore/plugins/hbase/HBaseStore.h @@ -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. */ #ifndef KVSTORE_PLUGINS_HBASE_HBASESTORE_H_ diff --git a/src/kvstore/plugins/hbase/test/HBaseClientTest.cpp b/src/kvstore/plugins/hbase/test/HBaseClientTest.cpp index 7a2ac28451c..1bcd5cde870 100644 --- a/src/kvstore/plugins/hbase/test/HBaseClientTest.cpp +++ b/src/kvstore/plugins/hbase/test/HBaseClientTest.cpp @@ -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. */ #include diff --git a/src/kvstore/plugins/hbase/test/HBaseStoreTest.cpp b/src/kvstore/plugins/hbase/test/HBaseStoreTest.cpp index 066516c3c6f..94fddde5c9e 100644 --- a/src/kvstore/plugins/hbase/test/HBaseStoreTest.cpp +++ b/src/kvstore/plugins/hbase/test/HBaseStoreTest.cpp @@ -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. */ #include diff --git a/src/kvstore/plugins/hbase/test/TestUtils.h b/src/kvstore/plugins/hbase/test/TestUtils.h index a220232ecd1..3260500e264 100644 --- a/src/kvstore/plugins/hbase/test/TestUtils.h +++ b/src/kvstore/plugins/hbase/test/TestUtils.h @@ -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. */ #include "common/base/Base.h" diff --git a/src/kvstore/plugins/sync/SyncListener.cpp b/src/kvstore/plugins/sync/SyncListener.cpp index 6a1a04b6f97..ccb9e523c49 100644 --- a/src/kvstore/plugins/sync/SyncListener.cpp +++ b/src/kvstore/plugins/sync/SyncListener.cpp @@ -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. */ #include "kvstore/plugins/sync/SyncListener.h" diff --git a/src/kvstore/plugins/sync/SyncListener.h b/src/kvstore/plugins/sync/SyncListener.h index 583ad1e73c7..6049af63897 100644 --- a/src/kvstore/plugins/sync/SyncListener.h +++ b/src/kvstore/plugins/sync/SyncListener.h @@ -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. */ #ifndef KVSTORE_PLUGINS_SYNC_SYNCLISTENER_H_ diff --git a/src/kvstore/raftex/Host.cpp b/src/kvstore/raftex/Host.cpp index 5f42bb27bbe..8982f62b6c6 100644 --- a/src/kvstore/raftex/Host.cpp +++ b/src/kvstore/raftex/Host.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "kvstore/raftex/Host.h" diff --git a/src/kvstore/raftex/Host.h b/src/kvstore/raftex/Host.h index bda06d539d4..3cc23ef0ad8 100644 --- a/src/kvstore/raftex/Host.h +++ b/src/kvstore/raftex/Host.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef RAFTEX_HOST_H_ diff --git a/src/kvstore/raftex/LogStrListIterator.cpp b/src/kvstore/raftex/LogStrListIterator.cpp index 4e314e00819..dfcd452ca17 100644 --- a/src/kvstore/raftex/LogStrListIterator.cpp +++ b/src/kvstore/raftex/LogStrListIterator.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "kvstore/raftex/LogStrListIterator.h" diff --git a/src/kvstore/raftex/LogStrListIterator.h b/src/kvstore/raftex/LogStrListIterator.h index 05735d339b2..f1be123538d 100644 --- a/src/kvstore/raftex/LogStrListIterator.h +++ b/src/kvstore/raftex/LogStrListIterator.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef RAFTEX_LOGSTRLISTITERATOR_H_ diff --git a/src/kvstore/raftex/RaftPart.cpp b/src/kvstore/raftex/RaftPart.cpp index f98e1978994..9e2db03be09 100644 --- a/src/kvstore/raftex/RaftPart.cpp +++ b/src/kvstore/raftex/RaftPart.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "kvstore/raftex/RaftPart.h" diff --git a/src/kvstore/raftex/RaftPart.h b/src/kvstore/raftex/RaftPart.h index 9d3505626f0..437afdbaead 100644 --- a/src/kvstore/raftex/RaftPart.h +++ b/src/kvstore/raftex/RaftPart.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef RAFTEX_RAFTPART_H_ diff --git a/src/kvstore/raftex/RaftexService.cpp b/src/kvstore/raftex/RaftexService.cpp index e8aba1fb432..982b807c7e6 100644 --- a/src/kvstore/raftex/RaftexService.cpp +++ b/src/kvstore/raftex/RaftexService.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "kvstore/raftex/RaftexService.h" diff --git a/src/kvstore/raftex/RaftexService.h b/src/kvstore/raftex/RaftexService.h index 6d9fdb00994..c79c8a8b68c 100644 --- a/src/kvstore/raftex/RaftexService.h +++ b/src/kvstore/raftex/RaftexService.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef RAFTEX_RAFTEXSERVICE_H_ diff --git a/src/kvstore/raftex/SnapshotManager.cpp b/src/kvstore/raftex/SnapshotManager.cpp index 90a78931351..20f1f31715e 100644 --- a/src/kvstore/raftex/SnapshotManager.cpp +++ b/src/kvstore/raftex/SnapshotManager.cpp @@ -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. */ #include "kvstore/raftex/SnapshotManager.h" diff --git a/src/kvstore/raftex/SnapshotManager.h b/src/kvstore/raftex/SnapshotManager.h index a8a228625a6..a7c40ac3527 100644 --- a/src/kvstore/raftex/SnapshotManager.h +++ b/src/kvstore/raftex/SnapshotManager.h @@ -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. */ #ifndef RAFTEX_SNAPSHOTMANAGER_H_ diff --git a/src/kvstore/raftex/test/LeaderElectionTest.cpp b/src/kvstore/raftex/test/LeaderElectionTest.cpp index 8833f2d99b7..0b024924092 100644 --- a/src/kvstore/raftex/test/LeaderElectionTest.cpp +++ b/src/kvstore/raftex/test/LeaderElectionTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/kvstore/raftex/test/LeaderTransferTest.cpp b/src/kvstore/raftex/test/LeaderTransferTest.cpp index 5c5f7c682b8..d8e334656e6 100644 --- a/src/kvstore/raftex/test/LeaderTransferTest.cpp +++ b/src/kvstore/raftex/test/LeaderTransferTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/kvstore/raftex/test/LearnerTest.cpp b/src/kvstore/raftex/test/LearnerTest.cpp index e294a645591..ead34787429 100644 --- a/src/kvstore/raftex/test/LearnerTest.cpp +++ b/src/kvstore/raftex/test/LearnerTest.cpp @@ -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. */ #include diff --git a/src/kvstore/raftex/test/LogAppendTest.cpp b/src/kvstore/raftex/test/LogAppendTest.cpp index b8b1ce56265..5b2396a29bd 100644 --- a/src/kvstore/raftex/test/LogAppendTest.cpp +++ b/src/kvstore/raftex/test/LogAppendTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/kvstore/raftex/test/LogCASTest.cpp b/src/kvstore/raftex/test/LogCASTest.cpp index 7a72e660ed0..fab2b040b29 100644 --- a/src/kvstore/raftex/test/LogCASTest.cpp +++ b/src/kvstore/raftex/test/LogCASTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/kvstore/raftex/test/LogCommandTest.cpp b/src/kvstore/raftex/test/LogCommandTest.cpp index a3128f18c68..c1d3a7c6982 100644 --- a/src/kvstore/raftex/test/LogCommandTest.cpp +++ b/src/kvstore/raftex/test/LogCommandTest.cpp @@ -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. */ #include diff --git a/src/kvstore/raftex/test/MemberChangeTest.cpp b/src/kvstore/raftex/test/MemberChangeTest.cpp index 4827d9bb588..1498c522830 100644 --- a/src/kvstore/raftex/test/MemberChangeTest.cpp +++ b/src/kvstore/raftex/test/MemberChangeTest.cpp @@ -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. */ #include diff --git a/src/kvstore/raftex/test/RaftCase.cpp b/src/kvstore/raftex/test/RaftCase.cpp index 2daafd6b21d..89f5f00414f 100644 --- a/src/kvstore/raftex/test/RaftCase.cpp +++ b/src/kvstore/raftex/test/RaftCase.cpp @@ -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. */ #include diff --git a/src/kvstore/raftex/test/RaftexTestBase.cpp b/src/kvstore/raftex/test/RaftexTestBase.cpp index 20a4e139e4f..3234644ec1c 100644 --- a/src/kvstore/raftex/test/RaftexTestBase.cpp +++ b/src/kvstore/raftex/test/RaftexTestBase.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "kvstore/raftex/test/RaftexTestBase.h" diff --git a/src/kvstore/raftex/test/RaftexTestBase.h b/src/kvstore/raftex/test/RaftexTestBase.h index 983b3a96273..dd83659ff40 100644 --- a/src/kvstore/raftex/test/RaftexTestBase.h +++ b/src/kvstore/raftex/test/RaftexTestBase.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef RAFTEX_TEST_RAFTEXTESTBASE_H_ diff --git a/src/kvstore/raftex/test/SnapshotTest.cpp b/src/kvstore/raftex/test/SnapshotTest.cpp index 9c60b1531b9..9ff5a6eb656 100644 --- a/src/kvstore/raftex/test/SnapshotTest.cpp +++ b/src/kvstore/raftex/test/SnapshotTest.cpp @@ -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. */ #include diff --git a/src/kvstore/raftex/test/TestShard.cpp b/src/kvstore/raftex/test/TestShard.cpp index ec24b716b03..8113a866428 100644 --- a/src/kvstore/raftex/test/TestShard.cpp +++ b/src/kvstore/raftex/test/TestShard.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "kvstore/raftex/test/TestShard.h" diff --git a/src/kvstore/raftex/test/TestShard.h b/src/kvstore/raftex/test/TestShard.h index 13bc27fd619..a9ffded8560 100644 --- a/src/kvstore/raftex/test/TestShard.h +++ b/src/kvstore/raftex/test/TestShard.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef RAFTEX_TEST_TESTSHARD_H_ diff --git a/src/kvstore/test/DiskManagerTest.cpp b/src/kvstore/test/DiskManagerTest.cpp index 4e8babb2282..df95bb0aa0b 100644 --- a/src/kvstore/test/DiskManagerTest.cpp +++ b/src/kvstore/test/DiskManagerTest.cpp @@ -1,8 +1,7 @@ /* 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. */ #include diff --git a/src/kvstore/test/LogEncoderTest.cpp b/src/kvstore/test/LogEncoderTest.cpp index ba2a953ee1a..02ee5753c86 100644 --- a/src/kvstore/test/LogEncoderTest.cpp +++ b/src/kvstore/test/LogEncoderTest.cpp @@ -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. */ #include diff --git a/src/kvstore/test/MultiVersionBenchmark.cpp b/src/kvstore/test/MultiVersionBenchmark.cpp index ded007c551c..0c9a453d51f 100644 --- a/src/kvstore/test/MultiVersionBenchmark.cpp +++ b/src/kvstore/test/MultiVersionBenchmark.cpp @@ -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. */ #include diff --git a/src/kvstore/test/NebulaListenerTest.cpp b/src/kvstore/test/NebulaListenerTest.cpp index 11936187ac2..5d996625dd8 100644 --- a/src/kvstore/test/NebulaListenerTest.cpp +++ b/src/kvstore/test/NebulaListenerTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/kvstore/test/NebulaStoreTest.cpp b/src/kvstore/test/NebulaStoreTest.cpp index 98da491681a..5eae7d68b19 100644 --- a/src/kvstore/test/NebulaStoreTest.cpp +++ b/src/kvstore/test/NebulaStoreTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/kvstore/test/PartPerformanceTest.cpp b/src/kvstore/test/PartPerformanceTest.cpp index 006e6b2ac26..cf70e075a92 100644 --- a/src/kvstore/test/PartPerformanceTest.cpp +++ b/src/kvstore/test/PartPerformanceTest.cpp @@ -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. */ #include diff --git a/src/kvstore/test/PartTest.cpp b/src/kvstore/test/PartTest.cpp index ab28851f0b4..53ea164b16d 100644 --- a/src/kvstore/test/PartTest.cpp +++ b/src/kvstore/test/PartTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/kvstore/test/RateLimiterTest.cpp b/src/kvstore/test/RateLimiterTest.cpp index f263c72d803..2c99d844462 100644 --- a/src/kvstore/test/RateLimiterTest.cpp +++ b/src/kvstore/test/RateLimiterTest.cpp @@ -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. */ #include diff --git a/src/kvstore/test/RocksEngineConfigTest.cpp b/src/kvstore/test/RocksEngineConfigTest.cpp index 84632eb65bc..49acd862b72 100644 --- a/src/kvstore/test/RocksEngineConfigTest.cpp +++ b/src/kvstore/test/RocksEngineConfigTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/kvstore/test/RocksEngineTest.cpp b/src/kvstore/test/RocksEngineTest.cpp index 09903a4f6de..9d325102bf4 100644 --- a/src/kvstore/test/RocksEngineTest.cpp +++ b/src/kvstore/test/RocksEngineTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/kvstore/test/SnapshotLinkTest.cpp b/src/kvstore/test/SnapshotLinkTest.cpp index 436645b1db5..48a5d640d15 100644 --- a/src/kvstore/test/SnapshotLinkTest.cpp +++ b/src/kvstore/test/SnapshotLinkTest.cpp @@ -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. */ #include diff --git a/src/kvstore/wal/AtomicLogBuffer.h b/src/kvstore/wal/AtomicLogBuffer.h index c54ce7de519..b6023266e21 100644 --- a/src/kvstore/wal/AtomicLogBuffer.h +++ b/src/kvstore/wal/AtomicLogBuffer.h @@ -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. */ #ifndef WAL_ATOMICLOGBUFFER_H_ diff --git a/src/kvstore/wal/FileBasedWal.cpp b/src/kvstore/wal/FileBasedWal.cpp index 8d7fa6868eb..2f2f6bdbe51 100644 --- a/src/kvstore/wal/FileBasedWal.cpp +++ b/src/kvstore/wal/FileBasedWal.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "kvstore/wal/FileBasedWal.h" diff --git a/src/kvstore/wal/FileBasedWal.h b/src/kvstore/wal/FileBasedWal.h index 779958c1e69..f10cb52d989 100644 --- a/src/kvstore/wal/FileBasedWal.h +++ b/src/kvstore/wal/FileBasedWal.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef WAL_FILEBASEDWAL_H_ diff --git a/src/kvstore/wal/Wal.h b/src/kvstore/wal/Wal.h index 0fe9a258f24..682f627e138 100644 --- a/src/kvstore/wal/Wal.h +++ b/src/kvstore/wal/Wal.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef WAL_WAL_H_ diff --git a/src/kvstore/wal/WalFileInfo.h b/src/kvstore/wal/WalFileInfo.h index 72f9ed8e358..ef0abb2ce6f 100644 --- a/src/kvstore/wal/WalFileInfo.h +++ b/src/kvstore/wal/WalFileInfo.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef WAL_WALFILEINFO_H_ diff --git a/src/kvstore/wal/WalFileIterator.cpp b/src/kvstore/wal/WalFileIterator.cpp index 2cd4f18a952..56998d74990 100644 --- a/src/kvstore/wal/WalFileIterator.cpp +++ b/src/kvstore/wal/WalFileIterator.cpp @@ -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. */ #include "kvstore/wal/WalFileIterator.h" diff --git a/src/kvstore/wal/WalFileIterator.h b/src/kvstore/wal/WalFileIterator.h index 4576a855172..9e5a3919cc6 100644 --- a/src/kvstore/wal/WalFileIterator.h +++ b/src/kvstore/wal/WalFileIterator.h @@ -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. */ #ifndef WAL_WALFILEITERATOR_H_ diff --git a/src/kvstore/wal/test/AtomicLogBufferTest.cpp b/src/kvstore/wal/test/AtomicLogBufferTest.cpp index e3ae810e0cd..a76a8c1fb01 100644 --- a/src/kvstore/wal/test/AtomicLogBufferTest.cpp +++ b/src/kvstore/wal/test/AtomicLogBufferTest.cpp @@ -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. */ #include diff --git a/src/kvstore/wal/test/FileBasedWalTest.cpp b/src/kvstore/wal/test/FileBasedWalTest.cpp index 0cb52f8af8b..55b4004561c 100644 --- a/src/kvstore/wal/test/FileBasedWalTest.cpp +++ b/src/kvstore/wal/test/FileBasedWalTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/kvstore/wal/test/InMemoryLogBuffer.cpp b/src/kvstore/wal/test/InMemoryLogBuffer.cpp index 7ad950db028..bd809b9caf5 100644 --- a/src/kvstore/wal/test/InMemoryLogBuffer.cpp +++ b/src/kvstore/wal/test/InMemoryLogBuffer.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "kvstore/wal/test/InMemoryLogBuffer.h" diff --git a/src/kvstore/wal/test/InMemoryLogBuffer.h b/src/kvstore/wal/test/InMemoryLogBuffer.h index f3b48bbeda0..1f927699b8e 100644 --- a/src/kvstore/wal/test/InMemoryLogBuffer.h +++ b/src/kvstore/wal/test/InMemoryLogBuffer.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef WAL_INMEMORYLOGBUFFER_H_ diff --git a/src/kvstore/wal/test/InMemoryLogBufferList.h b/src/kvstore/wal/test/InMemoryLogBufferList.h index f1fc0bd94a8..9fbd5aca0cd 100644 --- a/src/kvstore/wal/test/InMemoryLogBufferList.h +++ b/src/kvstore/wal/test/InMemoryLogBufferList.h @@ -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. */ #include "common/base/Base.h" diff --git a/src/kvstore/wal/test/InMemoryLogBufferTest.cpp b/src/kvstore/wal/test/InMemoryLogBufferTest.cpp index 0082a6e8cec..c4a3aae635f 100644 --- a/src/kvstore/wal/test/InMemoryLogBufferTest.cpp +++ b/src/kvstore/wal/test/InMemoryLogBufferTest.cpp @@ -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. */ #include diff --git a/src/kvstore/wal/test/LogBufferBenchmark.cpp b/src/kvstore/wal/test/LogBufferBenchmark.cpp index f6daa62f8da..83cb7a5c27e 100644 --- a/src/kvstore/wal/test/LogBufferBenchmark.cpp +++ b/src/kvstore/wal/test/LogBufferBenchmark.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/kvstore/wal/test/WalFileIterTest.cpp b/src/kvstore/wal/test/WalFileIterTest.cpp index 32d4f8f884d..8f345a239ca 100644 --- a/src/kvstore/wal/test/WalFileIterTest.cpp +++ b/src/kvstore/wal/test/WalFileIterTest.cpp @@ -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. */ #include diff --git a/src/meta/ActiveHostsMan.cpp b/src/meta/ActiveHostsMan.cpp index 68919104cb2..5534c656f4a 100644 --- a/src/meta/ActiveHostsMan.cpp +++ b/src/meta/ActiveHostsMan.cpp @@ -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. */ #include "meta/ActiveHostsMan.h" diff --git a/src/meta/ActiveHostsMan.h b/src/meta/ActiveHostsMan.h index 0f2ec18f7f0..2412c351d9b 100644 --- a/src/meta/ActiveHostsMan.h +++ b/src/meta/ActiveHostsMan.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_ACTIVEHOSTSMAN_H_ diff --git a/src/meta/CMakeLists.txt b/src/meta/CMakeLists.txt index 04c0960c716..e07cce144e2 100644 --- a/src/meta/CMakeLists.txt +++ b/src/meta/CMakeLists.txt @@ -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. nebula_add_library( meta_service_handler OBJECT diff --git a/src/meta/KVBasedClusterIdMan.h b/src/meta/KVBasedClusterIdMan.h index d7cada01acb..60f5be8f9ec 100644 --- a/src/meta/KVBasedClusterIdMan.h +++ b/src/meta/KVBasedClusterIdMan.h @@ -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. */ #ifndef META_CLUSTERIDMAN_H_ diff --git a/src/meta/MetaServiceHandler.cpp b/src/meta/MetaServiceHandler.cpp index 1bb6ed0b0cd..28b8afc7e30 100644 --- a/src/meta/MetaServiceHandler.cpp +++ b/src/meta/MetaServiceHandler.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/MetaServiceHandler.h" diff --git a/src/meta/MetaServiceHandler.h b/src/meta/MetaServiceHandler.h index 672c91fd96d..0ac2b6d926f 100644 --- a/src/meta/MetaServiceHandler.h +++ b/src/meta/MetaServiceHandler.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_METASERVICEHANDLER_H_ diff --git a/src/meta/MetaServiceUtils.cpp b/src/meta/MetaServiceUtils.cpp index cbb7991c6c9..113790af208 100644 --- a/src/meta/MetaServiceUtils.cpp +++ b/src/meta/MetaServiceUtils.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/MetaServiceUtils.h" diff --git a/src/meta/MetaServiceUtils.h b/src/meta/MetaServiceUtils.h index af40b6f8af9..f6e9d2e17f7 100644 --- a/src/meta/MetaServiceUtils.h +++ b/src/meta/MetaServiceUtils.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_METAUTILS_H_ diff --git a/src/meta/MetaVersionMan.cpp b/src/meta/MetaVersionMan.cpp index efa8fc72073..fbe5a75db8b 100644 --- a/src/meta/MetaVersionMan.cpp +++ b/src/meta/MetaVersionMan.cpp @@ -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. */ #include "meta/MetaVersionMan.h" diff --git a/src/meta/MetaVersionMan.h b/src/meta/MetaVersionMan.h index dc0117cd2b3..59737175430 100644 --- a/src/meta/MetaVersionMan.h +++ b/src/meta/MetaVersionMan.h @@ -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. */ #ifndef META_METAVERSIONMAN_H_ diff --git a/src/meta/RootUserMan.h b/src/meta/RootUserMan.h index 9ea8a88dc97..c61a1faf70d 100644 --- a/src/meta/RootUserMan.h +++ b/src/meta/RootUserMan.h @@ -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. */ #ifndef META_ROOTUSERMAN_H_ diff --git a/src/meta/common/MetaCommon.h b/src/meta/common/MetaCommon.h index cd5e6758c44..4d320577386 100644 --- a/src/meta/common/MetaCommon.h +++ b/src/meta/common/MetaCommon.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_COMMON_H_ diff --git a/src/meta/http/CMakeLists.txt b/src/meta/http/CMakeLists.txt index f9e08f13739..34d2e95b4fe 100644 --- a/src/meta/http/CMakeLists.txt +++ b/src/meta/http/CMakeLists.txt @@ -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. nebula_add_library( diff --git a/src/meta/http/MetaHttpDownloadHandler.cpp b/src/meta/http/MetaHttpDownloadHandler.cpp index 5ddfd8b85cb..cee62941813 100644 --- a/src/meta/http/MetaHttpDownloadHandler.cpp +++ b/src/meta/http/MetaHttpDownloadHandler.cpp @@ -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. */ #include "meta/http/MetaHttpDownloadHandler.h" diff --git a/src/meta/http/MetaHttpDownloadHandler.h b/src/meta/http/MetaHttpDownloadHandler.h index c071f8cc3cf..18efb020ef8 100644 --- a/src/meta/http/MetaHttpDownloadHandler.h +++ b/src/meta/http/MetaHttpDownloadHandler.h @@ -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. */ #ifndef META_HTTP_METAHTTPDOWNLOADHANDLER_H_ diff --git a/src/meta/http/MetaHttpIngestHandler.cpp b/src/meta/http/MetaHttpIngestHandler.cpp index ba381600459..e15f9dbedec 100644 --- a/src/meta/http/MetaHttpIngestHandler.cpp +++ b/src/meta/http/MetaHttpIngestHandler.cpp @@ -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. */ #include "meta/http/MetaHttpIngestHandler.h" diff --git a/src/meta/http/MetaHttpIngestHandler.h b/src/meta/http/MetaHttpIngestHandler.h index bb364580f4c..9cfc1400430 100644 --- a/src/meta/http/MetaHttpIngestHandler.h +++ b/src/meta/http/MetaHttpIngestHandler.h @@ -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. */ #ifndef META_HTTP_METAHTTPINGESTHANDLER_H diff --git a/src/meta/http/MetaHttpReplaceHostHandler.cpp b/src/meta/http/MetaHttpReplaceHostHandler.cpp index fd9294f56fe..2cad10120b5 100644 --- a/src/meta/http/MetaHttpReplaceHostHandler.cpp +++ b/src/meta/http/MetaHttpReplaceHostHandler.cpp @@ -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. */ #include "meta/http/MetaHttpReplaceHostHandler.h" diff --git a/src/meta/http/MetaHttpReplaceHostHandler.h b/src/meta/http/MetaHttpReplaceHostHandler.h index c3ead6a03ac..48cccaca157 100644 --- a/src/meta/http/MetaHttpReplaceHostHandler.h +++ b/src/meta/http/MetaHttpReplaceHostHandler.h @@ -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. */ #pragma once diff --git a/src/meta/http/test/CMakeLists.txt b/src/meta/http/test/CMakeLists.txt index 27d1d325832..ad2a7067eea 100644 --- a/src/meta/http/test/CMakeLists.txt +++ b/src/meta/http/test/CMakeLists.txt @@ -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. nebula_add_test( NAME meta_http_download_test diff --git a/src/meta/http/test/MetaHttpDownloadHandlerTest.cpp b/src/meta/http/test/MetaHttpDownloadHandlerTest.cpp index f56fd32808b..c29e7be79c4 100644 --- a/src/meta/http/test/MetaHttpDownloadHandlerTest.cpp +++ b/src/meta/http/test/MetaHttpDownloadHandlerTest.cpp @@ -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. */ #include diff --git a/src/meta/http/test/MetaHttpIngestHandlerTest.cpp b/src/meta/http/test/MetaHttpIngestHandlerTest.cpp index ae0c19b3886..167466df2b2 100644 --- a/src/meta/http/test/MetaHttpIngestHandlerTest.cpp +++ b/src/meta/http/test/MetaHttpIngestHandlerTest.cpp @@ -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. */ #include diff --git a/src/meta/http/test/MetaHttpReplaceHandlerTest.cpp b/src/meta/http/test/MetaHttpReplaceHandlerTest.cpp index e5fd4355649..ad22d9667f8 100644 --- a/src/meta/http/test/MetaHttpReplaceHandlerTest.cpp +++ b/src/meta/http/test/MetaHttpReplaceHandlerTest.cpp @@ -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. */ #include diff --git a/src/meta/processors/BaseProcessor-inl.h b/src/meta/processors/BaseProcessor-inl.h index ac34c0ea5a1..e30ff721bcd 100644 --- a/src/meta/processors/BaseProcessor-inl.h +++ b/src/meta/processors/BaseProcessor-inl.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #pragma once diff --git a/src/meta/processors/BaseProcessor.h b/src/meta/processors/BaseProcessor.h index 5f0c20dac33..d8b291c6abd 100644 --- a/src/meta/processors/BaseProcessor.h +++ b/src/meta/processors/BaseProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_BASEPROCESSOR_H_ diff --git a/src/meta/processors/Common.h b/src/meta/processors/Common.h index 5d11fa6d514..2d36c07bf6a 100644 --- a/src/meta/processors/Common.h +++ b/src/meta/processors/Common.h @@ -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. */ #ifndef META_PROCESSORS_COMMON_H_ diff --git a/src/meta/processors/admin/AdminClient.cpp b/src/meta/processors/admin/AdminClient.cpp index cbad41e5646..c8d6ce43ace 100644 --- a/src/meta/processors/admin/AdminClient.cpp +++ b/src/meta/processors/admin/AdminClient.cpp @@ -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. */ #include "meta/processors/admin/AdminClient.h" diff --git a/src/meta/processors/admin/AdminClient.h b/src/meta/processors/admin/AdminClient.h index 61ae5157f22..e43394560e2 100644 --- a/src/meta/processors/admin/AdminClient.h +++ b/src/meta/processors/admin/AdminClient.h @@ -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. */ #ifndef META_PROCESSORS_ADMIN_STORAGEADMINCLIENT_H_ diff --git a/src/meta/processors/admin/BalancePlan.cpp b/src/meta/processors/admin/BalancePlan.cpp index 5cd459add1c..66b1a977197 100644 --- a/src/meta/processors/admin/BalancePlan.cpp +++ b/src/meta/processors/admin/BalancePlan.cpp @@ -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. */ #include "meta/processors/admin/BalancePlan.h" diff --git a/src/meta/processors/admin/BalancePlan.h b/src/meta/processors/admin/BalancePlan.h index 232eca5f056..0169373c640 100644 --- a/src/meta/processors/admin/BalancePlan.h +++ b/src/meta/processors/admin/BalancePlan.h @@ -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. */ #ifndef META_ADMIN_BALANCEPLAN_H_ diff --git a/src/meta/processors/admin/BalanceProcessor.cpp b/src/meta/processors/admin/BalanceProcessor.cpp index 135d814cb52..1e7e9238e5b 100644 --- a/src/meta/processors/admin/BalanceProcessor.cpp +++ b/src/meta/processors/admin/BalanceProcessor.cpp @@ -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. */ #include "meta/processors/admin/BalanceProcessor.h" diff --git a/src/meta/processors/admin/BalanceProcessor.h b/src/meta/processors/admin/BalanceProcessor.h index fd9f5075e01..401dd51242e 100644 --- a/src/meta/processors/admin/BalanceProcessor.h +++ b/src/meta/processors/admin/BalanceProcessor.h @@ -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. */ #ifndef META_BALANCEPROCESSOR_H_ diff --git a/src/meta/processors/admin/BalanceTask.cpp b/src/meta/processors/admin/BalanceTask.cpp index 2b90bd8ff43..42f2bec3ba1 100644 --- a/src/meta/processors/admin/BalanceTask.cpp +++ b/src/meta/processors/admin/BalanceTask.cpp @@ -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. */ #include "meta/processors/admin/BalanceTask.h" diff --git a/src/meta/processors/admin/BalanceTask.h b/src/meta/processors/admin/BalanceTask.h index 467a48a473b..7a647d12e5d 100644 --- a/src/meta/processors/admin/BalanceTask.h +++ b/src/meta/processors/admin/BalanceTask.h @@ -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. */ #ifndef META_ADMIN_BALANCETASK_H_ diff --git a/src/meta/processors/admin/Balancer.cpp b/src/meta/processors/admin/Balancer.cpp index a9bd46aacbc..2780ab39911 100644 --- a/src/meta/processors/admin/Balancer.cpp +++ b/src/meta/processors/admin/Balancer.cpp @@ -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. */ #include "meta/processors/admin/Balancer.h" diff --git a/src/meta/processors/admin/Balancer.h b/src/meta/processors/admin/Balancer.h index 54b1a2a8a76..ddcb0df039d 100644 --- a/src/meta/processors/admin/Balancer.h +++ b/src/meta/processors/admin/Balancer.h @@ -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. */ #ifndef META_ADMIN_BALANCER_H_ diff --git a/src/meta/processors/admin/CreateBackupProcessor.cpp b/src/meta/processors/admin/CreateBackupProcessor.cpp index 2042a398df0..4ad2e9eb542 100644 --- a/src/meta/processors/admin/CreateBackupProcessor.cpp +++ b/src/meta/processors/admin/CreateBackupProcessor.cpp @@ -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. */ #include "meta/processors/admin/CreateBackupProcessor.h" diff --git a/src/meta/processors/admin/CreateBackupProcessor.h b/src/meta/processors/admin/CreateBackupProcessor.h index 00643dbbc60..7046f1547b3 100644 --- a/src/meta/processors/admin/CreateBackupProcessor.h +++ b/src/meta/processors/admin/CreateBackupProcessor.h @@ -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. */ #ifndef META_CREATEBACKUPPROCESSOR_H_ diff --git a/src/meta/processors/admin/CreateSnapshotProcessor.cpp b/src/meta/processors/admin/CreateSnapshotProcessor.cpp index c8f4c62bf0b..0af266ebb59 100644 --- a/src/meta/processors/admin/CreateSnapshotProcessor.cpp +++ b/src/meta/processors/admin/CreateSnapshotProcessor.cpp @@ -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. */ #include "meta/processors/admin/CreateSnapshotProcessor.h" diff --git a/src/meta/processors/admin/CreateSnapshotProcessor.h b/src/meta/processors/admin/CreateSnapshotProcessor.h index 91563ea8fb0..47b58b9983b 100644 --- a/src/meta/processors/admin/CreateSnapshotProcessor.h +++ b/src/meta/processors/admin/CreateSnapshotProcessor.h @@ -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. */ #ifndef META_CREATESNAPSHOTPROCESSOR_H_ diff --git a/src/meta/processors/admin/DropSnapshotProcessor.cpp b/src/meta/processors/admin/DropSnapshotProcessor.cpp index ade6c2b327d..a4d05a4d4b3 100644 --- a/src/meta/processors/admin/DropSnapshotProcessor.cpp +++ b/src/meta/processors/admin/DropSnapshotProcessor.cpp @@ -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. */ #include "meta/processors/admin/DropSnapshotProcessor.h" diff --git a/src/meta/processors/admin/DropSnapshotProcessor.h b/src/meta/processors/admin/DropSnapshotProcessor.h index 40434928645..8532cc3d9c0 100644 --- a/src/meta/processors/admin/DropSnapshotProcessor.h +++ b/src/meta/processors/admin/DropSnapshotProcessor.h @@ -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. */ #ifndef META_DROPSNAPSHOTPROCESSOR_H_ diff --git a/src/meta/processors/admin/GetMetaDirInfoProcessor.cpp b/src/meta/processors/admin/GetMetaDirInfoProcessor.cpp index f82479df050..cc16d2679b5 100644 --- a/src/meta/processors/admin/GetMetaDirInfoProcessor.cpp +++ b/src/meta/processors/admin/GetMetaDirInfoProcessor.cpp @@ -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. */ #include "meta/processors/admin/GetMetaDirInfoProcessor.h" diff --git a/src/meta/processors/admin/GetMetaDirInfoProcessor.h b/src/meta/processors/admin/GetMetaDirInfoProcessor.h index dd36e3949cf..1dcf0f94cbc 100644 --- a/src/meta/processors/admin/GetMetaDirInfoProcessor.h +++ b/src/meta/processors/admin/GetMetaDirInfoProcessor.h @@ -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. */ #ifndef META_GETMETADIRINFOPROCESSOR_H_ diff --git a/src/meta/processors/admin/HBProcessor.cpp b/src/meta/processors/admin/HBProcessor.cpp index a957337c923..fd535e3ec51 100644 --- a/src/meta/processors/admin/HBProcessor.cpp +++ b/src/meta/processors/admin/HBProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/admin/HBProcessor.h" diff --git a/src/meta/processors/admin/HBProcessor.h b/src/meta/processors/admin/HBProcessor.h index cd286654542..12313ad9090 100644 --- a/src/meta/processors/admin/HBProcessor.h +++ b/src/meta/processors/admin/HBProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_HBPROCESSOR_H_ diff --git a/src/meta/processors/admin/LeaderBalanceProcessor.cpp b/src/meta/processors/admin/LeaderBalanceProcessor.cpp index 261c3a6e83c..893bdad5d23 100644 --- a/src/meta/processors/admin/LeaderBalanceProcessor.cpp +++ b/src/meta/processors/admin/LeaderBalanceProcessor.cpp @@ -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. */ #include "meta/processors/admin/LeaderBalanceProcessor.h" diff --git a/src/meta/processors/admin/LeaderBalanceProcessor.h b/src/meta/processors/admin/LeaderBalanceProcessor.h index 405473a4031..be1184bb660 100644 --- a/src/meta/processors/admin/LeaderBalanceProcessor.h +++ b/src/meta/processors/admin/LeaderBalanceProcessor.h @@ -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. */ #ifndef META_LEADERCOUNTPROCESSOR_H_ diff --git a/src/meta/processors/admin/ListClusterInfoProcessor.cpp b/src/meta/processors/admin/ListClusterInfoProcessor.cpp index c0b31f4f2ca..3776ef2cd7b 100644 --- a/src/meta/processors/admin/ListClusterInfoProcessor.cpp +++ b/src/meta/processors/admin/ListClusterInfoProcessor.cpp @@ -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. */ #include "meta/processors/admin/ListClusterInfoProcessor.h" diff --git a/src/meta/processors/admin/ListClusterInfoProcessor.h b/src/meta/processors/admin/ListClusterInfoProcessor.h index cac7e2776a6..1b754c192de 100644 --- a/src/meta/processors/admin/ListClusterInfoProcessor.h +++ b/src/meta/processors/admin/ListClusterInfoProcessor.h @@ -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. */ #ifndef META_LISTCLUSTERINFOSPROCESSOR_H_ diff --git a/src/meta/processors/admin/ListSnapshotsProcessor.cpp b/src/meta/processors/admin/ListSnapshotsProcessor.cpp index f35b90df267..4f63e11dc83 100644 --- a/src/meta/processors/admin/ListSnapshotsProcessor.cpp +++ b/src/meta/processors/admin/ListSnapshotsProcessor.cpp @@ -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. */ #include "meta/processors/admin/ListSnapshotsProcessor.h" diff --git a/src/meta/processors/admin/ListSnapshotsProcessor.h b/src/meta/processors/admin/ListSnapshotsProcessor.h index 5e03513fee1..59097ea905e 100644 --- a/src/meta/processors/admin/ListSnapshotsProcessor.h +++ b/src/meta/processors/admin/ListSnapshotsProcessor.h @@ -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. */ #ifndef META_LISTSNAPSHOTSPROCESSOR_H_ diff --git a/src/meta/processors/admin/RestoreProcessor.cpp b/src/meta/processors/admin/RestoreProcessor.cpp index 5231c1d760f..ce7748ff9c3 100644 --- a/src/meta/processors/admin/RestoreProcessor.cpp +++ b/src/meta/processors/admin/RestoreProcessor.cpp @@ -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. */ #include "meta/processors/admin/RestoreProcessor.h" diff --git a/src/meta/processors/admin/RestoreProcessor.h b/src/meta/processors/admin/RestoreProcessor.h index a48338df820..c9b10ffbd80 100644 --- a/src/meta/processors/admin/RestoreProcessor.h +++ b/src/meta/processors/admin/RestoreProcessor.h @@ -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. */ #ifndef META_RESTOREPROCESSOR_H_ diff --git a/src/meta/processors/admin/SnapShot.cpp b/src/meta/processors/admin/SnapShot.cpp index 608ca1b0766..3c0c90f8872 100644 --- a/src/meta/processors/admin/SnapShot.cpp +++ b/src/meta/processors/admin/SnapShot.cpp @@ -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. */ #include "meta/processors/admin/SnapShot.h" diff --git a/src/meta/processors/admin/SnapShot.h b/src/meta/processors/admin/SnapShot.h index c2aa833c591..82e9ef5bf47 100644 --- a/src/meta/processors/admin/SnapShot.h +++ b/src/meta/processors/admin/SnapShot.h @@ -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. */ #ifndef META_ADMIN_SNAPSHOT_H_ diff --git a/src/meta/processors/admin/VerifyClientVersionProcessor.cpp b/src/meta/processors/admin/VerifyClientVersionProcessor.cpp index b0658253a7d..314ab2e9ec8 100644 --- a/src/meta/processors/admin/VerifyClientVersionProcessor.cpp +++ b/src/meta/processors/admin/VerifyClientVersionProcessor.cpp @@ -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. */ #include "meta/processors/admin/VerifyClientVersionProcessor.h" diff --git a/src/meta/processors/admin/VerifyClientVersionProcessor.h b/src/meta/processors/admin/VerifyClientVersionProcessor.h index f049d8f75ee..9f3c1674f0b 100644 --- a/src/meta/processors/admin/VerifyClientVersionProcessor.h +++ b/src/meta/processors/admin/VerifyClientVersionProcessor.h @@ -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. */ #ifndef META_VERIFYCLIENTVERSIONPROCESSOR_H_ diff --git a/src/meta/processors/config/GetConfigProcessor.cpp b/src/meta/processors/config/GetConfigProcessor.cpp index 85a14b89f6f..8adb08a122c 100644 --- a/src/meta/processors/config/GetConfigProcessor.cpp +++ b/src/meta/processors/config/GetConfigProcessor.cpp @@ -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. */ #include "meta/processors/config/GetConfigProcessor.h" diff --git a/src/meta/processors/config/GetConfigProcessor.h b/src/meta/processors/config/GetConfigProcessor.h index 64ee17dd0e0..398c7f3027f 100644 --- a/src/meta/processors/config/GetConfigProcessor.h +++ b/src/meta/processors/config/GetConfigProcessor.h @@ -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. */ #ifndef META_GETCONFIGPROCESSOR_H diff --git a/src/meta/processors/config/ListConfigsProcessor.cpp b/src/meta/processors/config/ListConfigsProcessor.cpp index 9e88c3abfa0..16a237276c4 100644 --- a/src/meta/processors/config/ListConfigsProcessor.cpp +++ b/src/meta/processors/config/ListConfigsProcessor.cpp @@ -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. */ #include "meta/processors/config/ListConfigsProcessor.h" diff --git a/src/meta/processors/config/ListConfigsProcessor.h b/src/meta/processors/config/ListConfigsProcessor.h index 1634a203337..9995cfc06a5 100644 --- a/src/meta/processors/config/ListConfigsProcessor.h +++ b/src/meta/processors/config/ListConfigsProcessor.h @@ -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. */ #ifndef META_LISTCONFIGPROCESSOR_H diff --git a/src/meta/processors/config/RegConfigProcessor.cpp b/src/meta/processors/config/RegConfigProcessor.cpp index 7440b2fd793..204b805c163 100644 --- a/src/meta/processors/config/RegConfigProcessor.cpp +++ b/src/meta/processors/config/RegConfigProcessor.cpp @@ -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. */ #include "meta/processors/config/RegConfigProcessor.h" diff --git a/src/meta/processors/config/RegConfigProcessor.h b/src/meta/processors/config/RegConfigProcessor.h index a4a8d1543d5..09fe8990f57 100644 --- a/src/meta/processors/config/RegConfigProcessor.h +++ b/src/meta/processors/config/RegConfigProcessor.h @@ -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. */ #ifndef META_REGCONFIGPROCESSOR_H diff --git a/src/meta/processors/config/SetConfigProcessor.cpp b/src/meta/processors/config/SetConfigProcessor.cpp index 1a94e579db8..17b4c3ed971 100644 --- a/src/meta/processors/config/SetConfigProcessor.cpp +++ b/src/meta/processors/config/SetConfigProcessor.cpp @@ -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. */ #include "meta/processors/config/SetConfigProcessor.h" diff --git a/src/meta/processors/config/SetConfigProcessor.h b/src/meta/processors/config/SetConfigProcessor.h index 5c8b5428970..7cd8d77e5aa 100644 --- a/src/meta/processors/config/SetConfigProcessor.h +++ b/src/meta/processors/config/SetConfigProcessor.h @@ -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. */ #ifndef META_SETCONFIGPROCESSOR_H diff --git a/src/meta/processors/drainer/DrainerProcessor.cpp b/src/meta/processors/drainer/DrainerProcessor.cpp index 77ca84ef4e4..12bde885cde 100644 --- a/src/meta/processors/drainer/DrainerProcessor.cpp +++ b/src/meta/processors/drainer/DrainerProcessor.cpp @@ -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. */ #include "meta/processors/drainer/DrainerProcessor.h" diff --git a/src/meta/processors/drainer/DrainerProcessor.h b/src/meta/processors/drainer/DrainerProcessor.h index 28720b5af85..e81ab9a23ba 100644 --- a/src/meta/processors/drainer/DrainerProcessor.h +++ b/src/meta/processors/drainer/DrainerProcessor.h @@ -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. */ #ifndef META_DRAINERROCESSOR_H_ diff --git a/src/meta/processors/index/CreateEdgeIndexProcessor.cpp b/src/meta/processors/index/CreateEdgeIndexProcessor.cpp index 30ffb7cbb95..cbd077717db 100644 --- a/src/meta/processors/index/CreateEdgeIndexProcessor.cpp +++ b/src/meta/processors/index/CreateEdgeIndexProcessor.cpp @@ -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. */ #include "meta/processors/index/CreateEdgeIndexProcessor.h" diff --git a/src/meta/processors/index/CreateEdgeIndexProcessor.h b/src/meta/processors/index/CreateEdgeIndexProcessor.h index 26dbb18a5bd..24fc54d6f59 100644 --- a/src/meta/processors/index/CreateEdgeIndexProcessor.h +++ b/src/meta/processors/index/CreateEdgeIndexProcessor.h @@ -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. */ #ifndef META_CREATEEDGEINDEXPROCESSOR_H diff --git a/src/meta/processors/index/CreateTagIndexProcessor.cpp b/src/meta/processors/index/CreateTagIndexProcessor.cpp index 51f417f1e7c..e605dfbaf3c 100644 --- a/src/meta/processors/index/CreateTagIndexProcessor.cpp +++ b/src/meta/processors/index/CreateTagIndexProcessor.cpp @@ -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. */ #include "meta/processors/index/CreateTagIndexProcessor.h" diff --git a/src/meta/processors/index/CreateTagIndexProcessor.h b/src/meta/processors/index/CreateTagIndexProcessor.h index 5221d1b0037..e3c5805ec98 100644 --- a/src/meta/processors/index/CreateTagIndexProcessor.h +++ b/src/meta/processors/index/CreateTagIndexProcessor.h @@ -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. */ #ifndef META_CREATETAGINDEXPROCESSOR_H diff --git a/src/meta/processors/index/DropEdgeIndexProcessor.cpp b/src/meta/processors/index/DropEdgeIndexProcessor.cpp index 788f0ceab4c..fdbb57ce803 100644 --- a/src/meta/processors/index/DropEdgeIndexProcessor.cpp +++ b/src/meta/processors/index/DropEdgeIndexProcessor.cpp @@ -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. */ #include "meta/processors/index/DropEdgeIndexProcessor.h" diff --git a/src/meta/processors/index/DropEdgeIndexProcessor.h b/src/meta/processors/index/DropEdgeIndexProcessor.h index 8a1fa5dc6a3..7f1a47ba16d 100644 --- a/src/meta/processors/index/DropEdgeIndexProcessor.h +++ b/src/meta/processors/index/DropEdgeIndexProcessor.h @@ -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. */ #ifndef META_DROPEDGEINDEXPROCESSOR_H diff --git a/src/meta/processors/index/DropTagIndexProcessor.cpp b/src/meta/processors/index/DropTagIndexProcessor.cpp index 7a0d8db983a..4c392277645 100644 --- a/src/meta/processors/index/DropTagIndexProcessor.cpp +++ b/src/meta/processors/index/DropTagIndexProcessor.cpp @@ -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. */ #include "meta/processors/index/DropTagIndexProcessor.h" diff --git a/src/meta/processors/index/DropTagIndexProcessor.h b/src/meta/processors/index/DropTagIndexProcessor.h index 49d2369b689..8e3aa57f589 100644 --- a/src/meta/processors/index/DropTagIndexProcessor.h +++ b/src/meta/processors/index/DropTagIndexProcessor.h @@ -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. */ #ifndef META_DROPTAGINDEXPROCESSOR_H diff --git a/src/meta/processors/index/FTIndexProcessor.cpp b/src/meta/processors/index/FTIndexProcessor.cpp index 7b0e8040c84..544be2a73a1 100644 --- a/src/meta/processors/index/FTIndexProcessor.cpp +++ b/src/meta/processors/index/FTIndexProcessor.cpp @@ -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. */ #include "meta/processors/index/FTIndexProcessor.h" diff --git a/src/meta/processors/index/FTIndexProcessor.h b/src/meta/processors/index/FTIndexProcessor.h index 35a1c155dc7..d63a912a3f9 100644 --- a/src/meta/processors/index/FTIndexProcessor.h +++ b/src/meta/processors/index/FTIndexProcessor.h @@ -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. */ #ifndef META_FTINDEXPROCESSOR_H_ #define META_FTINDEXPROCESSOR_H_ diff --git a/src/meta/processors/index/GetEdgeIndexProcessor.cpp b/src/meta/processors/index/GetEdgeIndexProcessor.cpp index 930a60f2758..d69e1213815 100644 --- a/src/meta/processors/index/GetEdgeIndexProcessor.cpp +++ b/src/meta/processors/index/GetEdgeIndexProcessor.cpp @@ -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. */ #include "meta/processors/index/GetEdgeIndexProcessor.h" diff --git a/src/meta/processors/index/GetEdgeIndexProcessor.h b/src/meta/processors/index/GetEdgeIndexProcessor.h index dc6a87a4066..fd7016e6a35 100644 --- a/src/meta/processors/index/GetEdgeIndexProcessor.h +++ b/src/meta/processors/index/GetEdgeIndexProcessor.h @@ -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. */ #ifndef META_GETEDGEINDEXPROCESSOR_H diff --git a/src/meta/processors/index/GetTagIndexProcessor.cpp b/src/meta/processors/index/GetTagIndexProcessor.cpp index 58ce08b075c..8f7c416375c 100644 --- a/src/meta/processors/index/GetTagIndexProcessor.cpp +++ b/src/meta/processors/index/GetTagIndexProcessor.cpp @@ -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. */ #include "meta/processors/index/GetTagIndexProcessor.h" diff --git a/src/meta/processors/index/GetTagIndexProcessor.h b/src/meta/processors/index/GetTagIndexProcessor.h index 9238975a085..3a01b9361c0 100644 --- a/src/meta/processors/index/GetTagIndexProcessor.h +++ b/src/meta/processors/index/GetTagIndexProcessor.h @@ -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. */ #ifndef META_GETTAGINDEXPROCESSOR_H diff --git a/src/meta/processors/index/ListEdgeIndexesProcessor.cpp b/src/meta/processors/index/ListEdgeIndexesProcessor.cpp index 479fbc54cf0..f2b93784285 100644 --- a/src/meta/processors/index/ListEdgeIndexesProcessor.cpp +++ b/src/meta/processors/index/ListEdgeIndexesProcessor.cpp @@ -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. */ #include "meta/processors/index/ListEdgeIndexesProcessor.h" diff --git a/src/meta/processors/index/ListEdgeIndexesProcessor.h b/src/meta/processors/index/ListEdgeIndexesProcessor.h index 961b49655a1..e691b92a9bc 100644 --- a/src/meta/processors/index/ListEdgeIndexesProcessor.h +++ b/src/meta/processors/index/ListEdgeIndexesProcessor.h @@ -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. */ #ifndef META_LISTEDGEINDEXESPROCESSOR_H diff --git a/src/meta/processors/index/ListTagIndexesProcessor.cpp b/src/meta/processors/index/ListTagIndexesProcessor.cpp index 63cd167d3de..a255d9fa1b4 100644 --- a/src/meta/processors/index/ListTagIndexesProcessor.cpp +++ b/src/meta/processors/index/ListTagIndexesProcessor.cpp @@ -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. */ #include "meta/processors/index/ListTagIndexesProcessor.h" diff --git a/src/meta/processors/index/ListTagIndexesProcessor.h b/src/meta/processors/index/ListTagIndexesProcessor.h index 861d47ef34d..1cd6b2b24fd 100644 --- a/src/meta/processors/index/ListTagIndexesProcessor.h +++ b/src/meta/processors/index/ListTagIndexesProcessor.h @@ -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. */ #ifndef META_LISTTAGINDEXESPROCESSOR_H diff --git a/src/meta/processors/job/AdminJobProcessor.cpp b/src/meta/processors/job/AdminJobProcessor.cpp index efb2e8eb1eb..3d5cced1324 100644 --- a/src/meta/processors/job/AdminJobProcessor.cpp +++ b/src/meta/processors/job/AdminJobProcessor.cpp @@ -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. */ #include "meta/processors/job/AdminJobProcessor.h" diff --git a/src/meta/processors/job/AdminJobProcessor.h b/src/meta/processors/job/AdminJobProcessor.h index 0f07b141477..589e81a7fa4 100644 --- a/src/meta/processors/job/AdminJobProcessor.h +++ b/src/meta/processors/job/AdminJobProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_ADMINJOBPROCESSOR_H_ diff --git a/src/meta/processors/job/BalanceJobExecutor.cpp b/src/meta/processors/job/BalanceJobExecutor.cpp index 134c744aec1..42a30065b70 100644 --- a/src/meta/processors/job/BalanceJobExecutor.cpp +++ b/src/meta/processors/job/BalanceJobExecutor.cpp @@ -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. */ #include "meta/processors/job/BalanceJobExecutor.h" diff --git a/src/meta/processors/job/BalanceJobExecutor.h b/src/meta/processors/job/BalanceJobExecutor.h index 273c1c1a744..6f816b05955 100644 --- a/src/meta/processors/job/BalanceJobExecutor.h +++ b/src/meta/processors/job/BalanceJobExecutor.h @@ -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. */ #ifndef META_BALANCEJOBEXECUTOR_H_ diff --git a/src/meta/processors/job/CompactJobExecutor.cpp b/src/meta/processors/job/CompactJobExecutor.cpp index a39400a7544..8d5741709ce 100644 --- a/src/meta/processors/job/CompactJobExecutor.cpp +++ b/src/meta/processors/job/CompactJobExecutor.cpp @@ -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. */ #include "meta/processors/job/CompactJobExecutor.h" diff --git a/src/meta/processors/job/CompactJobExecutor.h b/src/meta/processors/job/CompactJobExecutor.h index b874daadbf6..50862227a4a 100644 --- a/src/meta/processors/job/CompactJobExecutor.h +++ b/src/meta/processors/job/CompactJobExecutor.h @@ -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. */ #ifndef META_COMPACTJOBEXECUTOR_H_ diff --git a/src/meta/processors/job/FlushJobExecutor.cpp b/src/meta/processors/job/FlushJobExecutor.cpp index f25f920c115..3e70e788915 100644 --- a/src/meta/processors/job/FlushJobExecutor.cpp +++ b/src/meta/processors/job/FlushJobExecutor.cpp @@ -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. */ #include "meta/processors/job/FlushJobExecutor.h" diff --git a/src/meta/processors/job/FlushJobExecutor.h b/src/meta/processors/job/FlushJobExecutor.h index 61b993734a6..22e40059b65 100644 --- a/src/meta/processors/job/FlushJobExecutor.h +++ b/src/meta/processors/job/FlushJobExecutor.h @@ -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. */ #ifndef META_FLUSHJOBEXECUTOR_H_ diff --git a/src/meta/processors/job/GetStatsProcessor.cpp b/src/meta/processors/job/GetStatsProcessor.cpp index 9e6df1b45df..62065fa0a38 100644 --- a/src/meta/processors/job/GetStatsProcessor.cpp +++ b/src/meta/processors/job/GetStatsProcessor.cpp @@ -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. */ #include "meta/processors/job/GetStatsProcessor.h" diff --git a/src/meta/processors/job/GetStatsProcessor.h b/src/meta/processors/job/GetStatsProcessor.h index f8c58b30fb5..cb2800c9d94 100644 --- a/src/meta/processors/job/GetStatsProcessor.h +++ b/src/meta/processors/job/GetStatsProcessor.h @@ -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. */ #ifndef META_GETSTATISPROCESSOR_H_ diff --git a/src/meta/processors/job/JobDescription.cpp b/src/meta/processors/job/JobDescription.cpp index 1a5cf5015c0..65862b4d7c2 100644 --- a/src/meta/processors/job/JobDescription.cpp +++ b/src/meta/processors/job/JobDescription.cpp @@ -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. */ #include "meta/processors/job/JobDescription.h" diff --git a/src/meta/processors/job/JobDescription.h b/src/meta/processors/job/JobDescription.h index 746e8d69e1a..1270a32831a 100644 --- a/src/meta/processors/job/JobDescription.h +++ b/src/meta/processors/job/JobDescription.h @@ -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. */ #ifndef META_KVJOBDESCRIPTION_H_ diff --git a/src/meta/processors/job/JobManager.cpp b/src/meta/processors/job/JobManager.cpp index 8f146f26368..b58f7afd9bb 100644 --- a/src/meta/processors/job/JobManager.cpp +++ b/src/meta/processors/job/JobManager.cpp @@ -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. */ #include "meta/processors/job/JobManager.h" diff --git a/src/meta/processors/job/JobManager.h b/src/meta/processors/job/JobManager.h index 908c8c6fc61..0d413f77a49 100644 --- a/src/meta/processors/job/JobManager.h +++ b/src/meta/processors/job/JobManager.h @@ -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. */ #ifndef META_JOBMANAGER_H_ diff --git a/src/meta/processors/job/JobStatus.cpp b/src/meta/processors/job/JobStatus.cpp index b7051fb2e71..898dd09e5fd 100644 --- a/src/meta/processors/job/JobStatus.cpp +++ b/src/meta/processors/job/JobStatus.cpp @@ -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. */ #include "meta/processors/job/JobStatus.h" diff --git a/src/meta/processors/job/JobStatus.h b/src/meta/processors/job/JobStatus.h index 3b3452cec99..bb7a173f057 100644 --- a/src/meta/processors/job/JobStatus.h +++ b/src/meta/processors/job/JobStatus.h @@ -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. */ #ifndef META_JOBSTATUS_H_ diff --git a/src/meta/processors/job/JobUtils.cpp b/src/meta/processors/job/JobUtils.cpp index 651e4437558..e9a9eb40779 100644 --- a/src/meta/processors/job/JobUtils.cpp +++ b/src/meta/processors/job/JobUtils.cpp @@ -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. */ #include "meta/processors/job/JobUtils.h" diff --git a/src/meta/processors/job/JobUtils.h b/src/meta/processors/job/JobUtils.h index 317ce9290b0..12f057d96b3 100644 --- a/src/meta/processors/job/JobUtils.h +++ b/src/meta/processors/job/JobUtils.h @@ -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. */ #ifndef META_JOBUTIL_H_ diff --git a/src/meta/processors/job/ListEdgeIndexStatusProcessor.cpp b/src/meta/processors/job/ListEdgeIndexStatusProcessor.cpp index 5242379190a..5caf4bfa2b7 100644 --- a/src/meta/processors/job/ListEdgeIndexStatusProcessor.cpp +++ b/src/meta/processors/job/ListEdgeIndexStatusProcessor.cpp @@ -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. */ #include "meta/processors/job/ListEdgeIndexStatusProcessor.h" diff --git a/src/meta/processors/job/ListEdgeIndexStatusProcessor.h b/src/meta/processors/job/ListEdgeIndexStatusProcessor.h index 5856d5a4006..105db2ebaa3 100644 --- a/src/meta/processors/job/ListEdgeIndexStatusProcessor.h +++ b/src/meta/processors/job/ListEdgeIndexStatusProcessor.h @@ -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. */ #ifndef META_LISTEDGEINDEXSTATUSPROCESSOR_H diff --git a/src/meta/processors/job/ListTagIndexStatusProcessor.cpp b/src/meta/processors/job/ListTagIndexStatusProcessor.cpp index 6f1cf4bc1c9..b8ba0479f92 100644 --- a/src/meta/processors/job/ListTagIndexStatusProcessor.cpp +++ b/src/meta/processors/job/ListTagIndexStatusProcessor.cpp @@ -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. */ #include "meta/processors/job/ListTagIndexStatusProcessor.h" diff --git a/src/meta/processors/job/ListTagIndexStatusProcessor.h b/src/meta/processors/job/ListTagIndexStatusProcessor.h index 6963ab52a53..0fc01689257 100644 --- a/src/meta/processors/job/ListTagIndexStatusProcessor.h +++ b/src/meta/processors/job/ListTagIndexStatusProcessor.h @@ -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. */ #ifndef META_LISTTAGINDEXSTATUSPROCESSOR_H_ diff --git a/src/meta/processors/job/MetaJobExecutor.cpp b/src/meta/processors/job/MetaJobExecutor.cpp index fa849a18283..cf8ad4b3cca 100644 --- a/src/meta/processors/job/MetaJobExecutor.cpp +++ b/src/meta/processors/job/MetaJobExecutor.cpp @@ -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. */ #include "meta/processors/job/MetaJobExecutor.h" diff --git a/src/meta/processors/job/MetaJobExecutor.h b/src/meta/processors/job/MetaJobExecutor.h index 9419fafff01..c079f4514f1 100644 --- a/src/meta/processors/job/MetaJobExecutor.h +++ b/src/meta/processors/job/MetaJobExecutor.h @@ -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. */ #ifndef META_METAJOBEXECUTOR_H_ diff --git a/src/meta/processors/job/RebuildEdgeJobExecutor.cpp b/src/meta/processors/job/RebuildEdgeJobExecutor.cpp index 0ce3687545b..620af8d3056 100644 --- a/src/meta/processors/job/RebuildEdgeJobExecutor.cpp +++ b/src/meta/processors/job/RebuildEdgeJobExecutor.cpp @@ -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. */ #include "meta/processors/job/RebuildEdgeJobExecutor.h" diff --git a/src/meta/processors/job/RebuildEdgeJobExecutor.h b/src/meta/processors/job/RebuildEdgeJobExecutor.h index c15c9252596..cc688b4ecb8 100644 --- a/src/meta/processors/job/RebuildEdgeJobExecutor.h +++ b/src/meta/processors/job/RebuildEdgeJobExecutor.h @@ -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. */ #ifndef META_REBUILDEDGEJOBEXECUTOR_H_ diff --git a/src/meta/processors/job/RebuildFTJobExecutor.cpp b/src/meta/processors/job/RebuildFTJobExecutor.cpp index 831c2bd6fa6..aea76bbb268 100644 --- a/src/meta/processors/job/RebuildFTJobExecutor.cpp +++ b/src/meta/processors/job/RebuildFTJobExecutor.cpp @@ -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. */ #include "meta/processors/job/RebuildFTJobExecutor.h" diff --git a/src/meta/processors/job/RebuildFTJobExecutor.h b/src/meta/processors/job/RebuildFTJobExecutor.h index 0eac21c9e69..0ea039c0f62 100644 --- a/src/meta/processors/job/RebuildFTJobExecutor.h +++ b/src/meta/processors/job/RebuildFTJobExecutor.h @@ -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. */ #ifndef META_REBUILDFTJOBEXECUTOR_H_ diff --git a/src/meta/processors/job/RebuildJobExecutor.cpp b/src/meta/processors/job/RebuildJobExecutor.cpp index ca03dff8cae..beecb6e4555 100644 --- a/src/meta/processors/job/RebuildJobExecutor.cpp +++ b/src/meta/processors/job/RebuildJobExecutor.cpp @@ -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. */ #include "meta/processors/job/RebuildJobExecutor.h" diff --git a/src/meta/processors/job/RebuildJobExecutor.h b/src/meta/processors/job/RebuildJobExecutor.h index 83e6d160bc3..8488f6f5f2a 100644 --- a/src/meta/processors/job/RebuildJobExecutor.h +++ b/src/meta/processors/job/RebuildJobExecutor.h @@ -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. */ #ifndef META_REBUILDJOBEXECUTOR_H_ diff --git a/src/meta/processors/job/RebuildTagJobExecutor.cpp b/src/meta/processors/job/RebuildTagJobExecutor.cpp index a549818666c..2b6ad70fc52 100644 --- a/src/meta/processors/job/RebuildTagJobExecutor.cpp +++ b/src/meta/processors/job/RebuildTagJobExecutor.cpp @@ -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. */ #include "meta/processors/job/RebuildTagJobExecutor.h" diff --git a/src/meta/processors/job/RebuildTagJobExecutor.h b/src/meta/processors/job/RebuildTagJobExecutor.h index de1d81132b5..8cb7a763b4f 100644 --- a/src/meta/processors/job/RebuildTagJobExecutor.h +++ b/src/meta/processors/job/RebuildTagJobExecutor.h @@ -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. */ #ifndef META_REBUILDTAGJOBEXECUTOR_H_ diff --git a/src/meta/processors/job/ReportTaskProcessor.cpp b/src/meta/processors/job/ReportTaskProcessor.cpp index a87705859c6..56bfe372734 100644 --- a/src/meta/processors/job/ReportTaskProcessor.cpp +++ b/src/meta/processors/job/ReportTaskProcessor.cpp @@ -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. */ #include "meta/processors/job/ReportTaskProcessor.h" diff --git a/src/meta/processors/job/ReportTaskProcessor.h b/src/meta/processors/job/ReportTaskProcessor.h index a9de8bb7bba..81e631e7108 100644 --- a/src/meta/processors/job/ReportTaskProcessor.h +++ b/src/meta/processors/job/ReportTaskProcessor.h @@ -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. */ #ifndef META_REPORTTASKPROCESSOR_H_ diff --git a/src/meta/processors/job/SimpleConcurrentJobExecutor.cpp b/src/meta/processors/job/SimpleConcurrentJobExecutor.cpp index 7517a304e0c..4de1254f247 100644 --- a/src/meta/processors/job/SimpleConcurrentJobExecutor.cpp +++ b/src/meta/processors/job/SimpleConcurrentJobExecutor.cpp @@ -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. */ #include "meta/processors/job/SimpleConcurrentJobExecutor.h" diff --git a/src/meta/processors/job/SimpleConcurrentJobExecutor.h b/src/meta/processors/job/SimpleConcurrentJobExecutor.h index 0f3247126d5..b6301b0090e 100644 --- a/src/meta/processors/job/SimpleConcurrentJobExecutor.h +++ b/src/meta/processors/job/SimpleConcurrentJobExecutor.h @@ -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. */ #ifndef META_SIMPLECONCURRENTJOBEXECUTOR_H_ diff --git a/src/meta/processors/job/StatsJobExecutor.cpp b/src/meta/processors/job/StatsJobExecutor.cpp index 6d0ec50eaef..26d50c7d1e9 100644 --- a/src/meta/processors/job/StatsJobExecutor.cpp +++ b/src/meta/processors/job/StatsJobExecutor.cpp @@ -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. */ #include "meta/processors/job/StatsJobExecutor.h" diff --git a/src/meta/processors/job/StatsJobExecutor.h b/src/meta/processors/job/StatsJobExecutor.h index a4e9b44eb54..70bd028058b 100644 --- a/src/meta/processors/job/StatsJobExecutor.h +++ b/src/meta/processors/job/StatsJobExecutor.h @@ -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. */ #ifndef META_STATSJOBEXECUTOR_H_ diff --git a/src/meta/processors/job/TaskDescription.cpp b/src/meta/processors/job/TaskDescription.cpp index 4b6a36aed37..04907c69e7f 100644 --- a/src/meta/processors/job/TaskDescription.cpp +++ b/src/meta/processors/job/TaskDescription.cpp @@ -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. */ #include "meta/processors/job/TaskDescription.h" diff --git a/src/meta/processors/job/TaskDescription.h b/src/meta/processors/job/TaskDescription.h index ba65d75ea55..dd51f2fb070 100644 --- a/src/meta/processors/job/TaskDescription.h +++ b/src/meta/processors/job/TaskDescription.h @@ -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. */ #ifndef META_TASKDESCRIPTION_H_ diff --git a/src/meta/processors/kv/GetProcessor.cpp b/src/meta/processors/kv/GetProcessor.cpp index 497a63b004d..f6c17b0710f 100644 --- a/src/meta/processors/kv/GetProcessor.cpp +++ b/src/meta/processors/kv/GetProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/kv/GetProcessor.h" diff --git a/src/meta/processors/kv/GetProcessor.h b/src/meta/processors/kv/GetProcessor.h index 3d4d353824f..66cab62c815 100644 --- a/src/meta/processors/kv/GetProcessor.h +++ b/src/meta/processors/kv/GetProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_GETPROCESSOR_H_ diff --git a/src/meta/processors/kv/MultiGetProcessor.cpp b/src/meta/processors/kv/MultiGetProcessor.cpp index cc924f26717..503fe03744d 100644 --- a/src/meta/processors/kv/MultiGetProcessor.cpp +++ b/src/meta/processors/kv/MultiGetProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/kv/MultiGetProcessor.h" diff --git a/src/meta/processors/kv/MultiGetProcessor.h b/src/meta/processors/kv/MultiGetProcessor.h index 29e350f201c..d7f06cfd738 100644 --- a/src/meta/processors/kv/MultiGetProcessor.h +++ b/src/meta/processors/kv/MultiGetProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_MULTIGETPROCESSOR_H_ diff --git a/src/meta/processors/kv/MultiPutProcessor.cpp b/src/meta/processors/kv/MultiPutProcessor.cpp index f141b0b502d..43a655f4d98 100644 --- a/src/meta/processors/kv/MultiPutProcessor.cpp +++ b/src/meta/processors/kv/MultiPutProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/kv/MultiPutProcessor.h" diff --git a/src/meta/processors/kv/MultiPutProcessor.h b/src/meta/processors/kv/MultiPutProcessor.h index 2c8f15225e9..676bcc4f050 100644 --- a/src/meta/processors/kv/MultiPutProcessor.h +++ b/src/meta/processors/kv/MultiPutProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_MULTIPUTPROCESSOR_H_ diff --git a/src/meta/processors/kv/RemoveProcessor.cpp b/src/meta/processors/kv/RemoveProcessor.cpp index 372f3682cc7..be3c36849d9 100644 --- a/src/meta/processors/kv/RemoveProcessor.cpp +++ b/src/meta/processors/kv/RemoveProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/kv/RemoveProcessor.h" diff --git a/src/meta/processors/kv/RemoveProcessor.h b/src/meta/processors/kv/RemoveProcessor.h index 86dd0d12359..d789c5b338e 100644 --- a/src/meta/processors/kv/RemoveProcessor.h +++ b/src/meta/processors/kv/RemoveProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_REMOVEPROCESSOR_H_ diff --git a/src/meta/processors/kv/RemoveRangeProcessor.cpp b/src/meta/processors/kv/RemoveRangeProcessor.cpp index 569029f2549..99f6155cb4e 100644 --- a/src/meta/processors/kv/RemoveRangeProcessor.cpp +++ b/src/meta/processors/kv/RemoveRangeProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/kv/RemoveRangeProcessor.h" diff --git a/src/meta/processors/kv/RemoveRangeProcessor.h b/src/meta/processors/kv/RemoveRangeProcessor.h index 880e16ce15b..d6587aac9f6 100644 --- a/src/meta/processors/kv/RemoveRangeProcessor.h +++ b/src/meta/processors/kv/RemoveRangeProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_REMOVERANGEPROCESSOR_H_ diff --git a/src/meta/processors/kv/ScanProcessor.cpp b/src/meta/processors/kv/ScanProcessor.cpp index 557c411012e..62d54cb638e 100644 --- a/src/meta/processors/kv/ScanProcessor.cpp +++ b/src/meta/processors/kv/ScanProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/kv/ScanProcessor.h" diff --git a/src/meta/processors/kv/ScanProcessor.h b/src/meta/processors/kv/ScanProcessor.h index 8d0ee7fe762..7ee83fd2c71 100644 --- a/src/meta/processors/kv/ScanProcessor.h +++ b/src/meta/processors/kv/ScanProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_SCANPROCESSOR_H_ diff --git a/src/meta/processors/listener/ListenerProcessor.cpp b/src/meta/processors/listener/ListenerProcessor.cpp index 51170a4cd89..0a2b04dfd7c 100644 --- a/src/meta/processors/listener/ListenerProcessor.cpp +++ b/src/meta/processors/listener/ListenerProcessor.cpp @@ -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. */ #include "meta/processors/listener/ListenerProcessor.h" diff --git a/src/meta/processors/listener/ListenerProcessor.h b/src/meta/processors/listener/ListenerProcessor.h index 60303f01df9..09a433d1634 100644 --- a/src/meta/processors/listener/ListenerProcessor.h +++ b/src/meta/processors/listener/ListenerProcessor.h @@ -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. */ #ifndef META_LISTENERPROCESSOR_H_ diff --git a/src/meta/processors/parts/CreateSpaceAsProcessor.cpp b/src/meta/processors/parts/CreateSpaceAsProcessor.cpp index 09fa9a04bb8..1341868dfd3 100644 --- a/src/meta/processors/parts/CreateSpaceAsProcessor.cpp +++ b/src/meta/processors/parts/CreateSpaceAsProcessor.cpp @@ -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. */ #include "meta/processors/parts/CreateSpaceAsProcessor.h" diff --git a/src/meta/processors/parts/CreateSpaceAsProcessor.h b/src/meta/processors/parts/CreateSpaceAsProcessor.h index 4ef036e9966..69801ee1412 100644 --- a/src/meta/processors/parts/CreateSpaceAsProcessor.h +++ b/src/meta/processors/parts/CreateSpaceAsProcessor.h @@ -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. */ #pragma once diff --git a/src/meta/processors/parts/CreateSpaceProcessor.cpp b/src/meta/processors/parts/CreateSpaceProcessor.cpp index 7260f283183..87333321eee 100644 --- a/src/meta/processors/parts/CreateSpaceProcessor.cpp +++ b/src/meta/processors/parts/CreateSpaceProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/parts/CreateSpaceProcessor.h" diff --git a/src/meta/processors/parts/CreateSpaceProcessor.h b/src/meta/processors/parts/CreateSpaceProcessor.h index 7d0cf056f0c..2cba00e41e5 100644 --- a/src/meta/processors/parts/CreateSpaceProcessor.h +++ b/src/meta/processors/parts/CreateSpaceProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_CREATESPACEPROCESSOR_H_ diff --git a/src/meta/processors/parts/DropSpaceProcessor.cpp b/src/meta/processors/parts/DropSpaceProcessor.cpp index b1b1c9143f2..1b996ab44e1 100644 --- a/src/meta/processors/parts/DropSpaceProcessor.cpp +++ b/src/meta/processors/parts/DropSpaceProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/parts/DropSpaceProcessor.h" diff --git a/src/meta/processors/parts/DropSpaceProcessor.h b/src/meta/processors/parts/DropSpaceProcessor.h index 5cfaf1d533a..3d1de334113 100644 --- a/src/meta/processors/parts/DropSpaceProcessor.h +++ b/src/meta/processors/parts/DropSpaceProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_DROPSPACEPROCESSOR_H_ diff --git a/src/meta/processors/parts/GetPartsAllocProcessor.cpp b/src/meta/processors/parts/GetPartsAllocProcessor.cpp index 9e26df3aa70..722b87df438 100644 --- a/src/meta/processors/parts/GetPartsAllocProcessor.cpp +++ b/src/meta/processors/parts/GetPartsAllocProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/parts/GetPartsAllocProcessor.h" diff --git a/src/meta/processors/parts/GetPartsAllocProcessor.h b/src/meta/processors/parts/GetPartsAllocProcessor.h index 1fb318c45bc..e707801e353 100644 --- a/src/meta/processors/parts/GetPartsAllocProcessor.h +++ b/src/meta/processors/parts/GetPartsAllocProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_GETPARTSALLOCPROCESSOR_H_ diff --git a/src/meta/processors/parts/GetSpaceProcessor.cpp b/src/meta/processors/parts/GetSpaceProcessor.cpp index c15906a49c0..6dbcdcde060 100644 --- a/src/meta/processors/parts/GetSpaceProcessor.cpp +++ b/src/meta/processors/parts/GetSpaceProcessor.cpp @@ -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. */ #include "meta/processors/parts/GetSpaceProcessor.h" diff --git a/src/meta/processors/parts/GetSpaceProcessor.h b/src/meta/processors/parts/GetSpaceProcessor.h index 443278f9971..80b1af528f6 100644 --- a/src/meta/processors/parts/GetSpaceProcessor.h +++ b/src/meta/processors/parts/GetSpaceProcessor.h @@ -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. */ #ifndef META_GETSPACEPROCESSOR_H_ diff --git a/src/meta/processors/parts/ListHostsProcessor.cpp b/src/meta/processors/parts/ListHostsProcessor.cpp index 0bad1df13b2..2a7beb3598c 100644 --- a/src/meta/processors/parts/ListHostsProcessor.cpp +++ b/src/meta/processors/parts/ListHostsProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/parts/ListHostsProcessor.h" diff --git a/src/meta/processors/parts/ListHostsProcessor.h b/src/meta/processors/parts/ListHostsProcessor.h index 492dd1154fd..8bd8b95f900 100644 --- a/src/meta/processors/parts/ListHostsProcessor.h +++ b/src/meta/processors/parts/ListHostsProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_LISTHOSTSPROCESSOR_H_ diff --git a/src/meta/processors/parts/ListPartsProcessor.cpp b/src/meta/processors/parts/ListPartsProcessor.cpp index ebc25154ee0..a13b8ad1307 100644 --- a/src/meta/processors/parts/ListPartsProcessor.cpp +++ b/src/meta/processors/parts/ListPartsProcessor.cpp @@ -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. */ #include "meta/processors/parts/ListPartsProcessor.h" diff --git a/src/meta/processors/parts/ListPartsProcessor.h b/src/meta/processors/parts/ListPartsProcessor.h index 5b85c42b044..cf3e5f5603e 100644 --- a/src/meta/processors/parts/ListPartsProcessor.h +++ b/src/meta/processors/parts/ListPartsProcessor.h @@ -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. */ #ifndef META_LISTPARTSPROCESSOR_H_ diff --git a/src/meta/processors/parts/ListSpacesProcessor.cpp b/src/meta/processors/parts/ListSpacesProcessor.cpp index 7be324295f6..89723f9b749 100644 --- a/src/meta/processors/parts/ListSpacesProcessor.cpp +++ b/src/meta/processors/parts/ListSpacesProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/parts/ListSpacesProcessor.h" diff --git a/src/meta/processors/parts/ListSpacesProcessor.h b/src/meta/processors/parts/ListSpacesProcessor.h index 8ba665f2f30..b3e0c1869b2 100644 --- a/src/meta/processors/parts/ListSpacesProcessor.h +++ b/src/meta/processors/parts/ListSpacesProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_LISTSPACESPROCESSOR_H_ diff --git a/src/meta/processors/schema/AlterEdgeProcessor.cpp b/src/meta/processors/schema/AlterEdgeProcessor.cpp index d50e708e790..df3f21fd47f 100644 --- a/src/meta/processors/schema/AlterEdgeProcessor.cpp +++ b/src/meta/processors/schema/AlterEdgeProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/schema/AlterEdgeProcessor.h" diff --git a/src/meta/processors/schema/AlterEdgeProcessor.h b/src/meta/processors/schema/AlterEdgeProcessor.h index 7347d098cd6..d2a788d77a2 100644 --- a/src/meta/processors/schema/AlterEdgeProcessor.h +++ b/src/meta/processors/schema/AlterEdgeProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_ALTEREDGEPROCESSOR_H_ diff --git a/src/meta/processors/schema/AlterTagProcessor.cpp b/src/meta/processors/schema/AlterTagProcessor.cpp index 987b13912f3..11d7f31d3f2 100644 --- a/src/meta/processors/schema/AlterTagProcessor.cpp +++ b/src/meta/processors/schema/AlterTagProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/schema/AlterTagProcessor.h" diff --git a/src/meta/processors/schema/AlterTagProcessor.h b/src/meta/processors/schema/AlterTagProcessor.h index 334be6c054d..15b0d633926 100644 --- a/src/meta/processors/schema/AlterTagProcessor.h +++ b/src/meta/processors/schema/AlterTagProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_ALTERTAGPROCESSOR_H_ diff --git a/src/meta/processors/schema/CreateEdgeProcessor.cpp b/src/meta/processors/schema/CreateEdgeProcessor.cpp index f42f5c74519..ad232348b2c 100644 --- a/src/meta/processors/schema/CreateEdgeProcessor.cpp +++ b/src/meta/processors/schema/CreateEdgeProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/schema/CreateEdgeProcessor.h" diff --git a/src/meta/processors/schema/CreateEdgeProcessor.h b/src/meta/processors/schema/CreateEdgeProcessor.h index 646adf14bba..f62c3ad1b78 100644 --- a/src/meta/processors/schema/CreateEdgeProcessor.h +++ b/src/meta/processors/schema/CreateEdgeProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_CREATEEDGEPROCESSOR_H_ diff --git a/src/meta/processors/schema/CreateTagProcessor.cpp b/src/meta/processors/schema/CreateTagProcessor.cpp index 7f0c1cc561c..3578863737b 100644 --- a/src/meta/processors/schema/CreateTagProcessor.cpp +++ b/src/meta/processors/schema/CreateTagProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/schema/CreateTagProcessor.h" diff --git a/src/meta/processors/schema/CreateTagProcessor.h b/src/meta/processors/schema/CreateTagProcessor.h index 40f9c14c971..c5d427fe1c8 100644 --- a/src/meta/processors/schema/CreateTagProcessor.h +++ b/src/meta/processors/schema/CreateTagProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_CREATETAGPROCESSOR_H_ diff --git a/src/meta/processors/schema/DropEdgeProcessor.cpp b/src/meta/processors/schema/DropEdgeProcessor.cpp index f74ac9dffa2..fa48fc04f84 100644 --- a/src/meta/processors/schema/DropEdgeProcessor.cpp +++ b/src/meta/processors/schema/DropEdgeProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/schema/DropEdgeProcessor.h" diff --git a/src/meta/processors/schema/DropEdgeProcessor.h b/src/meta/processors/schema/DropEdgeProcessor.h index b5e92b731e1..39d64e51e97 100644 --- a/src/meta/processors/schema/DropEdgeProcessor.h +++ b/src/meta/processors/schema/DropEdgeProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_DROPEDGEPROCESSOR_H_ diff --git a/src/meta/processors/schema/DropTagProcessor.cpp b/src/meta/processors/schema/DropTagProcessor.cpp index 63d03f95f11..4f0d508acf8 100644 --- a/src/meta/processors/schema/DropTagProcessor.cpp +++ b/src/meta/processors/schema/DropTagProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/schema/DropTagProcessor.h" diff --git a/src/meta/processors/schema/DropTagProcessor.h b/src/meta/processors/schema/DropTagProcessor.h index 888d4f2113f..80f1357e0ed 100644 --- a/src/meta/processors/schema/DropTagProcessor.h +++ b/src/meta/processors/schema/DropTagProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_DROPTAGPROCESSOR_H diff --git a/src/meta/processors/schema/GetEdgeProcessor.cpp b/src/meta/processors/schema/GetEdgeProcessor.cpp index 159ef1e1df1..9550d6f68b4 100644 --- a/src/meta/processors/schema/GetEdgeProcessor.cpp +++ b/src/meta/processors/schema/GetEdgeProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/schema/GetEdgeProcessor.h" diff --git a/src/meta/processors/schema/GetEdgeProcessor.h b/src/meta/processors/schema/GetEdgeProcessor.h index eb718c85c67..0a8e6ca68a5 100644 --- a/src/meta/processors/schema/GetEdgeProcessor.h +++ b/src/meta/processors/schema/GetEdgeProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_GETEDGEPROCESSOR_H_ diff --git a/src/meta/processors/schema/GetTagProcessor.cpp b/src/meta/processors/schema/GetTagProcessor.cpp index ef14df16123..2d1ed2fd35f 100644 --- a/src/meta/processors/schema/GetTagProcessor.cpp +++ b/src/meta/processors/schema/GetTagProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/schema/GetTagProcessor.h" diff --git a/src/meta/processors/schema/GetTagProcessor.h b/src/meta/processors/schema/GetTagProcessor.h index 3bad4dc3aab..c0696c5f96f 100644 --- a/src/meta/processors/schema/GetTagProcessor.h +++ b/src/meta/processors/schema/GetTagProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_GETTAGPROCESSOR_H_ diff --git a/src/meta/processors/schema/ListEdgesProcessor.cpp b/src/meta/processors/schema/ListEdgesProcessor.cpp index af6500555de..c35fa286769 100644 --- a/src/meta/processors/schema/ListEdgesProcessor.cpp +++ b/src/meta/processors/schema/ListEdgesProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/schema/ListEdgesProcessor.h" diff --git a/src/meta/processors/schema/ListEdgesProcessor.h b/src/meta/processors/schema/ListEdgesProcessor.h index 7137f6391e8..b1eadb23ed6 100644 --- a/src/meta/processors/schema/ListEdgesProcessor.h +++ b/src/meta/processors/schema/ListEdgesProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_LISTEDGESSPROCESSOR_H_ diff --git a/src/meta/processors/schema/ListTagsProcessor.cpp b/src/meta/processors/schema/ListTagsProcessor.cpp index 4cd8ed94ead..4a7d5928261 100644 --- a/src/meta/processors/schema/ListTagsProcessor.cpp +++ b/src/meta/processors/schema/ListTagsProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/processors/schema/ListTagsProcessor.h" diff --git a/src/meta/processors/schema/ListTagsProcessor.h b/src/meta/processors/schema/ListTagsProcessor.h index 32e9c32e27b..82c2fd865df 100644 --- a/src/meta/processors/schema/ListTagsProcessor.h +++ b/src/meta/processors/schema/ListTagsProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_LISTTAGSPROCESSOR_H_ diff --git a/src/meta/processors/schema/SchemaUtil.cpp b/src/meta/processors/schema/SchemaUtil.cpp index 2d50018b82c..0b4c8dd8c72 100644 --- a/src/meta/processors/schema/SchemaUtil.cpp +++ b/src/meta/processors/schema/SchemaUtil.cpp @@ -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. */ #include "meta/processors/schema/SchemaUtil.h" diff --git a/src/meta/processors/schema/SchemaUtil.h b/src/meta/processors/schema/SchemaUtil.h index 50efc58d37a..01e42ada49a 100644 --- a/src/meta/processors/schema/SchemaUtil.h +++ b/src/meta/processors/schema/SchemaUtil.h @@ -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. */ #ifndef META_SCHEMAUTIL_H_ diff --git a/src/meta/processors/service/ServiceProcessor.cpp b/src/meta/processors/service/ServiceProcessor.cpp index fab6c45cb68..889ca0a8e41 100644 --- a/src/meta/processors/service/ServiceProcessor.cpp +++ b/src/meta/processors/service/ServiceProcessor.cpp @@ -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. */ #include "meta/processors/service/ServiceProcessor.h" diff --git a/src/meta/processors/service/ServiceProcessor.h b/src/meta/processors/service/ServiceProcessor.h index 8e16b042f02..a424381579e 100644 --- a/src/meta/processors/service/ServiceProcessor.h +++ b/src/meta/processors/service/ServiceProcessor.h @@ -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. */ #ifndef META_SERVICEPROCESSOR_H_ diff --git a/src/meta/processors/session/SessionManagerProcessor.cpp b/src/meta/processors/session/SessionManagerProcessor.cpp index cc157f5a82b..cb2ab2675c3 100644 --- a/src/meta/processors/session/SessionManagerProcessor.cpp +++ b/src/meta/processors/session/SessionManagerProcessor.cpp @@ -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. */ #include "meta/processors/session/SessionManagerProcessor.h" diff --git a/src/meta/processors/session/SessionManagerProcessor.h b/src/meta/processors/session/SessionManagerProcessor.h index 6e9f09a5cc1..eb69f9ef74b 100644 --- a/src/meta/processors/session/SessionManagerProcessor.h +++ b/src/meta/processors/session/SessionManagerProcessor.h @@ -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. */ #ifndef META_SESSIONMANAGERPROCESSOR_H diff --git a/src/meta/processors/user/AuthenticationProcessor.cpp b/src/meta/processors/user/AuthenticationProcessor.cpp index 22c36ec6820..c2e6a70a223 100644 --- a/src/meta/processors/user/AuthenticationProcessor.cpp +++ b/src/meta/processors/user/AuthenticationProcessor.cpp @@ -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. */ #include "meta/processors/user/AuthenticationProcessor.h" diff --git a/src/meta/processors/user/AuthenticationProcessor.h b/src/meta/processors/user/AuthenticationProcessor.h index 25a0d318a82..a4be35dc4c5 100644 --- a/src/meta/processors/user/AuthenticationProcessor.h +++ b/src/meta/processors/user/AuthenticationProcessor.h @@ -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. */ #ifndef META_AUTHENTICATIONPROCESSOR_H diff --git a/src/meta/processors/zone/AddGroupProcessor.cpp b/src/meta/processors/zone/AddGroupProcessor.cpp index 8d81583ade0..316ca7a3a37 100644 --- a/src/meta/processors/zone/AddGroupProcessor.cpp +++ b/src/meta/processors/zone/AddGroupProcessor.cpp @@ -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. */ #include "meta/processors/zone/AddGroupProcessor.h" diff --git a/src/meta/processors/zone/AddGroupProcessor.h b/src/meta/processors/zone/AddGroupProcessor.h index 1f81dba5b43..868331f8f5c 100644 --- a/src/meta/processors/zone/AddGroupProcessor.h +++ b/src/meta/processors/zone/AddGroupProcessor.h @@ -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. */ #ifndef META_ADDGROUPPROCESSOR_H diff --git a/src/meta/processors/zone/AddZoneProcessor.cpp b/src/meta/processors/zone/AddZoneProcessor.cpp index 6de794262e0..991f2570e81 100644 --- a/src/meta/processors/zone/AddZoneProcessor.cpp +++ b/src/meta/processors/zone/AddZoneProcessor.cpp @@ -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. */ #include "meta/processors/zone/AddZoneProcessor.h" diff --git a/src/meta/processors/zone/AddZoneProcessor.h b/src/meta/processors/zone/AddZoneProcessor.h index 1a5a2a91444..a9fcef47f76 100644 --- a/src/meta/processors/zone/AddZoneProcessor.h +++ b/src/meta/processors/zone/AddZoneProcessor.h @@ -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. */ #ifndef META_ADDZONEPROCESSOR_H diff --git a/src/meta/processors/zone/DropGroupProcessor.cpp b/src/meta/processors/zone/DropGroupProcessor.cpp index 67f5179411f..287ed659ba9 100644 --- a/src/meta/processors/zone/DropGroupProcessor.cpp +++ b/src/meta/processors/zone/DropGroupProcessor.cpp @@ -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. */ #include "meta/processors/zone/DropGroupProcessor.h" diff --git a/src/meta/processors/zone/DropGroupProcessor.h b/src/meta/processors/zone/DropGroupProcessor.h index e9774e9ea9c..975aee33b61 100644 --- a/src/meta/processors/zone/DropGroupProcessor.h +++ b/src/meta/processors/zone/DropGroupProcessor.h @@ -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. */ #ifndef META_DROPGROUPPROCESSOR_H diff --git a/src/meta/processors/zone/DropZoneProcessor.cpp b/src/meta/processors/zone/DropZoneProcessor.cpp index fd5de69869f..0fc4691c6a9 100644 --- a/src/meta/processors/zone/DropZoneProcessor.cpp +++ b/src/meta/processors/zone/DropZoneProcessor.cpp @@ -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. */ #include "meta/processors/zone/DropZoneProcessor.h" diff --git a/src/meta/processors/zone/DropZoneProcessor.h b/src/meta/processors/zone/DropZoneProcessor.h index 1d79bec4968..5cbe6ef7c66 100644 --- a/src/meta/processors/zone/DropZoneProcessor.h +++ b/src/meta/processors/zone/DropZoneProcessor.h @@ -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. */ #ifndef META_DROPZONEPROCESSOR_H diff --git a/src/meta/processors/zone/GetGroupProcessor.cpp b/src/meta/processors/zone/GetGroupProcessor.cpp index cc21aa523a4..24fcde38317 100644 --- a/src/meta/processors/zone/GetGroupProcessor.cpp +++ b/src/meta/processors/zone/GetGroupProcessor.cpp @@ -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. */ #include "meta/processors/zone/GetGroupProcessor.h" diff --git a/src/meta/processors/zone/GetGroupProcessor.h b/src/meta/processors/zone/GetGroupProcessor.h index eb740505904..2129d1923c9 100644 --- a/src/meta/processors/zone/GetGroupProcessor.h +++ b/src/meta/processors/zone/GetGroupProcessor.h @@ -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. */ #ifndef META_GETGROUPPROCESSOR_H diff --git a/src/meta/processors/zone/GetZoneProcessor.cpp b/src/meta/processors/zone/GetZoneProcessor.cpp index 93a9c0b9549..2e71b19489c 100644 --- a/src/meta/processors/zone/GetZoneProcessor.cpp +++ b/src/meta/processors/zone/GetZoneProcessor.cpp @@ -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. */ #include "meta/processors/zone/GetZoneProcessor.h" diff --git a/src/meta/processors/zone/GetZoneProcessor.h b/src/meta/processors/zone/GetZoneProcessor.h index 2725586e193..5ac22298b6c 100644 --- a/src/meta/processors/zone/GetZoneProcessor.h +++ b/src/meta/processors/zone/GetZoneProcessor.h @@ -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. */ #ifndef META_GETZONEPROCESSOR_H diff --git a/src/meta/processors/zone/ListGroupsProcessor.cpp b/src/meta/processors/zone/ListGroupsProcessor.cpp index 63cc00fd468..17bbfad38c7 100644 --- a/src/meta/processors/zone/ListGroupsProcessor.cpp +++ b/src/meta/processors/zone/ListGroupsProcessor.cpp @@ -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. */ #include "meta/processors/zone/ListGroupsProcessor.h" diff --git a/src/meta/processors/zone/ListGroupsProcessor.h b/src/meta/processors/zone/ListGroupsProcessor.h index c95cca186d8..77bf00f293d 100644 --- a/src/meta/processors/zone/ListGroupsProcessor.h +++ b/src/meta/processors/zone/ListGroupsProcessor.h @@ -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. */ #ifndef META_LISTGROUPSPROCESSOR_H diff --git a/src/meta/processors/zone/ListZonesProcessor.cpp b/src/meta/processors/zone/ListZonesProcessor.cpp index fbbff2740a8..b2f94b98be0 100644 --- a/src/meta/processors/zone/ListZonesProcessor.cpp +++ b/src/meta/processors/zone/ListZonesProcessor.cpp @@ -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. */ #include "meta/processors/zone/ListZonesProcessor.h" diff --git a/src/meta/processors/zone/ListZonesProcessor.h b/src/meta/processors/zone/ListZonesProcessor.h index 7ac7813b658..89d8a36156c 100644 --- a/src/meta/processors/zone/ListZonesProcessor.h +++ b/src/meta/processors/zone/ListZonesProcessor.h @@ -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. */ #ifndef META_LISTZONESPROCESSOR_H diff --git a/src/meta/processors/zone/UpdateGroupProcessor.cpp b/src/meta/processors/zone/UpdateGroupProcessor.cpp index d2289c58332..5b3db6a6b83 100644 --- a/src/meta/processors/zone/UpdateGroupProcessor.cpp +++ b/src/meta/processors/zone/UpdateGroupProcessor.cpp @@ -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. */ #include "meta/processors/zone/UpdateGroupProcessor.h" diff --git a/src/meta/processors/zone/UpdateGroupProcessor.h b/src/meta/processors/zone/UpdateGroupProcessor.h index d89aa47b089..a0367f8a898 100644 --- a/src/meta/processors/zone/UpdateGroupProcessor.h +++ b/src/meta/processors/zone/UpdateGroupProcessor.h @@ -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. */ #ifndef META_UPDATEGROUPPROCESSOR_H diff --git a/src/meta/processors/zone/UpdateZoneProcessor.cpp b/src/meta/processors/zone/UpdateZoneProcessor.cpp index 2ca9bd31e64..767b4b606c3 100644 --- a/src/meta/processors/zone/UpdateZoneProcessor.cpp +++ b/src/meta/processors/zone/UpdateZoneProcessor.cpp @@ -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. */ #include "meta/processors/zone/UpdateZoneProcessor.h" diff --git a/src/meta/processors/zone/UpdateZoneProcessor.h b/src/meta/processors/zone/UpdateZoneProcessor.h index f395a89d8ef..2ddcb87d96b 100644 --- a/src/meta/processors/zone/UpdateZoneProcessor.h +++ b/src/meta/processors/zone/UpdateZoneProcessor.h @@ -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. */ #ifndef META_UPDATEZONEPROCESSOR_H diff --git a/src/meta/test/ActiveHostsManTest.cpp b/src/meta/test/ActiveHostsManTest.cpp index 1514fd56c23..7b3cd4ce38d 100644 --- a/src/meta/test/ActiveHostsManTest.cpp +++ b/src/meta/test/ActiveHostsManTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/meta/test/AdminClientTest.cpp b/src/meta/test/AdminClientTest.cpp index 0625d86079d..1cb849be132 100644 --- a/src/meta/test/AdminClientTest.cpp +++ b/src/meta/test/AdminClientTest.cpp @@ -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. */ #include diff --git a/src/meta/test/AuthProcessorTest.cpp b/src/meta/test/AuthProcessorTest.cpp index c7a65164106..3c0d95493d4 100644 --- a/src/meta/test/AuthProcessorTest.cpp +++ b/src/meta/test/AuthProcessorTest.cpp @@ -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. */ #include diff --git a/src/meta/test/BalanceIntegrationTest.cpp b/src/meta/test/BalanceIntegrationTest.cpp index 5aa84c45d1c..cea54b8c2ef 100644 --- a/src/meta/test/BalanceIntegrationTest.cpp +++ b/src/meta/test/BalanceIntegrationTest.cpp @@ -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. */ #include diff --git a/src/meta/test/BalancerTest.cpp b/src/meta/test/BalancerTest.cpp index 593e2339a17..cf9d973f1f4 100644 --- a/src/meta/test/BalancerTest.cpp +++ b/src/meta/test/BalancerTest.cpp @@ -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. */ #include diff --git a/src/meta/test/CMakeLists.txt b/src/meta/test/CMakeLists.txt index a7e329db3a5..65416ab21e8 100644 --- a/src/meta/test/CMakeLists.txt +++ b/src/meta/test/CMakeLists.txt @@ -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. nebula_add_test( NAME diff --git a/src/meta/test/ClusterIdManTest.cpp b/src/meta/test/ClusterIdManTest.cpp index fcf5769405e..6217a727738 100644 --- a/src/meta/test/ClusterIdManTest.cpp +++ b/src/meta/test/ClusterIdManTest.cpp @@ -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. */ #include diff --git a/src/meta/test/ConfigManTest.cpp b/src/meta/test/ConfigManTest.cpp index 72fa9087550..1e48d01ec5d 100644 --- a/src/meta/test/ConfigManTest.cpp +++ b/src/meta/test/ConfigManTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/meta/test/CreateBackupProcessorTest.cpp b/src/meta/test/CreateBackupProcessorTest.cpp index accf48ee4db..d942d37647f 100644 --- a/src/meta/test/CreateBackupProcessorTest.cpp +++ b/src/meta/test/CreateBackupProcessorTest.cpp @@ -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. */ #include diff --git a/src/meta/test/DrainerTest.cpp b/src/meta/test/DrainerTest.cpp index 7d81469ac5a..18383bdcaca 100644 --- a/src/meta/test/DrainerTest.cpp +++ b/src/meta/test/DrainerTest.cpp @@ -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. */ #include diff --git a/src/meta/test/GetStatsTest.cpp b/src/meta/test/GetStatsTest.cpp index c25088e2f09..aa6da0dd3d2 100644 --- a/src/meta/test/GetStatsTest.cpp +++ b/src/meta/test/GetStatsTest.cpp @@ -1,8 +1,6 @@ /* Copyright (c) 2020 vesoft inc. All rights reserved. * - * This source code is licensed under Apache 2021.2022 License, - * attached with Common Clause Condition 2023.2024, found in the LICENSES - * directory. + * This source code is licensed under Apache 2.0 License. */ #include diff --git a/src/meta/test/GroupZoneTest.cpp b/src/meta/test/GroupZoneTest.cpp index 225424e217c..10af4a722b2 100644 --- a/src/meta/test/GroupZoneTest.cpp +++ b/src/meta/test/GroupZoneTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/meta/test/HBProcessorTest.cpp b/src/meta/test/HBProcessorTest.cpp index 6fcc7bb003c..1eea3696eb0 100644 --- a/src/meta/test/HBProcessorTest.cpp +++ b/src/meta/test/HBProcessorTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/meta/test/IndexProcessorTest.cpp b/src/meta/test/IndexProcessorTest.cpp index 6c85f1ab50e..14aafd24ad9 100644 --- a/src/meta/test/IndexProcessorTest.cpp +++ b/src/meta/test/IndexProcessorTest.cpp @@ -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. */ #include diff --git a/src/meta/test/JobManagerTest.cpp b/src/meta/test/JobManagerTest.cpp index f2832d8ac3d..dc4f92c6594 100644 --- a/src/meta/test/JobManagerTest.cpp +++ b/src/meta/test/JobManagerTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/meta/test/ListClusterInfoTest.cpp b/src/meta/test/ListClusterInfoTest.cpp index 7b7af2f5597..3ba124f2626 100644 --- a/src/meta/test/ListClusterInfoTest.cpp +++ b/src/meta/test/ListClusterInfoTest.cpp @@ -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. */ #include diff --git a/src/meta/test/MetaClientTest.cpp b/src/meta/test/MetaClientTest.cpp index 27189231ec1..42a326ff73c 100644 --- a/src/meta/test/MetaClientTest.cpp +++ b/src/meta/test/MetaClientTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/meta/test/MockAdminClient.h b/src/meta/test/MockAdminClient.h index d31fe867850..077b98f9f63 100644 --- a/src/meta/test/MockAdminClient.h +++ b/src/meta/test/MockAdminClient.h @@ -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. */ #ifndef META_TEST_MOCKADMINCLIENT_H_ diff --git a/src/meta/test/MockHdfsHelper.h b/src/meta/test/MockHdfsHelper.h index 6c4ae6aec6c..57c2c9f9a05 100644 --- a/src/meta/test/MockHdfsHelper.h +++ b/src/meta/test/MockHdfsHelper.h @@ -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. */ #ifndef META_TEST_MOCKHDFSHELPER_H_ diff --git a/src/meta/test/ProcessorTest.cpp b/src/meta/test/ProcessorTest.cpp index 1069f08c06f..4e68688facf 100644 --- a/src/meta/test/ProcessorTest.cpp +++ b/src/meta/test/ProcessorTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/meta/test/RestoreProcessorTest.cpp b/src/meta/test/RestoreProcessorTest.cpp index eb2b9cc8a4d..37cc156507a 100644 --- a/src/meta/test/RestoreProcessorTest.cpp +++ b/src/meta/test/RestoreProcessorTest.cpp @@ -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. */ #include diff --git a/src/meta/test/TestUtils.h b/src/meta/test/TestUtils.h index 6858218c8c7..2f20c53cb43 100644 --- a/src/meta/test/TestUtils.h +++ b/src/meta/test/TestUtils.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef META_TEST_TESTUTILS_H_ diff --git a/src/meta/upgrade/CMakeLists.txt b/src/meta/upgrade/CMakeLists.txt index 106b2fe64d7..7b895c31e36 100644 --- a/src/meta/upgrade/CMakeLists.txt +++ b/src/meta/upgrade/CMakeLists.txt @@ -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. nebula_add_library( meta_data_upgrade_obj OBJECT diff --git a/src/meta/upgrade/MetaDataUpgrade.cpp b/src/meta/upgrade/MetaDataUpgrade.cpp index 305604bcb3b..bff64a063e5 100644 --- a/src/meta/upgrade/MetaDataUpgrade.cpp +++ b/src/meta/upgrade/MetaDataUpgrade.cpp @@ -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. */ #include "meta/upgrade/MetaDataUpgrade.h" diff --git a/src/meta/upgrade/MetaDataUpgrade.h b/src/meta/upgrade/MetaDataUpgrade.h index 839015df554..dbea1afcbfc 100644 --- a/src/meta/upgrade/MetaDataUpgrade.h +++ b/src/meta/upgrade/MetaDataUpgrade.h @@ -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. */ #pragma once diff --git a/src/meta/upgrade/v1/CMakeLists.txt b/src/meta/upgrade/v1/CMakeLists.txt index 1b162a16a5a..36321c81cf8 100644 --- a/src/meta/upgrade/v1/CMakeLists.txt +++ b/src/meta/upgrade/v1/CMakeLists.txt @@ -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. set(THRIFT1 ${Fbthrift_BIN}) diff --git a/src/meta/upgrade/v1/MetaServiceUtilsV1.cpp b/src/meta/upgrade/v1/MetaServiceUtilsV1.cpp index 7904b99c92b..a520a98370b 100644 --- a/src/meta/upgrade/v1/MetaServiceUtilsV1.cpp +++ b/src/meta/upgrade/v1/MetaServiceUtilsV1.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "meta/upgrade/v1/MetaServiceUtilsV1.h" diff --git a/src/meta/upgrade/v1/MetaServiceUtilsV1.h b/src/meta/upgrade/v1/MetaServiceUtilsV1.h index 92c501e7e74..189a7dcab25 100644 --- a/src/meta/upgrade/v1/MetaServiceUtilsV1.h +++ b/src/meta/upgrade/v1/MetaServiceUtilsV1.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef TOOLS_METADATAUPDATETOOL_OLDTHRIFT_METADATAUPDATE_H_ diff --git a/src/meta/upgrade/v1/meta.thrift b/src/meta/upgrade/v1/meta.thrift index ecd4f1e6748..89fb4c1c322 100644 --- a/src/meta/upgrade/v1/meta.thrift +++ b/src/meta/upgrade/v1/meta.thrift @@ -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. */ namespace cpp nebula.meta.v1 diff --git a/src/mock/AdHocIndexManager.cpp b/src/mock/AdHocIndexManager.cpp index b557670aabd..0836e74d5c5 100644 --- a/src/mock/AdHocIndexManager.cpp +++ b/src/mock/AdHocIndexManager.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "mock/AdHocIndexManager.h" diff --git a/src/mock/AdHocIndexManager.h b/src/mock/AdHocIndexManager.h index dbd72faa3e7..32eec338eac 100644 --- a/src/mock/AdHocIndexManager.h +++ b/src/mock/AdHocIndexManager.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef MOCK_ADHOCINDEXMANAGER_H_ diff --git a/src/mock/AdHocSchemaManager.cpp b/src/mock/AdHocSchemaManager.cpp index f947efc83fd..59ae80f1c89 100644 --- a/src/mock/AdHocSchemaManager.cpp +++ b/src/mock/AdHocSchemaManager.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "mock/AdHocSchemaManager.h" diff --git a/src/mock/AdHocSchemaManager.h b/src/mock/AdHocSchemaManager.h index 8295ddd7e07..61371b56678 100644 --- a/src/mock/AdHocSchemaManager.h +++ b/src/mock/AdHocSchemaManager.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef MOCK_ADHOCSCHEMAMANAGER_H_ diff --git a/src/mock/MockCluster.cpp b/src/mock/MockCluster.cpp index 61690127d09..9c04849572e 100644 --- a/src/mock/MockCluster.cpp +++ b/src/mock/MockCluster.cpp @@ -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. */ #include "mock/MockCluster.h" diff --git a/src/mock/MockCluster.h b/src/mock/MockCluster.h index 98c82394179..300bcf8a562 100644 --- a/src/mock/MockCluster.h +++ b/src/mock/MockCluster.h @@ -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. */ #ifndef MOCK_MOCKCLUSTER_H_ diff --git a/src/mock/MockData.cpp b/src/mock/MockData.cpp index 67caf104276..a9fb3450c9a 100644 --- a/src/mock/MockData.cpp +++ b/src/mock/MockData.cpp @@ -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. */ #include "mock/MockData.h" diff --git a/src/mock/MockData.h b/src/mock/MockData.h index 991b463a8e8..80899aad8e5 100644 --- a/src/mock/MockData.h +++ b/src/mock/MockData.h @@ -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. */ #ifndef MOCK_MOCKDATA_H_ diff --git a/src/mock/RpcServer.h b/src/mock/RpcServer.h index 8b86c5605c6..5917736cfaf 100644 --- a/src/mock/RpcServer.h +++ b/src/mock/RpcServer.h @@ -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. */ #ifndef MOCK_RPCSERVER_H_ diff --git a/src/parser/AdminSentences.cpp b/src/parser/AdminSentences.cpp index 687827e00fb..98e4ebbfd7f 100644 --- a/src/parser/AdminSentences.cpp +++ b/src/parser/AdminSentences.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "parser/AdminSentences.h" diff --git a/src/parser/AdminSentences.h b/src/parser/AdminSentences.h index 521c7db29ef..d63979dc870 100644 --- a/src/parser/AdminSentences.h +++ b/src/parser/AdminSentences.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef PARSER_ADMINSENTENCES_H_ #define PARSER_ADMINSENTENCES_H_ diff --git a/src/parser/CMakeLists.txt b/src/parser/CMakeLists.txt index fb37c445c8e..a5272dfa3ac 100644 --- a/src/parser/CMakeLists.txt +++ b/src/parser/CMakeLists.txt @@ -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. include_directories(${CMAKE_CURRENT_SOURCE_DIR}) include_directories(${CMAKE_CURRENT_BINARY_DIR}) diff --git a/src/parser/Clauses.cpp b/src/parser/Clauses.cpp index 70cdcdd30a3..bd483639584 100644 --- a/src/parser/Clauses.cpp +++ b/src/parser/Clauses.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "parser/Clauses.h" diff --git a/src/parser/Clauses.h b/src/parser/Clauses.h index 23e0350b3ef..5ca7d024e2c 100644 --- a/src/parser/Clauses.h +++ b/src/parser/Clauses.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef PARSER_CLAUSES_H_ #define PARSER_CLAUSES_H_ diff --git a/src/parser/EdgeKey.cpp b/src/parser/EdgeKey.cpp index 7d223316f38..88eb822805f 100644 --- a/src/parser/EdgeKey.cpp +++ b/src/parser/EdgeKey.cpp @@ -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. */ #include "parser/EdgeKey.h" diff --git a/src/parser/EdgeKey.h b/src/parser/EdgeKey.h index 5ad6905ae1f..c65a77ec067 100644 --- a/src/parser/EdgeKey.h +++ b/src/parser/EdgeKey.h @@ -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. */ #ifndef PARSER_EDGEKEY_H_ diff --git a/src/parser/ExplainSentence.cpp b/src/parser/ExplainSentence.cpp index a04bd549c9f..e639ed461ab 100644 --- a/src/parser/ExplainSentence.cpp +++ b/src/parser/ExplainSentence.cpp @@ -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. */ #include "parser/ExplainSentence.h" diff --git a/src/parser/ExplainSentence.h b/src/parser/ExplainSentence.h index de070a74f1d..11b6b683847 100644 --- a/src/parser/ExplainSentence.h +++ b/src/parser/ExplainSentence.h @@ -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. */ #ifndef PARSER_EXPLAINSENTENCE_H_ diff --git a/src/parser/GQLParser.cpp b/src/parser/GQLParser.cpp index d88b8ffcf3e..87da2df5cc3 100644 --- a/src/parser/GQLParser.cpp +++ b/src/parser/GQLParser.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "parser/GQLParser.h" diff --git a/src/parser/GQLParser.h b/src/parser/GQLParser.h index d050fd71d27..9acb2a1679d 100644 --- a/src/parser/GQLParser.h +++ b/src/parser/GQLParser.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef PARSER_GQLPARSER_H_ #define PARSER_GQLPARSER_H_ diff --git a/src/parser/GraphScanner.h b/src/parser/GraphScanner.h index 281ec817acf..2f5340d3774 100644 --- a/src/parser/GraphScanner.h +++ b/src/parser/GraphScanner.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef PARSER_GRAPHSCANNER_H_ #define PARSER_GRAPHSCANNER_H_ diff --git a/src/parser/MaintainSentences.cpp b/src/parser/MaintainSentences.cpp index cd8fda5b1c2..4b9d5d41028 100644 --- a/src/parser/MaintainSentences.cpp +++ b/src/parser/MaintainSentences.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "parser/MaintainSentences.h" diff --git a/src/parser/MaintainSentences.h b/src/parser/MaintainSentences.h index 3f20a293c96..6f7de95bb26 100644 --- a/src/parser/MaintainSentences.h +++ b/src/parser/MaintainSentences.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef PARSER_MAINTAINSENTENCES_H_ #define PARSER_MAINTAINSENTENCES_H_ diff --git a/src/parser/MatchSentence.cpp b/src/parser/MatchSentence.cpp index cccb4684134..a0fe1de9a35 100644 --- a/src/parser/MatchSentence.cpp +++ b/src/parser/MatchSentence.cpp @@ -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. */ #include "parser/MatchSentence.h" diff --git a/src/parser/MatchSentence.h b/src/parser/MatchSentence.h index be7662c164c..923dda6f31d 100644 --- a/src/parser/MatchSentence.h +++ b/src/parser/MatchSentence.h @@ -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. */ #ifndef PARSER_MATCHSENTENCE_H_ diff --git a/src/parser/MutateSentences.cpp b/src/parser/MutateSentences.cpp index 9ff1a313e99..6d53030b930 100644 --- a/src/parser/MutateSentences.cpp +++ b/src/parser/MutateSentences.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "parser/MutateSentences.h" diff --git a/src/parser/MutateSentences.h b/src/parser/MutateSentences.h index a30cf8adc3e..b15111efb98 100644 --- a/src/parser/MutateSentences.h +++ b/src/parser/MutateSentences.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef PARSER_MUTATESENTENCES_H_ #define PARSER_MUTATESENTENCES_H_ diff --git a/src/parser/ProcessControlSentences.cpp b/src/parser/ProcessControlSentences.cpp index 54e143e36f5..95b8dc266c9 100644 --- a/src/parser/ProcessControlSentences.cpp +++ b/src/parser/ProcessControlSentences.cpp @@ -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. */ #include "parser/ProcessControlSentences.h" diff --git a/src/parser/ProcessControlSentences.h b/src/parser/ProcessControlSentences.h index 89222aa599c..cef5a538679 100644 --- a/src/parser/ProcessControlSentences.h +++ b/src/parser/ProcessControlSentences.h @@ -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. */ #ifndef PARSER_PROCESSCONTROLSENTENCES_H_ #define PARSER_PROCESSCONTROLSENTENCES_H_ diff --git a/src/parser/Sentence.h b/src/parser/Sentence.h index 0b66fe7413d..da4f6186496 100644 --- a/src/parser/Sentence.h +++ b/src/parser/Sentence.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef PARSER_SENTENCE_H_ #define PARSER_SENTENCE_H_ diff --git a/src/parser/SequentialSentences.cpp b/src/parser/SequentialSentences.cpp index f85914f94f9..2ab9fca76aa 100644 --- a/src/parser/SequentialSentences.cpp +++ b/src/parser/SequentialSentences.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "parser/SequentialSentences.h" diff --git a/src/parser/SequentialSentences.h b/src/parser/SequentialSentences.h index 671fac79c57..5cf192b26a5 100644 --- a/src/parser/SequentialSentences.h +++ b/src/parser/SequentialSentences.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef PARSER_SEQUENTIALSENTENCES_H_ #define PARSER_SEQUENTIALSENTENCES_H_ diff --git a/src/parser/TraverseSentences.cpp b/src/parser/TraverseSentences.cpp index 0862d7ae54f..b2409a6649c 100644 --- a/src/parser/TraverseSentences.cpp +++ b/src/parser/TraverseSentences.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "parser/TraverseSentences.h" diff --git a/src/parser/TraverseSentences.h b/src/parser/TraverseSentences.h index 2829d82def7..8d1ce13e42d 100644 --- a/src/parser/TraverseSentences.h +++ b/src/parser/TraverseSentences.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef PARSER_TRAVERSESENTENCES_H_ #define PARSER_TRAVERSESENTENCES_H_ diff --git a/src/parser/UserSentences.cpp b/src/parser/UserSentences.cpp index 959c6c089f5..c65113e7b0e 100644 --- a/src/parser/UserSentences.cpp +++ b/src/parser/UserSentences.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "parser/UserSentences.h" diff --git a/src/parser/UserSentences.h b/src/parser/UserSentences.h index 6067727053c..7f30bc4a6fd 100644 --- a/src/parser/UserSentences.h +++ b/src/parser/UserSentences.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef PARSER_USERSENTENCES_H_ diff --git a/src/parser/test/CMakeLists.txt b/src/parser/test/CMakeLists.txt index 18d169fe3ae..0377edba76f 100644 --- a/src/parser/test/CMakeLists.txt +++ b/src/parser/test/CMakeLists.txt @@ -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. set(PARSER_TEST_LIBS $ diff --git a/src/parser/test/ExpressionParsingTest.cpp b/src/parser/test/ExpressionParsingTest.cpp index 26ab5c3e899..d8f9e4e1bfd 100644 --- a/src/parser/test/ExpressionParsingTest.cpp +++ b/src/parser/test/ExpressionParsingTest.cpp @@ -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. */ #include diff --git a/src/parser/test/ParserBenchmark.cpp b/src/parser/test/ParserBenchmark.cpp index dc0dbadbe7e..b1af6f3dc42 100644 --- a/src/parser/test/ParserBenchmark.cpp +++ b/src/parser/test/ParserBenchmark.cpp @@ -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. */ #include diff --git a/src/parser/test/ParserTest.cpp b/src/parser/test/ParserTest.cpp index db2ab8aba85..3d3546dd91c 100644 --- a/src/parser/test/ParserTest.cpp +++ b/src/parser/test/ParserTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/parser/test/ScannerTest.cpp b/src/parser/test/ScannerTest.cpp index cf6995e849c..9f1c155e868 100644 --- a/src/parser/test/ScannerTest.cpp +++ b/src/parser/test/ScannerTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/parser/test/fuzzing/CMakeLists.txt b/src/parser/test/fuzzing/CMakeLists.txt index a895f4eb9e7..2de1ac7fd94 100644 --- a/src/parser/test/fuzzing/CMakeLists.txt +++ b/src/parser/test/fuzzing/CMakeLists.txt @@ -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. nebula_add_test( NAME parser_fuzzer diff --git a/src/parser/test/fuzzing/ParserFuzzer.cpp b/src/parser/test/fuzzing/ParserFuzzer.cpp index 78e82afbcd1..37bbd27ff1e 100644 --- a/src/parser/test/fuzzing/ParserFuzzer.cpp +++ b/src/parser/test/fuzzing/ParserFuzzer.cpp @@ -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. */ #include "common/base/Base.h" diff --git a/src/parser/test/fuzzing/nebula.dict b/src/parser/test/fuzzing/nebula.dict index 70a054b26e4..2d605e0dc21 100644 --- a/src/parser/test/fuzzing/nebula.dict +++ b/src/parser/test/fuzzing/nebula.dict @@ -3,8 +3,7 @@ # # 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. function_abs=" abbs(1)" diff --git a/src/storage/BaseProcessor-inl.h b/src/storage/BaseProcessor-inl.h index 85db6bf7cfd..af13b402b98 100644 --- a/src/storage/BaseProcessor-inl.h +++ b/src/storage/BaseProcessor-inl.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #pragma once diff --git a/src/storage/BaseProcessor.h b/src/storage/BaseProcessor.h index 466669a79df..3d50de29abd 100644 --- a/src/storage/BaseProcessor.h +++ b/src/storage/BaseProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef STORAGE_BASEPROCESSOR_H_ diff --git a/src/storage/CommonUtils.cpp b/src/storage/CommonUtils.cpp index 0d3499f000e..0e748280b6e 100644 --- a/src/storage/CommonUtils.cpp +++ b/src/storage/CommonUtils.cpp @@ -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. */ #include "storage/CommonUtils.h" diff --git a/src/storage/CommonUtils.h b/src/storage/CommonUtils.h index a5de1487d26..009680c6476 100644 --- a/src/storage/CommonUtils.h +++ b/src/storage/CommonUtils.h @@ -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. */ #ifndef STORAGE_COMMON_H_ diff --git a/src/storage/CompactionFilter.h b/src/storage/CompactionFilter.h index 00d105a2ca3..f035ac3fa6a 100644 --- a/src/storage/CompactionFilter.h +++ b/src/storage/CompactionFilter.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef STORAGE_COMPACTIONFILTER_H_ diff --git a/src/storage/GeneralStorageServiceHandler.cpp b/src/storage/GeneralStorageServiceHandler.cpp index 76d4c03d320..308bbd97fd2 100644 --- a/src/storage/GeneralStorageServiceHandler.cpp +++ b/src/storage/GeneralStorageServiceHandler.cpp @@ -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. */ #include "storage/GeneralStorageServiceHandler.h" diff --git a/src/storage/GeneralStorageServiceHandler.h b/src/storage/GeneralStorageServiceHandler.h index ce93931497f..de1e4ed89ec 100644 --- a/src/storage/GeneralStorageServiceHandler.h +++ b/src/storage/GeneralStorageServiceHandler.h @@ -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. */ #ifndef STORAGE_GENERALSTORAGESERVICEHANDLER_H_ diff --git a/src/storage/GraphStorageServiceHandler.cpp b/src/storage/GraphStorageServiceHandler.cpp index ec77f713943..2c99894097f 100644 --- a/src/storage/GraphStorageServiceHandler.cpp +++ b/src/storage/GraphStorageServiceHandler.cpp @@ -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. */ #include "storage/GraphStorageServiceHandler.h" diff --git a/src/storage/GraphStorageServiceHandler.h b/src/storage/GraphStorageServiceHandler.h index a46c43fee8e..905c3fd67a7 100644 --- a/src/storage/GraphStorageServiceHandler.h +++ b/src/storage/GraphStorageServiceHandler.h @@ -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. */ #ifndef STORAGE_GRAPHSTORAGESERVICEHANDLER_H_ diff --git a/src/storage/InternalStorageServiceHandler.cpp b/src/storage/InternalStorageServiceHandler.cpp index 5fb972629f7..e15e431b734 100644 --- a/src/storage/InternalStorageServiceHandler.cpp +++ b/src/storage/InternalStorageServiceHandler.cpp @@ -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. */ #include "storage/InternalStorageServiceHandler.h" diff --git a/src/storage/InternalStorageServiceHandler.h b/src/storage/InternalStorageServiceHandler.h index 60ebe668156..c5a0bbd6379 100644 --- a/src/storage/InternalStorageServiceHandler.h +++ b/src/storage/InternalStorageServiceHandler.h @@ -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. */ #ifndef STORAGE_INTERNALSTORAGESERVICEHANDLER_H_ diff --git a/src/storage/MergeOperator.h b/src/storage/MergeOperator.h index ca1d75f2a62..bfce023322d 100644 --- a/src/storage/MergeOperator.h +++ b/src/storage/MergeOperator.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef KVSTORE_MERGEOPERATOR_H_ diff --git a/src/storage/StorageAdminServiceHandler.cpp b/src/storage/StorageAdminServiceHandler.cpp index b69c55d0077..125a7c60e82 100644 --- a/src/storage/StorageAdminServiceHandler.cpp +++ b/src/storage/StorageAdminServiceHandler.cpp @@ -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. */ #include "storage/StorageAdminServiceHandler.h" diff --git a/src/storage/StorageAdminServiceHandler.h b/src/storage/StorageAdminServiceHandler.h index e400ce24481..4e754a74ea3 100644 --- a/src/storage/StorageAdminServiceHandler.h +++ b/src/storage/StorageAdminServiceHandler.h @@ -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. */ #ifndef STORAGE_STORAGEADMINSERVICEHANDLER_H_ diff --git a/src/storage/StorageFlags.cpp b/src/storage/StorageFlags.cpp index c027aeac3b6..fc50458fc68 100644 --- a/src/storage/StorageFlags.cpp +++ b/src/storage/StorageFlags.cpp @@ -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. */ #include "storage/StorageFlags.h" diff --git a/src/storage/StorageFlags.h b/src/storage/StorageFlags.h index 734a7a71b04..7cbb1bb0137 100644 --- a/src/storage/StorageFlags.h +++ b/src/storage/StorageFlags.h @@ -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. */ #ifndef STORAGE_STORAGEFLAGS_H_ diff --git a/src/storage/StorageServer.cpp b/src/storage/StorageServer.cpp index b415f9963b4..bdc332e2ab7 100644 --- a/src/storage/StorageServer.cpp +++ b/src/storage/StorageServer.cpp @@ -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. */ #include "storage/StorageServer.h" diff --git a/src/storage/StorageServer.h b/src/storage/StorageServer.h index 09729fb4f83..ba4936c060d 100644 --- a/src/storage/StorageServer.h +++ b/src/storage/StorageServer.h @@ -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. */ #ifndef STORAGE_STORAGESERVER_H_ diff --git a/src/storage/admin/AdminProcessor.h b/src/storage/admin/AdminProcessor.h index a47473d63f7..0d3ea444dc0 100644 --- a/src/storage/admin/AdminProcessor.h +++ b/src/storage/admin/AdminProcessor.h @@ -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. */ #ifndef STORAGE_ADMIN_ADMINPROCESSOR_H_ diff --git a/src/storage/admin/AdminTask.cpp b/src/storage/admin/AdminTask.cpp index e5ac9188602..154c1795d10 100644 --- a/src/storage/admin/AdminTask.cpp +++ b/src/storage/admin/AdminTask.cpp @@ -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. */ #include "storage/admin/AdminTask.h" diff --git a/src/storage/admin/AdminTask.h b/src/storage/admin/AdminTask.h index 9de01721fb9..d434b1a67d0 100644 --- a/src/storage/admin/AdminTask.h +++ b/src/storage/admin/AdminTask.h @@ -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. */ #ifndef STORAGE_ADMIN_ADMINTASK_H_ diff --git a/src/storage/admin/AdminTaskManager.cpp b/src/storage/admin/AdminTaskManager.cpp index d93bf6cdf7c..bc7f92e735b 100644 --- a/src/storage/admin/AdminTaskManager.cpp +++ b/src/storage/admin/AdminTaskManager.cpp @@ -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. */ #include "storage/admin/AdminTaskManager.h" diff --git a/src/storage/admin/AdminTaskManager.h b/src/storage/admin/AdminTaskManager.h index cbaa01cb336..6138a52a108 100644 --- a/src/storage/admin/AdminTaskManager.h +++ b/src/storage/admin/AdminTaskManager.h @@ -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. */ #ifndef STORAGE_ADMIN_ADMINTASKMANAGER_H_ diff --git a/src/storage/admin/AdminTaskProcessor.cpp b/src/storage/admin/AdminTaskProcessor.cpp index c26192266e8..e8cee1ddeeb 100644 --- a/src/storage/admin/AdminTaskProcessor.cpp +++ b/src/storage/admin/AdminTaskProcessor.cpp @@ -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. */ #include "storage/admin/AdminTaskProcessor.h" diff --git a/src/storage/admin/AdminTaskProcessor.h b/src/storage/admin/AdminTaskProcessor.h index 9cc144a4a62..350ec7bf042 100644 --- a/src/storage/admin/AdminTaskProcessor.h +++ b/src/storage/admin/AdminTaskProcessor.h @@ -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. */ #ifndef STORAGE_ADMIN_ADMINTASKPROCESSOR_H_ diff --git a/src/storage/admin/CompactTask.cpp b/src/storage/admin/CompactTask.cpp index 34835d86c69..913a6bc6924 100644 --- a/src/storage/admin/CompactTask.cpp +++ b/src/storage/admin/CompactTask.cpp @@ -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. */ #include "storage/admin/CompactTask.h" diff --git a/src/storage/admin/CompactTask.h b/src/storage/admin/CompactTask.h index d4172a7df6f..515f5c017b1 100644 --- a/src/storage/admin/CompactTask.h +++ b/src/storage/admin/CompactTask.h @@ -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. */ #ifndef STORAGE_ADMIN_COMPACTTASK_H_ diff --git a/src/storage/admin/CreateCheckpointProcessor.cpp b/src/storage/admin/CreateCheckpointProcessor.cpp index b3792e2020e..f33e04374e0 100644 --- a/src/storage/admin/CreateCheckpointProcessor.cpp +++ b/src/storage/admin/CreateCheckpointProcessor.cpp @@ -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. */ #include "storage/admin/CreateCheckpointProcessor.h" diff --git a/src/storage/admin/CreateCheckpointProcessor.h b/src/storage/admin/CreateCheckpointProcessor.h index bea6a536940..00b39a8db0b 100644 --- a/src/storage/admin/CreateCheckpointProcessor.h +++ b/src/storage/admin/CreateCheckpointProcessor.h @@ -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. */ #ifndef STORAGE_ADMIN_CREATECHECKPOINTPROCESSOR_H_ diff --git a/src/storage/admin/DropCheckpointProcessor.cpp b/src/storage/admin/DropCheckpointProcessor.cpp index 6d7a3aa96e2..c3bef9948fc 100644 --- a/src/storage/admin/DropCheckpointProcessor.cpp +++ b/src/storage/admin/DropCheckpointProcessor.cpp @@ -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. */ #include "storage/admin/DropCheckpointProcessor.h" diff --git a/src/storage/admin/DropCheckpointProcessor.h b/src/storage/admin/DropCheckpointProcessor.h index 94b993b51fd..7e71bee859a 100644 --- a/src/storage/admin/DropCheckpointProcessor.h +++ b/src/storage/admin/DropCheckpointProcessor.h @@ -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. */ #ifndef STORAGE_ADMIN_DROPCHECKPOINTPROCESSOR_H_ diff --git a/src/storage/admin/FlushTask.cpp b/src/storage/admin/FlushTask.cpp index 746de609e94..6d9f4be9bac 100644 --- a/src/storage/admin/FlushTask.cpp +++ b/src/storage/admin/FlushTask.cpp @@ -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. */ #include "storage/admin/FlushTask.h" diff --git a/src/storage/admin/FlushTask.h b/src/storage/admin/FlushTask.h index 6e54986e41d..a17131fc8a2 100644 --- a/src/storage/admin/FlushTask.h +++ b/src/storage/admin/FlushTask.h @@ -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. */ #ifndef STORAGE_ADMIN_FLUSHTASK_H_ diff --git a/src/storage/admin/ListClusterInfoProcessor.cpp b/src/storage/admin/ListClusterInfoProcessor.cpp index 41411bfe9c2..fa2e402af4a 100644 --- a/src/storage/admin/ListClusterInfoProcessor.cpp +++ b/src/storage/admin/ListClusterInfoProcessor.cpp @@ -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. */ #include "storage/admin/ListClusterInfoProcessor.h" diff --git a/src/storage/admin/ListClusterInfoProcessor.h b/src/storage/admin/ListClusterInfoProcessor.h index 93caa507fa5..5628831f4f1 100644 --- a/src/storage/admin/ListClusterInfoProcessor.h +++ b/src/storage/admin/ListClusterInfoProcessor.h @@ -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. */ #ifndef STORAGE_ADMIN_LISTCLUSTERINFO_H_ diff --git a/src/storage/admin/RebuildEdgeIndexTask.cpp b/src/storage/admin/RebuildEdgeIndexTask.cpp index 31006c99929..c8f454723da 100644 --- a/src/storage/admin/RebuildEdgeIndexTask.cpp +++ b/src/storage/admin/RebuildEdgeIndexTask.cpp @@ -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. */ #include "storage/admin/RebuildEdgeIndexTask.h" diff --git a/src/storage/admin/RebuildEdgeIndexTask.h b/src/storage/admin/RebuildEdgeIndexTask.h index f42bac1fea7..4535fb59873 100644 --- a/src/storage/admin/RebuildEdgeIndexTask.h +++ b/src/storage/admin/RebuildEdgeIndexTask.h @@ -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. */ #ifndef STORAGE_ADMIN_REBUILDEDGEINDEXTASK_H_ diff --git a/src/storage/admin/RebuildFTIndexTask.cpp b/src/storage/admin/RebuildFTIndexTask.cpp index 1316f3382c6..c2465a2e6cf 100644 --- a/src/storage/admin/RebuildFTIndexTask.cpp +++ b/src/storage/admin/RebuildFTIndexTask.cpp @@ -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. */ #include "storage/admin/RebuildFTIndexTask.h" diff --git a/src/storage/admin/RebuildFTIndexTask.h b/src/storage/admin/RebuildFTIndexTask.h index b2c3c1699bc..218b1308a6f 100644 --- a/src/storage/admin/RebuildFTIndexTask.h +++ b/src/storage/admin/RebuildFTIndexTask.h @@ -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. */ #ifndef STORAGE_ADMIN_REBUILDFTINDEXTASK_H_ diff --git a/src/storage/admin/RebuildIndexTask.cpp b/src/storage/admin/RebuildIndexTask.cpp index 1f394c316d8..c8747374c64 100644 --- a/src/storage/admin/RebuildIndexTask.cpp +++ b/src/storage/admin/RebuildIndexTask.cpp @@ -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. */ #include "storage/admin/RebuildIndexTask.h" diff --git a/src/storage/admin/RebuildIndexTask.h b/src/storage/admin/RebuildIndexTask.h index 772cc28e09e..eb6ec9e24c9 100644 --- a/src/storage/admin/RebuildIndexTask.h +++ b/src/storage/admin/RebuildIndexTask.h @@ -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. */ #ifndef STORAGE_ADMIN_REBUILDINDEXTASK_H_ diff --git a/src/storage/admin/RebuildTagIndexTask.cpp b/src/storage/admin/RebuildTagIndexTask.cpp index 006571fb021..bc16b39eb81 100644 --- a/src/storage/admin/RebuildTagIndexTask.cpp +++ b/src/storage/admin/RebuildTagIndexTask.cpp @@ -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. */ #include "storage/admin/RebuildTagIndexTask.h" diff --git a/src/storage/admin/RebuildTagIndexTask.h b/src/storage/admin/RebuildTagIndexTask.h index 07ecb26c60e..48ca4536d6e 100644 --- a/src/storage/admin/RebuildTagIndexTask.h +++ b/src/storage/admin/RebuildTagIndexTask.h @@ -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. */ #ifndef STORAGE_ADMIN_REBUILDTAGINDEXTASK_H_ diff --git a/src/storage/admin/SendBlockSignProcessor.cpp b/src/storage/admin/SendBlockSignProcessor.cpp index ac0f6957f15..070f42c595e 100644 --- a/src/storage/admin/SendBlockSignProcessor.cpp +++ b/src/storage/admin/SendBlockSignProcessor.cpp @@ -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. */ #include "storage/admin/SendBlockSignProcessor.h" diff --git a/src/storage/admin/SendBlockSignProcessor.h b/src/storage/admin/SendBlockSignProcessor.h index 9fd069c5c8c..895667e2372 100644 --- a/src/storage/admin/SendBlockSignProcessor.h +++ b/src/storage/admin/SendBlockSignProcessor.h @@ -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. */ #ifndef STORAGE_ADMIN_SENDBLOCKSIGNPROCESSOR_H_ diff --git a/src/storage/admin/StatsTask.cpp b/src/storage/admin/StatsTask.cpp index e34d050b803..91774fc8b5b 100644 --- a/src/storage/admin/StatsTask.cpp +++ b/src/storage/admin/StatsTask.cpp @@ -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. */ #include "storage/admin/StatsTask.h" diff --git a/src/storage/admin/StatsTask.h b/src/storage/admin/StatsTask.h index 43ee91bad2d..508aec7669a 100644 --- a/src/storage/admin/StatsTask.h +++ b/src/storage/admin/StatsTask.h @@ -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. */ #ifndef STORAGE_ADMIN_STATSTASK_H_ diff --git a/src/storage/admin/StopAdminTaskProcessor.cpp b/src/storage/admin/StopAdminTaskProcessor.cpp index cea9919e511..a4e647011bc 100644 --- a/src/storage/admin/StopAdminTaskProcessor.cpp +++ b/src/storage/admin/StopAdminTaskProcessor.cpp @@ -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. */ #include "storage/admin/StopAdminTaskProcessor.h" diff --git a/src/storage/admin/StopAdminTaskProcessor.h b/src/storage/admin/StopAdminTaskProcessor.h index 873e52dffd4..445403ce70c 100644 --- a/src/storage/admin/StopAdminTaskProcessor.h +++ b/src/storage/admin/StopAdminTaskProcessor.h @@ -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. */ #ifndef STORAGE_ADMIN_STOPADMINTASKPROCESSOR_H_ diff --git a/src/storage/context/StorageExpressionContext.cpp b/src/storage/context/StorageExpressionContext.cpp index 025c2ca14a5..2b9d8b9a727 100644 --- a/src/storage/context/StorageExpressionContext.cpp +++ b/src/storage/context/StorageExpressionContext.cpp @@ -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. */ #include "storage/context/StorageExpressionContext.h" diff --git a/src/storage/context/StorageExpressionContext.h b/src/storage/context/StorageExpressionContext.h index 9715ec81a74..65b989594a3 100644 --- a/src/storage/context/StorageExpressionContext.h +++ b/src/storage/context/StorageExpressionContext.h @@ -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. */ #ifndef STORAGE_CONTEXT_STORAGEEXPRESSIONCONTEXT_H_ diff --git a/src/storage/exec/AggregateNode.h b/src/storage/exec/AggregateNode.h index 9935185bebb..539deeaea2e 100644 --- a/src/storage/exec/AggregateNode.h +++ b/src/storage/exec/AggregateNode.h @@ -1,8 +1,7 @@ /* 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. */ #ifndef STORAGE_EXEC_AGGREGATENODE_H_ diff --git a/src/storage/exec/DeDupNode.h b/src/storage/exec/DeDupNode.h index 72c5436d12d..a91f38504c5 100644 --- a/src/storage/exec/DeDupNode.h +++ b/src/storage/exec/DeDupNode.h @@ -1,8 +1,7 @@ /* 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. */ #ifndef STORAGE_EXEC_DEDUPNODE_H_ diff --git a/src/storage/exec/EdgeNode.h b/src/storage/exec/EdgeNode.h index e368f550c3d..988923f5f44 100644 --- a/src/storage/exec/EdgeNode.h +++ b/src/storage/exec/EdgeNode.h @@ -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. */ #ifndef STORAGE_EXEC_EDGENODE_H_ diff --git a/src/storage/exec/FilterNode.h b/src/storage/exec/FilterNode.h index 8baa8812dbd..959b66962d6 100644 --- a/src/storage/exec/FilterNode.h +++ b/src/storage/exec/FilterNode.h @@ -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. */ #ifndef STORAGE_EXEC_FILTERNODE_H_ diff --git a/src/storage/exec/GetNeighborsNode.h b/src/storage/exec/GetNeighborsNode.h index 96c4557810a..a983a9c66b7 100644 --- a/src/storage/exec/GetNeighborsNode.h +++ b/src/storage/exec/GetNeighborsNode.h @@ -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. */ #ifndef STORAGE_EXEC_GETNEIGHBORSNODE_H_ diff --git a/src/storage/exec/GetPropNode.h b/src/storage/exec/GetPropNode.h index 845c6889885..bacef34baa5 100644 --- a/src/storage/exec/GetPropNode.h +++ b/src/storage/exec/GetPropNode.h @@ -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. */ #ifndef STORAGE_EXEC_GETPROPNODE_H_ diff --git a/src/storage/exec/HashJoinNode.h b/src/storage/exec/HashJoinNode.h index 468bb598181..3b3dc22ef03 100644 --- a/src/storage/exec/HashJoinNode.h +++ b/src/storage/exec/HashJoinNode.h @@ -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. */ #ifndef STORAGE_EXEC_HASHJOINNODE_H_ diff --git a/src/storage/exec/IndexEdgeNode.h b/src/storage/exec/IndexEdgeNode.h index f9daabb2aef..74dea76db87 100644 --- a/src/storage/exec/IndexEdgeNode.h +++ b/src/storage/exec/IndexEdgeNode.h @@ -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. */ #ifndef STORAGE_EXEC_INDEXEDGENODE_H_ #define STORAGE_EXEC_INDEXEDGENODE_H_ diff --git a/src/storage/exec/IndexFilterNode.h b/src/storage/exec/IndexFilterNode.h index 23d9620a4fe..5cb73ced098 100644 --- a/src/storage/exec/IndexFilterNode.h +++ b/src/storage/exec/IndexFilterNode.h @@ -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. */ #ifndef STORAGE_EXEC_INDEXFILTERNODE_H_ #define STORAGE_EXEC_INDEXFILTERNODE_H_ diff --git a/src/storage/exec/IndexOutputNode.h b/src/storage/exec/IndexOutputNode.h index c9ed8433ceb..d462c9dff42 100644 --- a/src/storage/exec/IndexOutputNode.h +++ b/src/storage/exec/IndexOutputNode.h @@ -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. */ #ifndef STORAGE_EXEC_INDEXOUTPUTNODE_H_ #define STORAGE_EXEC_INDEXOUTPUTNODE_H_ diff --git a/src/storage/exec/IndexScanNode.h b/src/storage/exec/IndexScanNode.h index 5ca22502f91..4c6f7b2dc79 100644 --- a/src/storage/exec/IndexScanNode.h +++ b/src/storage/exec/IndexScanNode.h @@ -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. */ #ifndef STORAGE_EXEC_INDEXSCANNODE_H_ diff --git a/src/storage/exec/IndexVertexNode.h b/src/storage/exec/IndexVertexNode.h index 7f0eff653db..7b2cae38e4b 100644 --- a/src/storage/exec/IndexVertexNode.h +++ b/src/storage/exec/IndexVertexNode.h @@ -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. */ #ifndef STORAGE_EXEC_INDEXVERTEXNODE_H_ #define STORAGE_EXEC_INDEXVERTEXNODE_H_ diff --git a/src/storage/exec/QueryUtils.h b/src/storage/exec/QueryUtils.h index 5de64eda951..20a8b5685b6 100644 --- a/src/storage/exec/QueryUtils.h +++ b/src/storage/exec/QueryUtils.h @@ -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. */ #ifndef STORAGE_EXEC_QUERYUTILS_H_ diff --git a/src/storage/exec/RelNode.h b/src/storage/exec/RelNode.h index f493352f23e..1588dbff831 100644 --- a/src/storage/exec/RelNode.h +++ b/src/storage/exec/RelNode.h @@ -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. */ #ifndef STORAGE_EXEC_RELNODE_H_ diff --git a/src/storage/exec/StorageIterator.h b/src/storage/exec/StorageIterator.h index e5d281f1d20..49821069f00 100644 --- a/src/storage/exec/StorageIterator.h +++ b/src/storage/exec/StorageIterator.h @@ -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. */ #ifndef STORAGE_EXEC_STORAGEITERATOR_H_ diff --git a/src/storage/exec/StoragePlan.h b/src/storage/exec/StoragePlan.h index 35f66b8ba91..181e18c4c5a 100644 --- a/src/storage/exec/StoragePlan.h +++ b/src/storage/exec/StoragePlan.h @@ -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. */ #ifndef STORAGE_EXEC_STORAGEPLAN_H_ diff --git a/src/storage/exec/TagNode.h b/src/storage/exec/TagNode.h index cf8f161bed0..e203b494b6c 100644 --- a/src/storage/exec/TagNode.h +++ b/src/storage/exec/TagNode.h @@ -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. */ #ifndef STORAGE_EXEC_TAGNODE_H_ diff --git a/src/storage/exec/UpdateNode.h b/src/storage/exec/UpdateNode.h index f36e284c082..e9ef3c9d072 100644 --- a/src/storage/exec/UpdateNode.h +++ b/src/storage/exec/UpdateNode.h @@ -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. */ #ifndef STORAGE_EXEC_UPDATENODE_H_ diff --git a/src/storage/exec/UpdateResultNode.h b/src/storage/exec/UpdateResultNode.h index c1b6fbf0e8a..35df3cd43c5 100644 --- a/src/storage/exec/UpdateResultNode.h +++ b/src/storage/exec/UpdateResultNode.h @@ -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. */ #ifndef STORAGE_EXEC_UPDATERESULTNODE_H_ diff --git a/src/storage/http/StorageHttpAdminHandler.cpp b/src/storage/http/StorageHttpAdminHandler.cpp index afd6659adfe..5cb4befa4b1 100644 --- a/src/storage/http/StorageHttpAdminHandler.cpp +++ b/src/storage/http/StorageHttpAdminHandler.cpp @@ -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. */ #include "storage/http/StorageHttpAdminHandler.h" diff --git a/src/storage/http/StorageHttpAdminHandler.h b/src/storage/http/StorageHttpAdminHandler.h index e8a1005695d..997c6d141c3 100644 --- a/src/storage/http/StorageHttpAdminHandler.h +++ b/src/storage/http/StorageHttpAdminHandler.h @@ -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. */ #ifndef STORAGE_HTTP_STORAGEHTTPADMINHANDLER_H_ diff --git a/src/storage/http/StorageHttpDownloadHandler.cpp b/src/storage/http/StorageHttpDownloadHandler.cpp index e2d0fb8190e..7d0359037da 100644 --- a/src/storage/http/StorageHttpDownloadHandler.cpp +++ b/src/storage/http/StorageHttpDownloadHandler.cpp @@ -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. */ #include "storage/http/StorageHttpDownloadHandler.h" diff --git a/src/storage/http/StorageHttpDownloadHandler.h b/src/storage/http/StorageHttpDownloadHandler.h index 822d0d175c9..39797d42e4a 100644 --- a/src/storage/http/StorageHttpDownloadHandler.h +++ b/src/storage/http/StorageHttpDownloadHandler.h @@ -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. */ #ifndef STORAGE_HTTP_STORAGEHTTPDOWNLOADHANDLER_H_ diff --git a/src/storage/http/StorageHttpIngestHandler.cpp b/src/storage/http/StorageHttpIngestHandler.cpp index e3836b64a44..60af9220c04 100644 --- a/src/storage/http/StorageHttpIngestHandler.cpp +++ b/src/storage/http/StorageHttpIngestHandler.cpp @@ -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. */ #include "storage/http/StorageHttpIngestHandler.h" diff --git a/src/storage/http/StorageHttpIngestHandler.h b/src/storage/http/StorageHttpIngestHandler.h index 2810393ad9f..77bea4c435e 100644 --- a/src/storage/http/StorageHttpIngestHandler.h +++ b/src/storage/http/StorageHttpIngestHandler.h @@ -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. */ #ifndef STORAGE_HTTP_STORAGEHTTPINGESTHANDLER_H_ diff --git a/src/storage/http/StorageHttpPropertyHandler.cpp b/src/storage/http/StorageHttpPropertyHandler.cpp index 838a0efa90b..ff76585db8d 100644 --- a/src/storage/http/StorageHttpPropertyHandler.cpp +++ b/src/storage/http/StorageHttpPropertyHandler.cpp @@ -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. */ #include "storage/http/StorageHttpPropertyHandler.h" diff --git a/src/storage/http/StorageHttpPropertyHandler.h b/src/storage/http/StorageHttpPropertyHandler.h index 2e112e82f69..a865b5165b5 100644 --- a/src/storage/http/StorageHttpPropertyHandler.h +++ b/src/storage/http/StorageHttpPropertyHandler.h @@ -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. */ #pragma once diff --git a/src/storage/http/StorageHttpStatsHandler.cpp b/src/storage/http/StorageHttpStatsHandler.cpp index 88d2740bf56..162d9a99b77 100644 --- a/src/storage/http/StorageHttpStatsHandler.cpp +++ b/src/storage/http/StorageHttpStatsHandler.cpp @@ -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. */ #include "storage/http/StorageHttpStatsHandler.h" diff --git a/src/storage/http/StorageHttpStatsHandler.h b/src/storage/http/StorageHttpStatsHandler.h index ded934d56e9..2d766ebfd5b 100644 --- a/src/storage/http/StorageHttpStatsHandler.h +++ b/src/storage/http/StorageHttpStatsHandler.h @@ -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. */ #ifndef STORAGE_HTTP_STORAGEHTTPSTATSHANDLER_H_ diff --git a/src/storage/index/LookupBaseProcessor-inl.h b/src/storage/index/LookupBaseProcessor-inl.h index f0159cc3e43..2de86f3b1af 100644 --- a/src/storage/index/LookupBaseProcessor-inl.h +++ b/src/storage/index/LookupBaseProcessor-inl.h @@ -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. */ #pragma once diff --git a/src/storage/index/LookupBaseProcessor.h b/src/storage/index/LookupBaseProcessor.h index 1815e8a72fa..dce3165b73b 100644 --- a/src/storage/index/LookupBaseProcessor.h +++ b/src/storage/index/LookupBaseProcessor.h @@ -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. */ #ifndef STORAGE_QUERY_LOOKUPBASEPROCESSOR_H_ diff --git a/src/storage/index/LookupProcessor.cpp b/src/storage/index/LookupProcessor.cpp index d25be24594a..81e0ddc4ece 100644 --- a/src/storage/index/LookupProcessor.cpp +++ b/src/storage/index/LookupProcessor.cpp @@ -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. */ #include "storage/index/LookupProcessor.h" diff --git a/src/storage/index/LookupProcessor.h b/src/storage/index/LookupProcessor.h index 6d3cfc70312..cd0b6fad795 100644 --- a/src/storage/index/LookupProcessor.h +++ b/src/storage/index/LookupProcessor.h @@ -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. */ #ifndef STORAGE_QUERY_LOOKUP_H_ diff --git a/src/storage/kv/GetProcessor.cpp b/src/storage/kv/GetProcessor.cpp index 82b96f1f0e6..d1e55708917 100644 --- a/src/storage/kv/GetProcessor.cpp +++ b/src/storage/kv/GetProcessor.cpp @@ -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. */ #include "storage/kv/GetProcessor.h" diff --git a/src/storage/kv/GetProcessor.h b/src/storage/kv/GetProcessor.h index d16dcc24ecc..7caa28d237e 100644 --- a/src/storage/kv/GetProcessor.h +++ b/src/storage/kv/GetProcessor.h @@ -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. */ #ifndef STORAGE_KV_GETPROCESSOR_H_ diff --git a/src/storage/kv/PutProcessor.cpp b/src/storage/kv/PutProcessor.cpp index 8eff5630cbf..24ef9a9dd25 100644 --- a/src/storage/kv/PutProcessor.cpp +++ b/src/storage/kv/PutProcessor.cpp @@ -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. */ #include "storage/kv/PutProcessor.h" diff --git a/src/storage/kv/PutProcessor.h b/src/storage/kv/PutProcessor.h index fc98df1c0ba..7e8a53715c6 100644 --- a/src/storage/kv/PutProcessor.h +++ b/src/storage/kv/PutProcessor.h @@ -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. */ #ifndef STORAGE_KV_PUTPROCESSOR_H_ diff --git a/src/storage/kv/RemoveProcessor.cpp b/src/storage/kv/RemoveProcessor.cpp index 98aa9d9d5b6..3588e5b95e6 100644 --- a/src/storage/kv/RemoveProcessor.cpp +++ b/src/storage/kv/RemoveProcessor.cpp @@ -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. */ #include "storage/kv/RemoveProcessor.h" diff --git a/src/storage/kv/RemoveProcessor.h b/src/storage/kv/RemoveProcessor.h index c4454bbcbfc..bfe3f5d8a32 100644 --- a/src/storage/kv/RemoveProcessor.h +++ b/src/storage/kv/RemoveProcessor.h @@ -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. */ #ifndef STORAGE_KV_REMOVEPROCESSOR_H_ diff --git a/src/storage/mutate/AddEdgesProcessor.cpp b/src/storage/mutate/AddEdgesProcessor.cpp index bc266bd379c..0db34b3cfd5 100644 --- a/src/storage/mutate/AddEdgesProcessor.cpp +++ b/src/storage/mutate/AddEdgesProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "storage/mutate/AddEdgesProcessor.h" diff --git a/src/storage/mutate/AddEdgesProcessor.h b/src/storage/mutate/AddEdgesProcessor.h index ec509cb2f89..dcb44d2a59b 100644 --- a/src/storage/mutate/AddEdgesProcessor.h +++ b/src/storage/mutate/AddEdgesProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef STORAGE_MUTATE_ADDEDGESPROCESSOR_H_ diff --git a/src/storage/mutate/AddVerticesProcessor.cpp b/src/storage/mutate/AddVerticesProcessor.cpp index 4f3186864b0..cdd897e8373 100644 --- a/src/storage/mutate/AddVerticesProcessor.cpp +++ b/src/storage/mutate/AddVerticesProcessor.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "storage/mutate/AddVerticesProcessor.h" diff --git a/src/storage/mutate/AddVerticesProcessor.h b/src/storage/mutate/AddVerticesProcessor.h index 3baf8e5ebcf..01047551433 100644 --- a/src/storage/mutate/AddVerticesProcessor.h +++ b/src/storage/mutate/AddVerticesProcessor.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef STORAGE_MUTATE_ADDVERTICESPROCESSOR_H_ diff --git a/src/storage/mutate/DeleteEdgesProcessor.cpp b/src/storage/mutate/DeleteEdgesProcessor.cpp index 4bf1b54b87e..0c4964bf71b 100644 --- a/src/storage/mutate/DeleteEdgesProcessor.cpp +++ b/src/storage/mutate/DeleteEdgesProcessor.cpp @@ -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. */ #include "storage/mutate/DeleteEdgesProcessor.h" diff --git a/src/storage/mutate/DeleteEdgesProcessor.h b/src/storage/mutate/DeleteEdgesProcessor.h index 3f515c85596..9e240b624f9 100644 --- a/src/storage/mutate/DeleteEdgesProcessor.h +++ b/src/storage/mutate/DeleteEdgesProcessor.h @@ -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. */ #ifndef STORAGE_MUTATE_DELETEEDGESPROCESSOR_H_ diff --git a/src/storage/mutate/DeleteTagsProcessor.cpp b/src/storage/mutate/DeleteTagsProcessor.cpp index 311587d7b61..5aae7132f7d 100644 --- a/src/storage/mutate/DeleteTagsProcessor.cpp +++ b/src/storage/mutate/DeleteTagsProcessor.cpp @@ -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. */ #include "storage/mutate/DeleteTagsProcessor.h" diff --git a/src/storage/mutate/DeleteTagsProcessor.h b/src/storage/mutate/DeleteTagsProcessor.h index 3a08638da90..5c473f16b66 100644 --- a/src/storage/mutate/DeleteTagsProcessor.h +++ b/src/storage/mutate/DeleteTagsProcessor.h @@ -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. */ #ifndef STORAGE_MUTATE_DELETETAGSPROCESSOR_H_ diff --git a/src/storage/mutate/DeleteVerticesProcessor.cpp b/src/storage/mutate/DeleteVerticesProcessor.cpp index 617bafa0db9..eb37ff8ce99 100644 --- a/src/storage/mutate/DeleteVerticesProcessor.cpp +++ b/src/storage/mutate/DeleteVerticesProcessor.cpp @@ -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. */ #include "storage/mutate/DeleteVerticesProcessor.h" diff --git a/src/storage/mutate/DeleteVerticesProcessor.h b/src/storage/mutate/DeleteVerticesProcessor.h index a63f7d56e47..a5ec2f0b678 100644 --- a/src/storage/mutate/DeleteVerticesProcessor.h +++ b/src/storage/mutate/DeleteVerticesProcessor.h @@ -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. */ #ifndef STORAGE_MUTATE_DELETEVERTICESPROCESSOR_H_ diff --git a/src/storage/mutate/UpdateEdgeProcessor.cpp b/src/storage/mutate/UpdateEdgeProcessor.cpp index 1beda296893..ecbd38f02a0 100644 --- a/src/storage/mutate/UpdateEdgeProcessor.cpp +++ b/src/storage/mutate/UpdateEdgeProcessor.cpp @@ -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. */ #include "storage/mutate/UpdateEdgeProcessor.h" diff --git a/src/storage/mutate/UpdateEdgeProcessor.h b/src/storage/mutate/UpdateEdgeProcessor.h index 5911af3918e..36943d24edc 100644 --- a/src/storage/mutate/UpdateEdgeProcessor.h +++ b/src/storage/mutate/UpdateEdgeProcessor.h @@ -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. */ #ifndef STORAGE_MUTATE_UPDATEEDGEROCESSOR_H_ diff --git a/src/storage/mutate/UpdateVertexProcessor.cpp b/src/storage/mutate/UpdateVertexProcessor.cpp index 1bb129b15fd..92f1218b854 100644 --- a/src/storage/mutate/UpdateVertexProcessor.cpp +++ b/src/storage/mutate/UpdateVertexProcessor.cpp @@ -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. */ #include "storage/mutate/UpdateVertexProcessor.h" diff --git a/src/storage/mutate/UpdateVertexProcessor.h b/src/storage/mutate/UpdateVertexProcessor.h index e81165146b8..f8085abf6a7 100644 --- a/src/storage/mutate/UpdateVertexProcessor.h +++ b/src/storage/mutate/UpdateVertexProcessor.h @@ -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. */ #ifndef STORAGE_MUTATE_UPDATEVERTEXROCESSOR_H_ diff --git a/src/storage/query/GetNeighborsProcessor.cpp b/src/storage/query/GetNeighborsProcessor.cpp index 583aa3d1314..149a7c9018b 100644 --- a/src/storage/query/GetNeighborsProcessor.cpp +++ b/src/storage/query/GetNeighborsProcessor.cpp @@ -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. */ #include "storage/query/GetNeighborsProcessor.h" diff --git a/src/storage/query/GetNeighborsProcessor.h b/src/storage/query/GetNeighborsProcessor.h index 1a3deb7c2af..d7f36fcf0e1 100644 --- a/src/storage/query/GetNeighborsProcessor.h +++ b/src/storage/query/GetNeighborsProcessor.h @@ -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. */ #ifndef STORAGE_QUERY_GETNEIGHBORSPROCESSOR_H_ diff --git a/src/storage/query/GetPropProcessor.cpp b/src/storage/query/GetPropProcessor.cpp index e5a3546e889..3d57cd72d60 100644 --- a/src/storage/query/GetPropProcessor.cpp +++ b/src/storage/query/GetPropProcessor.cpp @@ -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. */ #include "storage/query/GetPropProcessor.h" diff --git a/src/storage/query/GetPropProcessor.h b/src/storage/query/GetPropProcessor.h index b0ff090ef5e..f893ca169ad 100644 --- a/src/storage/query/GetPropProcessor.h +++ b/src/storage/query/GetPropProcessor.h @@ -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. */ #ifndef STORAGE_QUERY_GETPROPPROCESSOR_H_ diff --git a/src/storage/query/QueryBaseProcessor-inl.h b/src/storage/query/QueryBaseProcessor-inl.h index 1622a66c1c5..f472f265576 100644 --- a/src/storage/query/QueryBaseProcessor-inl.h +++ b/src/storage/query/QueryBaseProcessor-inl.h @@ -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. */ namespace nebula { diff --git a/src/storage/query/QueryBaseProcessor.h b/src/storage/query/QueryBaseProcessor.h index 55b1ec009ed..bf1765ebfa1 100644 --- a/src/storage/query/QueryBaseProcessor.h +++ b/src/storage/query/QueryBaseProcessor.h @@ -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. */ #ifndef STORAGE_QUERY_QUERYBASEPROCESSOR_H_ diff --git a/src/storage/query/ScanEdgeProcessor.cpp b/src/storage/query/ScanEdgeProcessor.cpp index 09a8d96eae0..61a4c2f9770 100644 --- a/src/storage/query/ScanEdgeProcessor.cpp +++ b/src/storage/query/ScanEdgeProcessor.cpp @@ -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. */ #include "storage/query/ScanEdgeProcessor.h" diff --git a/src/storage/query/ScanEdgeProcessor.h b/src/storage/query/ScanEdgeProcessor.h index 57b02776811..f5afef9934c 100644 --- a/src/storage/query/ScanEdgeProcessor.h +++ b/src/storage/query/ScanEdgeProcessor.h @@ -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. */ #ifndef STORAGE_QUERY_SCANEDGEPROCESSOR_H_ diff --git a/src/storage/query/ScanVertexProcessor.cpp b/src/storage/query/ScanVertexProcessor.cpp index 22c14ef92bf..ee9e3981f70 100644 --- a/src/storage/query/ScanVertexProcessor.cpp +++ b/src/storage/query/ScanVertexProcessor.cpp @@ -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. */ #include "storage/query/ScanVertexProcessor.h" diff --git a/src/storage/query/ScanVertexProcessor.h b/src/storage/query/ScanVertexProcessor.h index fc075f3c33c..d6c988adf43 100644 --- a/src/storage/query/ScanVertexProcessor.h +++ b/src/storage/query/ScanVertexProcessor.h @@ -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. */ #ifndef STORAGE_QUERY_SCANVERTEXPROCESSOR_H_ diff --git a/src/storage/test/AddAndUpdateVertexAndEdgeBenchmark.cpp b/src/storage/test/AddAndUpdateVertexAndEdgeBenchmark.cpp index bbce79a8434..d5cd087c480 100644 --- a/src/storage/test/AddAndUpdateVertexAndEdgeBenchmark.cpp +++ b/src/storage/test/AddAndUpdateVertexAndEdgeBenchmark.cpp @@ -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. */ #include diff --git a/src/storage/test/AddEdgesTest.cpp b/src/storage/test/AddEdgesTest.cpp index ddea802a3f5..abf8947d920 100644 --- a/src/storage/test/AddEdgesTest.cpp +++ b/src/storage/test/AddEdgesTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/storage/test/AddVerticesTest.cpp b/src/storage/test/AddVerticesTest.cpp index eb8680f2a0a..f63d93af891 100644 --- a/src/storage/test/AddVerticesTest.cpp +++ b/src/storage/test/AddVerticesTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/storage/test/AdminTaskManagerTest.cpp b/src/storage/test/AdminTaskManagerTest.cpp index eb017750b6b..6864e8a7f09 100644 --- a/src/storage/test/AdminTaskManagerTest.cpp +++ b/src/storage/test/AdminTaskManagerTest.cpp @@ -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. */ #include diff --git a/src/storage/test/ChainAddEdgesTest.cpp b/src/storage/test/ChainAddEdgesTest.cpp index d66a495d599..8f693d4d4bc 100644 --- a/src/storage/test/ChainAddEdgesTest.cpp +++ b/src/storage/test/ChainAddEdgesTest.cpp @@ -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. */ #include diff --git a/src/storage/test/ChainResumeEdgeTest.cpp b/src/storage/test/ChainResumeEdgeTest.cpp index c693d277479..61e305d0fbd 100644 --- a/src/storage/test/ChainResumeEdgeTest.cpp +++ b/src/storage/test/ChainResumeEdgeTest.cpp @@ -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. */ #include diff --git a/src/storage/test/ChainTestUtils.h b/src/storage/test/ChainTestUtils.h index 71f7d8a6307..e59d04aa8e4 100644 --- a/src/storage/test/ChainTestUtils.h +++ b/src/storage/test/ChainTestUtils.h @@ -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. */ #pragma once diff --git a/src/storage/test/ChainUpdateEdgeTest.cpp b/src/storage/test/ChainUpdateEdgeTest.cpp index 0b5c96f4e3f..048bd0fb8b0 100644 --- a/src/storage/test/ChainUpdateEdgeTest.cpp +++ b/src/storage/test/ChainUpdateEdgeTest.cpp @@ -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. */ #include diff --git a/src/storage/test/CheckpointTest.cpp b/src/storage/test/CheckpointTest.cpp index 0ebf94f2c75..8c50a07213e 100644 --- a/src/storage/test/CheckpointTest.cpp +++ b/src/storage/test/CheckpointTest.cpp @@ -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. */ #include diff --git a/src/storage/test/CompactionTest.cpp b/src/storage/test/CompactionTest.cpp index c1484cbd949..c1345915513 100644 --- a/src/storage/test/CompactionTest.cpp +++ b/src/storage/test/CompactionTest.cpp @@ -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. */ #include diff --git a/src/storage/test/ConsistUtilTest.cpp b/src/storage/test/ConsistUtilTest.cpp index ea9544e9ada..b023f1be175 100644 --- a/src/storage/test/ConsistUtilTest.cpp +++ b/src/storage/test/ConsistUtilTest.cpp @@ -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. */ #include diff --git a/src/storage/test/DeleteEdgesTest.cpp b/src/storage/test/DeleteEdgesTest.cpp index 274ab297f00..f6b7ec1054f 100644 --- a/src/storage/test/DeleteEdgesTest.cpp +++ b/src/storage/test/DeleteEdgesTest.cpp @@ -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. */ #include diff --git a/src/storage/test/DeleteTagsTest.cpp b/src/storage/test/DeleteTagsTest.cpp index abd9e7889bd..2dca61007a6 100644 --- a/src/storage/test/DeleteTagsTest.cpp +++ b/src/storage/test/DeleteTagsTest.cpp @@ -1,8 +1,7 @@ /* 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. */ #include diff --git a/src/storage/test/DeleteVerticesTest.cpp b/src/storage/test/DeleteVerticesTest.cpp index 64ca246a6ac..d1db10cb859 100644 --- a/src/storage/test/DeleteVerticesTest.cpp +++ b/src/storage/test/DeleteVerticesTest.cpp @@ -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. */ #include diff --git a/src/storage/test/ElasticSearchBulkInsertTest.cpp b/src/storage/test/ElasticSearchBulkInsertTest.cpp index a438077c279..c88109c64b6 100644 --- a/src/storage/test/ElasticSearchBulkInsertTest.cpp +++ b/src/storage/test/ElasticSearchBulkInsertTest.cpp @@ -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. */ #include diff --git a/src/storage/test/GetNeighborsBenchmark.cpp b/src/storage/test/GetNeighborsBenchmark.cpp index 585dcd32e51..ac2157984cc 100644 --- a/src/storage/test/GetNeighborsBenchmark.cpp +++ b/src/storage/test/GetNeighborsBenchmark.cpp @@ -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. */ #include diff --git a/src/storage/test/GetNeighborsTest.cpp b/src/storage/test/GetNeighborsTest.cpp index 6fa2e216e80..837f7da3681 100644 --- a/src/storage/test/GetNeighborsTest.cpp +++ b/src/storage/test/GetNeighborsTest.cpp @@ -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. */ #include diff --git a/src/storage/test/GetPropTest.cpp b/src/storage/test/GetPropTest.cpp index 7d92b6bafbd..59d3bb6e442 100644 --- a/src/storage/test/GetPropTest.cpp +++ b/src/storage/test/GetPropTest.cpp @@ -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. */ #include diff --git a/src/storage/test/IndexScanLimitTest.cpp b/src/storage/test/IndexScanLimitTest.cpp index 88ed65b3902..bb57aef7ff0 100644 --- a/src/storage/test/IndexScanLimitTest.cpp +++ b/src/storage/test/IndexScanLimitTest.cpp @@ -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. */ #include diff --git a/src/storage/test/IndexScanTest.cpp b/src/storage/test/IndexScanTest.cpp index 73072fe8ec9..3e17741930f 100644 --- a/src/storage/test/IndexScanTest.cpp +++ b/src/storage/test/IndexScanTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/storage/test/IndexWithTTLTest.cpp b/src/storage/test/IndexWithTTLTest.cpp index c7e5d7cd94e..0d61c3248de 100644 --- a/src/storage/test/IndexWithTTLTest.cpp +++ b/src/storage/test/IndexWithTTLTest.cpp @@ -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. */ #include diff --git a/src/storage/test/IndexWriteTest.cpp b/src/storage/test/IndexWriteTest.cpp index 7a8dc0bd85b..1aec5beb400 100644 --- a/src/storage/test/IndexWriteTest.cpp +++ b/src/storage/test/IndexWriteTest.cpp @@ -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. */ #include diff --git a/src/storage/test/KVClientTest.cpp b/src/storage/test/KVClientTest.cpp index 209e6bba3a9..fc8b2e86441 100644 --- a/src/storage/test/KVClientTest.cpp +++ b/src/storage/test/KVClientTest.cpp @@ -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. */ #include diff --git a/src/storage/test/KVTest.cpp b/src/storage/test/KVTest.cpp index e6f55f9a7c2..d7520bbc903 100644 --- a/src/storage/test/KVTest.cpp +++ b/src/storage/test/KVTest.cpp @@ -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. */ #include diff --git a/src/storage/test/KillQueryTest.cpp b/src/storage/test/KillQueryTest.cpp index 11ccacc746c..fbedbd7a2d9 100644 --- a/src/storage/test/KillQueryTest.cpp +++ b/src/storage/test/KillQueryTest.cpp @@ -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. */ #include diff --git a/src/storage/test/ListClusterInfoTest.cpp b/src/storage/test/ListClusterInfoTest.cpp index 0ad70e84659..3a3e3105eba 100644 --- a/src/storage/test/ListClusterInfoTest.cpp +++ b/src/storage/test/ListClusterInfoTest.cpp @@ -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. */ #include diff --git a/src/storage/test/LookupIndexTest.cpp b/src/storage/test/LookupIndexTest.cpp index ff363ac1a6b..2740e72d9bd 100644 --- a/src/storage/test/LookupIndexTest.cpp +++ b/src/storage/test/LookupIndexTest.cpp @@ -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. */ #include diff --git a/src/storage/test/MemoryLockBenchmark.cpp b/src/storage/test/MemoryLockBenchmark.cpp index 4c1266314b4..ac1aaf6f2b6 100644 --- a/src/storage/test/MemoryLockBenchmark.cpp +++ b/src/storage/test/MemoryLockBenchmark.cpp @@ -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. */ #include diff --git a/src/storage/test/MemoryLockTest.cpp b/src/storage/test/MemoryLockTest.cpp index 3055d94db48..f27b660179d 100644 --- a/src/storage/test/MemoryLockTest.cpp +++ b/src/storage/test/MemoryLockTest.cpp @@ -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. */ #include diff --git a/src/storage/test/MockHdfsHelper.h b/src/storage/test/MockHdfsHelper.h index f28148a9a86..9d6f1ac9a7e 100644 --- a/src/storage/test/MockHdfsHelper.h +++ b/src/storage/test/MockHdfsHelper.h @@ -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. */ #ifndef STORAGE_TEST_MOCKHDFSHELPER_H_ diff --git a/src/storage/test/PrefixBloomFilterBenchmark.cpp b/src/storage/test/PrefixBloomFilterBenchmark.cpp index 40477238e3c..7140fbde060 100644 --- a/src/storage/test/PrefixBloomFilterBenchmark.cpp +++ b/src/storage/test/PrefixBloomFilterBenchmark.cpp @@ -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. */ #include diff --git a/src/storage/test/QueryStatsTest.cpp b/src/storage/test/QueryStatsTest.cpp index b16ea65d449..04d26977fbd 100644 --- a/src/storage/test/QueryStatsTest.cpp +++ b/src/storage/test/QueryStatsTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/storage/test/QueryTestUtils.h b/src/storage/test/QueryTestUtils.h index b6cbca6037a..24556c2e1fd 100644 --- a/src/storage/test/QueryTestUtils.h +++ b/src/storage/test/QueryTestUtils.h @@ -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. */ #ifndef STORAGE_TEST_QUERYTESTUTILS_H_ diff --git a/src/storage/test/RebuildIndexTest.cpp b/src/storage/test/RebuildIndexTest.cpp index d66eaf4b08e..8661811ea92 100644 --- a/src/storage/test/RebuildIndexTest.cpp +++ b/src/storage/test/RebuildIndexTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/storage/test/ScanEdgePropBenchmark.cpp b/src/storage/test/ScanEdgePropBenchmark.cpp index 886202d6dfa..cbb26fa2106 100644 --- a/src/storage/test/ScanEdgePropBenchmark.cpp +++ b/src/storage/test/ScanEdgePropBenchmark.cpp @@ -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. */ #include diff --git a/src/storage/test/ScanEdgeTest.cpp b/src/storage/test/ScanEdgeTest.cpp index 0ed763a152e..7155534c496 100644 --- a/src/storage/test/ScanEdgeTest.cpp +++ b/src/storage/test/ScanEdgeTest.cpp @@ -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. */ #include diff --git a/src/storage/test/ScanVertexTest.cpp b/src/storage/test/ScanVertexTest.cpp index 729b6ab0f7b..6e2cb6f8ae4 100644 --- a/src/storage/test/ScanVertexTest.cpp +++ b/src/storage/test/ScanVertexTest.cpp @@ -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. */ #include diff --git a/src/storage/test/ShuffleIpTest.cpp b/src/storage/test/ShuffleIpTest.cpp index 427ac34db89..74043238720 100644 --- a/src/storage/test/ShuffleIpTest.cpp +++ b/src/storage/test/ShuffleIpTest.cpp @@ -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. */ #include diff --git a/src/storage/test/StatsTaskTest.cpp b/src/storage/test/StatsTaskTest.cpp index ed79fe44faf..6ba49a74f9f 100644 --- a/src/storage/test/StatsTaskTest.cpp +++ b/src/storage/test/StatsTaskTest.cpp @@ -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. */ #include diff --git a/src/storage/test/StorageClientTest.cpp b/src/storage/test/StorageClientTest.cpp index 58fbe34ab48..10f658f2a11 100644 --- a/src/storage/test/StorageClientTest.cpp +++ b/src/storage/test/StorageClientTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/storage/test/StorageDAGBenchmark.cpp b/src/storage/test/StorageDAGBenchmark.cpp index 00f2f19e846..a515e1527ed 100644 --- a/src/storage/test/StorageDAGBenchmark.cpp +++ b/src/storage/test/StorageDAGBenchmark.cpp @@ -1,8 +1,7 @@ /* 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. */ #include #include diff --git a/src/storage/test/StorageDAGTest.cpp b/src/storage/test/StorageDAGTest.cpp index e833f7a25fa..660447f5768 100644 --- a/src/storage/test/StorageDAGTest.cpp +++ b/src/storage/test/StorageDAGTest.cpp @@ -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. */ #include diff --git a/src/storage/test/StorageHttpAdminHandlerTest.cpp b/src/storage/test/StorageHttpAdminHandlerTest.cpp index 90c7007e9c8..e210774925c 100644 --- a/src/storage/test/StorageHttpAdminHandlerTest.cpp +++ b/src/storage/test/StorageHttpAdminHandlerTest.cpp @@ -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. */ #include diff --git a/src/storage/test/StorageHttpDownloadHandlerTest.cpp b/src/storage/test/StorageHttpDownloadHandlerTest.cpp index d36cf8e21b3..28d4dbde891 100644 --- a/src/storage/test/StorageHttpDownloadHandlerTest.cpp +++ b/src/storage/test/StorageHttpDownloadHandlerTest.cpp @@ -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. */ #include diff --git a/src/storage/test/StorageHttpIngestHandlerTest.cpp b/src/storage/test/StorageHttpIngestHandlerTest.cpp index 65e3394927b..389a65f7705 100644 --- a/src/storage/test/StorageHttpIngestHandlerTest.cpp +++ b/src/storage/test/StorageHttpIngestHandlerTest.cpp @@ -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. */ #include diff --git a/src/storage/test/StorageHttpPropertyHandlerTest.cpp b/src/storage/test/StorageHttpPropertyHandlerTest.cpp index 3285ab35174..471d7b2242f 100644 --- a/src/storage/test/StorageHttpPropertyHandlerTest.cpp +++ b/src/storage/test/StorageHttpPropertyHandlerTest.cpp @@ -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. */ #include diff --git a/src/storage/test/StorageHttpStatsHandlerTest.cpp b/src/storage/test/StorageHttpStatsHandlerTest.cpp index 594f679eafa..55ad976f56c 100644 --- a/src/storage/test/StorageHttpStatsHandlerTest.cpp +++ b/src/storage/test/StorageHttpStatsHandlerTest.cpp @@ -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. */ #include diff --git a/src/storage/test/StorageIndexWriteBenchmark.cpp b/src/storage/test/StorageIndexWriteBenchmark.cpp index 6de02f1e6a9..0571951f32a 100644 --- a/src/storage/test/StorageIndexWriteBenchmark.cpp +++ b/src/storage/test/StorageIndexWriteBenchmark.cpp @@ -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. */ #include diff --git a/src/storage/test/StorageLookupBenchmark.cpp b/src/storage/test/StorageLookupBenchmark.cpp index f2cb0a94c1f..d421b3910cc 100644 --- a/src/storage/test/StorageLookupBenchmark.cpp +++ b/src/storage/test/StorageLookupBenchmark.cpp @@ -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. */ #include diff --git a/src/storage/test/TestUtils.h b/src/storage/test/TestUtils.h index 01750290ec6..49a004c8454 100644 --- a/src/storage/test/TestUtils.h +++ b/src/storage/test/TestUtils.h @@ -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. */ #ifndef STORAGE_TEST_TESTUTILS_H_ diff --git a/src/storage/test/TossTestExecutor.h b/src/storage/test/TossTestExecutor.h index 3bea706c0d7..85475f7f260 100644 --- a/src/storage/test/TossTestExecutor.h +++ b/src/storage/test/TossTestExecutor.h @@ -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. */ #pragma once diff --git a/src/storage/test/TossTestUtils.h b/src/storage/test/TossTestUtils.h index 3e074d54f31..f7000c47ecc 100644 --- a/src/storage/test/TossTestUtils.h +++ b/src/storage/test/TossTestUtils.h @@ -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. */ #pragma once diff --git a/src/storage/test/UpdateEdgeTest.cpp b/src/storage/test/UpdateEdgeTest.cpp index 72393b73ef3..8222081eed2 100644 --- a/src/storage/test/UpdateEdgeTest.cpp +++ b/src/storage/test/UpdateEdgeTest.cpp @@ -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. */ #include diff --git a/src/storage/test/UpdateVertexTest.cpp b/src/storage/test/UpdateVertexTest.cpp index fa6c7821f5d..32b3d1a9eb3 100644 --- a/src/storage/test/UpdateVertexTest.cpp +++ b/src/storage/test/UpdateVertexTest.cpp @@ -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. */ #include diff --git a/src/storage/transaction/ChainAddEdgesGroupProcessor.cpp b/src/storage/transaction/ChainAddEdgesGroupProcessor.cpp index e389867f565..3af8a2bc9cc 100644 --- a/src/storage/transaction/ChainAddEdgesGroupProcessor.cpp +++ b/src/storage/transaction/ChainAddEdgesGroupProcessor.cpp @@ -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. */ #include "storage/transaction/ChainAddEdgesGroupProcessor.h" diff --git a/src/storage/transaction/ChainAddEdgesGroupProcessor.h b/src/storage/transaction/ChainAddEdgesGroupProcessor.h index 3f4fbdb8a57..83fdeb4c55e 100644 --- a/src/storage/transaction/ChainAddEdgesGroupProcessor.h +++ b/src/storage/transaction/ChainAddEdgesGroupProcessor.h @@ -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. */ #pragma once diff --git a/src/storage/transaction/ChainAddEdgesProcessorLocal.cpp b/src/storage/transaction/ChainAddEdgesProcessorLocal.cpp index 19c4530a951..9d12904535d 100644 --- a/src/storage/transaction/ChainAddEdgesProcessorLocal.cpp +++ b/src/storage/transaction/ChainAddEdgesProcessorLocal.cpp @@ -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. */ #include "storage/transaction/ChainAddEdgesProcessorLocal.h" diff --git a/src/storage/transaction/ChainAddEdgesProcessorLocal.h b/src/storage/transaction/ChainAddEdgesProcessorLocal.h index ea6e87f1caf..9f4962ba048 100644 --- a/src/storage/transaction/ChainAddEdgesProcessorLocal.h +++ b/src/storage/transaction/ChainAddEdgesProcessorLocal.h @@ -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. */ #pragma once diff --git a/src/storage/transaction/ChainAddEdgesProcessorRemote.cpp b/src/storage/transaction/ChainAddEdgesProcessorRemote.cpp index 4df94de42e9..df2973c17cc 100644 --- a/src/storage/transaction/ChainAddEdgesProcessorRemote.cpp +++ b/src/storage/transaction/ChainAddEdgesProcessorRemote.cpp @@ -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. */ #include "storage/transaction/ChainAddEdgesProcessorRemote.h" diff --git a/src/storage/transaction/ChainAddEdgesProcessorRemote.h b/src/storage/transaction/ChainAddEdgesProcessorRemote.h index 8718e7cd5ca..6f67f202bb7 100644 --- a/src/storage/transaction/ChainAddEdgesProcessorRemote.h +++ b/src/storage/transaction/ChainAddEdgesProcessorRemote.h @@ -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. */ #pragma once diff --git a/src/storage/transaction/ChainBaseProcessor.h b/src/storage/transaction/ChainBaseProcessor.h index 93fd3a9bd3b..f7ff514d23a 100644 --- a/src/storage/transaction/ChainBaseProcessor.h +++ b/src/storage/transaction/ChainBaseProcessor.h @@ -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. */ #pragma once diff --git a/src/storage/transaction/ChainProcessorFactory.cpp b/src/storage/transaction/ChainProcessorFactory.cpp index 23b81d9d4fa..16d1dbf656e 100644 --- a/src/storage/transaction/ChainProcessorFactory.cpp +++ b/src/storage/transaction/ChainProcessorFactory.cpp @@ -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. */ #include "storage/transaction/ChainProcessorFactory.h" diff --git a/src/storage/transaction/ChainProcessorFactory.h b/src/storage/transaction/ChainProcessorFactory.h index f8dad0578ff..6c1518199d1 100644 --- a/src/storage/transaction/ChainProcessorFactory.h +++ b/src/storage/transaction/ChainProcessorFactory.h @@ -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. */ #pragma once diff --git a/src/storage/transaction/ChainResumeProcessor.cpp b/src/storage/transaction/ChainResumeProcessor.cpp index ede78d95eab..8a0bc3dfd11 100644 --- a/src/storage/transaction/ChainResumeProcessor.cpp +++ b/src/storage/transaction/ChainResumeProcessor.cpp @@ -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. */ #include "storage/transaction/ChainResumeProcessor.h" diff --git a/src/storage/transaction/ChainResumeProcessor.h b/src/storage/transaction/ChainResumeProcessor.h index 70ac57d5e76..1e5d90aa336 100644 --- a/src/storage/transaction/ChainResumeProcessor.h +++ b/src/storage/transaction/ChainResumeProcessor.h @@ -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. */ #pragma once diff --git a/src/storage/transaction/ChainUpdateEdgeProcessorLocal.cpp b/src/storage/transaction/ChainUpdateEdgeProcessorLocal.cpp index c505817ee9c..1264e05421e 100644 --- a/src/storage/transaction/ChainUpdateEdgeProcessorLocal.cpp +++ b/src/storage/transaction/ChainUpdateEdgeProcessorLocal.cpp @@ -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. */ #include "storage/transaction/ChainUpdateEdgeProcessorLocal.h" diff --git a/src/storage/transaction/ChainUpdateEdgeProcessorLocal.h b/src/storage/transaction/ChainUpdateEdgeProcessorLocal.h index c31e395bd3a..ecf61e8dc6d 100644 --- a/src/storage/transaction/ChainUpdateEdgeProcessorLocal.h +++ b/src/storage/transaction/ChainUpdateEdgeProcessorLocal.h @@ -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. */ #pragma once diff --git a/src/storage/transaction/ChainUpdateEdgeProcessorRemote.cpp b/src/storage/transaction/ChainUpdateEdgeProcessorRemote.cpp index 7c194f45c6a..d52cbf8087d 100644 --- a/src/storage/transaction/ChainUpdateEdgeProcessorRemote.cpp +++ b/src/storage/transaction/ChainUpdateEdgeProcessorRemote.cpp @@ -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. */ #include "storage/transaction/ChainUpdateEdgeProcessorRemote.h" diff --git a/src/storage/transaction/ChainUpdateEdgeProcessorRemote.h b/src/storage/transaction/ChainUpdateEdgeProcessorRemote.h index 3001700d686..0170c54d964 100644 --- a/src/storage/transaction/ChainUpdateEdgeProcessorRemote.h +++ b/src/storage/transaction/ChainUpdateEdgeProcessorRemote.h @@ -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. */ #pragma once diff --git a/src/storage/transaction/ConsistUtil.cpp b/src/storage/transaction/ConsistUtil.cpp index 7d0c2865d93..05854f8a949 100644 --- a/src/storage/transaction/ConsistUtil.cpp +++ b/src/storage/transaction/ConsistUtil.cpp @@ -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. */ #include "storage/transaction/ConsistUtil.h" diff --git a/src/storage/transaction/ConsistUtil.h b/src/storage/transaction/ConsistUtil.h index 27c687011e3..2fa79cda934 100644 --- a/src/storage/transaction/ConsistUtil.h +++ b/src/storage/transaction/ConsistUtil.h @@ -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. */ #pragma once diff --git a/src/storage/transaction/ResumeAddEdgeProcessor.cpp b/src/storage/transaction/ResumeAddEdgeProcessor.cpp index 1e0d9a931a5..a23b34aad29 100644 --- a/src/storage/transaction/ResumeAddEdgeProcessor.cpp +++ b/src/storage/transaction/ResumeAddEdgeProcessor.cpp @@ -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. */ #include "storage/transaction/ResumeAddEdgeProcessor.h" diff --git a/src/storage/transaction/ResumeAddEdgeProcessor.h b/src/storage/transaction/ResumeAddEdgeProcessor.h index 8ce3cf3e377..5608cd60360 100644 --- a/src/storage/transaction/ResumeAddEdgeProcessor.h +++ b/src/storage/transaction/ResumeAddEdgeProcessor.h @@ -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. */ #pragma once diff --git a/src/storage/transaction/ResumeAddEdgeRemoteProcessor.cpp b/src/storage/transaction/ResumeAddEdgeRemoteProcessor.cpp index b706d687237..bdd1be3b664 100644 --- a/src/storage/transaction/ResumeAddEdgeRemoteProcessor.cpp +++ b/src/storage/transaction/ResumeAddEdgeRemoteProcessor.cpp @@ -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. */ #include "storage/transaction/ResumeAddEdgeRemoteProcessor.h" diff --git a/src/storage/transaction/ResumeAddEdgeRemoteProcessor.h b/src/storage/transaction/ResumeAddEdgeRemoteProcessor.h index 4c6c2aafbc7..9e5aed28351 100644 --- a/src/storage/transaction/ResumeAddEdgeRemoteProcessor.h +++ b/src/storage/transaction/ResumeAddEdgeRemoteProcessor.h @@ -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. */ #pragma once diff --git a/src/storage/transaction/ResumeUpdateProcessor.cpp b/src/storage/transaction/ResumeUpdateProcessor.cpp index dd53495e1b5..ee883e86d01 100644 --- a/src/storage/transaction/ResumeUpdateProcessor.cpp +++ b/src/storage/transaction/ResumeUpdateProcessor.cpp @@ -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. */ #include "storage/transaction/ResumeUpdateProcessor.h" diff --git a/src/storage/transaction/ResumeUpdateProcessor.h b/src/storage/transaction/ResumeUpdateProcessor.h index dde47d0451c..d0ff1d7766b 100644 --- a/src/storage/transaction/ResumeUpdateProcessor.h +++ b/src/storage/transaction/ResumeUpdateProcessor.h @@ -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. */ #pragma once diff --git a/src/storage/transaction/ResumeUpdateRemoteProcessor.cpp b/src/storage/transaction/ResumeUpdateRemoteProcessor.cpp index 1d308ae0c6a..b2501cc920f 100644 --- a/src/storage/transaction/ResumeUpdateRemoteProcessor.cpp +++ b/src/storage/transaction/ResumeUpdateRemoteProcessor.cpp @@ -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. */ #include "storage/transaction/ResumeUpdateRemoteProcessor.h" diff --git a/src/storage/transaction/ResumeUpdateRemoteProcessor.h b/src/storage/transaction/ResumeUpdateRemoteProcessor.h index c239273fa09..dbd9b780796 100644 --- a/src/storage/transaction/ResumeUpdateRemoteProcessor.h +++ b/src/storage/transaction/ResumeUpdateRemoteProcessor.h @@ -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. */ #pragma once diff --git a/src/storage/transaction/TransactionManager.cpp b/src/storage/transaction/TransactionManager.cpp index d23ab910df3..3c073d6105c 100644 --- a/src/storage/transaction/TransactionManager.cpp +++ b/src/storage/transaction/TransactionManager.cpp @@ -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. */ #include "storage/transaction/TransactionManager.h" diff --git a/src/storage/transaction/TransactionManager.h b/src/storage/transaction/TransactionManager.h index 7e8ff8f53db..198a7466a1d 100644 --- a/src/storage/transaction/TransactionManager.h +++ b/src/storage/transaction/TransactionManager.h @@ -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. */ #pragma once diff --git a/src/tools/db-dump/DbDumpTool.cpp b/src/tools/db-dump/DbDumpTool.cpp index 9e37e5ada1a..f412b758299 100644 --- a/src/tools/db-dump/DbDumpTool.cpp +++ b/src/tools/db-dump/DbDumpTool.cpp @@ -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. */ #include "common/base/Base.h" diff --git a/src/tools/db-dump/DbDumper.cpp b/src/tools/db-dump/DbDumper.cpp index e2216c9d497..3ae9d40fd0d 100644 --- a/src/tools/db-dump/DbDumper.cpp +++ b/src/tools/db-dump/DbDumper.cpp @@ -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. */ #include "tools/db-dump/DbDumper.h" diff --git a/src/tools/db-dump/DbDumper.h b/src/tools/db-dump/DbDumper.h index b259998e6d6..ed6fc534d74 100644 --- a/src/tools/db-dump/DbDumper.h +++ b/src/tools/db-dump/DbDumper.h @@ -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. */ #ifndef TOOLS_DBDUMP_DBDUMPER_H_ diff --git a/src/tools/db-upgrade/DbUpgrader.cpp b/src/tools/db-upgrade/DbUpgrader.cpp index 4a33b5462ad..3628cb7474f 100644 --- a/src/tools/db-upgrade/DbUpgrader.cpp +++ b/src/tools/db-upgrade/DbUpgrader.cpp @@ -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. */ #include "tools/db-upgrade/DbUpgrader.h" diff --git a/src/tools/db-upgrade/DbUpgrader.h b/src/tools/db-upgrade/DbUpgrader.h index e0ed041eb66..a90f181b875 100644 --- a/src/tools/db-upgrade/DbUpgrader.h +++ b/src/tools/db-upgrade/DbUpgrader.h @@ -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. */ #ifndef TOOLS_DBUPGRADE_DBUPGRADER_H_ diff --git a/src/tools/db-upgrade/DbUpgraderTool.cpp b/src/tools/db-upgrade/DbUpgraderTool.cpp index 57ece635f03..f7702a9cd5b 100644 --- a/src/tools/db-upgrade/DbUpgraderTool.cpp +++ b/src/tools/db-upgrade/DbUpgraderTool.cpp @@ -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. */ #include "common/base/Base.h" diff --git a/src/tools/db-upgrade/NebulaKeyUtilsV1.cpp b/src/tools/db-upgrade/NebulaKeyUtilsV1.cpp index 4cb4bae2b4f..9948422a709 100644 --- a/src/tools/db-upgrade/NebulaKeyUtilsV1.cpp +++ b/src/tools/db-upgrade/NebulaKeyUtilsV1.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "tools/db-upgrade/NebulaKeyUtilsV1.h" diff --git a/src/tools/db-upgrade/NebulaKeyUtilsV1.h b/src/tools/db-upgrade/NebulaKeyUtilsV1.h index 19f9fb1dc53..9f14073d2ba 100644 --- a/src/tools/db-upgrade/NebulaKeyUtilsV1.h +++ b/src/tools/db-upgrade/NebulaKeyUtilsV1.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef TOOLS_DBUPGRADE_NEBULAKEYUTILSV1_H_ diff --git a/src/tools/db-upgrade/NebulaKeyUtilsV2.cpp b/src/tools/db-upgrade/NebulaKeyUtilsV2.cpp index 49d229bd723..4891adb3f98 100644 --- a/src/tools/db-upgrade/NebulaKeyUtilsV2.cpp +++ b/src/tools/db-upgrade/NebulaKeyUtilsV2.cpp @@ -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. */ #include "tools/db-upgrade/NebulaKeyUtilsV2.h" diff --git a/src/tools/db-upgrade/NebulaKeyUtilsV2.h b/src/tools/db-upgrade/NebulaKeyUtilsV2.h index d81cb93551c..1f7a79b6556 100644 --- a/src/tools/db-upgrade/NebulaKeyUtilsV2.h +++ b/src/tools/db-upgrade/NebulaKeyUtilsV2.h @@ -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. */ #ifndef TOOLS_DBUPGRADE_NEBULAKEYUTILSV2_H_ diff --git a/src/tools/meta-dump/MetaDumpTool.cpp b/src/tools/meta-dump/MetaDumpTool.cpp index e918ba8613f..e0f49db5d2f 100644 --- a/src/tools/meta-dump/MetaDumpTool.cpp +++ b/src/tools/meta-dump/MetaDumpTool.cpp @@ -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. */ #include diff --git a/src/tools/simple-kv-verify/SimpleKVVerifyTool.cpp b/src/tools/simple-kv-verify/SimpleKVVerifyTool.cpp index 4c72eda7503..8590bf29be6 100644 --- a/src/tools/simple-kv-verify/SimpleKVVerifyTool.cpp +++ b/src/tools/simple-kv-verify/SimpleKVVerifyTool.cpp @@ -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. */ #include diff --git a/src/tools/storage-perf/StorageIntegrityTool.cpp b/src/tools/storage-perf/StorageIntegrityTool.cpp index 7af54073087..287136ee31b 100644 --- a/src/tools/storage-perf/StorageIntegrityTool.cpp +++ b/src/tools/storage-perf/StorageIntegrityTool.cpp @@ -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. */ #include diff --git a/src/tools/storage-perf/StoragePerfTool.cpp b/src/tools/storage-perf/StoragePerfTool.cpp index 90a9f59f86d..df8e3a59662 100644 --- a/src/tools/storage-perf/StoragePerfTool.cpp +++ b/src/tools/storage-perf/StoragePerfTool.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/version/CMakeLists.txt b/src/version/CMakeLists.txt index 175cf4e432f..612a50190eb 100644 --- a/src/version/CMakeLists.txt +++ b/src/version/CMakeLists.txt @@ -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. configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/Version.cpp.in diff --git a/src/version/Version.cpp.in b/src/version/Version.cpp.in index c23cd34fc8e..c5f539620b0 100644 --- a/src/version/Version.cpp.in +++ b/src/version/Version.cpp.in @@ -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. */ #include @@ -24,9 +23,7 @@ std::string versionString(bool verbose) { } version += folly::sformat("Build Time: {} {}", __DATE__, __TIME__); if (verbose) { - version += - "\nThis source code is licensed under Apache 2.0 License," - " attached with Common Clause Condition 1.0."; + version += "\nThis source code is licensed under Apache 2.0 License."; } return version; } diff --git a/src/version/Version.h b/src/version/Version.h index 51a1f1585d5..c33c359d509 100644 --- a/src/version/Version.h +++ b/src/version/Version.h @@ -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. */ #ifndef VERSION_VERSION_H_ diff --git a/src/webservice/CMakeLists.txt b/src/webservice/CMakeLists.txt index a13bad1ea52..9e0b76607ad 100644 --- a/src/webservice/CMakeLists.txt +++ b/src/webservice/CMakeLists.txt @@ -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. nebula_add_library( ws_obj OBJECT diff --git a/src/webservice/Common.cpp b/src/webservice/Common.cpp index 034b836e57d..2dd15c911cc 100644 --- a/src/webservice/Common.cpp +++ b/src/webservice/Common.cpp @@ -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. */ #include "webservice/Common.h" diff --git a/src/webservice/Common.h b/src/webservice/Common.h index e782724b67d..a4aacf0205a 100644 --- a/src/webservice/Common.h +++ b/src/webservice/Common.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef WEBSERVICE_COMMON_H_ diff --git a/src/webservice/GetFlagsHandler.cpp b/src/webservice/GetFlagsHandler.cpp index 5a608c60b6f..85c2b3d641f 100644 --- a/src/webservice/GetFlagsHandler.cpp +++ b/src/webservice/GetFlagsHandler.cpp @@ -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. */ #include "webservice/GetFlagsHandler.h" diff --git a/src/webservice/GetFlagsHandler.h b/src/webservice/GetFlagsHandler.h index 3591deaa929..c6a8123a53e 100644 --- a/src/webservice/GetFlagsHandler.h +++ b/src/webservice/GetFlagsHandler.h @@ -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. */ #ifndef WEBSERVICE_GETFLAGSHANDLER_H_ diff --git a/src/webservice/GetStatsHandler.cpp b/src/webservice/GetStatsHandler.cpp index 5d6323eda6a..12bd66037ec 100644 --- a/src/webservice/GetStatsHandler.cpp +++ b/src/webservice/GetStatsHandler.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "webservice/GetStatsHandler.h" diff --git a/src/webservice/GetStatsHandler.h b/src/webservice/GetStatsHandler.h index 319c513ef57..32a64704d10 100644 --- a/src/webservice/GetStatsHandler.h +++ b/src/webservice/GetStatsHandler.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef WEBSERVICE_GETSTATSHANDLER_H_ diff --git a/src/webservice/NotFoundHandler.cpp b/src/webservice/NotFoundHandler.cpp index 9de891c1f87..3444805dde8 100644 --- a/src/webservice/NotFoundHandler.cpp +++ b/src/webservice/NotFoundHandler.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "webservice/NotFoundHandler.h" diff --git a/src/webservice/NotFoundHandler.h b/src/webservice/NotFoundHandler.h index d1124c6fb7f..2e03a110a38 100644 --- a/src/webservice/NotFoundHandler.h +++ b/src/webservice/NotFoundHandler.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef WEBSERVICE_NOTFOUNDHANDLER_H_ diff --git a/src/webservice/Router.cpp b/src/webservice/Router.cpp index 5aab10a33f0..12243d0bb8c 100644 --- a/src/webservice/Router.cpp +++ b/src/webservice/Router.cpp @@ -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. */ #include "webservice/Router.h" diff --git a/src/webservice/Router.h b/src/webservice/Router.h index 14890e1db26..806af99fa05 100644 --- a/src/webservice/Router.h +++ b/src/webservice/Router.h @@ -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. */ #ifndef WEBSERVICE_ROUTER_H_ diff --git a/src/webservice/SetFlagsHandler.cpp b/src/webservice/SetFlagsHandler.cpp index da00586fc1c..f6a5970badc 100644 --- a/src/webservice/SetFlagsHandler.cpp +++ b/src/webservice/SetFlagsHandler.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "webservice/SetFlagsHandler.h" diff --git a/src/webservice/SetFlagsHandler.h b/src/webservice/SetFlagsHandler.h index d135c48c0f0..a9d21a3a8b6 100644 --- a/src/webservice/SetFlagsHandler.h +++ b/src/webservice/SetFlagsHandler.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef WEBSERVICE_SETFLAGSHANDLER_H_ diff --git a/src/webservice/StatusHandler.cpp b/src/webservice/StatusHandler.cpp index bec5c1dada6..f2cad292ed8 100644 --- a/src/webservice/StatusHandler.cpp +++ b/src/webservice/StatusHandler.cpp @@ -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. */ #include "webservice/StatusHandler.h" diff --git a/src/webservice/StatusHandler.h b/src/webservice/StatusHandler.h index 8cf1496167e..2cd338efa20 100644 --- a/src/webservice/StatusHandler.h +++ b/src/webservice/StatusHandler.h @@ -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. */ #ifndef WEBSERVICE_STATUSHANDLER_H_ diff --git a/src/webservice/WebService.cpp b/src/webservice/WebService.cpp index d25dfd51923..196734a8b13 100644 --- a/src/webservice/WebService.cpp +++ b/src/webservice/WebService.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include "webservice/WebService.h" diff --git a/src/webservice/WebService.h b/src/webservice/WebService.h index e4a373689f6..6637590f506 100644 --- a/src/webservice/WebService.h +++ b/src/webservice/WebService.h @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #ifndef WEBSERVICE_WEBSERVICE_H_ diff --git a/src/webservice/test/CMakeLists.txt b/src/webservice/test/CMakeLists.txt index f1a01457c3f..92b16fe74f2 100644 --- a/src/webservice/test/CMakeLists.txt +++ b/src/webservice/test/CMakeLists.txt @@ -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. nebula_add_test( NAME diff --git a/src/webservice/test/FlagsAccessTest.cpp b/src/webservice/test/FlagsAccessTest.cpp index cc028055501..a9773d17111 100644 --- a/src/webservice/test/FlagsAccessTest.cpp +++ b/src/webservice/test/FlagsAccessTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/webservice/test/RouterTest.cpp b/src/webservice/test/RouterTest.cpp index 8b9fa3785f4..1bbd60949fb 100644 --- a/src/webservice/test/RouterTest.cpp +++ b/src/webservice/test/RouterTest.cpp @@ -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. */ #include diff --git a/src/webservice/test/StatsReaderTest.cpp b/src/webservice/test/StatsReaderTest.cpp index 0dfc3557ca6..4ef357f1258 100644 --- a/src/webservice/test/StatsReaderTest.cpp +++ b/src/webservice/test/StatsReaderTest.cpp @@ -1,7 +1,6 @@ /* Copyright (c) 2018 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. */ #include diff --git a/src/webservice/test/StatusHandlerTest.cpp b/src/webservice/test/StatusHandlerTest.cpp index a37decc01d9..fd41e1a0de1 100644 --- a/src/webservice/test/StatusHandlerTest.cpp +++ b/src/webservice/test/StatusHandlerTest.cpp @@ -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. */ #include diff --git a/src/webservice/test/TestUtils.h b/src/webservice/test/TestUtils.h index a43596084bc..29148d7b682 100644 --- a/src/webservice/test/TestUtils.h +++ b/src/webservice/test/TestUtils.h @@ -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. */ #include "common/base/Base.h" diff --git a/tests/Makefile b/tests/Makefile index 776cb227fe9..3c2f38e75d5 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,7 +1,6 @@ # Copyright (c) 2018 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. .PHONY: fmt check init init-all clean test tck fail up down diff --git a/tests/admin/test_charset.py b/tests/admin/test_charset.py index aee46f31775..c5f0e9c7f36 100644 --- a/tests/admin/test_charset.py +++ b/tests/admin/test_charset.py @@ -2,8 +2,7 @@ # # 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. import time import re diff --git a/tests/admin/test_configs.py b/tests/admin/test_configs.py index e9089eba1e8..9c87734c9f6 100644 --- a/tests/admin/test_configs.py +++ b/tests/admin/test_configs.py @@ -2,8 +2,7 @@ # # 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. import pytest from tests.common.nebula_test_suite import NebulaTestSuite diff --git a/tests/admin/test_listener.py b/tests/admin/test_listener.py index 7472e6376d0..083c554a687 100644 --- a/tests/admin/test_listener.py +++ b/tests/admin/test_listener.py @@ -2,8 +2,7 @@ # # 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. import time diff --git a/tests/admin/test_parts.py b/tests/admin/test_parts.py index ff2c79aea36..e395e28f692 100644 --- a/tests/admin/test_parts.py +++ b/tests/admin/test_parts.py @@ -2,8 +2,7 @@ # # 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. import time import re diff --git a/tests/admin/test_permission.py b/tests/admin/test_permission.py index b19d6155e90..471e5645237 100644 --- a/tests/admin/test_permission.py +++ b/tests/admin/test_permission.py @@ -2,8 +2,7 @@ # # 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. import time diff --git a/tests/admin/test_show_hosts.py b/tests/admin/test_show_hosts.py index 581bc4a23c6..3392cb0760c 100644 --- a/tests/admin/test_show_hosts.py +++ b/tests/admin/test_show_hosts.py @@ -2,8 +2,7 @@ # # 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. import time import re diff --git a/tests/admin/test_space.py b/tests/admin/test_space.py index 72b97eec9c0..028ea0456e1 100644 --- a/tests/admin/test_space.py +++ b/tests/admin/test_space.py @@ -2,8 +2,7 @@ # # 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. import time diff --git a/tests/admin/test_users.py b/tests/admin/test_users.py index ae7746ffbf7..c664c698573 100644 --- a/tests/admin/test_users.py +++ b/tests/admin/test_users.py @@ -2,8 +2,7 @@ # # 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. import time diff --git a/tests/bench/data_generate.py b/tests/bench/data_generate.py index 3265b46043a..55ca5577c7c 100644 --- a/tests/bench/data_generate.py +++ b/tests/bench/data_generate.py @@ -2,8 +2,7 @@ # # 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. import random import string diff --git a/tests/cert/test.ca.password b/tests/cert/test.ca.password index 60b7570cd13..143be9ab9c5 100644 --- a/tests/cert/test.ca.password +++ b/tests/cert/test.ca.password @@ -1 +1 @@ -vesoft \ No newline at end of file +vesoft diff --git a/tests/common/comparator.py b/tests/common/comparator.py index 02995719e59..b17e8018f4b 100644 --- a/tests/common/comparator.py +++ b/tests/common/comparator.py @@ -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. import math import re diff --git a/tests/common/configs.py b/tests/common/configs.py index 3307d5a9c66..a5f716ad5de 100644 --- a/tests/common/configs.py +++ b/tests/common/configs.py @@ -2,8 +2,7 @@ # # 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. import os diff --git a/tests/common/constants.py b/tests/common/constants.py index c7e0381c3ed..27fced8f060 100644 --- a/tests/common/constants.py +++ b/tests/common/constants.py @@ -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. import os from pathlib import Path diff --git a/tests/common/csv_import.py b/tests/common/csv_import.py index 65dd9635e23..94c589809f0 100644 --- a/tests/common/csv_import.py +++ b/tests/common/csv_import.py @@ -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. import os import csv diff --git a/tests/common/dataset_printer.py b/tests/common/dataset_printer.py index 4eeefc66ed2..12c09161293 100644 --- a/tests/common/dataset_printer.py +++ b/tests/common/dataset_printer.py @@ -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. import re diff --git a/tests/common/nebula_service.py b/tests/common/nebula_service.py index e0f082cf635..d66ff719ab7 100644 --- a/tests/common/nebula_service.py +++ b/tests/common/nebula_service.py @@ -2,8 +2,7 @@ # # 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. import os import subprocess diff --git a/tests/common/nebula_test_suite.py b/tests/common/nebula_test_suite.py index 227dbd3f3d4..1ff82bf2859 100644 --- a/tests/common/nebula_test_suite.py +++ b/tests/common/nebula_test_suite.py @@ -2,8 +2,7 @@ # # 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. import pytest import time diff --git a/tests/common/path_value.py b/tests/common/path_value.py index 33d53f6b7e7..68288e76274 100644 --- a/tests/common/path_value.py +++ b/tests/common/path_value.py @@ -2,8 +2,7 @@ # # 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. from nebula2.common import ttypes as CommonTtypes diff --git a/tests/common/plan_differ.py b/tests/common/plan_differ.py index 1d722a40b4e..f9d8800cc3d 100644 --- a/tests/common/plan_differ.py +++ b/tests/common/plan_differ.py @@ -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. import re import json diff --git a/tests/common/types.py b/tests/common/types.py index 7d8b64519b7..0debadc8175 100644 --- a/tests/common/types.py +++ b/tests/common/types.py @@ -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. class SpaceDesc: diff --git a/tests/common/utils.py b/tests/common/utils.py index 722298e10b7..8bff391612c 100644 --- a/tests/common/utils.py +++ b/tests/common/utils.py @@ -2,8 +2,7 @@ # # 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. import os import random diff --git a/tests/conftest.py b/tests/conftest.py index fa7d1770d3b..a635ad1a201 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -2,8 +2,7 @@ # # 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. import json import os diff --git a/tests/job/test_session.py b/tests/job/test_session.py index 97178cc2e7c..644536e5b46 100644 --- a/tests/job/test_session.py +++ b/tests/job/test_session.py @@ -2,8 +2,7 @@ # # 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. import re import sys diff --git a/tests/job/test_snapshot.py b/tests/job/test_snapshot.py index 2223183bceb..04a3435cd21 100644 --- a/tests/job/test_snapshot.py +++ b/tests/job/test_snapshot.py @@ -2,8 +2,7 @@ # # 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. import re from tests.common.nebula_test_suite import NebulaTestSuite diff --git a/tests/maintain/test_comments.py b/tests/maintain/test_comments.py index 9c0194a9bd5..3dc638c2cde 100644 --- a/tests/maintain/test_comments.py +++ b/tests/maintain/test_comments.py @@ -2,8 +2,7 @@ # # 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. from tests.common.nebula_test_suite import NebulaTestSuite diff --git a/tests/maintain/test_zone.py b/tests/maintain/test_zone.py index 35ceffdfa56..bfa504d6bc6 100644 --- a/tests/maintain/test_zone.py +++ b/tests/maintain/test_zone.py @@ -2,8 +2,7 @@ # # 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. from tests.common.nebula_test_suite import NebulaTestSuite diff --git a/tests/nebula-test-run.py b/tests/nebula-test-run.py index 2a89ed249d2..c1d30c5f004 100755 --- a/tests/nebula-test-run.py +++ b/tests/nebula-test-run.py @@ -3,8 +3,7 @@ # # 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. import json import os diff --git a/tests/query/bugs/fixed_bigint_2031.py b/tests/query/bugs/fixed_bigint_2031.py index e17054cfda0..58e13853e89 100644 --- a/tests/query/bugs/fixed_bigint_2031.py +++ b/tests/query/bugs/fixed_bigint_2031.py @@ -2,8 +2,7 @@ # # 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. import time diff --git a/tests/query/bugs/fixed_delete_vertex_1996.py b/tests/query/bugs/fixed_delete_vertex_1996.py index cd23a35f355..c24af694f85 100644 --- a/tests/query/bugs/fixed_delete_vertex_1996.py +++ b/tests/query/bugs/fixed_delete_vertex_1996.py @@ -2,8 +2,7 @@ # # 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. import time diff --git a/tests/query/bugs/fixed_issue2020.py b/tests/query/bugs/fixed_issue2020.py index da7edb0527a..7969f51a4e8 100644 --- a/tests/query/bugs/fixed_issue2020.py +++ b/tests/query/bugs/fixed_issue2020.py @@ -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. import time diff --git a/tests/query/bugs/fixed_negative_ttl.py b/tests/query/bugs/fixed_negative_ttl.py index 7e0c9c93c65..3b621d2b749 100644 --- a/tests/query/bugs/fixed_negative_ttl.py +++ b/tests/query/bugs/fixed_negative_ttl.py @@ -2,8 +2,7 @@ # # 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. import time diff --git a/tests/query/bugs/fixed_over_all_pr1962.py b/tests/query/bugs/fixed_over_all_pr1962.py index 8d21e2116bf..baa2f484371 100644 --- a/tests/query/bugs/fixed_over_all_pr1962.py +++ b/tests/query/bugs/fixed_over_all_pr1962.py @@ -2,8 +2,7 @@ # # 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. import time diff --git a/tests/query/bugs/fixed_pr2042.py b/tests/query/bugs/fixed_pr2042.py index cdd425379b8..8aae29ba0e1 100644 --- a/tests/query/bugs/fixed_pr2042.py +++ b/tests/query/bugs/fixed_pr2042.py @@ -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. import time diff --git a/tests/query/bugs/remove_unreasonable_error_message_pr1983.py b/tests/query/bugs/remove_unreasonable_error_message_pr1983.py index 8c128d249e4..a30e9e4bd99 100644 --- a/tests/query/bugs/remove_unreasonable_error_message_pr1983.py +++ b/tests/query/bugs/remove_unreasonable_error_message_pr1983.py @@ -2,8 +2,7 @@ # # 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. import time diff --git a/tests/query/bugs/test_query_after_schema_altered_issue1185_1154_pr1606.py b/tests/query/bugs/test_query_after_schema_altered_issue1185_1154_pr1606.py index 921d3cdac1a..f1b0669ea5e 100644 --- a/tests/query/bugs/test_query_after_schema_altered_issue1185_1154_pr1606.py +++ b/tests/query/bugs/test_query_after_schema_altered_issue1185_1154_pr1606.py @@ -2,8 +2,7 @@ # # 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. import time diff --git a/tests/query/bugs/test_query_after_schema_rebuilt_issue1843.py b/tests/query/bugs/test_query_after_schema_rebuilt_issue1843.py index 53b224d75cf..40b263f07a3 100644 --- a/tests/query/bugs/test_query_after_schema_rebuilt_issue1843.py +++ b/tests/query/bugs/test_query_after_schema_rebuilt_issue1843.py @@ -2,8 +2,7 @@ # # 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. import time diff --git a/tests/query/stateless/test_admin.py b/tests/query/stateless/test_admin.py index 75fc6fb1367..82f657ba857 100644 --- a/tests/query/stateless/test_admin.py +++ b/tests/query/stateless/test_admin.py @@ -2,8 +2,7 @@ # # 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. import time diff --git a/tests/query/stateless/test_fetch.py b/tests/query/stateless/test_fetch.py index aace8861dff..33f9a2f4d12 100644 --- a/tests/query/stateless/test_fetch.py +++ b/tests/query/stateless/test_fetch.py @@ -2,8 +2,7 @@ # # 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. from tests.common.nebula_test_suite import NebulaTestSuite diff --git a/tests/query/stateless/test_findpath.py b/tests/query/stateless/test_findpath.py index d4d8f984584..44c875a527f 100644 --- a/tests/query/stateless/test_findpath.py +++ b/tests/query/stateless/test_findpath.py @@ -2,8 +2,7 @@ # # 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. from tests.common.nebula_test_suite import NebulaTestSuite diff --git a/tests/query/stateless/test_go.py b/tests/query/stateless/test_go.py index 2cd62a74830..02ace0a1306 100644 --- a/tests/query/stateless/test_go.py +++ b/tests/query/stateless/test_go.py @@ -2,8 +2,7 @@ # # 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. import pytest diff --git a/tests/query/stateless/test_groupby.py b/tests/query/stateless/test_groupby.py index a062b017322..cfe4610f251 100644 --- a/tests/query/stateless/test_groupby.py +++ b/tests/query/stateless/test_groupby.py @@ -2,8 +2,7 @@ # # 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. from tests.query.stateless.prepare_data import PrepareData diff --git a/tests/query/stateless/test_if_exists.py b/tests/query/stateless/test_if_exists.py index fdad69f069f..ffd075d25b6 100644 --- a/tests/query/stateless/test_if_exists.py +++ b/tests/query/stateless/test_if_exists.py @@ -2,8 +2,7 @@ # # 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. import re import sys diff --git a/tests/query/stateless/test_index.py b/tests/query/stateless/test_index.py index e0c784f445a..8837affc4fa 100644 --- a/tests/query/stateless/test_index.py +++ b/tests/query/stateless/test_index.py @@ -2,8 +2,7 @@ # # 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. import time from tests.common.nebula_test_suite import NebulaTestSuite diff --git a/tests/query/stateless/test_keyword.py b/tests/query/stateless/test_keyword.py index 092303a2747..74f8fbabb4a 100644 --- a/tests/query/stateless/test_keyword.py +++ b/tests/query/stateless/test_keyword.py @@ -2,8 +2,7 @@ # # 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. import re import sys diff --git a/tests/query/stateless/test_query_reversely.py b/tests/query/stateless/test_query_reversely.py index d17624fed03..a9730c3d497 100644 --- a/tests/query/stateless/test_query_reversely.py +++ b/tests/query/stateless/test_query_reversely.py @@ -2,8 +2,7 @@ # # 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. import re import sys diff --git a/tests/query/stateless/test_range.py b/tests/query/stateless/test_range.py index 4efa985bf87..60085e3b20a 100644 --- a/tests/query/stateless/test_range.py +++ b/tests/query/stateless/test_range.py @@ -2,8 +2,7 @@ # # 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. import time import string diff --git a/tests/query/stateless/test_schema.py b/tests/query/stateless/test_schema.py index 0e13d8d228a..676de55f4f5 100644 --- a/tests/query/stateless/test_schema.py +++ b/tests/query/stateless/test_schema.py @@ -2,8 +2,7 @@ # # 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. import time diff --git a/tests/query/stateless/test_set.py b/tests/query/stateless/test_set.py index 7e5064d122d..f54e233a13c 100644 --- a/tests/query/stateless/test_set.py +++ b/tests/query/stateless/test_set.py @@ -2,8 +2,7 @@ # # 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. from tests.common.nebula_test_suite import NebulaTestSuite diff --git a/tests/query/stateless/test_update.py b/tests/query/stateless/test_update.py index acad6a43ae3..d7d6bfd7c3c 100644 --- a/tests/query/stateless/test_update.py +++ b/tests/query/stateless/test_update.py @@ -2,8 +2,7 @@ # # 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. import time diff --git a/tests/query/stateless/test_where.py b/tests/query/stateless/test_where.py index 3ca7ae8b128..ebacfb6b80d 100644 --- a/tests/query/stateless/test_where.py +++ b/tests/query/stateless/test_where.py @@ -2,8 +2,7 @@ # # 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. import time from tests.common.nebula_test_suite import NebulaTestSuite diff --git a/tests/query/stateless/test_yield.py b/tests/query/stateless/test_yield.py index 1f8a0702459..f621eedf7ab 100644 --- a/tests/query/stateless/test_yield.py +++ b/tests/query/stateless/test_yield.py @@ -2,8 +2,7 @@ # # 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. import time from tests.common.nebula_test_suite import NebulaTestSuite diff --git a/tests/tck/conftest.py b/tests/tck/conftest.py index eff2f8fe17a..5ddcaddfcd4 100644 --- a/tests/tck/conftest.py +++ b/tests/tck/conftest.py @@ -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. import functools import os diff --git a/tests/tck/features/admin/Hosts.feature b/tests/tck/features/admin/Hosts.feature index 62d8ebcc73e..cc176c72d0f 100644 --- a/tests/tck/features/admin/Hosts.feature +++ b/tests/tck/features/admin/Hosts.feature @@ -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. Feature: Admin hosts Scenario: Show hosts diff --git a/tests/tck/features/bugfix/InsertMismatchedTypeDateTime.feature b/tests/tck/features/bugfix/InsertMismatchedTypeDateTime.feature index de26057125e..c6af7a831b3 100644 --- a/tests/tck/features/bugfix/InsertMismatchedTypeDateTime.feature +++ b/tests/tck/features/bugfix/InsertMismatchedTypeDateTime.feature @@ -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. Feature: Datetime insert mismatched type # issue https://github.com/vesoft-inc/nebula-graph/issues/1318 diff --git a/tests/tck/features/bugfix/ListSlicingWithNull.feature b/tests/tck/features/bugfix/ListSlicingWithNull.feature index 8f220506b3c..b234c42c601 100644 --- a/tests/tck/features/bugfix/ListSlicingWithNull.feature +++ b/tests/tck/features/bugfix/ListSlicingWithNull.feature @@ -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. Feature: Test yield constant after pipe # Issue #1171 diff --git a/tests/tck/features/bugfix/MatchNotFilterTheUndeclaredTag.feature b/tests/tck/features/bugfix/MatchNotFilterTheUndeclaredTag.feature index 2ff81fadc00..185e6f6ecfd 100644 --- a/tests/tck/features/bugfix/MatchNotFilterTheUndeclaredTag.feature +++ b/tests/tck/features/bugfix/MatchNotFilterTheUndeclaredTag.feature @@ -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. Feature: Fix match not filter the undeclared tag, pr#501 Background: diff --git a/tests/tck/features/bugfix/MatchReturnEmptyTag.feature b/tests/tck/features/bugfix/MatchReturnEmptyTag.feature index 972a7493a77..f014f3d552a 100644 --- a/tests/tck/features/bugfix/MatchReturnEmptyTag.feature +++ b/tests/tck/features/bugfix/MatchReturnEmptyTag.feature @@ -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. Feature: Fix match losing undefined vertex tag info Examples: | space | vid | diff --git a/tests/tck/features/bugfix/MatchUsedInPipe.feature b/tests/tck/features/bugfix/MatchUsedInPipe.feature index 1661247dd6a..fcc317eb646 100644 --- a/tests/tck/features/bugfix/MatchUsedInPipe.feature +++ b/tests/tck/features/bugfix/MatchUsedInPipe.feature @@ -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. Feature: Test match used in pipe Background: diff --git a/tests/tck/features/bugfix/StringFlaotAddition.feature b/tests/tck/features/bugfix/StringFlaotAddition.feature index b08cd18e570..9eface548c1 100644 --- a/tests/tck/features/bugfix/StringFlaotAddition.feature +++ b/tests/tck/features/bugfix/StringFlaotAddition.feature @@ -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. Feature: Test return float plus string Background: diff --git a/tests/tck/features/bugfix/SubgraphBeforePipe.feature b/tests/tck/features/bugfix/SubgraphBeforePipe.feature index b418c4a21f1..a4fa4381bb2 100644 --- a/tests/tck/features/bugfix/SubgraphBeforePipe.feature +++ b/tests/tck/features/bugfix/SubgraphBeforePipe.feature @@ -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. Feature: Test get subgraph before pipe Background: diff --git a/tests/tck/features/bugfix/TestYieldConstantAfterPipe.feature b/tests/tck/features/bugfix/TestYieldConstantAfterPipe.feature index 01dfffce7f1..8c377b91495 100644 --- a/tests/tck/features/bugfix/TestYieldConstantAfterPipe.feature +++ b/tests/tck/features/bugfix/TestYieldConstantAfterPipe.feature @@ -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. Feature: Test yield constant after pipe Background: diff --git a/tests/tck/features/bugfix/TimeDefaultValue.feature b/tests/tck/features/bugfix/TimeDefaultValue.feature index a1d6187568a..79068242e73 100644 --- a/tests/tck/features/bugfix/TimeDefaultValue.feature +++ b/tests/tck/features/bugfix/TimeDefaultValue.feature @@ -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. Feature: Datetime default value Scenario: DateTime Default Value diff --git a/tests/tck/features/delete/DeleteEdge.IntVid.feature b/tests/tck/features/delete/DeleteEdge.IntVid.feature index da79c3cd227..0d12fd4a76a 100644 --- a/tests/tck/features/delete/DeleteEdge.IntVid.feature +++ b/tests/tck/features/delete/DeleteEdge.IntVid.feature @@ -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. Feature: Delete int vid of edge Scenario: delete edges diff --git a/tests/tck/features/delete/DeleteEdge.feature b/tests/tck/features/delete/DeleteEdge.feature index a528c5ec420..9fe46b6521c 100644 --- a/tests/tck/features/delete/DeleteEdge.feature +++ b/tests/tck/features/delete/DeleteEdge.feature @@ -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. Feature: Delete string vid of edge Scenario: delete edges diff --git a/tests/tck/features/delete/DeleteTag.IntVid.feature b/tests/tck/features/delete/DeleteTag.IntVid.feature index a52a2fe49b8..2eb8c0df69a 100644 --- a/tests/tck/features/delete/DeleteTag.IntVid.feature +++ b/tests/tck/features/delete/DeleteTag.IntVid.feature @@ -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. Feature: Delete int vid of tag Scenario: delete int vid one vertex one tag diff --git a/tests/tck/features/delete/DeleteTag.feature b/tests/tck/features/delete/DeleteTag.feature index 13757ba65bc..e2ac581883c 100644 --- a/tests/tck/features/delete/DeleteTag.feature +++ b/tests/tck/features/delete/DeleteTag.feature @@ -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. Feature: Delete string vid of tag Scenario: delete string vid one vertex one tag diff --git a/tests/tck/features/delete/DeleteVertex.IntVid.feature b/tests/tck/features/delete/DeleteVertex.IntVid.feature index 8b43740c5e4..89f4c6e7753 100644 --- a/tests/tck/features/delete/DeleteVertex.IntVid.feature +++ b/tests/tck/features/delete/DeleteVertex.IntVid.feature @@ -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. Feature: Delete int vid of vertex Scenario: delete int vid vertex diff --git a/tests/tck/features/delete/DeleteVertex.feature b/tests/tck/features/delete/DeleteVertex.feature index ecbb325c398..c5a248284fb 100644 --- a/tests/tck/features/delete/DeleteVertex.feature +++ b/tests/tck/features/delete/DeleteVertex.feature @@ -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. Feature: Delete string vid of vertex Scenario: delete string vertex diff --git a/tests/tck/features/expression/Attribute.feature b/tests/tck/features/expression/Attribute.feature index aac7d25c1f0..eb88b295f3f 100644 --- a/tests/tck/features/expression/Attribute.feature +++ b/tests/tck/features/expression/Attribute.feature @@ -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. Feature: Attribute Background: diff --git a/tests/tck/features/expression/Case.feature b/tests/tck/features/expression/Case.feature index f43fae6108d..f03f42fbb9d 100644 --- a/tests/tck/features/expression/Case.feature +++ b/tests/tck/features/expression/Case.feature @@ -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. Feature: Case Expression Background: diff --git a/tests/tck/features/expression/EndsWith.feature b/tests/tck/features/expression/EndsWith.feature index fe67f9fc0cf..8da777c0715 100644 --- a/tests/tck/features/expression/EndsWith.feature +++ b/tests/tck/features/expression/EndsWith.feature @@ -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. Feature: Ends With Expression Background: diff --git a/tests/tck/features/expression/FunctionCall.feature b/tests/tck/features/expression/FunctionCall.feature index bb5dcc1602e..cd71235419e 100644 --- a/tests/tck/features/expression/FunctionCall.feature +++ b/tests/tck/features/expression/FunctionCall.feature @@ -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. Feature: Function Call Expression Background: diff --git a/tests/tck/features/expression/In.feature b/tests/tck/features/expression/In.feature index c095eea9f4e..6ff153e494b 100644 --- a/tests/tck/features/expression/In.feature +++ b/tests/tck/features/expression/In.feature @@ -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. Feature: In Expression Scenario: yield IN list diff --git a/tests/tck/features/expression/LabelExpr.feature b/tests/tck/features/expression/LabelExpr.feature index e5b96b16248..88a2898b694 100644 --- a/tests/tck/features/expression/LabelExpr.feature +++ b/tests/tck/features/expression/LabelExpr.feature @@ -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. Feature: Label Expression Examples: | space_name | vid | vid2 | diff --git a/tests/tck/features/expression/ListComprehension.feature b/tests/tck/features/expression/ListComprehension.feature index b12c3051b0f..3c77be7855f 100644 --- a/tests/tck/features/expression/ListComprehension.feature +++ b/tests/tck/features/expression/ListComprehension.feature @@ -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. Feature: ListComprehension Scenario: Returning a list comprehension diff --git a/tests/tck/features/expression/ListRangeSubscript.feature b/tests/tck/features/expression/ListRangeSubscript.feature index c15fff48bd0..9ad204e853c 100644 --- a/tests/tck/features/expression/ListRangeSubscript.feature +++ b/tests/tck/features/expression/ListRangeSubscript.feature @@ -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. Feature: ListRangeSubscript Scenario: [1] List slice with parameterised range diff --git a/tests/tck/features/expression/NotIn.feature b/tests/tck/features/expression/NotIn.feature index e996192dbd0..6fce6111f2c 100644 --- a/tests/tck/features/expression/NotIn.feature +++ b/tests/tck/features/expression/NotIn.feature @@ -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. Feature: Not In Expression Scenario: yield NOT IN list diff --git a/tests/tck/features/expression/Null.feature b/tests/tck/features/expression/Null.feature index c78e66f29b7..2044d72b542 100644 --- a/tests/tck/features/expression/Null.feature +++ b/tests/tck/features/expression/Null.feature @@ -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. Feature: NULL related operations Scenario: NULL comparison diff --git a/tests/tck/features/expression/Predicate.feature b/tests/tck/features/expression/Predicate.feature index dc05ae1afd8..f728c945530 100644 --- a/tests/tck/features/expression/Predicate.feature +++ b/tests/tck/features/expression/Predicate.feature @@ -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. Feature: Predicate Scenario: yield a predicate diff --git a/tests/tck/features/expression/Reduce.feature b/tests/tck/features/expression/Reduce.feature index 0357c3ed9d6..568d25d08da 100644 --- a/tests/tck/features/expression/Reduce.feature +++ b/tests/tck/features/expression/Reduce.feature @@ -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. Feature: Reduce Scenario: yield a reduce diff --git a/tests/tck/features/expression/Regex.feature b/tests/tck/features/expression/Regex.feature index 15e73f4b9d1..8489f4e7bb7 100644 --- a/tests/tck/features/expression/Regex.feature +++ b/tests/tck/features/expression/Regex.feature @@ -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. Feature: Regular Expression Background: diff --git a/tests/tck/features/expression/RelationalExpr.feature b/tests/tck/features/expression/RelationalExpr.feature index 52ff2b79f8a..5bae6fe14c8 100644 --- a/tests/tck/features/expression/RelationalExpr.feature +++ b/tests/tck/features/expression/RelationalExpr.feature @@ -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. Feature: RelationalExpression Background: diff --git a/tests/tck/features/expression/StartsWith.feature b/tests/tck/features/expression/StartsWith.feature index 9b7c650c437..4410ca986c0 100644 --- a/tests/tck/features/expression/StartsWith.feature +++ b/tests/tck/features/expression/StartsWith.feature @@ -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. Feature: Starts With Expression Background: diff --git a/tests/tck/features/expression/UnaryExpr.feature b/tests/tck/features/expression/UnaryExpr.feature index 065aa79065b..b117cfca3fb 100644 --- a/tests/tck/features/expression/UnaryExpr.feature +++ b/tests/tck/features/expression/UnaryExpr.feature @@ -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. Feature: UnaryExpression Background: diff --git a/tests/tck/features/expression/function/Mathematical.feature b/tests/tck/features/expression/function/Mathematical.feature index 2ca38d5a88d..656658d1168 100644 --- a/tests/tck/features/expression/function/Mathematical.feature +++ b/tests/tck/features/expression/function/Mathematical.feature @@ -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. Feature: Mathematical function Expression Scenario: bit functions diff --git a/tests/tck/features/expression/function/TypeConversion.feature b/tests/tck/features/expression/function/TypeConversion.feature index 7ee531213ca..a2481adb3d8 100644 --- a/tests/tck/features/expression/function/TypeConversion.feature +++ b/tests/tck/features/expression/function/TypeConversion.feature @@ -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. Feature: TypeConversion Expression Background: diff --git a/tests/tck/features/fetch/FetchEmpty.feature b/tests/tck/features/fetch/FetchEmpty.feature index 7ecca54af75..d024e0b9c9a 100644 --- a/tests/tck/features/fetch/FetchEmpty.feature +++ b/tests/tck/features/fetch/FetchEmpty.feature @@ -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. Feature: Fetch prop on empty tag/edge Background: diff --git a/tests/tck/features/geo/GeoBase.feature b/tests/tck/features/geo/GeoBase.feature index def88a51f08..0e0a33335bd 100644 --- a/tests/tck/features/geo/GeoBase.feature +++ b/tests/tck/features/geo/GeoBase.feature @@ -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. Feature: Geo base Background: diff --git a/tests/tck/features/go/GO.IntVid.feature b/tests/tck/features/go/GO.IntVid.feature index 10499926386..8eeecc95b18 100644 --- a/tests/tck/features/go/GO.IntVid.feature +++ b/tests/tck/features/go/GO.IntVid.feature @@ -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. Feature: IntegerVid Go Sentence Background: diff --git a/tests/tck/features/go/GO.feature b/tests/tck/features/go/GO.feature index 463caed3579..de2219d4965 100644 --- a/tests/tck/features/go/GO.feature +++ b/tests/tck/features/go/GO.feature @@ -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. Feature: Go Sentence Background: diff --git a/tests/tck/features/go/GoYieldVertexEdge.feature b/tests/tck/features/go/GoYieldVertexEdge.feature index 9fcbdd4a0bc..6bcdadf491a 100644 --- a/tests/tck/features/go/GoYieldVertexEdge.feature +++ b/tests/tck/features/go/GoYieldVertexEdge.feature @@ -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. Feature: Go Yield Vertex And Edge Sentence Background: diff --git a/tests/tck/features/go/Orderby.feature b/tests/tck/features/go/Orderby.feature index a723ff3ac1d..09f9bef22ae 100644 --- a/tests/tck/features/go/Orderby.feature +++ b/tests/tck/features/go/Orderby.feature @@ -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. Feature: Orderby Sentence Background: Prepare space diff --git a/tests/tck/features/go/SampleLimit.feature b/tests/tck/features/go/SampleLimit.feature index 1a6477a4509..8e0d818b0ec 100644 --- a/tests/tck/features/go/SampleLimit.feature +++ b/tests/tck/features/go/SampleLimit.feature @@ -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. Feature: Sample and limit Background: Prepare space diff --git a/tests/tck/features/go/SampleLimit.intVid.feature b/tests/tck/features/go/SampleLimit.intVid.feature index 5f11aa182df..2cfe3e9b2d1 100644 --- a/tests/tck/features/go/SampleLimit.intVid.feature +++ b/tests/tck/features/go/SampleLimit.intVid.feature @@ -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. Feature: Sample and limit Background: Prepare space diff --git a/tests/tck/features/insert/BoundCheck.feature b/tests/tck/features/insert/BoundCheck.feature index f26b3215944..87a954c5f52 100644 --- a/tests/tck/features/insert/BoundCheck.feature +++ b/tests/tck/features/insert/BoundCheck.feature @@ -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. Feature: Bound integer insertion test Background: diff --git a/tests/tck/features/insert/Insert.IntVid.feature b/tests/tck/features/insert/Insert.IntVid.feature index cce5e9628e7..520e24ea01e 100644 --- a/tests/tck/features/insert/Insert.IntVid.feature +++ b/tests/tck/features/insert/Insert.IntVid.feature @@ -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. Feature: Insert int vid of vertex and edge Background: Prepare space diff --git a/tests/tck/features/insert/Insert.feature b/tests/tck/features/insert/Insert.feature index 8b2fc11c6d5..38157303e0f 100644 --- a/tests/tck/features/insert/Insert.feature +++ b/tests/tck/features/insert/Insert.feature @@ -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. Feature: Insert string vid of vertex and edge Scenario: insert vertex and edge test diff --git a/tests/tck/features/insert/InsertEdgeOnDiffParts.feature b/tests/tck/features/insert/InsertEdgeOnDiffParts.feature index 08c2d63ef79..357db42c23d 100644 --- a/tests/tck/features/insert/InsertEdgeOnDiffParts.feature +++ b/tests/tck/features/insert/InsertEdgeOnDiffParts.feature @@ -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. Feature: Insert vertex and edge with if not exists Scenario: insert edge with default value diff --git a/tests/tck/features/insert/InsertIfNotExists.feature b/tests/tck/features/insert/InsertIfNotExists.feature index ef4e05689fb..38eb9786d26 100644 --- a/tests/tck/features/insert/InsertIfNotExists.feature +++ b/tests/tck/features/insert/InsertIfNotExists.feature @@ -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. Feature: Insert vertex and edge with if not exists Scenario: insert vertex and edge if not exists test diff --git a/tests/tck/features/ldap/Ldap.feature b/tests/tck/features/ldap/Ldap.feature index 3e80d844844..0d70e79d642 100644 --- a/tests/tck/features/ldap/Ldap.feature +++ b/tests/tck/features/ldap/Ldap.feature @@ -1,7 +1,7 @@ # 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. +# @skip # need ldap server And modify the graph conf Feature: ldap authentication-SimpleBindAuth diff --git a/tests/tck/features/lookup/ByIndex.feature b/tests/tck/features/lookup/ByIndex.feature index b588a587e69..357f66b5894 100644 --- a/tests/tck/features/lookup/ByIndex.feature +++ b/tests/tck/features/lookup/ByIndex.feature @@ -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. Feature: Lookup by index itself Scenario: [1] tag index diff --git a/tests/tck/features/lookup/ByIndex.intVid.feature b/tests/tck/features/lookup/ByIndex.intVid.feature index e595d6e5879..1e56aa4b289 100644 --- a/tests/tck/features/lookup/ByIndex.intVid.feature +++ b/tests/tck/features/lookup/ByIndex.intVid.feature @@ -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. Feature: Lookup by index itself in integer vid Scenario: [1] tag index diff --git a/tests/tck/features/lookup/LookUpLimit.feature b/tests/tck/features/lookup/LookUpLimit.feature index d22f0a55285..e9461ef699a 100644 --- a/tests/tck/features/lookup/LookUpLimit.feature +++ b/tests/tck/features/lookup/LookUpLimit.feature @@ -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. Feature: Push Limit down IndexScan Rule Background: diff --git a/tests/tck/features/match/Base.IntVid.feature b/tests/tck/features/match/Base.IntVid.feature index 7a1524a1ab6..20d15d7eae4 100644 --- a/tests/tck/features/match/Base.IntVid.feature +++ b/tests/tck/features/match/Base.IntVid.feature @@ -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. Feature: Basic match Background: diff --git a/tests/tck/features/match/Base.feature b/tests/tck/features/match/Base.feature index 8cd92190d1a..205831567ca 100644 --- a/tests/tck/features/match/Base.feature +++ b/tests/tck/features/match/Base.feature @@ -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. Feature: Basic match Background: diff --git a/tests/tck/features/match/MatchById.IntVid.feature b/tests/tck/features/match/MatchById.IntVid.feature index 2f050143226..56a0a5b6b7f 100644 --- a/tests/tck/features/match/MatchById.IntVid.feature +++ b/tests/tck/features/match/MatchById.IntVid.feature @@ -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. Feature: Integer Vid Match By Id Background: diff --git a/tests/tck/features/match/MatchById.feature b/tests/tck/features/match/MatchById.feature index d439f947346..bded9c83ad8 100644 --- a/tests/tck/features/match/MatchById.feature +++ b/tests/tck/features/match/MatchById.feature @@ -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. Feature: Match By Id Background: diff --git a/tests/tck/features/match/MatchGroupBy.feature b/tests/tck/features/match/MatchGroupBy.feature index bdc0cab4673..7eca9555b48 100644 --- a/tests/tck/features/match/MatchGroupBy.feature +++ b/tests/tck/features/match/MatchGroupBy.feature @@ -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. Feature: Match GroupBy Background: diff --git a/tests/tck/features/match/PipeAndVariable.feature b/tests/tck/features/match/PipeAndVariable.feature index 6dcf19bf562..071ce5f09c5 100644 --- a/tests/tck/features/match/PipeAndVariable.feature +++ b/tests/tck/features/match/PipeAndVariable.feature @@ -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. Feature: Pipe or use variable to store the match results Background: diff --git a/tests/tck/features/match/StartFromAnyNode.IntVid.feature b/tests/tck/features/match/StartFromAnyNode.IntVid.feature index fe31a95b930..4aee4a04e38 100644 --- a/tests/tck/features/match/StartFromAnyNode.IntVid.feature +++ b/tests/tck/features/match/StartFromAnyNode.IntVid.feature @@ -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. Feature: Start From Any Node Background: diff --git a/tests/tck/features/match/StartFromAnyNode.feature b/tests/tck/features/match/StartFromAnyNode.feature index 0fac16c7e2e..c78519cdc06 100644 --- a/tests/tck/features/match/StartFromAnyNode.feature +++ b/tests/tck/features/match/StartFromAnyNode.feature @@ -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. Feature: Start From Any Node Background: diff --git a/tests/tck/features/match/VariableLengthPattern.feature b/tests/tck/features/match/VariableLengthPattern.feature index 4dc54c28f7a..74adff6f9bf 100644 --- a/tests/tck/features/match/VariableLengthPattern.feature +++ b/tests/tck/features/match/VariableLengthPattern.feature @@ -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. Feature: Variable length Pattern match (m to n) Background: diff --git a/tests/tck/features/match/VariableLengthPattern.intVid.feature b/tests/tck/features/match/VariableLengthPattern.intVid.feature index e36bad808ff..1b2b6a67e7b 100644 --- a/tests/tck/features/match/VariableLengthPattern.intVid.feature +++ b/tests/tck/features/match/VariableLengthPattern.intVid.feature @@ -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. Feature: Integer Vid Variable length Pattern match (m to n) Background: diff --git a/tests/tck/features/match/ZeroStep.feature b/tests/tck/features/match/ZeroStep.feature index 2f50856c0a4..782c079d06b 100644 --- a/tests/tck/features/match/ZeroStep.feature +++ b/tests/tck/features/match/ZeroStep.feature @@ -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. Feature: Variable length Pattern match (0 step) Background: diff --git a/tests/tck/features/match/ZeroStep.intVid.feature b/tests/tck/features/match/ZeroStep.intVid.feature index 76dd21d3271..bfedac3d8f3 100644 --- a/tests/tck/features/match/ZeroStep.intVid.feature +++ b/tests/tck/features/match/ZeroStep.intVid.feature @@ -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. Feature: Variable length Pattern match int vid (0 step) Background: diff --git a/tests/tck/features/match/ZeroStep2.feature b/tests/tck/features/match/ZeroStep2.feature index 34290355e4c..25b3478a72a 100644 --- a/tests/tck/features/match/ZeroStep2.feature +++ b/tests/tck/features/match/ZeroStep2.feature @@ -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. Feature: test zero steps pattern Examples: | space_name | diff --git a/tests/tck/features/optimizer/CollapseProjectRule.feature b/tests/tck/features/optimizer/CollapseProjectRule.feature index a2cd2298ebe..ded6117e92b 100644 --- a/tests/tck/features/optimizer/CollapseProjectRule.feature +++ b/tests/tck/features/optimizer/CollapseProjectRule.feature @@ -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. Feature: Collapse Project Rule Background: diff --git a/tests/tck/features/optimizer/CombineFilterRule.feature b/tests/tck/features/optimizer/CombineFilterRule.feature index b07d5ee518f..1a8f7b807b4 100644 --- a/tests/tck/features/optimizer/CombineFilterRule.feature +++ b/tests/tck/features/optimizer/CombineFilterRule.feature @@ -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. Feature: combine filters Background: diff --git a/tests/tck/features/optimizer/IndexScanRule.feature b/tests/tck/features/optimizer/IndexScanRule.feature index 214a2eaba34..1692535266f 100644 --- a/tests/tck/features/optimizer/IndexScanRule.feature +++ b/tests/tck/features/optimizer/IndexScanRule.feature @@ -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. Feature: Match index selection Background: diff --git a/tests/tck/features/optimizer/MergeGetNbrsDedupProjectRule.feature b/tests/tck/features/optimizer/MergeGetNbrsDedupProjectRule.feature index a141a10c2ba..9a2d37097f0 100644 --- a/tests/tck/features/optimizer/MergeGetNbrsDedupProjectRule.feature +++ b/tests/tck/features/optimizer/MergeGetNbrsDedupProjectRule.feature @@ -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. Feature: merge get neighbors, dedup and project rule Background: diff --git a/tests/tck/features/optimizer/MergeGetVerticesDedupProjectRule.feature b/tests/tck/features/optimizer/MergeGetVerticesDedupProjectRule.feature index 465fb0b5e16..a514e9009ea 100644 --- a/tests/tck/features/optimizer/MergeGetVerticesDedupProjectRule.feature +++ b/tests/tck/features/optimizer/MergeGetVerticesDedupProjectRule.feature @@ -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. Feature: merge get vertices, dedup and project rule Background: diff --git a/tests/tck/features/optimizer/PushFilterDownAggregateRule.feature b/tests/tck/features/optimizer/PushFilterDownAggregateRule.feature index 517f63f9dbf..13eb496e121 100644 --- a/tests/tck/features/optimizer/PushFilterDownAggregateRule.feature +++ b/tests/tck/features/optimizer/PushFilterDownAggregateRule.feature @@ -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. Feature: Push Filter down Aggregate rule Background: diff --git a/tests/tck/features/optimizer/PushFilterDownGetNbrsRule.feature b/tests/tck/features/optimizer/PushFilterDownGetNbrsRule.feature index 54cd9b534da..5988b56d0dd 100644 --- a/tests/tck/features/optimizer/PushFilterDownGetNbrsRule.feature +++ b/tests/tck/features/optimizer/PushFilterDownGetNbrsRule.feature @@ -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. Feature: Push Filter down GetNeighbors rule Background: diff --git a/tests/tck/features/optimizer/PushFilterDownLeftJoinRule.feature b/tests/tck/features/optimizer/PushFilterDownLeftJoinRule.feature index 23e3208eb33..fe5b88a84e3 100644 --- a/tests/tck/features/optimizer/PushFilterDownLeftJoinRule.feature +++ b/tests/tck/features/optimizer/PushFilterDownLeftJoinRule.feature @@ -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. Feature: Push Filter down LeftJoin rule Background: diff --git a/tests/tck/features/optimizer/PushFilterDownProjectRule.feature b/tests/tck/features/optimizer/PushFilterDownProjectRule.feature index a16b44fc1c8..8dc91d38b33 100644 --- a/tests/tck/features/optimizer/PushFilterDownProjectRule.feature +++ b/tests/tck/features/optimizer/PushFilterDownProjectRule.feature @@ -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. Feature: Push Filter down Project rule Background: diff --git a/tests/tck/features/optimizer/PushLimitDownGetNeighborsRule.feature b/tests/tck/features/optimizer/PushLimitDownGetNeighborsRule.feature index 1258d8b0566..e3292964533 100644 --- a/tests/tck/features/optimizer/PushLimitDownGetNeighborsRule.feature +++ b/tests/tck/features/optimizer/PushLimitDownGetNeighborsRule.feature @@ -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. Feature: Push Limit down rule Background: diff --git a/tests/tck/features/optimizer/PushLimitDownProjectRule.feature b/tests/tck/features/optimizer/PushLimitDownProjectRule.feature index ea36f95c118..b0bc1bf4f23 100644 --- a/tests/tck/features/optimizer/PushLimitDownProjectRule.feature +++ b/tests/tck/features/optimizer/PushLimitDownProjectRule.feature @@ -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. Feature: Push Limit down project rule Background: diff --git a/tests/tck/features/optimizer/PushSampleDownRule.feature b/tests/tck/features/optimizer/PushSampleDownRule.feature index b6c644757a0..d20aa0c8459 100644 --- a/tests/tck/features/optimizer/PushSampleDownRule.feature +++ b/tests/tck/features/optimizer/PushSampleDownRule.feature @@ -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. Feature: Push Limit down rule Background: diff --git a/tests/tck/features/optimizer/RemoveUselessProjectRule.feature b/tests/tck/features/optimizer/RemoveUselessProjectRule.feature index bceb55c6ab8..b25f2e831c7 100644 --- a/tests/tck/features/optimizer/RemoveUselessProjectRule.feature +++ b/tests/tck/features/optimizer/RemoveUselessProjectRule.feature @@ -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. Feature: Remove Useless Project Rule Background: diff --git a/tests/tck/features/optimizer/TopNRule.feature b/tests/tck/features/optimizer/TopNRule.feature index ad2140e0f51..a4414d61f66 100644 --- a/tests/tck/features/optimizer/TopNRule.feature +++ b/tests/tck/features/optimizer/TopNRule.feature @@ -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. Feature: TopN rule Background: diff --git a/tests/tck/features/parser/Example.feature b/tests/tck/features/parser/Example.feature index f56e4c18144..54f86b47d70 100644 --- a/tests/tck/features/parser/Example.feature +++ b/tests/tck/features/parser/Example.feature @@ -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. Feature: Feature examples Scenario: Supported features diff --git a/tests/tck/features/parser/nebula.feature b/tests/tck/features/parser/nebula.feature index 5ad28f34d0c..e410d1ce956 100644 --- a/tests/tck/features/parser/nebula.feature +++ b/tests/tck/features/parser/nebula.feature @@ -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. Feature: Value parsing Scenario Outline: Parsing from text diff --git a/tests/tck/features/path/AllPath.IntVid.feature b/tests/tck/features/path/AllPath.IntVid.feature index b86cfad333a..1fd77aabdaf 100644 --- a/tests/tck/features/path/AllPath.IntVid.feature +++ b/tests/tck/features/path/AllPath.IntVid.feature @@ -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. Feature: Integer Vid All Path Scenario: Integer Vid [1] ALL Path diff --git a/tests/tck/features/path/AllPath.feature b/tests/tck/features/path/AllPath.feature index 151cb7e64d7..cd188774c7e 100644 --- a/tests/tck/features/path/AllPath.feature +++ b/tests/tck/features/path/AllPath.feature @@ -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. Feature: All Path Scenario: [1] ALL Path diff --git a/tests/tck/features/path/NoLoop.IntVid.feature b/tests/tck/features/path/NoLoop.IntVid.feature index d42ecba0625..024e7a0088d 100644 --- a/tests/tck/features/path/NoLoop.IntVid.feature +++ b/tests/tck/features/path/NoLoop.IntVid.feature @@ -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. Feature: Integer Vid NoLoop Path Background: diff --git a/tests/tck/features/path/NoLoop.feature b/tests/tck/features/path/NoLoop.feature index 472e48dbac8..3a2cc9e3b6a 100644 --- a/tests/tck/features/path/NoLoop.feature +++ b/tests/tck/features/path/NoLoop.feature @@ -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. Feature: NoLoop Path Background: diff --git a/tests/tck/features/path/ShortestPath.IntVid.feature b/tests/tck/features/path/ShortestPath.IntVid.feature index 6fe16052f59..701baf08f69 100644 --- a/tests/tck/features/path/ShortestPath.IntVid.feature +++ b/tests/tck/features/path/ShortestPath.IntVid.feature @@ -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. Feature: Integer Vid Shortest Path Background: diff --git a/tests/tck/features/path/ShortestPath.feature b/tests/tck/features/path/ShortestPath.feature index 1a534f64b8d..bffd7b3bcaa 100644 --- a/tests/tck/features/path/ShortestPath.feature +++ b/tests/tck/features/path/ShortestPath.feature @@ -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. Feature: Shortest Path Background: diff --git a/tests/tck/features/schema/Comment.feature b/tests/tck/features/schema/Comment.feature index 48f7aab83bd..ebb69b54b62 100644 --- a/tests/tck/features/schema/Comment.feature +++ b/tests/tck/features/schema/Comment.feature @@ -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. Feature: Schema Comment Scenario Outline: Space Comment diff --git a/tests/tck/features/schema/CreateSpaceAs.feature b/tests/tck/features/schema/CreateSpaceAs.feature index 4ac06673fcb..4c3fe5073fb 100644 --- a/tests/tck/features/schema/CreateSpaceAs.feature +++ b/tests/tck/features/schema/CreateSpaceAs.feature @@ -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. Feature: Create space as another space Scenario: clone space diff --git a/tests/tck/features/schema/Schema.feature b/tests/tck/features/schema/Schema.feature index 868ff77b55d..2a65858dda1 100644 --- a/tests/tck/features/schema/Schema.feature +++ b/tests/tck/features/schema/Schema.feature @@ -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. Feature: Insert string vid of vertex and edge Scenario: insert vertex and edge test diff --git a/tests/tck/features/set/Set.IntVid.feature b/tests/tck/features/set/Set.IntVid.feature index 079a98b8427..a0da9035ba5 100644 --- a/tests/tck/features/set/Set.IntVid.feature +++ b/tests/tck/features/set/Set.IntVid.feature @@ -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. Feature: Integer Vid Set Test Background: diff --git a/tests/tck/features/set/Set.feature b/tests/tck/features/set/Set.feature index 80c538fcb12..a7fa0b6d162 100644 --- a/tests/tck/features/set/Set.feature +++ b/tests/tck/features/set/Set.feature @@ -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. Feature: Set Test Scenario: Union All diff --git a/tests/tck/features/subgraph/subgraph.IntVid.feature b/tests/tck/features/subgraph/subgraph.IntVid.feature index b7e83d94ccf..d2bd7b278bb 100644 --- a/tests/tck/features/subgraph/subgraph.IntVid.feature +++ b/tests/tck/features/subgraph/subgraph.IntVid.feature @@ -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. Feature: Integer Vid subgraph Background: diff --git a/tests/tck/features/subgraph/subgraph.feature b/tests/tck/features/subgraph/subgraph.feature index c9c1fc4608d..24250f98b9d 100644 --- a/tests/tck/features/subgraph/subgraph.feature +++ b/tests/tck/features/subgraph/subgraph.feature @@ -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. Feature: subgraph Background: diff --git a/tests/tck/features/update/Update.IntVid.feature b/tests/tck/features/update/Update.IntVid.feature index 2eeb1520db1..efa1149fb2a 100644 --- a/tests/tck/features/update/Update.IntVid.feature +++ b/tests/tck/features/update/Update.IntVid.feature @@ -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. Feature: Update int vid of vertex and edge Scenario: update and upsert test diff --git a/tests/tck/features/update/Update.feature b/tests/tck/features/update/Update.feature index 95855c5014c..f77f39680a5 100644 --- a/tests/tck/features/update/Update.feature +++ b/tests/tck/features/update/Update.feature @@ -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. Feature: Update string vid of vertex and edge Background: Prepare space diff --git a/tests/tck/features/verify_client_version/VerifyClientVersion.feature b/tests/tck/features/verify_client_version/VerifyClientVersion.feature index 0eb84a15825..b454a32ae96 100644 --- a/tests/tck/features/verify_client_version/VerifyClientVersion.feature +++ b/tests/tck/features/verify_client_version/VerifyClientVersion.feature @@ -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. Feature: Verify client version Scenario: compatible version diff --git a/tests/tck/features/yield/return.feature b/tests/tck/features/yield/return.feature index 93c42c73a8d..d7ebe9fbf12 100644 --- a/tests/tck/features/yield/return.feature +++ b/tests/tck/features/yield/return.feature @@ -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. Feature: Return Background: diff --git a/tests/tck/job/Job.feature b/tests/tck/job/Job.feature index dd97302e875..1d683d55dad 100644 --- a/tests/tck/job/Job.feature +++ b/tests/tck/job/Job.feature @@ -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. Feature: Submit job space requirements Scenario: submit job require space diff --git a/tests/tck/openCypher/features/expressions/list/List2.feature b/tests/tck/openCypher/features/expressions/list/List2.feature index f6ffaf65339..4f5949242ed 100644 --- a/tests/tck/openCypher/features/expressions/list/List2.feature +++ b/tests/tck/openCypher/features/expressions/list/List2.feature @@ -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. # # # Copyright (c) 2015-2021 "Neo Technology," diff --git a/tests/tck/openCypher/features/expressions/map/Map1.feature b/tests/tck/openCypher/features/expressions/map/Map1.feature index c5e9e12cdac..ac7cc6d254a 100644 --- a/tests/tck/openCypher/features/expressions/map/Map1.feature +++ b/tests/tck/openCypher/features/expressions/map/Map1.feature @@ -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. Feature: Map1 - Static value access # Static value access refers to the dot-operator – . – which does not allow any dynamic computation of the map key – i.e. . diff --git a/tests/tck/openCypher/features/expressions/map/Map2.feature b/tests/tck/openCypher/features/expressions/map/Map2.feature index 024362cd328..02c12c5aa5d 100644 --- a/tests/tck/openCypher/features/expressions/map/Map2.feature +++ b/tests/tck/openCypher/features/expressions/map/Map2.feature @@ -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. # Feature: Map2 - Dynamic Value Access # # Dynamic value access refers to the bracket-operator – '['']' – irrespectively of whether the map key – i.e. – could be evaluated statically in a given scenario. # Background: diff --git a/tests/tck/openCypher/features/expressions/path/Path1.feature b/tests/tck/openCypher/features/expressions/path/Path1.feature index 418df4edbb8..71fa84dde8e 100644 --- a/tests/tck/openCypher/features/expressions/path/Path1.feature +++ b/tests/tck/openCypher/features/expressions/path/Path1.feature @@ -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. @skip # unimplement Feature: Path1 - Nodes of a path diff --git a/tests/tck/openCypher/features/expressions/path/Path2.feature b/tests/tck/openCypher/features/expressions/path/Path2.feature index 080d6e49ba5..571377f0525 100644 --- a/tests/tck/openCypher/features/expressions/path/Path2.feature +++ b/tests/tck/openCypher/features/expressions/path/Path2.feature @@ -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. Feature: Path2 - Relationships of a path Background: diff --git a/tests/tck/openCypher/features/expressions/path/Path3.feature b/tests/tck/openCypher/features/expressions/path/Path3.feature index 4d042c6a92e..36b1ce62cd0 100644 --- a/tests/tck/openCypher/features/expressions/path/Path3.feature +++ b/tests/tck/openCypher/features/expressions/path/Path3.feature @@ -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. Feature: Path3 - Length of a path Background: diff --git a/tests/tck/slowquery/KillSlowQueryViaDiffrentService.feature b/tests/tck/slowquery/KillSlowQueryViaDiffrentService.feature index f277c9c2672..c2998b71d90 100644 --- a/tests/tck/slowquery/KillSlowQueryViaDiffrentService.feature +++ b/tests/tck/slowquery/KillSlowQueryViaDiffrentService.feature @@ -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. Feature: Slow Query Test # There should be a least 2 thread to run this test case suite. diff --git a/tests/tck/slowquery/KillSlowQueryViaSameService.feature b/tests/tck/slowquery/KillSlowQueryViaSameService.feature index 21bacbb53d1..448962e2646 100644 --- a/tests/tck/slowquery/KillSlowQueryViaSameService.feature +++ b/tests/tck/slowquery/KillSlowQueryViaSameService.feature @@ -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. Feature: Slow Query Test # There should be a least 2 thread to run this test case suite. diff --git a/tests/tck/steps/conftest.py b/tests/tck/steps/conftest.py index 2aabd005542..16fca69f933 100644 --- a/tests/tck/steps/conftest.py +++ b/tests/tck/steps/conftest.py @@ -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. from pytest_bdd import ( given, diff --git a/tests/tck/steps/test_jobs.py b/tests/tck/steps/test_jobs.py index 26a53060d95..8ba5068cbf6 100644 --- a/tests/tck/steps/test_jobs.py +++ b/tests/tck/steps/test_jobs.py @@ -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. from pytest_bdd import scenarios diff --git a/tests/tck/steps/test_kill_slow_query_via_different_service.py b/tests/tck/steps/test_kill_slow_query_via_different_service.py index 2a94ae4e608..dde77889d3f 100644 --- a/tests/tck/steps/test_kill_slow_query_via_different_service.py +++ b/tests/tck/steps/test_kill_slow_query_via_different_service.py @@ -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. from pytest_bdd import scenarios diff --git a/tests/tck/steps/test_kill_slow_query_via_same_service.py b/tests/tck/steps/test_kill_slow_query_via_same_service.py index 50cceaec54a..ec99dbea4d6 100644 --- a/tests/tck/steps/test_kill_slow_query_via_same_service.py +++ b/tests/tck/steps/test_kill_slow_query_via_same_service.py @@ -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. from pytest_bdd import scenarios diff --git a/tests/tck/steps/test_tck.py b/tests/tck/steps/test_tck.py index 92036da4b89..f7606dd8fcd 100644 --- a/tests/tck/steps/test_tck.py +++ b/tests/tck/steps/test_tck.py @@ -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. from pytest_bdd import scenarios diff --git a/tests/tck/utils/mmh2.py b/tests/tck/utils/mmh2.py index cb65409a4db..b6e8293db27 100644 --- a/tests/tck/utils/mmh2.py +++ b/tests/tck/utils/mmh2.py @@ -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. def __bytes2ul(b): return int.from_bytes(b, byteorder='little', signed=False) diff --git a/tests/tck/utils/nbv.py b/tests/tck/utils/nbv.py index 3ce67117377..75fbbbf4e45 100644 --- a/tests/tck/utils/nbv.py +++ b/tests/tck/utils/nbv.py @@ -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. # import re diff --git a/tests/tck/utils/table.py b/tests/tck/utils/table.py index b1a1a2eb538..3a8e0d1d2b7 100644 --- a/tests/tck/utils/table.py +++ b/tests/tck/utils/table.py @@ -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. import csv import io diff --git a/third-party/cxx-compiler-abi-version.sh b/third-party/cxx-compiler-abi-version.sh index 150643856d9..ed245036dd4 100755 --- a/third-party/cxx-compiler-abi-version.sh +++ b/third-party/cxx-compiler-abi-version.sh @@ -2,8 +2,7 @@ # 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. set -e abi="unknown" diff --git a/third-party/install-cmake.sh b/third-party/install-cmake.sh index 74a682ba342..9f3a8f29504 100755 --- a/third-party/install-cmake.sh +++ b/third-party/install-cmake.sh @@ -2,8 +2,7 @@ # 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. # Usage: build-cmake.sh [prefix] diff --git a/third-party/install-gcc.sh b/third-party/install-gcc.sh index a31868a29a8..b21509972fb 100755 --- a/third-party/install-gcc.sh +++ b/third-party/install-gcc.sh @@ -2,8 +2,7 @@ # 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. # Usage: install-gcc.sh --prefix=/opt/nebula/toolset diff --git a/third-party/install-third-party.sh b/third-party/install-third-party.sh index a26fdc4419a..2acc31c24c9 100755 --- a/third-party/install-third-party.sh +++ b/third-party/install-third-party.sh @@ -2,8 +2,7 @@ # 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. # Usage: install-third-party.sh --prefix=/opt/vesoft/third-party